
@font-face {
    font-family: regular;
    src: url(assets/Yantramanav-Regular.ttf);
}

@font-face {
    font-family: thin;
    src: url(assets/Yantramanav-Thin.ttf);
}

@font-face {
    font-family: light;
    src: url(assets/Yantramanav-Light.ttf);
}

@font-face {
    font-family: bold;
    src: url(assets/Yantramanav-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;
}

.flex-centralizado3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin: 0 auto;
}

.flex-end{
	justify-content: flex-end;
    -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	-ms-justify-content: flex-end;
}

#quemsomos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}

#servicos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#f6f6f6;
}

#produtos {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 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: 50px 0 50px 0;
	background: url('img/footer.jpg');
	background-size: cover;
	background-position: center 33%;
	z-index:10;
}

.doit{
	width:30px;
	height:30px;
	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:#F03200;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#boxmenu{
	width:0%;
	right:0px;
	top:0px;
	height:100%;
	position:absolute;
	background:#325FA0;
	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 30px;
	border: 0px solid #255682;
	background:#CF3500;
	font-family: bold;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	line-height:20px;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-o-transition: all 0.5s ease; /* IE 9 */
	-ms-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}
.botao:hover{
	background: #CF3500;
}

.form {
	border: 1px solid #dddddd;
	padding: 0px 10px;
	color: #333333;
	height:40px;
	line-height:40px;
	background-color: #ffffff;
	font-family: regular;
	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::-webkit-input-placeholder {
    color: #999999;
}
.form::-moz-placeholder {
    color: #999999;
}
.form:-ms-input-placeholder {
    color: #999999;
}
.form:-moz-placeholder {
    color: #999999;
}

#mapa {
	position: relative;
	width: 100%;
	height: 300px; 
	margin: auto 0;
	padding: 0px;
	z-index:10;
}

.tabela{
	position:absolute;
	top:10px;
	left:10px;
	width:calc(100% - 20px);
	height:auto;
	z-index:1000;
	background:#f6f6f6;
}

.tabela .fechar{
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
	z-index:1100;
}

.banner-box{
	cursor: pointer;
}

#certificacoes {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.certificacoes-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	background: #5B9BD5;
	box-sizing: border-box;
}
.certificacoes-box-titulo{
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 5px;
	background: #DEEBF7;
	color: #5B9BD5;
	font-family: bold;
	font-size:17px;
	text-align: center;
	box-sizing: border-box;
}
.certificacoes-box-link {
	display: block;
	width: 90%;
	margin-bottom: 15px;
}
.certificacoes-box-btn {
	display: block;
	width: 100%;
	padding: 10px 5px;
	background: transparent;
	border: 1px solid #fff;
	box-sizing: border-box;
    font-family: bold;
	font-size:15px;
	color: #fff;
	cursor: pointer;
}
.certificacoes-texto {
	line-height:1.4;
    font-family: regular;
	font-size:16px;
	color:#333333;
}
.certificacoes-texto-item {
	position: relative;
	display: flex;
	padding-left: 30px;
	margin-bottom: 15px;
}
.certificacoes-texto-losango {
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.trabalhe-box{
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto ;
}
.trabalhe-img{
	max-width: 100%;
}
.trabalhe-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	line-height: 1.6;
    font-size: 20px;
    font-family: regular;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	color: #fff;
	box-sizing: border-box;
}
.trabalhe-btn {
	display: block;
	padding: 10px 30px;
	border: 1px solid #fff;
    font-family: regular;
	font-size:20px;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	background: #5B9BD5;
}

#corte-e-dobra {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.corte-intro{
	background:#DDEBF7;
}
.corte-intro-texto{
	padding: 30px 30px 15px 10px;
    font-family: regular;
	font-size: 15px; 
	box-sizing: border-box;
}
.corte-mid{
	padding: 0 0 30px;
	background-image: url('img/bg-produtos.jpg');
	background-size: cover;
	background-position: top;
}
.corte-mid-intro{
	padding: 30px 30px 15px 30px;
    font-family: regular;
	font-size: 16px; 
	box-sizing: border-box;
}
.corte-mid-legenda{
	margin: -5px 0 0 15px;
	padding: 10px;
	font-size: 15px; 
    font-family: regular;
	background: #fff;
}
.corte-mid-texto {
	height: 100%;
	padding: 15px 15px 15px 0;
	margin-left: 15px;
	line-height:1.4;
    font-family: regular;
	font-size:14px;
	color:#333333;
	background: #fff;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.corte-mid-texto-item {
	position: relative;
	display: flex;
	padding-left: 20px;
	margin-bottom: 15px;
}
.corte-mid-texto-losango {
	position: absolute;
	top: 2px;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.corte-tabela{
	padding: 30px 0px;
	text-align: center;
	background: #1b9ddb;
}
.corte-tabela-img{
	max-width: 100%;
}

#tela-soldada {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.tela-intro{
	background:#F2F2F2;
}
.tela-intro-texto{
	padding: 30px 30px;
    font-family: regular;
	font-size: 16px; 
	box-sizing: border-box;
}
.tela-mid{
	padding: 0 0 30px;
	background: #F2F2F2;
}
.tela-mid-texto {
	padding: 15px 15px 15px 0;
	margin-left: 15px;
	line-height:1.4;
    font-family: regular;
	font-size:14px;
	color:#333333;
	background: #DEEBF7;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.tela-mid-texto-item {
	position: relative;
	display: flex;
	padding-left: 20px;
	margin-bottom: 15px;
}
.tela-mid-texto-losango {
	position: absolute;
	top: 2px;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.tela-tabela{
	padding: 30px 0px;
	text-align: center;
}
.tela-tabela-img{
	max-width: 100%;
}

#barras-de-transferencia {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.barras-intro{
}
.barras-intro-texto{
	padding: 30px 30px;
    font-family: regular;
	font-size: 16px; 
	box-sizing: border-box;
}
.barras-mid{
	padding: 0 0 30px;
	background-image: url('img/bg-produtos.jpg');
	background-size: cover;
	background-position: top;
}
.barras-mid-titulo{
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding: 15px 30px;
	margin-left: -35px;
	line-height:1.4;
    font-family: bold;
	font-size:22px;
	color:#5B9BD5;
	background: #fff;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.barras-mid-texto {
	padding: 15px 15px 15px 0;
	margin-left: 15px;
	line-height:1.4;
    font-family: regular;
	font-size:14px;
	color:#333333;
	background: #DEEBF7;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.barras-mid-texto-item {
	position: relative;
	display: flex;
	padding-left: 20px;
	margin-bottom: 15px;
}
.barras-mid-texto-losango {
	position: absolute;
	top: 2px;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.barras-tabela{
	background: #0373bd;
	padding: 30px 15px;
}
.barras-tabela-img{
	max-width: 100%;
}
.barras-tabela-titulo{
	position: relative;
	z-index: 1;
	display: inline-flex;
	padding: 15px 30px;
	margin-left: -35px;
	line-height:1.4;
    font-family: bold;
	font-size:22px;
	color:#5B9BD5;
	background: #fff;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.barras-tabela-texto {
	padding: 15px 15px 15px 0;
	margin-left: 15px;
	line-height:1.4;
    font-family: regular;
	font-size:14px;
	color:#333333;
	background: #fff;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.barras-tabela-texto-item {
	position: relative;
	display: flex;
	padding-left: 20px;
	margin-bottom: 15px;
}
.barras-tabela-texto-losango {
	position: absolute;
	top: 2px;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.barras-tabela-colTxt{
	margin-top: -200px;
}
.barras-tabela-legenda{
	padding: 15px;
	font-family: regular;
	font-size:14px;
	color: #fff;
}
.barras-bot{
	padding: 30px;
	color:#5B9BD5;
}

#armacao-e-montagem {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.armacao-intro-texto{
	padding: 15px 0px;
    font-family: regular;
	font-size: 18px; 
	box-sizing: border-box;
}
.armacao-estacas{
	padding-top: 30px;
}
.armacao-estacas-box{
	box-sizing: border-box;
	height: 100%;
	padding-top: 30px;
	background: #DEEBF7;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.armacao-estacas-titulo{
	position: relative;
	padding-left: 40px;
	margin-top: -56px;
	font-size: 35px;
    font-family: regular;
	color: #5B9BD5;
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.3));
}
.armacao-estacas-titulo-losango {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.armacao-estacas-txt{
	padding: 15px 30px 15px 40px;
    font-family: regular;
	font-size: 18px; 
	box-sizing: border-box;
}

#gm60 {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto 0;
	padding: 50px 0 60px 0;
	z-index:10;
	background:#ffffff;
}
.gm60-intro{
	background:#DDEBF7;
}
.gm60-intro-texto{
	padding: 30px 30px 15px 10px;
    font-family: regular;
	font-size: 16px; 
	box-sizing: border-box;
}
.gm60-mid{
	padding: 30px 0 30px;
	background: #F2F2F2;
}
.gm60-mid-intro{
	width: 90%;
	margin-bottom: 30px;
	padding: 10px 15px;
    font-family: bold;
	font-size: 16px; 
	box-sizing: border-box;
	background: #5B9BD5;
	color: #fff;
}
.gm60-mid-legenda{
	margin: -5px 0 0 15px;
	padding: 10px;
	font-size: 15px; 
    font-family: regular;
}
.gm60-mid-texto {
	height: 100%;
	padding: 15px 15px 15px 0;
	margin-left: 15px;
	line-height:1.4;
    font-family: regular;
	font-size:14px;
	color:#333333;
	background: #fff;
    filter: drop-shadow(-1px 1px 3px rgba(0,0,0,0.5));
}
.gm60-mid-texto-item {
	position: relative;
	display: flex;
	padding-left: 20px;
	margin-bottom: 15px;
}
.gm60-mid-texto-losango {
	position: absolute;
	top: 2px;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #5B9BD5;
	border: 1px solid #41719C;
	transform: rotate(45deg);
}
.gm60-tabela{
	padding: 30px 0px;
	text-align: center;
	background: #1b9ddb;
}
.gm60-tabela-img{
	max-width: 100%;
}

@media only screen and (min-width:1280px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 1200px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: regular;
		font-size:80px;
		color:#5B9BD5;
		line-height:80px;
	}
	.fonte-texto {
	    font-family: regular;
		font-size:20px;
		color:#333333;
		line-height:25px;
	}
	.fonte-menu {
	    font-family: regular;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	.fonte-menu2 {
	    font-family: bold;
		font-size:18px;
		color:#5B9BD5;
		line-height:15px;
	}
	.fonte-servicos {
	    font-family: bold;
		font-size:20px;
		color:#999999;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: bold;
		font-size:25px;
		color:#333333;
		line-height:30px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: calc(100% - 200px);
		height: 60px; 
		right:0px;
		top:10px;
	}
	.menu{
		position: relative;
		width: 25%;
		height: 120px; 
		cursor:pointer;
	}
	.menu .menu-img{
		position:absolute;
		width:53px;
		height:53px;
		top:20px;
		left:50%;
		margin-left:-26px;
	}
	.menu .menu-barra{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:5px;
	}
	.menu .menu-texto{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		font-family: fonte1;
		font-size:15px;
		color:#999999;
		line-height:20px;
		text-align:center;
	}
	#menu2{
		position: relative;
		width: 100%;
		height: 50px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#325FA0;
	}
	.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;
		margin:5px 0px;
	}
	.submenu:hover{
		background:#CF3500;
	}
	#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-fundo{
		position:absolute;
		top:100px;
		right:50%;
		width:520px;
		height:calc(100% - 280px);
		background:rgba(50,95,160,0.9);
		padding:40px;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#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;
	}
	.servicos-box{
		position: relative;
		width: 50%;
		height: 160px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		height:160px;
		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-titulo{
		position:absolute;
		top:20px;
		left:20px;
		z-index:1000;
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	.servicos-box .servicos-botao{
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:1000;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		padding: 15px 30px;
		background:#CF3500;
		cursor: pointer;
		border-radius: 0px;
		-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;
	}
	.servicos-box .servicos-botao:hover{
		background: #325FA0;
	}
	.downmenu{
		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;
	}
	.downmenu:hover{
		background:#4B4B4B;
	}
	.down-menu {
	    font-family: bold;
		font-size:18px;
		color:#ffffff;
		line-height: 1.2;
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		cursor:pointer;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 300px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.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;
	}
	.noticias-box a:hover .noticias-img div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.botao1{
		padding: 15px 30px;
		border: 0px solid #255682;
		background:#CF3500;
		font-family: bold;
		font-size: 20px;
		color: #ffffff;
		cursor: pointer;
		line-height:20px;
		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;
	}
	.botao1:hover{
		background: #CF3500;
	}
	.botao2{
		padding: 15px 30px;
		border: 0px solid #255682;
		background:#005FA4;
		font-family: bold;
		font-size: 20px;
		color: #ffffff;
		cursor: pointer;
		line-height:20px;
		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: #005FA4;
	}
}
@media only screen and (max-width:1279px){
	.desktop{display:block}
	.mobile{display:none}
	#width {
		width: 940px;
		margin: auto;
		position: relative;
	}
	.fonte-titulo {
		font-family: regular;
		font-size:80px;
		color:#5B9BD5;
		line-height:80px;
	}
	.fonte-texto {
	    font-family: regular;
		font-size:20px;
		color:#333333;
		line-height:25px;
	}
	.fonte-menu {
	    font-family: regular;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	.fonte-servicos {
	    font-family: bold;
		font-size:20px;
		color:#999999;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: bold;
		font-size:25px;
		color:#333333;
		line-height:30px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	.logo{
		position:absolute;
		top:0px;
		left:0px;
		z-index:300;
	}
	.logo img{
		height:80px;
	}
	.opcao{
		position: absolute;
		width: 60%;
		height: 50px; 
		right:0px;
		top:15px;
	}
	.menu{
		position: relative;
		width: 25%;
		height: 120px; 
		cursor:pointer;
	}
	.menu .menu-img{
		position:absolute;
		width:53px;
		height:53px;
		top:20px;
		left:50%;
		margin-left:-26px;
	}
	.menu .menu-barra{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:5px;
	}
	.menu .menu-texto{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		font-family: fonte1;
		font-size:15px;
		color:#999999;
		line-height:20px;
		text-align:center;
	}
	#menu2{
		position: relative;
		width: 100%;
		height: 50px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#325FA0;
	}
	.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;
		margin:5px 0px;
	}
	.submenu:hover{
		background:#CF3500;
	}
	#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-fundo{
		position:absolute;
		top:80px;
		right:50%;
		width:390px;
		height:calc(100% - 240px);
		background:rgba(50,95,160,0.9);
		padding:40px;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#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;
	}
	.servicos-box{
		position: relative;
		width: 50%;
		height: 160px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		height:160px;
		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-titulo{
		position:absolute;
		top:20px;
		left:20px;
		z-index:1000;
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	.servicos-box .servicos-botao{
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:1000;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		padding: 15px 30px;
		background:#CF3500;
		cursor: pointer;
		border-radius: 0px;
		-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;
	}
	.servicos-box .servicos-botao:hover{
		background: #325FA0;
	}
	.downmenu{
		font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
		padding:0px 10px;
		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;
	}
	.downmenu:hover{
		background:#4B4B4B;
	}
	.down-menu {
	    font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		cursor:pointer;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 300px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.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;
	}
	.noticias-box a:hover .noticias-img div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.botao1{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#CF3500;
		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;
	}
	.botao1:hover{
		background: #CF3500;
	}
	.botao2{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#005FA4;
		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: #005FA4;
	}
	.barras-tabela-colTxt {
	    margin-top: -70px;
	}

}
@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: regular;
		font-size:60px;
		color:#5B9BD5;
		line-height:60px;
	}
	.fonte-texto {
	    font-family: regular;
		font-size:20px;
		color:#333333;
		line-height:25px;
	}
	.fonte-menu {
	    font-family: regular;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	.fonte-servicos {
	    font-family: bold;
		font-size:20px;
		color:#999999;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: bold;
		font-size:25px;
		color:#333333;
		line-height:30px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	.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;
	}
	.menu{
		position: relative;
		width: 25%;
		height: 120px; 
		cursor:pointer;
	}
	.menu .menu-img{
		position:absolute;
		width:53px;
		height:53px;
		top:20px;
		left:50%;
		margin-left:-26px;
	}
	.menu .menu-barra{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:5px;
	}
	.menu .menu-texto{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		font-family: fonte1;
		font-size:15px;
		color:#999999;
		line-height:20px;
		text-align:center;
	}
	#menu2{
		position: relative;
		width: 100%;
		height: 50px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#325FA0;
	}
	.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;
	}
	.submenu:hover{
		background:#CF3500;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		right:10%;
		width:calc(80% - 80px);
		height:calc(100% - 240px);
		background:rgba(50,95,160,0.9);
		padding:40px;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#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;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 160px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		height:160px;
		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-titulo{
		position:absolute;
		top:20px;
		left:20px;
		z-index:1000;
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	.servicos-box .servicos-botao{
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:1000;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		padding: 15px 30px;
		background:#CF3500;
		cursor: pointer;
		border-radius: 0px;
		-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;
	}
	.servicos-box .servicos-botao:hover{
		background: #325FA0;
	}
	.downmenu{
		font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
		padding:0px 10px;
		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;
	}
	.downmenu:hover{
		background:#4B4B4B;
	}
	.down-menu {
	    font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		cursor:pointer;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 300px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.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;
	}
	.noticias-box a:hover .noticias-img div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.botao1{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#CF3500;
		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;
	}
	.botao1:hover{
		background: #CF3500;
	}
	.botao2{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#005FA4;
		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: #005FA4;
	}
	.barras-tabela-colTxt {
	    margin-top: 30px;
	}


}
@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: regular;
		font-size:60px;
		color:#5B9BD5;
		line-height:60px;
	}
	.fonte-texto {
	    font-family: regular;
		font-size:20px;
		color:#333333;
		line-height:25px;
	}
	.fonte-menu {
	    font-family: regular;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	.fonte-servicos {
	    font-family: bold;
		font-size:20px;
		color:#999999;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: bold;
		font-size:25px;
		color:#333333;
		line-height:30px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	.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;
	}
	.menu{
		position: relative;
		width: 25%;
		height: 120px; 
		cursor:pointer;
	}
	.menu .menu-img{
		position:absolute;
		width:53px;
		height:53px;
		top:20px;
		left:50%;
		margin-left:-26px;
	}
	.menu .menu-barra{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:5px;
	}
	.menu .menu-texto{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		font-family: fonte1;
		font-size:15px;
		color:#999999;
		line-height:20px;
		text-align:center;
	}
	#menu2{
		position: relative;
		width: 100%;
		height: 50px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#325FA0;
	}
	.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;
	}
	.submenu:hover{
		background:#CF3500;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 400px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 400px;
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		z-index:100;
	}
	#banner .banner-box .banner-fundo{
		position:absolute;
		top:80px;
		right:10%;
		width:calc(80% - 80px);
		height:calc(100% - 240px);
		background:rgba(50,95,160,0.9);
		padding:40px;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#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;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 160px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		height:160px;
		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-titulo{
		position:absolute;
		top:20px;
		left:20px;
		z-index:1000;
		font-family: light;
		font-size:40px;
		color:#ffffff;
		line-height:40px;
	}
	.servicos-box .servicos-botao{
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:1000;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		padding: 15px 30px;
		background:#CF3500;
		cursor: pointer;
		border-radius: 0px;
		-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;
	}
	.servicos-box .servicos-botao:hover{
		background: #325FA0;
	}
	.downmenu{
		font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
		padding:0px 10px;
		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;
	}
	.downmenu:hover{
		background:#4B4B4B;
	}
	.down-menu {
	    font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 300px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 300px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.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;
	}
	.noticias-box a:hover .noticias-img div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.botao1{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#CF3500;
		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;
	}
	.botao1:hover{
		background: #CF3500;
	}
	.botao2{
		padding: 10px 20px;
		border: 0px solid #255682;
		background:#005FA4;
		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: #005FA4;
	}
	.barras-tabela-colTxt {
	    margin-top: 30px;
	}
}@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: regular;
		font-size:32px;
		color:#5B9BD5;
		line-height:50px;
	}
	.fonte-texto {
	    font-family: regular;
		font-size:20px;
		color:#333333;
		line-height:25px;
	}
	.fonte-menu {
	    font-family: regular;
		font-size:12px;
		color:#999999;
		line-height:15px;
	}
	.fonte-servicos {
	    font-family: bold;
		font-size:20px;
		color:#999999;
		line-height:20px;
	}
	.fonte-subtitulo {
	    font-family: bold;
		font-size:25px;
		color:#333333;
		line-height:30px;
	}
	#menu {
		position: relative;
		background:#ffffff;
		width: 100%;
		height:80px;
	}
	.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;
	}
	.menu{
		position: relative;
		width: 25%;
		height: 120px; 
		cursor:pointer;
	}
	.menu .menu-img{
		position:absolute;
		width:53px;
		height:53px;
		top:20px;
		left:50%;
		margin-left:-26px;
	}
	.menu .menu-barra{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:5px;
	}
	.menu .menu-texto{
		position:absolute;
		top:80px;
		left:0px;
		width:100%;
		font-family: fonte1;
		font-size:15px;
		color:#999999;
		line-height:20px;
		text-align:center;
	}
	#menu2{
		position: relative;
		width: 100%;
		height: 50px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
		background:#325FA0;
	}
	.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;
	}
	.submenu:hover{
		background:#CF3500;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 350px; 
		margin: auto 0;
		padding: 0px;
		z-index:10;
	}
	#banner .banner-box{
		position: relative;
		top:0px;
		left:0px;
		width: 100%;
		height: 350px;
		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-fundo{
		position:absolute;
		top:20px;
		right:10%;
		width:calc(80% - 40px);
		height:calc(100% - 80px);
		background:rgba(50,95,160,0.9);
		padding:20px;
	}
	#banner .banner-box .banner-fundo .banner-titulo{
		font-family: light;
		font-size:25px;
		color:#ffffff;
		line-height:25px;
	}
	#banner .banner-box .banner-fundo .banner-texto{
		font-family: regular;
		font-size:15px;
		color:#ffffff;
		line-height:20px;
	}
	#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;
	}
	.servicos-box{
		position: relative;
		width: 100%;
		height: 160px;
		margin: auto 0;
		padding: 0px;
		z-index:10;
		overflow:hidden;
	}
	.servicos-box .servicos-img{
		height:160px;
		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-titulo{
		position:absolute;
		top:20px;
		left:20px;
		z-index:1000;
		font-family: light;
		font-size:30px;
		color:#ffffff;
		line-height:30px;
	}
	.servicos-box .servicos-botao{
		position:absolute;
		bottom:20px;
		right:20px;
		z-index:1000;
		font-family: bold;
		font-size:20px;
		color:#ffffff;
		line-height:20px;
		padding: 15px 30px;
		background:#CF3500;
		cursor: pointer;
		border-radius: 0px;
		-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;
	}
	.servicos-box .servicos-botao:hover{
		background: #325FA0;
	}
	.downmenu{
		font-family: bold;
		font-size:12px;
		color:#ffffff;
		line-height:40px;
		padding:0px 10px;
		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;
	}
	.downmenu:hover{
		background:#4B4B4B;
	}
	.down-menu {
	    font-family: regular;
		font-size:12px;
		color:#ffffff;
		line-height:15px;
	}
	.noticias-box{
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
		cursor:pointer;
		background:#ffffff;
	}
	.noticias-box a .noticias-img{
		position: relative;
		width: 100%;
		z-index:100;
		cursor:pointer;
		overflow: hidden;
		top:0px;
		left:0px;
		width: 100%;
		height: 200px;
	}
	.noticias-box a .noticias-img div{
		position: relative;
		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;
		transform:scale(1.0);
		-ms-transform:scale(1.0);
		-moz-transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-o-transform:scale(1.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;
	}
	.noticias-box a:hover .noticias-img div{
		transform:scale(1.2);
		-ms-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-o-transform:scale(1.2);
	}
	.botao1{
		padding: 10px 10px;
		border: 0px solid #255682;
		background:#CF3500;
		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;
	}
	.botao1:hover{
		background: #CF3500;
	}
	.botao2{
		padding: 10px 10px;
		border: 0px solid #255682;
		background:#005FA4;
		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: #005FA4;
	}
	.trabalhe-txt{
		padding: 15px 20px;
		font-size: 3.8vw;
		line-height: 1.2;
	}
}