
@font-face {
    font-family: light;
    src: url(assets/Roboto-Light.ttf);
}

@font-face {
    font-family: bold;
    src: url(assets/Roboto-Bold.ttf);
}

html, body {
	height: 100%;
	margin: 0px;
}

* html {
	height: 100%;
}

p {
	margin: 0;
}

a{
	text-decoration:none;
	color:#ffffff;
}

.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;
}

#quemsomos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 100px 0 50px 0;
	z-index:10;
	background-image: url('img/quemsomos.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#up {
	position: relative;
	width: 100%;
	height: 40px;
	margin: auto 0;
	padding: 0px 0;
	z-index:10;
	background:#111A64;
}

#empreendimentos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 50px 0;
	z-index:10;
	background:#ffffff;
}

#videos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 0px 0 0px 0;
	z-index:10;
	background:#ffffff;
}

#contato {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#f6f6f6;
}

#down {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 100px 0 100px 0;
	background-image: url('img/down.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:10;
}

.doit{
	width:25px;
	height:21px;
	background:transparent;
	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;
}

#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#20488A;
	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: 15px 10px;
	border: 1px solid #ffffff;
	background:transparent;
	font-family: bold;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	line-height:15px;
	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;
}
.botao:hover{
	background: #ffffff;
	color:#E4533C;
}

.botao2{
	padding: 15px 20px;
	border:2px solid #E4533C;
	background:#E4533C;
	font-family: bold;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	line-height:15px;
	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;
}
.botao2:hover{
	background: #ffffff;
	color:#E4533C;
}

.form {
	border: 1px solid #ffffff;
	padding: 15px 10px;
	color: #333333;
	height:45px;
	line-height:15px;
	background-color: #ffffff;
	font-family: light;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	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;
} 

.form::-webkit-input-placeholder {
    color: #999999;
}
.form::-moz-placeholder {
    color: #999999;
}
.form:-ms-input-placeholder {
    color: #999999;
}
.form:-moz-placeholder {
    color: #999999;
}

.form2 {
	border: 2px solid #20488A;
	padding: 15px 10px;
	color: #20488A;
	height:45px;
	line-height:15px;
	background-color: #ffffff;
	font-family: light;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	outline:none;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	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;
} 

.form2::-webkit-input-placeholder {
    color: #20488A;
}
.form2::-moz-placeholder {
    color: #20488A;
}
.form2:-ms-input-placeholder {
    color: #20488A;
}
.form2:-moz-placeholder {
    color: #20488A;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.orcamento{
		padding:0px 20px;
		background:#E4533C;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#f3f3f3;
		width: 100%;
		height:1px;
	}
	#menu3 {
		position: relative;
		background:#fcfcfc;
		width: 100%;
		height:40px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:40px;
		padding:0px 15px;
		background:transparent;
		-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{
		background:#E4533C;
		color:#ffffff;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
	}
	#banner .banner-box .banner-back{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 450px;
		background-image: url('img/fundo.png');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		left:50%;
		margin-left:-600px;
		width:600px;
		z-index:999;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: bold;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-titulo2{
		font-family: light;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:20px;
	}
	#banner .banner-box .banner-fundo .banner-botao{
		font-family: light;
		font-size:15px;
		background:#20488A;
		color:#ffffff;
		line-height:20px;
		cursor:pointer;
		padding:10px 0px;
		width:120px;
		border-radius:5px;
		text-align:center;
	}
	#banner #left{
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #left img{
		height:30px;
		width:30px;
	}
	#banner #right{
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #right img{
		height:30px;
		width:30px;
	}
	.destaque-box{
		position:relative;
		background:#E4533C;
		padding:20px;
		width:25%;
		height:50px;
	}
	.destaque-box .destaque-titulo{
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.destaque-box .destaque-titulo2{
		font-family: light;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.servicos-box{
		position: relative;
		width: 33%;
		height: 250px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		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);
	}
	.servicos-box:hover .servicos-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);
	}
	.servicos-box .servicos-fundo{
		position:absolute;
		background:rgba(228,83,60,0);
		top:0px;
		left:0px;
		width:calc(100% - 40px);
		height:210px;
		-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;
		padding:20px;
	}
	.servicos-box:hover .servicos-fundo{
		background:rgba(228,83,60,0.9);
	}
	.servicos-box .servicos-fundo .servicos-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-titulo{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.servicos-box .servicos-fundo .servicos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.servicos-box .servicos-fundo .servicos-chamada{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-chamada{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.empreendimentos-box{
		position: relative;
		width: 100%;
		height: 400px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
		background:#F7F7F7;
	}
	.empreendimentos-box .empreendimentos-img{
		height:400px;
		width:50%;
		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);
	}
	.empreendimentos-box:hover .empreendimentos-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);
	}
	.empreendimentos-box .empreendimentos-fundo{
		position:absolute;
		top:0px;
		left:50%;
		width:calc(50% - 40px);
		background:#F7F7F7;
		height:310px;
		-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;
		padding:20px;
	}
	.empreendimentos-box .empreendimentos-fundo .empreendimentos-titulo{
		font-family: bold;
		font-size:15px;
		color:#E4533C;
		line-height:20px;
		text-align:center;
	}
	.empreendimentos-box .empreendimentos-fundo .empreendimentos-texto{
		font-family: light;
		font-size:15px;
		color:#20488A;
		line-height:20px;
		text-align:justify;
	}
	.empreendimentos-box .empreendimentos-fundo .empreendimentos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.down-titulo {
		font-family: bold;
		font-size:20px;
		color:#E4533C;
		line-height:25px;
	}
	.down-menu {
	    font-family: light;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.down-fundo{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background:rgba(17,26,100,0.9);
	}
	.destaque2-box{
		position:relative;
		padding:0px;
		width:25%;
		height:50px;
	}
	.destaque2-box .destaque2-titulo{
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.destaque2-box .destaque2-titulo2{
		font-family: light;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	#videos1 {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#20488A;
		margin-bottom:100px;
	}
	#videos1 .videos-box{
		position: relative;
		width: 100%;
		height: 450px; 
	}
	#videos1 .videos-box .videos-img{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	#videos1 .videos-box .videos-play{
		position: absolute;
		top:50%;
		left:50%;
		margin-top:-40px;
		margin-left:-32px;
		cursor:pointer;
		z-index:999;
	}
	#videos1 .videos-left{
		position: absolute;
		top:50%;
		left:50%;
		margin-top:-40px;
		margin-left:-600px;
		cursor:pointer;
		z-index:999;
	}
	#videos1 .videos-right{
		position: absolute;
		top:50%;
		right:50%;
		margin-top:-40px;
		margin-right:-600px;
		cursor:pointer;
		z-index:999;
	}
	.videos1-box{
		position:relative;
		background:#20488A;
		padding:20px;
		width:20%;
		height:20px;
		cursor:pointer;
	}
	.videos1-box .videos1-titulo{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	#videos1 .videos-box .videos-texto{
		position: absolute;
		bottom:20px;
		left:0px;
		width:100%;
		font-family: bold;
		font-size:25px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
}@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.orcamento{
		padding:0px 20px;
		background:#E4533C;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#f3f3f3;
		width: 100%;
		height:1px;
	}
	#menu3 {
		position: relative;
		background:#fcfcfc;
		width: 100%;
		height:40px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:0px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:40px;
		padding:0px 15px;
		background:transparent;
		-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{
		background:#E4533C;
		color:#ffffff;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
	}
	#banner .banner-box .banner-back{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 450px;
		background-image: url('img/fundo.png');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		left:50%;
		margin-left:-470px;
		width:470px;
		z-index:999;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: bold;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-titulo2{
		font-family: light;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:20px;
	}
	#banner .banner-box .banner-fundo .banner-botao{
		font-family: light;
		font-size:15px;
		background:#20488A;
		color:#ffffff;
		line-height:20px;
		cursor:pointer;
		padding:10px 0px;
		width:120px;
		border-radius:5px;
		text-align:center;
	}
	#banner #left{
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #left img{
		height:30px;
		width:30px;
	}
	#banner #right{
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #right img{
		height:30px;
		width:30px;
	}
	.destaque-box{
		position:relative;
		background:#E4533C;
		padding:20px;
		width:25%;
	}
	.destaque-box .destaque-titulo{
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.destaque-box .destaque-titulo2{
		font-family: light;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.servicos-box{
		position: relative;
		width: 33%;
		height: 250px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		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);
	}
	.servicos-box:hover .servicos-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);
	}
	.servicos-box .servicos-fundo{
		position:absolute;
		background:rgba(228,83,60,0);
		top:0px;
		left:0px;
		width:calc(100% - 40px);
		height:210px;
		-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;
		padding:20px;
	}
	.servicos-box:hover .servicos-fundo{
		background:rgba(228,83,60,0.9);
	}
	.servicos-box .servicos-fundo .servicos-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-titulo{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.servicos-box .servicos-fundo .servicos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.servicos-box .servicos-fundo .servicos-chamada{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-chamada{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.down-titulo {
		font-family: bold;
		font-size:20px;
		color:#E4533C;
		line-height:25px;
	}
	.down-menu {
	    font-family: light;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.down-fundo{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background:rgba(17,26,100,0.9);
	}
	.destaque2-box{
		position:relative;
		padding:0px;
		width:25%;
		height:50px;
	}
	.destaque2-box .destaque2-titulo{
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	.destaque2-box .destaque2-titulo2{
		font-family: light;
		font-size:20px;
		color:#ffffff;
		line-height:25px;
		text-align:center;
	}
	#videos1 .videos-box .videos-texto{
		position: absolute;
		bottom:20px;
		left:0px;
		width:100%;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
}@media only screen and (max-width:1023px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.orcamento{
		padding:0px 20px;
		background:#E4533C;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#f3f3f3;
		width: 100%;
		height:1px;
	}
	#menu3 {
		position: relative;
		background:#fcfcfc;
		width: 100%;
		height:40px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:10px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:40px;
		padding:0px 15px;
		background:transparent;
		-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;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
	}
	#banner .banner-box .banner-back{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 450px;
		background-image: url('img/fundo.png');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		left:5%;
		margin-left:0px;
		width:60%;
		z-index:999;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: bold;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-titulo2{
		font-family: light;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:20px;
	}
	#banner .banner-box .banner-fundo .banner-botao{
		font-family: light;
		font-size:15px;
		background:#20488A;
		color:#ffffff;
		line-height:20px;
		cursor:pointer;
		padding:10px 0px;
		width:120px;
		border-radius:5px;
		text-align:center;
	}
	#banner #left{
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #left img{
		height:30px;
		width:30px;
	}
	#banner #right{
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #right img{
		height:30px;
		width:30px;
	}
	.destaque-box{
		position:relative;
		background:#E4533C;
		padding:20px;
		width:50%;
	}
	.destaque-box .destaque-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque-box .destaque-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 250px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		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);
	}
	.servicos-box:hover .servicos-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);
	}
	.servicos-box .servicos-fundo{
		position:absolute;
		background:rgba(228,83,60,0);
		top:0px;
		left:0px;
		width:calc(100% - 40px);
		height:210px;
		-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;
		padding:20px;
	}
	.servicos-box:hover .servicos-fundo{
		background:rgba(228,83,60,0.9);
	}
	.servicos-box .servicos-fundo .servicos-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-titulo{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.servicos-box .servicos-fundo .servicos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.servicos-box .servicos-fundo .servicos-chamada{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-chamada{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.down-titulo {
		font-family: bold;
		font-size:20px;
		color:#E4533C;
		line-height:25px;
	}
	.down-menu {
	    font-family: light;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.down-fundo{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background:rgba(17,26,100,0.9);
	}
	.destaque2-box{
		position:relative;
		padding:0px;
		width:100%;
		height:20px;
	}
	.destaque2-box .destaque2-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque2-box .destaque2-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	#videos1 .videos-box .videos-texto{
		position: absolute;
		bottom:20px;
		left:0px;
		width:100%;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
}@media only screen and (max-width:1023px) and (orientation:landscape){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.orcamento{
		padding:0px 20px;
		background:#E4533C;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#f3f3f3;
		width: 100%;
		height:1px;
	}
	#menu3 {
		position: relative;
		background:#fcfcfc;
		width: 100%;
		height:40px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:10px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:40px;
		padding:0px 15px;
		background:transparent;
		-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;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
	}
	#banner .banner-box .banner-back{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 450px;
		background-image: url('img/fundo.png');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		left:5%;
		margin-left:0px;
		width:60%;
		z-index:999;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: bold;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-titulo2{
		font-family: light;
		font-size:40px;
		color:#20488A;
		line-height:50px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:20px;
	}
	#banner .banner-box .banner-fundo .banner-botao{
		font-family: light;
		font-size:15px;
		background:#20488A;
		color:#ffffff;
		line-height:20px;
		cursor:pointer;
		padding:10px 0px;
		width:120px;
		border-radius:5px;
		text-align:center;
	}
	#banner #left{
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #left img{
		height:30px;
		width:30px;
	}
	#banner #right{
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #right img{
		height:30px;
		width:30px;
	}
	.destaque-box{
		position:relative;
		background:#E4533C;
		padding:20px;
		width:50%;
	}
	.destaque-box .destaque-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque-box .destaque-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 250px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		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);
	}
	.servicos-box:hover .servicos-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);
	}
	.servicos-box .servicos-fundo{
		position:absolute;
		background:rgba(228,83,60,0);
		top:0px;
		left:0px;
		width:calc(100% - 40px);
		height:210px;
		-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;
		padding:20px;
	}
	.servicos-box:hover .servicos-fundo{
		background:rgba(228,83,60,0.9);
	}
	.servicos-box .servicos-fundo .servicos-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-titulo{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.servicos-box .servicos-fundo .servicos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.servicos-box .servicos-fundo .servicos-chamada{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-chamada{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.down-titulo {
		font-family: bold;
		font-size:20px;
		color:#E4533C;
		line-height:25px;
	}
	.down-menu {
	    font-family: light;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.down-fundo{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background:rgba(17,26,100,0.9);
	}
	.destaque2-box{
		position:relative;
		padding:0px;
		width:100%;
		height:20px;
	}
	.destaque2-box .destaque2-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque2-box .destaque2-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	#videos1 .videos-box .videos-texto{
		position: absolute;
		bottom:20px;
		left:0px;
		width:100%;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
}@media only screen and (max-width:600px) and (orientation:portrait){
	.desktop{display:none}
	.mobile{display:block}
	#width {
		width: 90%;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: bold;
		font-size:30px;
		color:#E4533C;
		line-height:30px;
	}
	.fonte-texto {
	    font-family: light;
		font-size:15px;
		color:#333333;
		line-height:20px;
	}
	.fonte-menu {
	    font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
	}
	.orcamento{
		padding:0px 20px;
		background:#E4533C;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	#menu2 {
		position: relative;
		background:#f3f3f3;
		width: 100%;
		height:1px;
	}
	#menu3 {
		position: relative;
		background:#fcfcfc;
		width: 100%;
		height:40px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 50px;
		height: 60px; 
		right:0px;
		top:10px;
	}
	.submenu{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:40px;
		padding:0px 15px;
		background:transparent;
		-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;
		text-align:center;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 450px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		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;
		z-index:100;
	}
	#banner .banner-box .banner-back{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 450px;
		background-image: url('img/fundo.png');
		background-position: center top;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		left:5%;
		margin-left:0px;
		width:60%;
		z-index:999;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: bold;
		font-size:25px;
		color:#20488A;
		line-height:30px;
	}
	#banner .banner-box .banner-fundo .banner-titulo2{
		font-family: light;
		font-size:25px;
		color:#20488A;
		line-height:30px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: bold;
		font-size:15px;
		color:#20488A;
		line-height:20px;
	}
	#banner .banner-box .banner-fundo .banner-botao{
		font-family: light;
		font-size:15px;
		background:#20488A;
		color:#ffffff;
		line-height:20px;
		cursor:pointer;
		padding:10px 0px;
		width:120px;
		border-radius:5px;
		text-align:center;
	}
	#banner #left{
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #left img{
		height:30px;
		width:30px;
	}
	#banner #right{
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-15px;
		z-index:1000;
		cursor:pointer;
		height:30px;
		width:30px;
		cursor:pointer;
	}
	#banner #right img{
		height:30px;
		width:30px;
	}
	.destaque-box{
		position:relative;
		background:#E4533C;
		padding:20px;
		width:50%;
	}
	.destaque-box .destaque-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque-box .destaque-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 250px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		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);
	}
	.servicos-box:hover .servicos-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);
	}
	.servicos-box .servicos-fundo{
		position:absolute;
		background:rgba(228,83,60,0);
		top:0px;
		left:0px;
		width:calc(100% - 40px);
		height:210px;
		-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;
		padding:20px;
	}
	.servicos-box:hover .servicos-fundo{
		background:rgba(228,83,60,0.9);
	}
	.servicos-box .servicos-fundo .servicos-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-titulo{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.servicos-box .servicos-fundo .servicos-link{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		background: #E4533C;
		padding: 10px;
		line-height:20px;
		text-align:center;
		cursor: pointer;
		width: 250px;
		margin: 0 auto;
	}
	.servicos-box .servicos-fundo .servicos-chamada{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		opacity: 0.0;
		filter: alpha(opacity=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;
		text-align:center;
	}
	.servicos-box:hover .servicos-fundo .servicos-chamada{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	.down-titulo {
		font-family: bold;
		font-size:20px;
		color:#E4533C;
		line-height:25px;
	}
	.down-menu {
	    font-family: light;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.down-fundo{
		position:absolute;
		bottom:0px;
		height:50px;
		width:100%;
		background:rgba(17,26,100,0.9);
	}
	.destaque2-box{
		position:relative;
		padding:0px;
		width:100%;
		height:20px;
	}
	.destaque2-box .destaque2-titulo{
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	.destaque2-box .destaque2-titulo2{
		font-family: light;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
		text-align:center;
	}
	#videos1 .videos-box .videos-texto{
		position: absolute;
		bottom:20px;
		left:0px;
		width:100%;
		font-family: bold;
		font-size:15px;
		color:#ffffff;
		line-height:15px;
		text-align:center;
	}
}