
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);

@font-face {
    font-family: fonte;
    src: url(assets/Raleway-Regular.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html #destaques {
	height: 100%;
}

p {
	margin: 0;
	text-align: center;
}

a{
	text-decoration:none;
}

.flex-centralizado {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 0 auto;
}

.flex-centralizado2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    justify-content: center;
    -webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	margin: 0 auto;
}

#boxmenu{
	width:0%;
	left:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#ffffff;
	z-index:120;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.form::-webkit-input-placeholder {
    color: #999999;
}
.form::-moz-placeholder {
    color: #999999;
}
.form:-ms-input-placeholder {
    color: #999999;
}
.form:-moz-placeholder {
    color: #999999;
}

a{
	text-decoration:none;
	color:#999999;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover{
	color:#333333;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:30px;
		color:#333333;
		line-height:30px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		text-align:right;
		line-height:100px;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		left:0px;
		background:#ffffff;
		width: 100%;
		z-index: 100;
		height:100px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:20px;
		cursor:pointer;
	}
	#submenu{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 30px 0;
		background: #f5f5f5;
		z-index:10;
	}
	#main{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.empresa-img{
		width: 50%;
		height: 600px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.empresa-img video{
		width: 100%;
		height: 600px;
	}
	.empresa-box{
		width: 50%;
		height: 100%;
		padding:0px 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.empresa-box p{
		line-height:20px;
		font-size:15px;
		text-align:justify;
	}
	.representantes-img{
		width: 50%;
		height: 700px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.representantes-box{
		width: 50%;
		height: 100%;
		padding:0px 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:20px;
		font-size:15px;
		text-align:justify;
	}
	#down{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 20px;
		background: #f5f5f5;
		z-index:10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#down2{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.doit{
		position:absolute;
		right:30px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.doit:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.instagram{
		position:absolute;
		right:90px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.instagram:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.facebook{
		position:absolute;
		right:120px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.facebook:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.rodape{
		color:#999999;
		line-height:60px;
		position:absolute;
		left:30px;
		top:0px;
	}
	.contato-mapa{
		width:50%;
		padding:0px;
		height:700px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-form{
		position:relative;
		width:50%;
		padding:50px 100px 50px 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-box .fonte-texto{
		font-size:15px;
		line-height:20px;
	}
	.form {
		border: 1px solid #f5f5f5;
		padding: 0px 20px;
		color: #333333;
		height:60px;
		line-height:60px;
		background-color: #f5f5f5;
		font-family: fonte;
		border-radius:0px;
		-webkit-border-radius:0px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		outline:none;	
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	} 
	.form:focus {
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.botao{
		padding: 24px 20px;
		border: 1px solid #333333;
		background:#ffffff;
		font-family: fonte;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
		height:60px;
		line-height:0px;
		border-radius: 0px;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	}
	.botao:hover{
		background: #333333;
		color: #ffffff;
	}
	.produtos-box{
		width:28%;
		height:300px;
		overflow: hidden;
		background:#ffffff;
		position:relative;
		margin:0px 20px;
	}
	.produtos-box a .produtos-img{
		overflow: hidden;
		height:250px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.produtos-box a:hover .produtos-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.produtos-box a .produtos-texto{
		position:absolute;
		bottom:0px;
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		text-align:center;
		line-height:50px;
		height:50px;
		background:#f5f5f5;
		width:100%;
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:25px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		text-align:right;
		line-height:80px;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		left:0px;
		background:#ffffff;
		width: 100%;
		z-index: 100;
		height:100px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
		margin:0px 0px;
		border:0px;
		text-shadow:0px 0px 0px #000000;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:20px;
		cursor:pointer;
	}
	#submenu{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 30px 0;
		background: #f5f5f5;
		z-index:10;
	}
	#main{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.empresa-img{
		width: 50%;
		height: 600px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.empresa-img video{
		width: 100%;
		height: 600px;
	}
	.empresa-box{
		width: 50%;
		height: 100%;
		padding:0px 80px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.empresa-box p{
		line-height:20px;
		font-size:15px;
		text-align:justify;
	}
	.representantes-img{
		width: 50%;
		height: 500px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.representantes-box{
		width: 50%;
		height: 100%;
		padding:0px 80px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:20px;
		font-size:15px;
		text-align:justify;
	}
	#down{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 20px;
		background: #f5f5f5;
		z-index:10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#down2{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.doit{
		position:absolute;
		right:30px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.doit:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.instagram{
		position:absolute;
		right:90px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.instagram:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.facebook{
		position:absolute;
		right:120px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.facebook:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.rodape{
		color:#999999;
		line-height:60px;
		position:absolute;
		left:30px;
		top:0px;
	}
	.contato-mapa{
		width:50%;
		padding:0px;
		height:650px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-form{
		position:relative;
		width:50%;
		padding:50px 50px 50px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-box .fonte-texto{
		font-size:15px;
		line-height:20px;
	}
	.form {
		border: 1px solid #f5f5f5;
		padding: 0px 20px;
		color: #333333;
		height:60px;
		line-height:60px;
		background-color: #f5f5f5;
		font-family: fonte;
		border-radius:0px;
		-webkit-border-radius:0px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		outline:none;	
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	} 
	.form:focus {
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.botao{
		padding: 24px 20px;
		border: 1px solid #333333;
		background:#ffffff;
		font-family: fonte;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
		height:60px;
		line-height:0px;
		border-radius: 0px;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	}
	.botao:hover{
		background: #333333;
		color: #ffffff;
	}
	.produtos-box{
		width:25%;
		height:250px;
		overflow: hidden;
		background:#ffffff;
		position:relative;
		margin:0px 20px;
	}
	.produtos-box a .produtos-img{
		overflow: hidden;
		height:200px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.produtos-box a:hover .produtos-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.produtos-box a .produtos-texto{
		position:absolute;
		bottom:0px;
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		text-align:center;
		line-height:50px;
		height:50px;
		background:#f5f5f5;
		width:100%;
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:25px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:80px;
		text-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		left:0px;
		background:#ffffff;
		width: 100%;
		z-index: 100;
		height:100px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logo{
		position: absolute;
		top:15px;
		left:20px;
	}
	.logo img{
		height:70px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
	}
	#submenu{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 30px 0;
		background: #f5f5f5;
		z-index:10;
	}
	#main{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.empresa-img{
		width: 100%;
		height: 450px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.empresa-img video{
		width: 100%;
		height: 450px;
	}
	.empresa-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.empresa-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	.representantes-img{
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.representantes-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	#down{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 50px 20px;
		background: #f5f5f5;
		z-index:10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#down2{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.opcao{
		position:absolute;
		top:25px;
		right:30px;
		cursor:pointer;
	}
	.doit{
		position:absolute;
		right:30px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.doit:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.instagram{
		position:absolute;
		right:90px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.instagram:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.facebook{
		position:absolute;
		right:120px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.facebook:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.rodape{
		color:#999999;
		line-height:60px;
		position:absolute;
		left:30px;
		top:0px;
	}
	.contato-mapa{
		width:100%;
		padding:0px;
		height:300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-form{
		position:relative;
		width:100%;
		padding:50px 50px 50px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form {
		border: 1px solid #f5f5f5;
		padding: 0px 20px;
		color: #333333;
		height:60px;
		line-height:60px;
		background-color: #f5f5f5;
		font-family: fonte;
		border-radius:0px;
		-webkit-border-radius:0px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		outline:none;	
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	} 
	.form:focus {
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.botao{
		padding: 24px 20px;
		border: 1px solid #333333;
		background:#ffffff;
		font-family: fonte;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
		height:60px;
		line-height:0px;
		border-radius: 0px;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	}
	.botao:hover{
		background: #333333;
		color: #ffffff;
	}
	.produtos-box{
		width:90%;
		height:300px;
		overflow: hidden;
		background:#ffffff;
		position:relative;
		margin:0px 0px;
	}
	.produtos-box a .produtos-img{
		overflow: hidden;
		height:250px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.produtos-box a:hover .produtos-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.produtos-box a .produtos-texto{
		position:absolute;
		bottom:0px;
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		text-align:center;
		line-height:50px;
		height:50px;
		background:#f5f5f5;
		width:100%;
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:25px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:50px;
		font-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		left:0px;
		background:#ffffff;
		width: 100%;
		z-index: 100;
		height:80px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logo{
		position: absolute;
		top:15px;
		left:15px;
	}
	.logo img{
		height:50px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:45px;
		line-height:45px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
	}
	#submenu{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 15px 0;
		background: #f5f5f5;
		z-index:10;
	}
	#main{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.empresa-img{
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.empresa-img video{
		width: 100%;
		height: 400px;
	}
	.empresa-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.empresa-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	.representantes-img{
		width: 100%;
		height: 200px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.representantes-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	#down{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 30px 20px;
		background: #f5f5f5;
		z-index:10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#down2{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.opcao{
		position:absolute;
		top:15px;
		right:20px;
		cursor:pointer;
	}
	.doit{
		position:absolute;
		right:20px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.doit:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.instagram{
		position:absolute;
		right:70px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.instagram:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.facebook{
		position:absolute;
		right:100px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.facebook:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.rodape{
		color:#999999;
		line-height:60px;
		position:absolute;
		left:20px;
		top:0px;
	}
	.contato-mapa{
		width:100%;
		padding:0px;
		height:300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-form{
		position:relative;
		width:100%;
		padding:50px 50px 50px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form {
		border: 1px solid #f5f5f5;
		padding: 0px 20px;
		color: #333333;
		height:60px;
		line-height:60px;
		background-color: #f5f5f5;
		font-family: fonte;
		border-radius:0px;
		-webkit-border-radius:0px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		outline:none;	
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	} 
	.form:focus {
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.botao{
		padding: 24px 20px;
		border: 1px solid #333333;
		background:#ffffff;
		font-family: fonte;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
		height:60px;
		line-height:0px;
		border-radius: 0px;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	}
	.botao:hover{
		background: #333333;
		color: #ffffff;
	}
	.produtos-box{
		width:90%;
		height:250px;
		overflow: hidden;
		background:#ffffff;
		position:relative;
		margin:0px 0px;
	}
	.produtos-box a .produtos-img{
		overflow: hidden;
		height:200px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.produtos-box a:hover .produtos-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.produtos-box a .produtos-texto{
		position:absolute;
		bottom:0px;
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		text-align:center;
		line-height:50px;
		height:50px;
		background:#f5f5f5;
		width:100%;
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
	}
	.fonte-titulo {
		font-family: fonte;
		font-size:25px;
		color:#333333;
		line-height:25px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:50px;
		text-align:right;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		left:0px;
		background:#ffffff;
		width: 100%;
		z-index: 100;
		height:70px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logo{
		position: absolute;
		top:10px;
		left:15px;
	}
	.logo img{
		height:50px;
	}
	.menu{
		position:absolute;
		right:30px;
		top:30px;
		height:40px;
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:55px;
		line-height:55px;
		font-family: fonte;
	    font-size:15px;
		color:#333333;
		text-align:center;
		cursor:pointer;
	}
	#submenu{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 15px 0;
		background: #f5f5f5;
		z-index:10;
	}
	#main{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.empresa-img{
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.empresa-img video{
		width: 100%;
		height: 300px;
	}
	.representantes-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	.representantes-img{
		width: 100%;
		height: 300px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.representantes-box{
		width: 100%;
		height: 100%;
		padding:30px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.representantes-box p{
		line-height:15px;
		font-size:12px;
		text-align:center;
	}
	#down{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 30px 20px;
		background: #f5f5f5;
		z-index:10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#down2{
		position: relative;
		width: 100%;
		height: auto;
		margin: auto 0;
		padding: 0px;
		background: #ffffff;
		z-index:10;
	}
	.opcao{
		position:absolute;
		top:10px;
		right:20px;
		cursor:pointer;
	}
	.doit{
		position:absolute;
		right:20px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.doit:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.instagram{
		position:absolute;
		right:70px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.instagram:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.facebook{
		position:absolute;
		right:100px;
		top:15px;
		width:30px;
		height:30px;
		cursor:pointer;
		opacity:0.3;
		filter:alpha(opacity=30);
		-moz-opacity:0.3;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.facebook:hover{
		opacity:1.0;
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
	}
	.rodape{
		color:#999999;
		line-height:60px;
		position:absolute;
		left:20px;
		top:0px;
	}
	.contato-mapa{
		width:100%;
		padding:0px;
		height:300px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.contato-form{
		position:relative;
		width:100%;
		padding:50px 50px 50px 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form {
		border: 1px solid #f5f5f5;
		padding: 0px 20px;
		color: #333333;
		height:60px;
		line-height:60px;
		background-color: #f5f5f5;
		font-family: fonte;
		border-radius:0px;
		-webkit-border-radius:0px;
		font-size: 12px;
		-webkit-box-sizing: border-box;
		outline:none;	
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	} 
	.form:focus {
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.botao{
		padding: 24px 20px;
		border: 1px solid #333333;
		background:#ffffff;
		font-family: fonte;
		font-size: 12px;
		color: #333333;
		cursor: pointer;
		height:60px;
		line-height:0px;
		border-radius: 0px;
		-webkit-transition: all 0.5s ease; /* Safari and Chrome */
		-moz-transition: all 0.5s ease; /* Firefox */
		-o-transition: all 0.5s ease; /* IE 9 */
		-ms-transition: all 0.5s ease; /* Opera */
		transition: all 0.5s ease;
	}
	.botao:hover{
		background: #333333;
		color: #ffffff;
	}
	.produtos-box{
		width:90%;
		height:250px;
		overflow: hidden;
		background:#ffffff;
		position:relative;
		margin:0px 0px;
	}
	.produtos-box a .produtos-img{
		overflow: hidden;
		height:200px;
		width:100%;
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.produtos-box a:hover .produtos-img{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.produtos-box a .produtos-texto{
		position:absolute;
		bottom:0px;
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		text-align:center;
		line-height:50px;
		height:50px;
		background:#f5f5f5;
		width:100%;
	}
}