@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-qualidade03.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: 180px;
	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;
}

/* ----------------- INTRODUCAO ----------------- */

.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 - INTRODUCAO ----------------- */

/* ----------------- LIQUITANKS ----------------- */

#liquitanks-1,
#liquitanks-2 {
	width: 50%;
}

#liquitanks {
	background-image: url(../imagens/background/pattern-igor.png);
}

#liquitanks img {
	width: 80%;
	padding-right: 50px;
}

#liquitanks-titulo {
	text-align: center;
	padding-top: 50px;
	color: white;
	font-size: 60px;
	text-shadow: 1px 4px 8px #000000;
}

#liquitanks-texto {
	text-align: left;
	color: white;
	padding: 20px 50px 20px 0;
}

/* ----------------- Fim - LIQUITANKS ----------------- */

#rotomoldados-poliforma {
	display: block;
	width: 100%;
	height: auto;
	background-color: #E0E0E0;
	color: black;
}

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

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

/* ----------------- ROTO POLIFORMA ----------------- */

#produtos-carousel {
	display: inline-block;
	width: 100%;
	margin-top: -5%;
	margin-bottom: -50px;
}

.carousel-container {
	display: block;
	position: relative;
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	z-index: 0;
}

#myCarousel .carousel-caption {
	text-shadow: 0.6px 0.5px 2px #000000;
}

.carousel-control{ 
	background: none;
  	right: -14px;
	font-size: 25px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
	color: #a02b2d;
	margin-left: -20%;
	margin-right: -20%;
}

#myCarousel .carousel-inner > .item > img, 
#myCarousel .carousel-inner > .item > a > img{
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0;
}

/* ----------------- Fim - ROTO POLIFORMA ----------------- */

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

#clientes-img {
	width: 75%;
}

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

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

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

#kuhn {
	width: 16%;
}
/*#bandeirante {
	width: 21%;
	padding-bottom: 10px;
}*/
#tryber { width: 18% }
#jan { width: 18% }
#gts {width: 12% }

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

/* ----------------- TERCEIRIZACAO ----------------- */

#rotomoldados-terceirizacao {
    background-color: #E0E0E0;
}

#rotomoldados-terceirizacao-titulo {
	text-align: left;
}

#rotomoldados-1,
#rotomoldados-3,
#rotomoldados-4,
#rotomoldados-5 {
	width: 10%;
}

#rotomoldados-2 {
	width: 60%;
}

#rotomoldados-4,
#rotomoldados-5 {
	/*background-color: #B0272A;*/
}


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

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

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

#veja-tambem-titulo {
	position: relative;
	padding-top: 20px;
	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 -12vw }
}

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

@media (max-width: 991px) {
	#banner { background-position: 85% 0 }
	
	#barra1 { display: none }
	
	#titulo {
		max-width: 80%;
		font-size: 2em;
	}
	#texto {
		max-width: 80%;
		font-size: 1.2em;
		padding-bottom: 150px;
	}
	
	table, th, td {
		margin-left: 0;
		padding: 10px 30px;
	}
	
	#introducao td,
	#rotomoldados-terceirizacao td,
	#liquitanks-table td,
	#clientes td {
		display: block;
		width: 100%;
	}
	
	.wrappers {
		min-height: 600px;
	}
	
	.titulos {
		font-size: 2em;
		line-height: 40px;
	}
	
	#introducao-1,
	#introducao-3,
	#introducao-5,
	#rotomoldados-1,
	#rotomoldados-3,
	#rotomoldados-5 {
		width: 0;
	}
	
	#introducao-2,
	#introducao-4,
	#rotomoldados-2,
	#rotomoldados-4,
	#liquitanks-1,
	#liquitanks-2 {
		width: 100%;
	}
	
	#introducao-texto {
		padding: 0;
		margin-top: -15px;
	}
	
	#liquitanks img {
		width: 60%;
		padding-right: 0;
	}
	
	#liquitanks-titulo { padding-bottom: 30px }
	
	#liquitanks-texto {
		padding: 0;
		width: 100%;
	}
	
	#rotomoldados-titulo {
		padding-top: 30px;
	}
	
	#rotomoldados-texto {
		width: 100%;
		padding: 20px 30px 0;
	}
	
	#produtos-carousel { margin-top: -10% }
	
	.clientes {
		float: none;
		padding-top: 20px;
	}
	
	.clientes-imagens {
		padding-bottom: 30px;
		padding-top: 10px;
	}
	
	#kuhn { width: 15% }
	#bandeirante { width: 25% }
	#jan { width: 20% }
	
	#rotomoldados-terceirizacao td:nth-child(3) {
		display: table-row-group;
	}
	
	#rotomoldados-terceirizacao td:nth-child(2) {
		display: table-footer-group;
	}
	
	#rotomoldados-terceirizacao td:nth-child(4) {
		display: table-header-group;
	}
	
	#rotomoldados-terceirizacao-texto,
	#rotomoldados-terceirizacao-titulo {
		padding: 10px 30px;
	}
	
	#veja-tambem-titulo {
		font-size: 2em;
		padding-top: 30px;
	}
	#veja-tambem-texto {
		font-size: 1.1em;
		margin-bottom: -10px;
	}
}

@media (max-width: 600px) {	
	.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 }

	#rotomoldados-titulo,
	#veja-tambem-titulo {
		padding: 20px 10px 20px;
	}
	
	#liquitanks-titulo {
		padding: 40px 0;
	}
	
	#rotomoldados-terceirizacao-titulo { padding: 0 10px 20px }
	
	#liquitanks-texto,
	#rotomoldados-texto,
	#rotomoldados-terceirizacao-texto {
		padding: 0 10px;
	}
	
	/*#rotomoldados-poliforma { min-height: 50px }*/
	
	#produtos-carousel {
		margin-top: -20%;
		margin-bottom: -20%;
		min-height: 10px;
	}
	
	.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;
	}
	
	#kuhn { width: 41% }
	/*#bandeirante { width: 55% }*/
	#jan { width: 45% }
	#gts { width: 37% }
	#tryber { width: 45% }
	
	#rotomoldados-terceirizacao-texto {
		padding-bottom: 20px;
	}
	
	#veja-tambem-texto { font-size: 1em }
}

@media (max-width: 450px) {
	#banner { background-position: 70% 0 }
	
	#liquitanks-titulo {
		font-size: 12vw;
	}
}

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