@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir/avenir-light-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/avenir/AvenirLTStd-Light.otf');
  src: url('../fonts/avenir/avenir-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/avenir/avenir-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/avenir/avenir-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/avenir/avenir-light-webfont.svg#avenir-light-webfont') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Avenir', sans-serif;
	line-height: 30px;
	font-size: 15px;
	color: #2F2F2F;
	overflow-x: hidden;
	
	overflow-y: hidden;
}

/* Ocultar as barras de rolagem do browser */
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.button {
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    cursor: pointer;
	border: 2px solid #a02b2d;
}

.button:hover { background-color: #a02b2d }

/* ----------------- BANNER TOPO ----------------- */

.banners {
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-size: cover;
}

#banner {
	width: 100%;
	min-height: 500px;
    background-image: url(../imagens/background/banner-qualidade02-06.png);
    background-position: 0 100%;
}

.titulos {
	font-size: 46px;
	line-height: 70px;
}
.titulos h2 { font-weight: bold }

.textos {
	width: 100%;
	font-size: 18px;
	text-align: left;
}

#titulo {
	position: relative;
	left: 10%;
	padding-top: 175px;
	font-size: 40px;
	text-align: left;
	line-height: 60px;
}

#titulo h1 {
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 1px 0px #000000;
}

#texto {
	position: relative;
	left: 10%;
	width: 60%;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
}

#texto h2 {
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #000000;
}

.botao02 {
    background-color: transparent; 
    color: black;
}

.botao02:hover { color: white }

/* ----------------- Fim - BANNER TOPO ----------------- */

table, th, td {
	border: 0px solid black;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 50%;
  	padding: 5px;
  	text-align: center;
}

/* ----------------- ONDE ATUAMOS ----------------- */

.wrappers {
	width: 100%;
	min-height: 600px;
}

#introducao-1,
#introducao-2,
#introducao-3,
#introducao-5 {
	width: 10%;
}

#introducao-4 {
	width: 60%;
}

#introducao {
	background-color: #E9E9E9;
}

#introducao-titulo {
	text-align: left;
}

#barra1 {
	background-image: url(../imagens/elementos/barra.jpg);
	width: 10px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#introducao-texto {
	width: 100%;
	padding: 50px 0;
}

/* ----------------- Fim - ONDE ATUAMOS ----------------- */

#qualidade-poliforma {
	display: block;
	width: 100%;
	height: auto;
	background-color: #E0E0E0;
	color: black;
	padding-bottom: 50px;
}

#qualidade-titulo {
	text-align: center;
	padding-top: 3%;
}

#qualidade-texto {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 2%;
}

/* ----------------- Fim - TERCEIRIZACAO CONOSCO ----------------- */

#escopo-politica-objetivos {
	width: 100%;
	background-color: #E0E0E0;
}

.tabela-epo-titulos {
	width: 30%;
}

.tabela-epo-textos {
	width: 70%;
	padding-right: 10%;
}

/* ----------------- VEJA TAMBEM ----------------- */

#fornecedores {
    background-color: #E9E9E9;
	min-height: 550px;
}

#fornecedores-titulo {
	position: relative;
	padding-top: 20px;
	font-size: 2.5em;
	text-align: center;
}

#fornecedores-texto {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
}

.qualificacao-fornecedores { width: 60% }

.qualificacao-fornecedores table, .qualificacao-fornecedores th, .qualificacao-fornecedores td {
  	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
}
.qualificacao-fornecedores th, .qualificacao-fornecedores td {
  	padding: 0 25px ;
  	text-align: center;
}
.qualificacao-fornecedores th {
	font-weight: bolder;
}

#veja-tambem {
    background-color: #E0E0E0;
	min-height: 200px;
}

#veja-tambem-titulo {
	position: relative;
	padding-top: 20px;
	font-size: 2.5em;
	text-align: center;
}

#veja-tambem-texto {
	text-align: center;
	padding: 10px 0 40px;
	font-size: 1.2em;
}

.link-veja-mais {
	text-align: center;
	color: #a02b2d;
}

.link-veja-mais:hover {
	color: #a02b2d;
}

.link-veja-mais:visited {
	color: #a02b2d;
}
.link-veja-mais:visited:hover {
	text-decoration: underline;
}

/* ----------------- Fim - VEJA TAMBEM ----------------- */

/* ------------------------Responsive ------------------------ */

@media (min-width: 1367px) {
	#banner { background-position: 0 -17vw }
}

@media (max-width: 1366px) {	
	#banner { background-position: 0 -10vw }
	
	/*.fornecedores {
		margin-left: 120px;
	}
	
	/* Hack for Firefox */
	/*@-moz-document url-prefix() {
		.fornecedores { margin-right: 150px }
	}
	/* Hack for MS IE */
	/*/*_:-ms-lang(x), .fornecedores { margin-right: 150px }
	/* Hack for MS Edge */
	/*@supports (-ms-ime-align: auto) {
		.fornecedores { margin-right: 150px }
	}
	
	.fornecedores-imagens {
		width: 80%;
		margin-left: 25%;
		margin-top: -1.1%;
	}*/
}

@media (max-width: 1071px) {	
	.banners { background-attachment: scroll }
	
	#banner { background-position: 20% 20% }
	
	#barra1 { left: 39% }
}

@media (max-width: 991px) {
	#titulo {
		max-width: 80%;
		font-size: 2em;
		padding-top: 200px;
	}
	#texto {
		max-width: 80%;
		font-size: 1.2em;
		padding-bottom: 150px;
	}
	
	#barra1 { display: none }
	
	table, th, td {
		margin-left: 0;
		padding: 10px 30px;
	}
	
	#introducao-2,
	#introducao-4,
	#escopo-1, 
	#escopo-2,
	#politica-1, 
	#politica-2,
	#objetivos-1,
	#objetivos-2 {
		width: 100%;
	}
	
	#qualidade-texto {
		padding: 0;
		width: 90%;
	}
	
	#escopo-2,
	#politica-2,
	#objetivos-2 { text-align: center }
	
	#escopo-1 { padding-top: 30px }
	#objetivos-2 { padding-bottom: 30px }
	
	#introducao td,
	#escopo-politica-objetivos td {
		display: block;
		width: 100%;
	}
	
	.wrappers {
		min-height: 440px;
	}
	
	.titulos {
		font-size: 2em;
		line-height: 40px;
	}
	
	.tabela-epo-titulos {
		font-size: 14px;
	}
	
	#introducao-1,
	#introducao-3,
	#introducao-5 {
		width: 0;
	}
	
	#introducao-texto { padding: 0 }
	
	#veja-tambem-titulo {
		font-size: 2em;
		padding-top: 30px;
	}
	#veja-tambem-texto {
		font-size: 1.1em;
		margin-bottom: -10px;
	}
}

@media (max-width: 600px) {
	#banner { background-position: 35% 0 }
	
	.titulos { font-size: 1.8em }
	.textos { font-size: 1.0em }
	
	#titulo,
	#texto {
		width: 100%;
		margin-left: -5%;
	}
	table, th, td {
		padding: 2px 10px 10px;
	}

	#qualidade-titulo,
	#veja-tambem-titulo,
	.tabela-epo-titulos {
		padding: 20px 10px 0px;
	}
	
	#qualidade-texto {
		padding: 0 10px;
	}
	
	#veja-tambem-texto { font-size: 1em }
}

@media (max-width: 400px) {
	#banner { background-position: 42% 0 }
}

