

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
main,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

nav ol,
nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input[type=submit] {
	cursor: pointer
}

h1 {
	font-size: 42px;
	font-weight: lighter
}

h2 {
	font-size: 26px;
	font-weight: lighter
}

h3 {
	font-size: 20px;
	font-weight: lighter
}

p {
	font-size: 15px;
	color: #909090
}

a {
	font-size: 20px;
	text-decoration: none
}

html,
body {
	width: 100%;
	height: 100%
}

body {
	background-color: #fff;
	font-family: "Open Sans", sans-serif
}

.page-header {

	position: relative;
	width: 100%;
	min-height: 90px;
	overflow: hidden
	
}

.page-header__inner {
	max-width: 1024px;
	margin: 0 auto
}

.page-header__inner:after {
	content: '';
	display: table;
	clear: both
}

.page-header__logo {
	float: left;
	margin-top: 20px;
	color: #6c6c6c
}


.page-header__logo:before {

}

.page-header-logo {
	background: url(../images/cabecalho.png) center 0 no-repeat;
	position: relative;
	width: 100%;
	min-height: 90px;
	overflow: hidden
	
}

.page-header-logo__inner {
	max-width: 1024px;
	margin: 0 auto
}

.page-header-logo__inner:after {
	content: '';
	display: table;
	clear: both
}

.page-header-logo__logo {
	float: left;
	margin-top: 20px;
	color: #6c6c6c
}


.page-header-logo__logo:before {

}

.page-header__nav {
	float: right;
	white-space: nowrap
}

.page-header__nav-check {
	display: none
}

.page-header__nav-icon {
	display: none;
	position: absolute;
	width: 60px;
	height: 45px;
	margin-top: 20px;
	right: 20px;
	z-index: 5;
	background-color: #5094f2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.page-header__nav-icon:hover {
	background-color: #2177ee
}

.page-header__nav-icon i:before {
	font-size: 40px;
	line-height: 45px
}



.page-nav {
	width: 100%
}

.page-nav__link {
	margin: 0 20px;
	padding-bottom: 60px;
	border-bottom: 6px solid #5094f2;
	line-height: 90px;
	color: #6c6c6c;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.page-nav__link.is-highlighted {
	padding-bottom: 27px
}

.page-nav__link:not(.is-highlighted):hover {
	padding-bottom: 27px
}

.page-footer {
	width: 100%;
	min-height: 90px;
	padding-top: 35px;
	border-top: 1px solid #e5e5e5;
	text-align: center
}

.page-footer__inner {
	max-width: 1024px;
	margin: 0 auto
}

.product {
	width: 100%;
	min-height: 250px
}
.producth {
	width: 100%;
	background: #f6f6f6 center 0 no-repeat;
	min-height: 50px
}
.product__inner {
    max-width: 1024px;
    
	margin: 0 auto
}

.product__inner:after {
	content: '';
	display: table;
	clear: both
}

.product__title {
	margin-bottom: 15px;
	color: #6f7173;
	float: left;
	width: 100%;
	margin-left:0;
	margin-right: 0
}


.product__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/basket.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 40%;
	margin-left: 0;
	margin-right: 0
}

.product__card:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.product__info {
	float: left;
	width: 100%;
	margin-left:0;
	margin-right: 0
}

.product__slogan {
    text-align: center;
	margin-bottom: 10px;
	color: #6f7173;
	line-height: 45px
}

.product__text {
    color: #1a1ac3;
    text-align: center;
    line-height: 25px
    
}
.product2 {
	
        position: relative;
        width: 100%;
        background: #f6f6f6 center 0 no-repeat;
        overflow: hidden;
        background-size: cover
   
}

.product2__inner {
	max-width: 1024px;
	margin: 0 auto
}

.product2__inner:after {
	content: '';
	display: table;
	clear: both
}

.product2__title {
	margin-bottom: 15px;
	color: #6f7173;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.product2__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/peca.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 40%;
	margin-left: 0;
	margin-right: 0
}

.product3__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/maquina1.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 40%;
	margin-left: 0;
	margin-right: 0
}

.product4__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/fabrica2.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 40%;
	margin-left: 0;
	margin-right: 0
}
.product5__card {
	display: block;
	height: 280px;
	margin-top: 50px;
	background: url(../images/maquina3.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 40%;
	margin-left: 0;
	margin-right: 0
}
.product6__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/certificado.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 20%;
	margin-left: 0;
	margin-right: 0
}
.product7__card {
	display: block;
	height: 280px;
	margin-top: 25px;
	background: url(../images/certificadoiatf.png) center 0 no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	float: left;
	width: 20%;
	margin-left: 0;
	margin-right: 0
}

.product2__card:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.product2__info {
	float: left;
	width: 60%;
	margin-left: 0;
	margin-right: 0
}

.product2__slogan {
	margin-bottom: 10px;
	color: #6f7173;
	line-height: 45px
}

.product2__text {
    line-height: 50px;
    color: #1a1ac3
}
.product2__text2 {
    line-height: 25px;
    color: #1a1ac3
}
.product2__texttab {
    color: #1a1ac3;
    line-height: 25px
}
br {
	display: block;
	margin: 10px 0;
 }



.promo {
	position: relative;
	width: 100%;
	height: 475px;
	background: url(../images/bg/promo-bg.jpg) center 0 no-repeat;
	overflow: hidden;
	background-size: cover
}

.promo__slider {
	max-width: 1024px;
	margin: 0 auto
}

.promo__slider:after {
	content: '';
	display: table;
	clear: both
}

.services {
	position: relative;
	width: 100%;
	background: #f6f6f6 center 0 no-repeat;
	min-height: 350px;
	text-align: center
}

.services:before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	margin-top: -8px;
	
}

.services__inner {
	max-width: 1024px;
	margin: 0 auto
}

.services__inner:after {
	content: '';
	display: table;
	clear: both
}

.services__item {
	float: left;
	width: 33.33333%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 90px;
	padding: 5px
}

.services__item:before {
	content: "";
	display: inline-block;
	width: 185px;
	height: 115px;
	background: url(../images/services-sprite.png) 0 center no-repeat;

}

.services__item_info:before {
	background: url(../images/Icone-missao.png) 0 center no-repeat;
	background-position: 50px center
}

.services__item_production:before {
	background: url(../images/icone-visao.png) 0 center no-repeat;
	background-position: 50px center
}

.services__item_proposal:before {
	background: url(../images/Icone-valores.png) 0 center no-repeat;
	background-position: 50px center
}

.services__title {
	margin: 25px auto 10px;
	color: #5094f2
}

.services__text {
	color: #1a1ac3;
	line-height: 25px;
	margin-bottom: 5px
}

.slider {
	width: 100%
}

.slider__radio {
	display: none
}

.slider__control {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 100;
	width: 13px;
	height: 13px;
	background-color: rgba(255, 255, 255, .8);
	cursor: pointer;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .8);
	box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, .8);
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s
}

.slider__control[for=button-one] {
	margin-left: -25px
}

.slider__radio#button-one:checked~.slider__control[for=button-one] {
	background-color: #646464
}

.slider__radio#button-two:checked~.slider__control[for=button-two] {
	background-color: #646464
}

.slider__control[for=button-three] {
	margin-left: 25px
}

.slider__radio#button-three:checked~.slider__control[for=button-three] {
	background-color: #646464
}

.slider__items {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.slider__radio#button-one:checked~.slider__items {
	margin-top: 0
}

.slider__radio#button-two:checked~.slider__items {
	margin-top: -475px
}

.slider__radio#button-three:checked~.slider__items {
	margin-top: -950px
}

.slider__item {
	height: 475px;
	padding-top: 35px;
	color: #fff;
	overflow: hidden;
	width: 100%;
	clear: both
}

.slider__item:after {
	content: '';
	display: table;
	clear: both
}

.slider__item:before,
.slider__item:after {
	display: block;
	content: '';
	clear: both;
	height: 0
}

.slider__item-image {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0
}

.slider__item-image img {
	display: inline-block;
	max-width: 500px;
	max-height: 440px
}

.slider__item-image figcaption {
	font-size: 0;
	line-height: 0;
	color: transparent
}

.slider__item-info {
	float: left;
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 100px
}

.slider__item-title {
	margin-bottom: 20px
}

.slider__item-text {
	line-height: 45px
}

.slider__item-link {
	display: block;
	width: 170px;
	height: 40px;
	margin: 35px 0 0 10px;
	padding: 8px 10px;
	background-color: #5094f2;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.slider__item-link:before {
	content: "\2714";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #5094f2;
	text-align: center;
	vertical-align: middle;
	line-height: 1
}

.slider__item-link:hover {
	background-color: #2177ee
}

@media screen and (max-width:800px) {
	.page-header {
		background: url(../images/cabecalho2.png) center 0 no-repeat;
		padding: 0 30px;
		overflow: visible
	}
	.page-header__logo {
		width: 100%
	}
	.page-header-logo {
		background: url(../images/cabecalho2.png) center 0 no-repeat;
		padding: 0 30px;
		overflow: visible;
		display: none
	}
	.page-header-logo__logo {
		width: 100%
	}
	.page-header__nav {
		position: absolute;
		float: none;
		width: 100%;
		left: 0;
		margin-top: 90px;
		z-index: 100;
		background-color: #fff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		white-space: normal;
		text-align: center;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s
	}
	.page-header__nav-check:checked~.page-header__nav {
		opacity: 1
	}
	.page-header__nav-icon {
		display: inline-block
	}
	.page-nav__link {
		display: inline-block;
		margin: 0 0 0 -5px;
		padding: 10px 20px;
		border-bottom: none;
		line-height: 1
	}
	.page-nav__link.is-highlighted {
		padding-bottom: 10px;
		background-color: #ededed
	}
	.page-nav__link:not(.is-highlighted):hover {
		padding-bottom: 10px;
		background-color: #ededed
	}
	.product {
		padding: 45px
	}
	.product__title {
		margin-bottom: 0;
		text-align: center;
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__card {
		height: 165px;
		margin: 40px 0 10px;
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__info {
		
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__slogan {
		margin-bottom: 10px;
		font-size: 35px
	}
	.product__text {
        color: #1a1ac3;
		font-size: 16px;
		line-height: 25px;
    }
    
    .product2 {
        padding: 45px;
        
	}
	.product__title2 {
		margin-bottom: 0;
		text-align: center;
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__card2 {
		height: 165px;
		margin: 40px 0 10px;
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__info2 {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.product__slogan2 {
        
		margin-bottom: 10px;
		font-size: 35px
	}
	.product__text2 {
        font-size: 16px;
        color: #1a1ac3;
    	line-height: 25px;
    	color: #1a1ac3
	}
	.product2__text {
		line-height: 20px;
		color: #1a1ac3
	}
	.product2__texttab {
		color: #1a1ac3;
		line-height: 20px
	}

    br {
		content: " ";
		display: block;
		margin: 10px 0;
	 }
	.promo {
		height: 280px;
		padding: 0 20px
	}
	.services {
		text-align: left
	}
	.services__item {
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 40px 5px 20px;
		border-bottom: 1px solid #ddd
	}
	.services__item:after {
		content: '';
		display: table;
		clear: both
	}
	.services__item:before {
		content: "";
		float: left;
		width: 135px;
		height: 135px;
		margin: 0 25px 0 45px
	}
	.services__item_info:before {
		background-position: 0px center
	}
	.services__item_production:before {
		background-position: 0px center
	}
	.services__item_proposal:before {
		background-position: 0px center
	}
	.services__title {
		font-size: 35px;
		margin: 15px auto 10px
	}
	.services__text {
		
		font-size: 16px
	}
	.slider__radio#button-two:checked~.slider__items {
		margin-top: -280px
	}
	.slider__radio#button-three:checked~.slider__items {
		margin-top: -560px
	}
	.slider__item {
		height: 280px;
		padding-top: 20px
	}
	.slider__item-image {
		float: left;
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.slider__item-image img {
		max-height: 210px
	}
	.slider__item-info {
		float: left;
		width: 66.66667%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0
	}
	.slider__item-title {
		margin-bottom: 10px;
		font-size: 35px
	}
	.slider__item-text {
		font-size: 20px;
		line-height: 30px
	}
	.slider__item-link {
		width: 235px;
		height: 55px;
		margin: 20px 0 0;
		padding: 8px 10px;
		font-size: 30px
	}
	.slider__item-link:before {
		width: 30px;
		height: 30px
	}
}

