@charset "utf-8";

/* ---------------------------------------------------------------------- */
/*  01 Import styles
/* ---------------------------------------------------------------------- */

/* Bootstrap Core */
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css");
/* Animations */
@import url("animate.css");
/* Slide */
@import url("drawer.min.css");
/* Google Webfonts */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700");
/* Font Awesome Icons */
@import url("http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css");


/* ---------------------------------------------------------------------- */
/*  02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standard Styles ------------------------------------------------------ */
body {
	font-family: 'Source Sans Pro';
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

a, a:hover {
	color: #fff;
}

ul {
	margin: 0;
	padding: 0;
}

.social {
	margin: 24px 0;
}

.social a{
	font-size: 32px;
	margin: 0 13px;
	opacity: 0.5;
	color:#fff;
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}

.social a:hover {
	opacity: 1;
}

.carousel-indicators {
	z-index: initial;
}


/* Header --------------------------------------------------------------- */

header {
	height:950px;
	padding: 46px 0;
	color: #d3dae0;
	border-top: 10px solid #1b3146;
}

header p {
	font-size: 28px;
}

header, footer, #home, #segmentos, #clientes {
	text-align: center;
}

header li, footer li {
	list-style: none;
	display: inline-block;
}

header .chamada h1 {
	margin-top: 200px;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -3px;
}

header .chamada a {
    opacity: 1;
    transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}

header .chamada a:hover{
    opacity:0.5;
}


header .chamada p {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 100px;
	letter-spacing: -1px;
}

#produtos, #sobre, footer {
	background-color: #1b3146;
}

#sobre, #clientes, #produtos, #home {
	padding: 70px 0;
}


/* Segmentos ------------------------------------------------------------ */

#segmentos {
	color:#000;
}

#segmentos div div div {
	min-height: 300px;
	padding: 60px 0;
}

#segmentos h2 i {
	font-size: 55px;
	margin-bottom: 7px;
}

#segmentos h2 {
	color: #1b3146;
	font-weight: 700;
	letter-spacing: -2px;
}

#segmentos p {
	padding: 0 30px;
}

#segmentos div div:nth-child(4), #segmentos div div:nth-child(5), #segmentos div div:nth-child(6) {
	border-top: 1px solid #e6e6e6;
}


/* Produtos ------------------------------------------------------------- */

#produtos {
	padding-bottom: 350px;
	text-align: center;
}

#produtos .img-responsive {
	margin: 0 auto;
}

#produtos p {
	margin: 40px 0;
	color: #fff;
	opacity:0.7;
	font-size: 18px;
}

#produtos #carousel-mdraw {
	position: absolute;
}

#produtos .carousel-inner {
	max-width: 900px;
	margin: 0 auto;
}

#produtos .carousel-indicators {
	margin-bottom: -60px;
}

#produtos a {
	font-size: 18px;
	font-weight: 400;
	padding:15px 30px;
	background: #fff;
	border: none;
	opacity: 0.7;
    transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}

#produtos a:hover {
	opacity: 1;
}

#produtos .carousel-indicators .active {
	width: 17px;
	height: 17px;
	background-color: #1b3146;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px solid #1b3146;
}


/* Clientes ------------------------------------------------------------- */

#clientes {
	margin-top: 460px;
	background-color: #f8f8f8;
}

#clientes div div div {
	line-height: 100px;
}

#clientes .gremio {
	border-right: 1px solid #e6e6e6;
}

#clientes .oleoplan {
	border-right: 1px solid #e6e6e6;
}

#clientes .megatrends {
	border-right: 1px solid #e6e6e6;
}


/* Sobre ---------------------------------------------------------------- */

#sobre h2 {
	font-weight: 700;
	letter-spacing: -2px;
	opacity: 0.7;
}

#sobre p{
	opacity: 0.7;
}


/* Contato -------------------------------------------------------------- */

#contato {
	background-color: #192d3e;
	padding: 40px 0;
}

#contato div div div {
	text-align:center;
}

#contato a,#contato a:hover {
	text-decoration: none;
	opacity: 0.7;
	font-size: 1.5em;
}

#contato i {
	margin-right:20px;
	font-size:45px;
}


/* Footer --------------------------------------------------------------- */

footer {
	padding:50px 0;
}

footer h2 {
	opacity: 0.7;
	letter-spacing: -1px;
}

footer address {
	margin-bottom: 40px;
	opacity: 0.7;
}

footer .maps {
	text-decoration: underline;
	opacity: 0.7;
}

footer .maps:hover {
	text-decoration: none;
}

footer p {
	opacity: 0.3;
}

footer .logo {
	display: block;
	width:38px;
	margin: 30px auto 0;
	opacity: 1;
    transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}

footer .logo:hover {
	opacity: 0.7;
}


/* ---------------------------------------------------------------------- */
/* Media Queries
/* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.drawer-menu {
		margin: 50px 0 0 0;
	}

	img.parallax-slider {
		left: -430px !important;
		height: auto !important;
		width: 1200px !important;
	}

	#home {
		padding: 30px 0;
	}

	#home h1 img {
		width:200px;
	}

	header {
		height:700px;
	}

	header .chamada p {
		font-size: 23px;
	}

	header .chamada h1 {
		margin-top: 130px;
		font-size: 32px;
	}

	header .chamada img {
		width: 56px;
	}

	#segmentos div div:first-of-type, #clientes div div:first-of-type {
		border-top: none;
	}

	#segmentos div div {
		border-top: 1px solid #e6e6e6;
	}

	#produtos {
		padding-bottom: 190px;
	}

	#clientes {
		margin-top: 300px;
	}

	#clientes div div div {
		border-top: 1px solid #e6e6e6;
		border-right: none !important;
		margin: 0 20px;
	}

	#clientes div div div img {
		margin: 40px 0;
	}

	#sobre {
		text-align: center;
	}

	#contato i {
		display: none;
	}

	#contato a,#contato a:hover {
		font-size: 1.5em;
	}
}



