@import url(https://fonts.googleapis.com/css?family=Lato:300);

@charset "utf-8";

@keyframes animaMenu {
	0% {
		background: #000000;
		width: 0px;
	}
	25% { 
		background: #428BD0; 
	}
	80% {
		background: #000000;
	}
	90% { 
		background: #37414D;
	}
	100% {
		background: #000000;
		width: 100%;
	}
}

@keyframes animaMenuIten {
	0% {
		background: #000000;
	}
	25% { 
		background: #428BD0; 
	}
	80% {
		background: #000000;
	}
	90% { 
		background: #37414D;
	}
	100% {
		background: #000000;
	}
} 

@keyframes animaProduto {
	0% {
		background: #000000;
	}
	25% { 
		background: #428BD0; 
	}
	80% { 
		background: #000000;
	}
	100% {
		background: #393741;
	}
} 

@keyframes animaCliente {
	0% {
		background: #000000;
	}
	25% { 
		background: #428BD0; 
	}
	100% {
		background: #000000;
	}
} 

body {
	margin: 0;
	min-width: 1000px;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

p {
	margin: 0 0 20px 0;
}

p,ul {
	font-family: "Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica,
		sans-serif;
	font-size-adjust: 0.488;
	font-weight: 200;
	font-style: normal;
}

img {
	border: 0;
	max-width:100%;
}

h1,#pixels {
	font-family: "Museo 900", Verdana, serif;
	font-size-adjust: 0.40;
	font-weight: 700;
	font-style: normal;
}

h2 {
	font-family: "Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust: 0.531;
	font-weight: 500;
	font-style: normal;
}

#header h1,#pixels {
	color: #48941A;
}

.float-left {
	float: left;
	margin: 0 0 0 20px;
}

.float-right {
	float: right;
	margin: 0 20px 0 0;
}

.center {
	font-size: 2.5em;
	padding: 80px 0;
	text-align: center;
}

#nav {
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li {
	margin: 0 0 15px 0;
}

#header,#intro,#quemSomos {
	width: 100%;
}

#header {
	background: white;
	height: 170px;
}

#intro {
	background: url(../banner/5.png) 50% 0 no-repeat fixed;
	color: white;
	height: 600px;
	margin: 0;
	padding: 160px 0 0 0;
}

#intro div.socialIcons{
	position: absolute;
	top: 78px;
	right: 50px;
}

#intro div.socialIcons div a{
	color: #000;
	font-size: 25px;
	text-decoration: none;
	float: right;
	margin: 10px;
}

#intro div.socialIcons div a:HOVER{
	color: #4EA6DD;
	animation-duration: 1s;
	
-webkit-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.000, 1);
-webkit-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.000, 1.645);
   -moz-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.000, 1.645);
     -o-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.000, 1.645);
        transition: all 2000ms cubic-bezier(0.250, 0.250, 0.000, 1.645);

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1);
-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.645);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.645);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.645);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.000, 1.645);
}

#quemSomos {
	background-color: #393741;
	color: white;
	height: 1600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#quemSomos .bg {
	height: 600px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
	background: url(../images/bg_logo.png) 50% 0 no-repeat fixed;
}

#third {
	background-color: #F0F0F0;
	color: white;
	min-height: 600px;
	padding: 100px 0 0 0;
	color: #393741 !important;
}

#fourth {
	background-color: #393741;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#aEquipe {
	background-color: #393741;
	background: url(../banner/2.png) 50% 0 no-repeat fixed;
	color: white;
	height: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#aEquipe .story {
	margin-top: 100px;
}

#aEquipe .story .time{
	width: 100%;
	height: 500px;
}

#aEquipe .story .time .indv{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	width: 300px;
	height: 100%;
	float: left;
	display: inline-block;
	
	animation-duration: 2s;
	cursor: pointer;
	margin: 5px;
	
	padding-left: 20px;
	padding-top: 20px;
	
	border: double 1px #FFF;
	
-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
}

#aEquipe .story .time .indv span.cargo{
	font-size: 25px;
}

#aEquipe .story .time .footerText{
	font-family: 'Lato', sans-serif;
	position: relative;
	top: 468px;
	left: 10px;
	z-index: 999;
	color: #FFF;
	font-size: 20px;
}

#aEquipe .story .time .footer{
	position: relative;
	top: 430px;
	left: -20px;
	z-index: 888;
	width: 320px;
	height: 50px;
	background: #000;
	opacity: 0.3;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 30);
	filter: alpha(opacity = 30);
}

#aEquipe .story .time .indv:HOVER{
	
}

#aEquipe .story .time .indv.marco{
	background-image: url("../images/marco.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#aEquipe .story .time .indv .cargo, .cargoEng{
	color: #000;
	background: #FFF;
}

#aEquipe .story .time .indv.miller{
	background-image: url("../images/miller.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#aEquipe .story .time .indv.alex{
	background-image: url("../images/alex.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#produtos {
	background: #ccc;
	height: 1900px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#produtos .story {
	margin-top: 100px;
}

#produtos .story div.prod{
	font-family: 'Lato', sans-serif;
	width: 270px;
	min-height: 440px;
	background-color: #393741;
	float: left;
	display: inline-block;
	padding: 20px;
	color: #FFF;
	margin-right: 20px;
	margin-top: 20px;
}

#produtos .story div.prod:HOVER{
	animation-name: animaProduto;
	animation-duration: 2s;
	cursor: pointer;
	
-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
}


#produtos .story div.prod .miniIcons i{
	margin-top: 20px;
	font-size: 25px !important;
}

#produtos .story div.prod i{
	display: inline-block;
	float:left;
	font-size: 60px;
	margin-right: 10px;
}

#produtos .story div.prod h1{
	font-size: 1.5em;
}

#clientes {
	background: url(../banner/2.png) 50% 0 no-repeat fixed;
	color: white;
	/*height: 2400px;*/
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
}

#clientes .story {
	margin-top: 100px;
}

#clientes .story div.clie{
	float: left;
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	
	font-family: 'Lato', sans-serif;
	width: 270px;
	min-height: 230px;
	background-color: #000;
	float: left;
	display: inline-block;
	padding: 20px;
	color: #FFF;
	border: solid 1px #FFF;
	
	opacity: 0.43;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 43);
	filter: alpha(opacity = 43);

}

#clientes .story div.clie:HOVER{
	animation-name: animaCliente;
	animation-duration: 0.5s;
	
-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        
		opacity: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
		filter: alpha(opacity = 100);
}

#clientes .story div.clie h1{
	font-size: 1.1em;
}

#clientes .story div.clie img{
	width: 270px;
}

#clientes .story div.clie a{
	color: #FFF;
	text-decoration: none;
}

#contato {
	background: #ccc;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#contato .story {
	margin-top: 100px;
}

#nossaTecnologia {
	background-color: #F0F0F0;
	color: white;
	min-height: 740px;
	padding: 100px 0 0 0;
	color: #393741 !important;
}

#nossaTecnologia .bg{
	height: 500px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
	background: url(../images/mobile-desk-tablet-600-a.png) 50% 0 no-repeat fixed;
}

#fifth {
	background: #ccc;
	height: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.story {
	margin: 0 auto;
	min-width: 1000px;
	width: 1000px;
}

.homeDescr {
	position: relative;
	top: -110px;
	margin: 0 auto;
	min-width: 1000px;
	width: 1000px;
}

.pngDesktop {
	margin-top: 20px;
	position: relative;
}

.story .quemSomos {
	position: relative;
	margin-top: 150px;
}

.story .float-left.quemSomos {
	padding: 0px 0 0 0;
	position: relative;
	width: 600px;
}

.pageTitle {
	font-family: 'Lato', sans-serif;
	font-size: 50px !important;

}

.descrMd {
	font-family: 'Lato', sans-serif;
	font-size: 25px !important;
}

.descrMd a{
	text-decoration: none;
}

.colorWhite{
	color: #FFF !important;
}

.colorBlack{
	color: #000 !important;
}

.story .float-left,.story .float-right {
	padding: 0px 0 0 0;
	position: relative;
	width: 350px;
}

.newLogo {
	width: 384px;
	height: 108px;
	background-image: url("../images/newLogo.png");
	background-repeat: no-repeat;
	margin-top: 30px;
}

.vmv {
	margin-top: 100px;
	min-width: 1000px;
	width: 1000px;
}

.vmv .title {
	font-family: 'Lato', sans-serif;
	font-size: 30px !important;
	height: 60px;
	width: 100%;
	background-image: url("../images/line.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-top: 70px;
}

.vmv .title i{
	margin-right: 10px;
}

.mobile-desk-tablet{
	position: relative;
	z-index: 200;
	left: 0px;
}

#menu{
	position: fixed;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #000;
	z-index: 99999;
	bottom: 0px;
}


.menuTop{
	top: 0px !important;
	animation-name: animaMenu;
	animation-duration: 2s;

-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
}

.menuBottom{
	bottom: 0px !important;
	animation-name: animaMenu;
	animation-duration: 2s;

-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
}

#menu .list{
	width: 100%;
	float: right;
}

#menu .list .iten{
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 15px !important;
	float: right;
	display: inline-block;
	height: 45px;
	min-width: 90px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#menu .list .iten:HOVER {
	animation-name: animaMenuIten;
	animation-duration: 2s;
	
-webkit-transition: all 2000ms cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition: all 2000ms cubic-bezier(0.920, -0.600, 0.195, 1.650);

-webkit-transition-timing-function: cubic-bezier(0.920, 0, 0.195, 1);
-webkit-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
   -moz-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
     -o-transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
        transition-timing-function: cubic-bezier(0.920, -0.600, 0.195, 1.650);
}

#menu .list .iten a{
	color: #FFF;
	text-decoration: none;
}

#menu .list .iten a:HOVER{
	color: #4EA6DD;
}

#menu .list .iten a i{
	margin-right: 5px;
}

.width100{
	width: 100% !important;
}

/*Secao de clientes -> gestao da producao*/

.FlexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 40vh;
    flex-direction: row;
}

.FlexContainer div {
    width: 15%;
    margin: 15px;
}


