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

@font-face {
    font-family: fonte;
    src: url(assets/GOTHIC.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;
}

#main {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 100px 0 100px 0;
	background: #ffffff;
	z-index:10;
}

#contato {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 100px 0 100px 0;
	z-index:10;
}

#down {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 20px 0 20px 0;
	background: #363435;
	z-index:100;
}
a.down{
	text-decoration:none;
	color:#ffffff;
	-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.down:hover{
	color:#ffffff;
}
.doit{
	width:20px;
	height:20px;
	background:#ffffff;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	-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;
}

.doit:hover{
	background:#FCC236;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.icon {
    background-color: #000000;
    -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;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 0px;
}
.icon:hover {
    background-color: transparent;
}
#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#282B2E;
	z-index:999;
	-webkit-transition:all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.botao{
	padding: 13px 10px;
	border: 1px solid #FCC236;
	background:#FCC236;
	font-family: fonte;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	height:40px;
	line-height:0px;
	border-radius: 5px;
	-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;
	font-weight:bold;
}
.botao:hover{
	background: #ffffff;
}

.form {
	border: 1px solid #dddddd;
	padding: 0px 10px;
	color: #333333;
	height:40px;
	line-height:40px;
	background-color: #ffffff;
	font-family: fonte;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 15px;
	-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 #FCC236;
}

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

.empresas-box{
	position: relative;
    width: 100%;
    height: 200px; 
    overflow: hidden;
	background:#fafafa;
	background: -webkit-linear-gradient(top,rgba(237,237,237,1),rgba(222,222,222,1));
	background: -o-linear-gradient(bottom,rgba(237,237,237,1),rgba(222,222,222,1));
	background: -moz-linear-gradient(bottom,rgba(237,237,237,1),rgba(222,222,222,1));
	background: linear-gradient(to bottom, rgba(237,237,237,1),rgba(222,222,222,1));
}

.empresas-box .empresas-img{
	position: absolute;
	width:100%;
	height:300px;
	top:-50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-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;
}

.empresas-box:hover .empresas-img{
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

a.home{
	text-decoration:none;
	color:#ffffff;
	-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.home:hover{
	color:#FCC236;
}

@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:40px;
		color:#333333;
		line-height:40px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:110px;
		-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:30px;
		left:0px;
	}
	.logo img{
		height:50px;
	}
	#home {
		position: relative;
		width: 100%;
		height: 800px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		height: 800px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#home2 {
		position: relative;
		width: 100%;
		height: 500px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home2-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	.home-right{
		position:absolute;
		width:15px;
		height:15px;
		background:#282B2E;
		top:50%;
		margin-top:-80px;
		right:20px;
		z-index:140;
		padding:20px 10px;
		-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;
		cursor:pointer;
		border-radius:5px;
	}
	.home-right:hover{
		background:#FCC236;
	}
	.home-left{
		position:absolute;
		cursor:pointer;
		width:15px;
		height:15px;
		padding:20px 10px;
		background:#333333;
		top:50%;
		margin-top:-80px;
		left:20px;
		z-index:140;
		border-radius:5px;
		-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;
	}
	.home-left:hover{
		background:#FCC236;
	}
	.home-left img,.home-right img{
		width:15px;
		height:15px;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 800px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home2-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 500px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-titulo{
		position:absolute;
		top:300px;
		width:100%;
		font-family: fonte;
		font-size:80px;
		color:#ffffff;
		line-height:80px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.home-texto{
		position:absolute;
		top:400px;
		width:100%;
		font-family: fonte;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.home2-titulo{
		position:absolute;
		top:150px;
		width:100%;
		font-family: fonte;
		font-size:80px;
		color:#ffffff;
		line-height:80px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.home2-texto{
		position:absolute;
		top:250px;
		width:100%;
		font-family: fonte;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.submenu{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:110px;
		padding:0px 10px;
		font-weight:bold;
		-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;
		cursor:pointer;
	}
	.submenu:hover{
		color:#FCC236;
	}
	.quadro-box{
		position:relative;
		padding:0px 20px;
		height:10px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.quadro-box .quadro-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.quadro-box .quadro-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.foto-img{
		width: 30%;
		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;
	}
	.foto-resto{
		width: 70%;
	}
	.foto-box{
		width: 50%;
		height: 400px;
		overflow: hidden;
		position:relative;
	}
	.foto-box a .foto-imgs{
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.foto-box a .foto-imgs div{
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.foto-box a:hover .foto-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.foto-box a .foto-fundo{
		width: 100%;
		height: 300px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.foto-box a:hover .foto-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.foto-box a .foto-fundo .foto-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
	.foto-box a .foto-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.foto-box a .foto-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
		padding:0px 20px;
	}
	.imagem-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow:hidden;
	}
	.imagem-box a div{
		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;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.imagem-box a:hover div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box{
		width: 33%;
		height: 300px;
		overflow: hidden;
		position:relative;
	}
	.galeria-box a .galeria-imgs{
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.galeria-box a .galeria-imgs div{
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.galeria-box a:hover .galeria-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a .galeria-fundo{
		width: 100%;
		height: 300px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.galeria-box a:hover .galeria-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.galeria-box a .galeria-fundo .galeria-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
}@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:35px;
		color:#333333;
		line-height:35px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
		font-weight:bold;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 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:30px;
		left:0px;
	}
	.logo img{
		height:40px;
	}
	#home {
		position: relative;
		width: 100%;
		height: 600px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	#home2 {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home2-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	.home-right{
		position:absolute;
		width:10px;
		height:15px;
		background:#282B2E;
		top:50%;
		margin-top:-80px;
		right:20px;
		z-index:140;
		padding:20px 10px;
		-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;
		cursor:pointer;
		border-radius:5px;
	}
	.home-right:hover{
		background:#FCC236;
	}
	.home-left{
		position:absolute;
		cursor:pointer;
		width:10px;
		height:15px;
		padding:20px 10px;
		background:#333333;
		top:50%;
		margin-top:-80px;
		left:20px;
		z-index:140;
		-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;
		border-radius:5px;
	}
	.home-left:hover{
		background:#FCC236;
	}
	.home-left img,.home-right img{
		width:10px;
		height:15px;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 600px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home2-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 400px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-titulo{
		position:absolute;
		top:200px;
		width:100%;
		font-family: fonte;
		font-size:80px;
		color:#ffffff;
		line-height:80px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.home-texto{
		position:absolute;
		top:300px;
		width:100%;
		font-family: fonte;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;
		z-index:150;		
	}
	.home2-titulo{
		position:absolute;
		top:130px;
		width:100%;
		font-family: fonte;
		font-size:80px;
		color:#ffffff;
		line-height:80px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;
		z-index:150;
	}
	.home2-texto{
		position:absolute;
		top:200px;
		width:100%;
		font-family: fonte;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;	
		z-index:150;		
	}
	.submenu{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:100px;
		padding:0px 10px;
		font-weight:bold;
		-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;
		cursor:pointer;
	}
	.submenu:hover{
		color:#FCC236;
	}
	.quadro-box{
		position:relative;
		padding:0px 20px;
		height:100px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.quadro-box .quadro-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.quadro-box .quadro-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.foto-img{
		width: 30%;
		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;
	}
	.foto-resto{
		width: 70%;
	}
	.foto-box{
		width: 50%;
		height: 300px;
		overflow: hidden;
		position:relative;
	}
	.foto-box a .foto-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.foto-box a .foto-imgs div{
		width: 100%;
		height: 300px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.foto-box a:hover .foto-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.foto-box a .foto-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.foto-box a:hover .foto-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.foto-box a .foto-fundo .foto-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
	.foto-box a .foto-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.foto-box a .foto-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
		padding:0px 20px;
	}
	.imagem-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow:hidden;
	}
	.imagem-box a div{
		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;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.imagem-box a:hover div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box{
		width: 33%;
		height: 200px;
		overflow: hidden;
		position:relative;
	}
	.galeria-box a .galeria-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.galeria-box a .galeria-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.galeria-box a:hover .galeria-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a .galeria-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.galeria-box a:hover .galeria-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.galeria-box a .galeria-fundo .galeria-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
}@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:30px;
		color:#333333;
		line-height:30px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
		font-weight:bold;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
	}
	.opcao{
		position:absolute;
		top:15px;
		right:0px;
		cursor:pointer;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 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:20px;
		left:0px;
	}
	.logo img{
		height:40px;
	}
	#home {
		position: relative;
		width: 100%;
		height: 600px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	#home2 {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home2-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	.home-right{
		position:absolute;
		width:10px;
		height:15px;
		background:#282B2E;
		top:50%;
		margin-top:-60px;
		right:20px;
		z-index:140;
		padding:20px 10px;
		-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;
		cursor:pointer;
		border-radius:5px;
	}
	.home-right:hover{
		background:#FCC236;
	}
	.home-left{
		position:absolute;
		cursor:pointer;
		width:10px;
		height:15px;
		padding:20px 10px;
		background:#333333;
		top:50%;
		margin-top:-60px;
		left:20px;
		z-index:140;
		-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;
		border-radius:5px;
	}
	.home-left:hover{
		background:#FCC236;
	}
	.home-left img,.home-right img{
		width:10px;
		height:15px;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 600px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 400px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-titulo{
		position:absolute;
		top:220px;
		width:100%;
		font-family: fonte;
		font-size:60px;
		color:#ffffff;
		line-height:60px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home2-titulo{
		position:absolute;
		top:150px;
		width:100%;
		font-family: fonte;
		font-size:60px;
		color:#ffffff;
		line-height:60px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home-texto{
		position:absolute;
		top:300px;
		width:100%;
		font-family: fonte;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;		
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:40px;
		line-height:40px;
		font-family: fonte;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.quadro-box{
		position:relative;
		padding:0px 20px;
		height:auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.quadro-box .quadro-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.quadro-box .quadro-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.foto-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;
	}
	.foto-box{
		width: 100%;
		height: 300px;
		overflow: hidden;
		position:relative;
	}
	.foto-box a .foto-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.foto-box a .foto-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.foto-box a:hover .foto-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.foto-box a .foto-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.foto-box a:hover .foto-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.foto-box a .foto-fundo .foto-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
	.foto-box a .foto-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.foto-box a .foto-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
		padding:0px 20px;
	}
	.imagem-box{
		position: relative;
		width: 100%;
		height: 200px;
		overflow:hidden;
	}
	.imagem-box a div{
		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;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.imagem-box a:hover div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box{
		width: 100%;
		height: 200px;
		overflow: hidden;
		position:relative;
	}
	.galeria-box a .galeria-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.galeria-box a .galeria-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.galeria-box a:hover .galeria-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a .galeria-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.galeria-box a:hover .galeria-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.galeria-box a .galeria-fundo .galeria-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
}@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:30px;
		color:#333333;
		line-height:30px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
		font-weight:bold;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	#menu {
		position: relative;
		top:0px;
		background:transparent;
		width: 100%;
		z-index: 90;
		height:60px;
		-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;
	}
	.opcao{
		position:absolute;
		top:15px;
		right:0px;
		cursor:pointer;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 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:20px;
		left:0px;
	}
	.logo img{
		height:40px;
	}
	#home {
		position: relative;
		width: 100%;
		height: 300px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	#home2 {
		position: relative;
		width: 100%;
		height: 200px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home2-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	.home-right{
		position:absolute;
		width:10px;
		height:15px;
		background:#282B2E;
		top:50%;
		margin-top:-30px;
		right:10px;
		z-index:140;
		padding:10px 5px;
		-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;
		cursor:pointer;
		border-radius:5px;
	}
	.home-right:hover{
		background:#FCC236;
	}
	.home-left{
		position:absolute;
		cursor:pointer;
		width:10px;
		height:15px;
		padding:10px 5px;
		background:#333333;
		top:50%;
		margin-top:-30px;
		left:10px;
		z-index:140;
		-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;
		border-radius:5px;
	}
	.home-left:hover{
		background:#FCC236;
	}
	.home-left img,.home-right img{
		width:10px;
		height:10px;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 300px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home2-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 200px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-titulo{
		position:absolute;
		top:100px;
		width:100%;
		font-family: fonte;
		font-size:60px;
		color:#ffffff;
		line-height:60px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home2-titulo{
		position:absolute;
		top:50px;
		width:100%;
		font-family: fonte;
		font-size:60px;
		color:#ffffff;
		line-height:60px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home-texto{
		position:absolute;
		top:170px;
		width:100%;
		font-family: fonte;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;		
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:40px;
		line-height:40px;
		font-family: fonte;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.quadro-box{
		position:relative;
		padding:0px 20px;
		height:auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.quadro-box .quadro-titulo{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
		font-weight:bold;
	}
	.quadro-box .quadro-texto{
		font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.foto-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;
	}
	.foto-box{
		width: 100%;
		height: 300px;
		overflow: hidden;
		position:relative;
	}
	.foto-box a .foto-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.foto-box a .foto-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.foto-box a:hover .foto-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.foto-box a .foto-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.foto-box a:hover .foto-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.foto-box a .foto-fundo .foto-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
	.foto-box a .foto-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.foto-box a .foto-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
		padding:0px 20px;
	}
	.imagem-box{
		position: relative;
		width: 100%;
		height: 200px;
		overflow:hidden;
	}
	.imagem-box a div{
		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;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.imagem-box a:hover div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box{
		width: 100%;
		height: 200px;
		overflow: hidden;
		position:relative;
	}
	.galeria-box a .galeria-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.galeria-box a .galeria-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.galeria-box a:hover .galeria-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a .galeria-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.galeria-box a:hover .galeria-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.galeria-box a .galeria-fundo .galeria-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
}@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:30px;
		color:#333333;
		line-height:30px;
		font-weight:bold;
	}
	.fonte-subtitulo {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:12px;
		font-weight:bold;
	}
	.fonte-texto {
	    font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.opcao{
		position:absolute;
		top:15px;
		right:0px;
		cursor:pointer;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 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:20px;
		left:0px;
	}
	.logo img{
		height:40px;
	}
	#home {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	#home2 {
		position: relative;
		width: 100%;
		height: 300px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#fff;
	}
	.home2-box{
		position: relative;
		width: 100%;
		z-index:100;
		top:0px;
		left:0px;
		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;
	}
	.home-right{
		position:absolute;
		width:10px;
		height:15px;
		background:#282B2E;
		top:50%;
		margin-top:-30px;
		right:10px;
		z-index:140;
		padding:10px 5px;
		-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;
		cursor:pointer;
		border-radius:5px;
	}
	.home-right:hover{
		background:#FCC236;
	}
	.home-left{
		position:absolute;
		cursor:pointer;
		width:10px;
		height:15px;
		padding:10px 5px;
		background:#333333;
		top:50%;
		margin-top:-30px;
		left:10px;
		z-index:140;
		-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;
		border-radius:5px;
	}
	.home-left:hover{
		background:#FCC236;
	}
	.home-left img,.home-right img{
		width:10px;
		height:15px;
	}
	.home-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 400px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home2-img{
		position: absolute;
		width: 100%;
		z-index:120;
		bottom:0px;
		left:0px;
		height: 300px;
		background-position: center bottom;
		background-repeat: no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.home-titulo{
		position:absolute;
		top:100px;
		width:100%;
		font-family: fonte;
		font-size:60px;
		color:#ffffff;
		line-height:70px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home2-titulo{
		position:absolute;
		top:120px;
		width:100%;
		font-family: fonte;
		font-size:40px;
		color:#ffffff;
		line-height:50px;
		font-weight:bold;
		text-align:center;	
		text-shadow: 2px 2px 2px #333333;		
	}
	.home-texto{
		position:absolute;
		top:250px;
		width:80%;
		font-family: fonte;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		font-weight:bold;
		text-align:center;
		text-shadow: 2px 2px 2px #333333;		
	}
	.submenu{
		position:relative;
		padding:0 20px;
		height:40px;
		line-height:40px;
		font-family: fonte;
	    font-size:15px;
		color:#ffffff;
		text-align:center;
		cursor:pointer;
	}
	.quadro-box{
		position:relative;
		padding:0px 20px;
		height:auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.quadro-box .quadro-titulo{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:15px;
		font-weight:bold;
	}
	.quadro-box .quadro-texto{
		font-family: fonte;
		font-size:12px;
		color:#333333;
		line-height:15px;
	}
	.foto-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;
	}
	.foto-box{
		width: 100%;
		height: 300px;
		overflow: hidden;
		position:relative;
	}
	.foto-box a .foto-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.foto-box a .foto-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.foto-box a:hover .foto-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.foto-box a .foto-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.foto-box a:hover .foto-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.foto-box a .foto-fundo .foto-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
	.foto-box a .foto-titulo{
		font-family: fonte;
		font-size:20px;
		color:#333333;
		line-height:20px;
		font-weight:bold;
	}
	.foto-box a .foto-texto{
		font-family: fonte;
		font-size:15px;
		color:#333333;
		line-height:20px;
		padding:0px 20px;
	}
	.imagem-box{
		position: relative;
		width: 100%;
		height: 200px;
		overflow:hidden;
	}
	.imagem-box a div{
		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;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.imagem-box a:hover div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box{
		width: 100%;
		height: 200px;
		overflow: hidden;
		position:relative;
	}
	.galeria-box a .galeria-imgs{
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.galeria-box a .galeria-imgs div{
		width: 100%;
		height: 200px;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		-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.1);
		-ms-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
	}
	.galeria-box a:hover .galeria-imgs div{
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.0);
	}
	.galeria-box a .galeria-fundo{
		width: 100%;
		height: 200px;
		position:absolute;
		top:0px;
		left:0px;
		background:#FCC236;
		opacity:0.0;
		filter:alpha(opacity=0);
		-moz-opacity:0.0;
		-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;
	}
	.galeria-box a:hover .galeria-fundo{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
	}
	.galeria-box a .galeria-fundo .galeria-zoom{
		position:absolute;
		top:50%;
		margin-top:-15px;
		left:50%;
		margin-left:-15px;
	}
}