@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-tubos2.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 ----------------- */

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

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

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

.medidas-tubos { width: 70% }

.medidas-tubos table, .medidas-tubos th, .medidas-tubos td {
  	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
}
.medidas-tubos th, .medidas-tubos td {
  	padding: 5px;
  	text-align: center;
}
.medidas-tubos th {
	font-weight: bolder;
}

caption {
	font-size: 20px;
	color: #a02b2d;
	line-height: 50px;
	text-align: left;
}

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

/* ----------------- CLIENTES ----------------- */

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

.clientes {
	position: relative;
	float: right;
	text-align: left;
}

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

#clientes-titulo {
	width: 23%;
}

#clientes-img {
	width: 80%;
}

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

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

.clientes-imagens a img {
	display: inline-block;
	margin-left: 4%;
}

#stara { width: 11% }
#khor { width: 16% }
/*#bandeirante {
	width: 20%;
	padding-bottom: 10px;
}*/
#jan { width: 15% }
#vencetudo { width: 10% }
#gts {width: 10% }
#grazmec {width: 17%;
	padding-bottom: 10px; }

/* ----------------- Fim - CLIENTES ----------------- */

/* ----------------- 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;
}

.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 -27vw }
}

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

@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,
	#clientes 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-texto { padding: 0 }
	
	#tubos-texto {
		width: 90%;
		padding-top: 20px;
	}
	
	.medidas-tubos {
		width: 100%;
		margin-left: auto;
	}
	
	.clientes {
		float: none;
		padding-top: 20px;
	}
	
	.clientes-imagens {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	
	#stara { width: 13% }
	#khor { width: 19% }
	#jan { width: 18% }
	#bandeirante { width: 20% }
	
	#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: 0 5vw }
	
	.titulos { font-size: 1.8em }
	.textos { font-size: 1.0em }
	
	#titulo,
	#texto {
		width: 100%;
		margin-left: -5%;
	}
	table, th, td {
		padding: 2px 10px 10px;
	}

	#tubos-titulo,
	#veja-tambem-titulo {
		padding: 20px 10px 0px;
	}

	#tubos-texto {
		width: 100%;
		padding: 20px 10px 0;
	}
	
	.clientes {
		margin-bottom: -30px;
		padding-top: 10px;
	}
	
	.clientes-imagens {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.clientes-imagens a img {
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
		display: table-row;
	}
	
	#stara { width: 30% }
	#khor { width: 40% }
	#jan { width: 35% }
	#gts { width: 25% }
	#grazmec { width: 35% }
	#vencetudo { width: 25% }
	/*#bandeirante { width: 45% }*/
	
	#veja-tambem-texto { font-size: 1em }
}
