* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 14px 'Oxygen';
	background: url('../imgcss/bg-fundo.jpg') repeat-x center top;
}

body.interno {
	background: url('../imgcss/bg-fundo-interno.jpg') repeat-x left top;	
}

a {
	color: #c71514;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

.logo a {
	display: block;
	float: left;
	width: 355px;
	height: 83px;
	margin-top: 23px;
	margin-bottom: 24px;
	text-indent: -10000px;
	background: url('../imgcss/logo.jpg') no-repeat center center;
}

.menu-principal {
	display: block;
	float: right;
	margin-top: 35px;
}
.menu-principal ul ul {
    color: #FFFFFF;
    position: absolute;
    width: 200px;
    z-index: 700;
    display: none;
}
.menu-principal li li {
    border-radius: 0;
    display: block;
    float: none;
    margin: 0;
    width: 200px;
}

.menu-principal li li a {
    background: none repeat scroll 0 0 #CC0000;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 13px;
    padding: 10px;
    width: 200px;
}
.menu-principal li li a:hover {
	background-color: #900;
}

.menu-principal li {
	display: block;
	float: left;
	margin: 5px 2px;
	position: relative;
}

.menu-principal li a {
	color: #555;
	padding: 3px 6px;
	font: 16px 'Oxygen';
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.menu-principal li a:hover {
	color: #fff;
	background: #990000;
	background: -moz-linear-gradient(top,  #990000 0%, #cf0a09 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#cf0a09));
	background: -webkit-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: -o-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: -ms-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: linear-gradient(to bottom,  #990000 0%,#cf0a09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#cf0a09',GradientType=0 );
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.mensagem-topo {
	display: block;
	float: right;
	margin: 10px 0 0;
}

.mensagem-topo h2 {
	color: #e0d7d7;
	display: block;
	font: bold 17px 'Oxygen';
}

.slide-principal {
	display: block;
	width: 100%;
	height: 470px;
	position: relative;
}

.slide-principal li {
	display: block;
}

.todos-thumbs {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 105;
}

.thumb {
	width: 280px;
	padding: 10px;
	display: block;
	float: left;
	height: 100px;
	margin: 0 15px;
	font: 13px 'Oxygen';
	color: #5c5b5b;
	position: relative;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.thumb:hover, .ativo {
	background: #fff;
}

.thumb.ativo:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -60px;
	left: 120px;
	border-width: 30px;
	border-style: solid;
	border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}

.thumb.ativo:before {
	border-color: transparent transparent #fff transparent;
}

.thumb h3 {
	display: block;
	font: 20px 'Oxygen';
	text-align: center;
	color: #bb0000;
	padding: 0 0 5px 0;
}

.thumb p {
	padding: 5px 0 5px 0;
}

.thumb .link {
	display: block;
	margin-top: 8px;
}

.thumb .link a {
	padding: 5px;
	color: #fff;
	font: bold 16px 'Oxygen';
	background-color: #9d908f;
	text-align: center;
	width: 100px;
	text-decoration: none;
	margin-left: 90px;
}

.thumb:hover .link a {
	background-color: #C9171C;
}

.cinza {
	min-height: 300px;
	background: #EEEEEE url('../imgcss/bg-riscado.jpg') repeat-x left 30px;
}

.titulo-cinza {
	margin: 0 auto;
	width: 500px;
	padding: 5px 0;
	text-align: center;
	background-color: #EEEEEE;
}

.titulo-cinza h2 {
	color: #000;
	display: block;
	font: 32px 'Oxygen';
	margin-top: 11px;
}

.destaque-cinza {
	display: block;
	float: left;
	width: 550px;
	/*margin-left: 30px;*/
	margin-top: 20px;
}

.destaque-cinza h2 {
	display: block;
	color: #5c5b5b;
	font: 24px 'Oxygen';
	padding-bottom: 20px;
}

.destaque-cinza ul {
	display: block;
}

.destaque-cinza li {
	display: block;
	float: left;
	color: #5c5b5b;
	width: 260px;
	position: relative;
	margin: 5px 5px 5px 0;
	font: 16px 'Oxygen';
}

.destaque-cinza li a {
	color: #5c5b5b;
	padding-left: 25px;
	text-decoration: none;
	background: url('../imgcss/seta-lista.jpg') no-repeat 0 3px;
}

.destaque-cinza li a:hover {
	color: #333;
}

.bloco-links {
	padding-top: 30px;
}

.esquerda {
	float: left;
	display: block;
}

.esquerda h3 {
	color: #c71514;
	padding-bottom: 20px;
	padding-left: 20px;
	font: 23px 'Oxygen';
}

.direita {
	float: right;
	display: block;
}

a.botao-link {
	color: #fff;
	display: block;
	font: 20px 'Oxygen';
	text-decoration: none;
	background: #990000;
	padding: 5px 15px;
	border-radius: 3px;
	background: -moz-linear-gradient(top,  #990000 0%, #cf0a09 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#cf0a09));
	background: -webkit-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: -o-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: -ms-linear-gradient(top,  #990000 0%,#cf0a09 100%);
	background: linear-gradient(to bottom,  #990000 0%,#cf0a09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#cf0a09',GradientType=0 );
}

a.botao-link:hover {
	color: #ccc;
}

.imagem-destaque {
	display: block;
	float: right;
	padding-top: 20px;
}

.cinza .container {
	border-bottom: 2px solid #636363;
}

.campo-servicos {
	display: block;
	padding: 15px 45px;
	height: 271px;
}

.campo-servicos ul {
	display: block;
	width: 100%;
	height: 200px;
}

.campo-servicos li {
	display: block;
	width: 190px;
	height: 190px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 13px;
	float: left;
	border: 5px solid #eeeeee;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.campo-servicos li:hover {
	border-color: #cc0a09;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.campo-servicos h2 {
	color: #5c5b5b;
	font: 32px 'Oxygen';
	text-align: center;
	display: block;
	padding-bottom: 30px;
}

.prev_carrossel, .next_carrossel {
	position: absolute;
	top: 160px;
	text-indent: -10000px;
	width: 0px;
	height: 0px;
	border-width: 20px;
	border-style: solid;
}

.prev_carrossel {
	left: -15px;
	border-color: transparent #5c5b5b transparent transparent;
}

.next_carrossel {
	right: -15px;
	border-color: transparent transparent transparent #5c5b5b;
}

.box {
	position: relative;
}

.campo-servicos .desc {
	display: block;
	position: absolute;
	top: 130px;
	left: 0px;
	text-align: center;
	z-index: 10;
	width: 130px;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 30px;
	height: 105px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.campo-servicos li:hover .desc {
	padding: 45px 30px;
	height: 105px;
	top: 0px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}


.campo-servicos .desc h3 {
	color: #fff;
	font: 14px 'Oxygen';
	display: block;
	padding-bottom: 25px;
}

.campo-servicos .desc a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #a10201;
}

.servicos {
	display: block;
	margin-bottom: 45px;
}

#map-canvas {
	display: block;
	width: 100%;
	height: 305px;
}

.conteudo-box {
	display: block;
	width: 300px;
	height: 150px;
}

.conteudo-box h3 {
	color: #B20606;
}

.conteudo-box p {
	padding-bottom: 5px;
}

.ver-mapa {
	background-color: #B20606;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}


.mapa, footer, .cinza {
    min-width: 1000px;
}

.ver-mapa:hover {
	color: #ccc;
}

.campo-localizacao {
	display: block;
	padding: 10px 15px;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1000;
	color: #fff;
	font-family: 'Oxygen';
	text-align: center;
	font-size: 12px;
	background-color: rgb(156, 1, 1);
	background-color: rgba(156, 1, 1, 0.7);
}

.campo-localizacao h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
}

.campo-localizacao p {
	padding: 5px 0;
}

.campo-localizacao p a {
	display: block;
	padding: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

footer {
	display: block;
	background: url('../imgcss/bg-rodape.jpg') no-repeat center top;
	width: 100%;
	min-width: 1000px;
}

.menu-rodape {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

.menu-rodape li {
	display: block;
	float: left;
	margin: 20px 20px;
}

.menu-rodape a {
	display: block;
	color: #4e4d4d;
	text-decoration: none;
	font: bold 14px 'Arial';
}

.menu-rodape a:hover {
	color: #fff;
}

.telefone-rodape {
	display: block;
	float: right;
	color: #d6d6d6;
	text-align: right;
	margin: 25px 20px 20px 0;
	font: bold 14px 'Arial';
}

.telefone-rodape p {
	padding-bottom: 5px;
}

.telefone-rodape p span {
	font-size: 40px;
}

.copyrights {
	color: #4e4d4d;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 20px;
}

.copyrights p {
	display: block;
	float: left;
	padding: 8px;
}

.copyrights p.mwway {
	float: right;
}

.copyrights a {
	color: #fff;
}

.prev1, .next1 {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	position: absolute;
	top: 145px;
	z-index: 150;
	text-indent: -10000px;
	background: url('../imgcss/nav-slide.png') no-repeat 0 0;
}

.prev1 {
	left: 10px;
}

.next1 {
	right: 10px;
	background-position: -62px 0;
}

.conteudo-interno {
	margin-bottom: 25px;
}

.conteudo-interno h1 {
	color: #ffffff;
	padding: 10px;
	font: italic 32px 'Oxygen';
}

.breadcrumb {
	color: #fff;
	font: italic 14px 'Oxygen';
	padding: 5px 0px 30px 0px;
}

.breadcrumb a {
	color: #ffa0a0;
	text-decoration: none;
}

.breadcrumb div {
	color: #000;
	margin: 0 5px;
}

.breadcrumb a, .breadcrumb span, .breadcrumb div {
	display: block;
	float: left;
}

.conteudo-interno {
	color: #686868;
}

.conteudoPagina {
	padding: 5px 15px;
	clear:both;
}

.conteudoPagina p {
	padding: 5px 0 8px 0;
}

.galeriaPagina li {
	display: block;
	float: left;
	margin: 10px 22px;
}

.galeriaPagina li img {
	padding: 5px;
	background-color: #EEEEEE;
}

.galeriaPagina li img:hover {
	background-color: #CC0A09;
}


.formularioContato fieldset {
	border: 1px solid #ccc;
	padding: 20px 20px 0;
}

.formularioContato legend {
	color: #fff;
	font: 16px 'Oxygen';
	padding: 6px;
	text-shadow: 1px 1px 2px #000;
	background-color: #901118;
}

.formularioContato input[type=text], .formularioContato input[type=submit], .formularioContato textarea, .formularioContato select {
	display: block;
	width: 425px;
	padding: 6px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	box-shadow: none;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.formularioContato input[type=file] {
	display: block;
	padding: 8px;
	margin-bottom: 20px;
	box-shadow: none;
}

.formularioContato input:focus, .formularioContato textarea:focus {
	box-shadow: 0px 0px 10px #A1E5FC;
	border-color: #901118;
	-webkit-transition: .25s;
	   -moz-transition: .25s;
	    -ms-transition: .25s;
	     -o-transition: .25s;
	        transition: .25s;
}

.formularioContato textarea {
	height: 115px;
	width: 915px;
}

.formularioContato input[type=submit] {
	clear: both;
	width: 110px;
	font: 16px 'Oxygen';
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background-color: #901118;
	text-shadow: 1px 1px 2px #000;
}

.formularioContato label {
	display: block;
	margin: 3px 0 5px 0;
	font: bold 14px 'Oxygen';
}

#ddd, #dddCelular{
	width: 50px;
	margin-right: 20px;
	float: left;
}

#telefone, #celular {
	width: 340px;
	float: left;
}

.img-paginas {
	padding: 3px;
	background-color: #CC0A09;
	margin: 0 10px 5px;
}

.lista {
    display: block;
    float: left;
    width: 315px;
}

.lista li, .listaNormal li {
    margin: 10px 0;
}

.lista.listaEsquerda {
    margin-left: 15px;
}

.listaUnica, .listaNormal {
    margin-left: 15px;
}

.listaUnica li {
    float: left;
    margin: 10px 20px 15px 0;
    width: 170px;
}

.clear {
	clear: both;
}

.conteudoPagina h2 {
    color: #680003;
    font-size: 15px;
    margin: 10px 0;
}

.endereco {
	float: left;
	margin: 10px;
	border: 2px solid #680003;
}

.breadcrumb div {
    color: #FFFFFF;
    font-size: 13px;
}

.boxparceiro {
	/*color: #D6D6D6;*/
	width: 260px;
	/*height: 240px;*/
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	background-color: #D6D6D6;
	/*text-shadow: 1px 1px 2px #000;*/
	float: left;
	margin-right: 20px;
	padding: 5px 15px;

}

.boxparceiro img {
	border: 1px solid #901118;
}

.boxparceiro h2 {
	width: 252px;
	height: 45px;
}


.infoContato {
    border: 1px solid #CCCCCC;
    display: block;
    float: right;
    margin-top: 26px;
	background-color: #f4f4f4;
    padding: 10px;
    width: 435px;
}

.infoContato span {
    font-weight: bold;
}

.infoContato h2 {
	margin-top: 9px;
}

.boxPag {
	height: 224;
	width: 400;
	background: #ffffff;
	/*border: 1px solid #901118;*/
	display: block;
	float: left;
	margin: 20px 5px;
	padding: 8px;
	width: 605px;
}

.boxPag ul {
    background-color: #901118;
    display: block;
    float: left;
    /*height: 190px; */
    list-style: none outside none;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 2px;	
}

.boxPag li {
	position: relative;
}

.boxPag p {
	/*color: #ffffff;
	margin-left: 5px; 
	text-align: center;*/
	background-color: #901118;
	color: #ffffff;
	text-align: center;
	width: 275px;
	height: 30px;	
	padding: 0 0 8px 0;
}

.boxMaior {
	height: 224;
	width: 400;
	background: #ffffff;
	/*border: 1px solid #901118;*/
	display: block;
	float: left;
	margin: 20px 5px;
	padding: 8px;
	width: 900px;
}

.boxMaior ul {
    background-color: #901118;
    display: block;
    float: left;
    /*height: 154px;*/
    list-style: none outside none;
    /*margin-bottom: 15px;*/
    margin-left: 15px;
    margin-top: 10px;
    padding: 2px;	
}

.boxMaior li {
	position: relative;
}

.boxMaior p {
	background-color: #901118;
	color: #ffffff;
	text-align: center;
	width: 275px;
	height: 30px;
	padding: 0 0 10px 0;
}

.boxMaior a {
	background-color: #901118;
	color: #ffffff;
	text-align: center;
	width: 275px;
	height: 30px;
	padding: 0 0 10px 0;

}

.boxGigante {
	height: 224;
	width: 400;
	background: #ffffff;
	/*border: 1px solid #901118;*/
	display: block;
	float: left;
	width: 900px;
}

.boxGigante ul {
    background-color: #901118;
    display: block;
    float: left;
    /*height: 154px;*/
    list-style: none outside none;
    /*margin-bottom: 15px;*/
    margin-left: 15px;
    margin-top: 10px;
    padding: 2px;	
}

.boxGigante li {
	position: relative;
}

.boxGigante p {
	background-color: #901118;
	color: #ffffff;
	text-align: center;
	width: 864px;
	height: 30px;
	padding: 0 0 10px 0;
}

.boxGigante a {
	background-color: #901118;
	color: #ffffff;
	text-align: center;
	width: 864px;
	height: 30px;
	padding: 0 0 10px 0;

}

#trabalheConosco h2 {
	font-size: 17px;
}

#trabalheConosco label, #trabalheConosco h2 {
	clear: both;
}

#trabalheConosco span {
	float: left;
	margin-right: 20px;
}

#trabalheConosco select {
	width: 441px;
}

#trabalheConosco textarea {
	width: 881px;
}


#trabalheConosco .dataMenor {
    width: 210px;
}


#dataAdmissao1, #dataSaida1, #dataAdmissao2, #dataSaida2 {
    width: 195px;
}

span.error {
    color: #F00000;
    font-size: 11px;
    display: block;
}


#trabalheConosco .radio label {
    clear: right;
    display: block;
    float: left;
    margin-left: 8px;
}


#trabalheConosco .radio {
    margin-bottom: 10px;
    margin-top: 5px;
}

#trabalheConosco .radio input {
    float: left;
    height: 24px;
}

#trabalheConosco .radio #quant {
    margin-left: 10px;
    padding: 0;
    width: 40px;
}

.formularioContato fieldset {
    border: 1px solid #CCCCCC;
    padding: 20px 20px 0;
}

#trabalheConosco .radio.margemMenor {
    margin-right: 15px;
}


#trabalheConosco .radio.checkoutbox {
    clear: both;
    display: block;
    margin-bottom: 0;
}

.ladoEsquerdo, .ladoDireito {
	float: left;
	margin-right: 95px;
}

.botaoFinal {
    text-align: center;
    color: #ffffff;


}
.todasNoticias {
		padding-top: 40px;

   	}

.botaoFinal a {
	color: #ffffff;
	border-radius: 5px;
	width: 500px;
	background: #e00e00; /* Old browsers */
background: -moz-linear-gradient(top,  #e00e00 0%, #ae0900 49%, #ae0900 52%, #e00e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e00), color-stop(49%,#ae0900), color-stop(52%,#ae0900), color-stop(100%,#e00e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e00e00 0%,#ae0900 49%,#ae0900 52%,#e00e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e00e00 0%,#ae0900 49%,#ae0900 52%,#e00e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e00e00 0%,#ae0900 49%,#ae0900 52%,#e00e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e00e00 0%,#ae0900 49%,#ae0900 52%,#e00e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e00', endColorstr='#e00e00',GradientType=0 ); /* IE6-9 */
    display: block;
}

.botaoFinal a:hover {
background: #931814; /* Old browsers */
background: -moz-linear-gradient(top,  #931814 10%, #c60000 49%, #931814 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#931814), color-stop(49%,#c60000), color-stop(90%,#931814)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #931814 10%,#c60000 49%,#931814 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #931814 10%,#c60000 49%,#931814 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #931814 10%,#c60000 49%,#931814 90%); /* IE10+ */
background: linear-gradient(to bottom,  #931814 10%,#c60000 49%,#931814 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#931814', endColorstr='#931814',GradientType=0 ); /* IE6-9 */

}

@media (max-width: 1024px) {
    .mapa, .cinza, footer {
        width: 1024px;
   	}
   	.menu-principal, .mensagem-topo {
   		margin-right: 20px;	
   	}
}
