@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-terceirizacao2.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: 190px;
	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: 650px;
}

#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%;
	min-height: 300px;
	background-color: #E0E0E0;
	color: black;
	padding-bottom: 50px;
}

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

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

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

/* ----------------- FORNECEDORES ----------------- */

#fornecedores {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #E9E9E9;
}

.fornecedores {
	position: relative;
	float: right;
	text-align: left;
	font-size: 2.5em;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.fornecedores { margin-left: 210px }
}
@-moz-document url-prefix() {
	.fornecedores { margin-left: 210px }
}
_:-ms-lang(x), .fornecedores { margin-left: 370px }
@supports (-ms-ime-align: auto) {
	.fornecedores { margin-left: 490px }
}*/

#fornecedores-titulo {
	width: 25%;
}

#fornecedores-img {
	width: 75%;
}

.fornecedores-imagens {
	display: inline-block;
	text-align: left;
	width: 100%;
}

.fornecedores-imagens a {
	text-decoration: none;
}

.fornecedores-imagens a img {
	display: inline-block;
	margin-left: 7%;
}

#braskem { width: 15% }
#dow { width: 14% }
#chemson { width: 17% }
#carbomil { width: 9% }

/* ----------------- Fim - FORNECEDORES ----------------- */

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

#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 -4vw }
}

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

@media (max-width: 1071px) {	
	.banners { background-attachment: scroll }
	
	#banner { background-position: 0 0 }
	
	#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 td,
	#fornecedores td {
		display: block;
		width: 100%;
	}
	
	.wrappers {
		min-height: 600px;
	}
	
	.titulos {
		font-size: 2em;
		line-height: 40px;
	}
	
	#introducao-1,
	#introducao-3,
	#introducao-5 {
		width: 0;
	}
	
	#introducao-2,
	#introducao-4 {
		width: 100%;
	}
	
	#introducao-titulo { margin-bottom: -20px }
	#introducao-texto { padding: 0 }
	
	#qualidade-titulo { padding-top: 30px }
	
	#qualidade-texto { width: 90% }
	
	.fornecedores {
		float: none;
		padding-top: 20px;
	}
	
	.fornecedores-imagens {
		padding: 20px 0 30px 40px;
	}
	
	#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: -25vw 10vw }
	
	.titulos { font-size: 1.8em }
	.textos { font-size: 1.0em }
	
	#titulo,
	#texto {
		width: 100%;
		margin-left: -5%;
	}
	table, th, td {
		padding: 2px 10px 10px;
	}
	
	#introducao-texto { padding-top: 20px }

	#qualidade-titulo,
	#veja-tambem-titulo {
		padding: 15px 10px 0px;
	}
	
	#qualidade-texto {
		width: 100%;
		padding: 10px 10px 0;
	}
	
	.fornecedores {
		margin-bottom: -30px;
		padding-top: 10px;
	}
	
	.fornecedores-imagens {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-top: 0;
	}
	
	.fornecedores-imagens a img {
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
		display: table-row;
	}
	
	#braskem { width: 30% }
	#dow { width: 28% }
	#chemson { width: 32% }
	#carbomil { width: 20% }
	
	#veja-tambem-texto { font-size: 1em }
}

@media (max-width: 360px) {
	#banner { background-position: -65vw 10vw }
}
