html,body{height: 100%}
body {
	font-family: "Calibri","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	background-color: #fff;
	color: #727272;
}

.container {
	position: relative;
	max-width: 970px !important;
}

body.option.index #empresa {
	background-image: url('../img/bg-empresa.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding-top: 186px;
}

/*HEADER*/
header {
	position: absolute;
	width: 100%;
	height: 180px;
	z-index: 998;
	background-color: transparent;
}
body.contact.index header,
body.produto header,
body.partner.index header {
	position: relative;
	background-image: url('../img/bg-inner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
body.contact header .container:after,
body.produto header .container:after,
body.partner header .container:after {
	display: none;
}
header .container {
	height: 180px;
}
header .container:after {
	position: absolute;
	content: " ";
	width: calc(100% - 30px);
	height: 1px;
	margin: 0;
	left: 15px;
	bottom: 0;
	background-color: #fabe12;
}
header .brand {
	display: inline-block;
	margin-left: 100px;
}
header .social {
	margin: 30px 0 20px;
	min-height: 20px;
}
header .social a {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
}
header nav {
	margin-bottom: 20px;
}
header nav .list-inline>li {
	padding: 0 15px;
}
header nav .list-inline:last-child>li {
	padding-right: 0;
}
header nav ul>li>a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
header nav ul>li>a:hover,
header nav ul>li>a:focus,
header nav ul>li.active>a {
	text-decoration: underline;
	color: #e6b71b;
}
header address {
	color: #fff;
	margin: 0;
	font-weight: bold;
}
header address b {
	color: #e6b71b;
}


/*BANNER*/
#banner {
	position: relative;
	width: 100%;
	height: 920px;
	text-align: center;
}
#banner,
#banner .ms-view {
	background-color: #3d3d3d;
}
#banner .ms-skin-default .ms-nav-next,
#banner .ms-skin-default .ms-nav-prev {
	top: 42%;
}
#banner .icon {
	position: relative;
	height: 100px;
	overflow: hidden;
}
#banner .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#banner .title {
	font-weight: normal;
	font-size: 100px;
	color: #fff;
	line-height: 75px;
	margin: 0 auto 20px;
	padding: 0;
}
#banner .link {
	position: relative;
	margin: 0 auto 20px;
}
#banner .link a.btn {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 6px 12px;
}
#banner .link a.btn:hover,
#banner .link a.btn:focus {
	background-color: #fff;
	color: #fabe12;
}
#banner .description {
	max-width: 400px;
	color: #fff;
	margin: 0 auto;
}
#banner .peca {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	text-align: center;
}
#banner .peca img {
	margin: 0 auto;
	max-width: 100%;
}

/*DESTAQUES*/
#destaques {
	position: relative;
	padding: 20px 0 40px;
}
#destaques h2 {
	position: relative;
	font-size: 52px;
	color: #fabe12;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
#destaques h2:before,
#destaques h2:after {
	position: absolute;
	content: " ";
	width: 17%;
	height: 1px;
	background-color: #fabe12;
	top: 50%;
}
#destaques h2:before {
	left: 15px;
}
#destaques h2:after {
	right: 15px;
}

/*CTA*/
#cta-i {
	position: relative;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed6c04+0,fabe12+100 */
	background: #ed6c04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed6c04 0%, #fabe12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ed6c04 0%,#fabe12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ed6c04 0%,#fabe12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6c04', endColorstr='#fabe12',GradientType=0 ); /* IE6-9 */
}
#cta-i h2 {
	font-size: 92px;
}
#cta-i a.btn {
	border: 1px solid #fff;
	color: #fff;
}
#cta-i a.btn:hover,
#cta-i a.btn:focus {
	background-color: #fff;
	color: #fabe12;
}
#cta-i hr {
	margin: 30px 0;
	border-color: #fff;
}
#cta-i .parceiro a {
	display: inline-block;
}

/*CATEGORIAS*/
.categories {
	margin: 20px -15px;
}
.categories .category {
	display: block;
	background-color: #fabe12;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 19px;
	padding: 20px 0;
	margin: 0 15px;
}
.categories .category img,
.categories .category .empty-img {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}
.categories .category.active,
.categories .category:hover,
.categories .category:focus {
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed6c04+0,fabe12+100 */
	background: #ed6c04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed6c04 0%, #fabe12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ed6c04 0%,#fabe12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ed6c04 0%,#fabe12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6c04', endColorstr='#fabe12',GradientType=0 ); /* IE6-9 */
}

/*PRODUTOS*/
#produtos .produtos {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #fabe12;
	border-bottom: 1px solid #fabe12;
}
#produtos .produtos .product {
	margin-top: 30px;
	margin-bottom: 30px;
}
#produtos .produtos .product h4 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#produtos .produtos .product p {
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	height: 110px;
	overflow: hidden;
}
#produtos hr {
	border-color: #fabe12;
	margin: 30px 0;
}
#produtos .slick-prev,
#produtos .slick-next {
	z-index: 1;
	background-color: white;
	width: 30px;
	height: 100%;
}
#produtos .slick-prev {
	left: -15px;
}
#produtos .slick-next {
	right: -15px;
}
#produtos .slick-prev:before,
#produtos .slick-next:before {
	color: #fabe12;
}

/*PAGINATION*/
.pagination {
	margin: 0 0 10px;
}
.pagination>li>a {
	color: #fabe12;
	margin: 0 2px;
	border-color: #fabe12;
}
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
	border-color: #fabe12;
	background-color: #fabe12;
	color: #fff;
	outline: none;
}

/*SINGLE*/
.single {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.single:before {
	position: absolute;
	content: " ";
	width: calc(100% - 30px);
	height: 1px;
	top: 0;
	left: 15px;
	background-color: #fabe12;
}
.single .body {
	color: #727272;
}
.single .body h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
.single .body h3 {
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
}
.single .body ul {
	margin: 0;
	padding: 0 16px;
}
.single .body .content {
	margin: 20px 0;
}
.single .body .content,
.single .body .content p {
	font-size: 13px;
	text-align: left;
}

/*ORÇAMENTO*/
form.orcamento h2 {
	font-size: 32px;
	text-transform: uppercase;
}

.table-ajax img {
	border: 1px solid #eee;
	width: 60px;
	height: 60px;
}
.table-ajax h4 {
	margin: 0;
	font-weight: bold;
}
.table-ajax p {
	margin: 0;
}

/*CARRINHO*/
#carrinho {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
#carrinho a {
	position: relative;
	display: block;
	background-color: #fabe12;
	color: #fff;
	border: 0 none;
	-webkit-box-shadow: 0 0 10px -2px rgba(0,0,0,.5);
	box-shadow: 0 0 10px -2px rgba(0,0,0,.5);
	font-size: 30px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	outline: none;
}
#carrinho a .counter {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: #fabe12;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.2);
}
#carrinho .notifyjs-wrapper {
	font-size: 14px;
}

/*GALLERY*/
.gallery {
	position: relative;
	margin-bottom: 20px;
}
.gallery img {
	width: 100%;
	border: 1px solid transparent;
}
.gallery img:hover,
.gallery img:focus {
	border-color: #fabe12;
}

/*DETAILS*/
.details {
	position: relative;
}
.details .detail {
	position: relative;
	margin: 10px 0;
}
.details .detail a {
	display: inline-block;
	font-size: 21px;
	line-height: 50px;
	color: inherit;
}
.details .detail a img {
	width: 50px;
	margin-right: 10px;
	height: 50px;
}
.details .detail a:hover,
.details .detail a:focus {
	text-decoration: none;
}

/*PRODUTO*/
.product {
	text-align: center;
	text-transform: uppercase;
	color: #757575;
	padding: 5px;
	border: 1px solid transparent;
	min-height: 418px;
}
.product figure a {
	display: inline-block;
}
.product figure>a {
	min-height: 201px;
	background-color: #f9f9f9;
	display: block;
}
#destaques .product figure>a {
	min-height: 282px;
}
.product h4 {
	font-size: 21px;
	font-weight: bold;
	color: #757575;
	margin: 0;
}
.product p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.product a.btn {
	margin-bottom: 20px;
}
.product:hover {
	border-color: #fac63c;
}

/*PARCEIROS*/
#parceiros {
	position: relative;
	padding: 40px;
}
#parceiros .parceiro {
	background-color: #fabe12;
	padding: 20px;
	margin: 20px 0;
	height: 140px;
}
#parceiros .parceiro:hover,
#parceiros .parceiro:focus {
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed6c04+0,fabe12+100 */
	background: #ed6c04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed6c04 0%, #fabe12 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ed6c04 0%,#fabe12 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ed6c04 0%,#fabe12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6c04', endColorstr='#fabe12',GradientType=0 ); /* IE6-9 */
}
#parceiros .parceiro a {
	display: block;
}
#parceiros .parceiro a img {
	margin: 0 auto;
}

/*VIDEO*/
body.home #video {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0 40px;
	background-color: #3d3d3d;
	background-image: url('../img/bg-video.jpg');
	background-attachment: scroll;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: table;
}
body.home #video:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	z-index: -1;
}
body.home #video .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	color: white;
	z-index: 2;
	padding-top: 80px;
	text-align: center;
}
body.home #video .play {
	color: #fff;
	font-size: 4em;
	border: 8px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 82px;
	text-align: center;
	box-shadow: 0 0 15px 0px rgba(0,0,0,.4);
	margin: 0 auto;
	display: block;
}
body.home #video .play:hover,
body.home #video .play:focus {
	box-shadow: 0 0 15px 0px rgba(0,0,0,.8);
}
body.home #video .content p {
	font-size: 26px;
	line-height: 1;
	margin: 10px 0;
}


/*PAGINA*/
.pagina {
	position: relative;
	padding: 20px 0;
}
.pagina .empty {
	margin: 60px 0;
	font-size: 32px;
	line-height: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.pagina h1 {
	position: relative;
	font-size: 52px;
	color: #fabe12;
	text-transform: uppercase;
	text-align: center;
}
.pagina h1:before,
.pagina h1:after {
	position: absolute;
	content: " ";
	width: 34%;
	height: 1px;
	background-color: #fabe12;
	top: 50%;
}
.pagina h1:before {
	left: 0;
}
.pagina h1:after {
	right: 0;
}
.pagina .description {
	max-width: 370px;
	margin: 0 auto;
	text-align: center;
}


/*FOOTER*/
footer {
	position: relative;
	padding: 20px 0 10px;
	background-color: #3d3d3d;
	color: #fff;
	text-align: center;
}
footer .brand {
	display: inline-block;
}
footer nav {
	margin: 10px 0;
}
footer .list-inline>li {
	padding: 0 15px;
}
footer nav ul>li>a {
	color: #fabe12;
	text-transform: uppercase;
}
footer nav ul>li>a:hover,
footer nav ul>li>a:focus,
footer nav ul>li.active>a,
footer .copyright a:hover,
footer .copyright a:focus {
	color: #fff;
	text-decoration: underline;
}
footer address {
	font-weight: bold;
	margin: 20px 0;
}
footer address b {
	color: #fabe12;
}
footer .copyright {
	margin: 30px 0 0;
}
footer .copyright p {
	margin: 0;
}
footer .copyright a {
	color: #fff;
}


/*EMPRESA*/
#empresa {
	position: relative;
	max-width: 1920px;
	min-height: 1500px;
	margin: 0 auto;
	color: #fff;
}
#empresa h1 {
	position: relative;
	font-size: 52px;
	color: #f5bc12;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
#empresa h1:before,
#empresa h1:after {
	position: absolute;
	content: " ";
	width: 35%;
	height: 1px;
	background-color: #f5bc12;
	top: 50%;
}
#empresa h1:before {
	left: 0;
}
#empresa h1:after {
	right: 0;
}
#empresa h2 {
	position: relative;
	font-size: 40px;
	color: #fff;
	margin-top: 20px;
}
#empresa .conteudo {
	position: relative;
	margin: 40px auto 0;
}
#empresa .conteudo .description {
	font-size: 20px;
}
#empresa .conteudo .description strong {
	font-size: 24px;
}
#empresa .video {
	position: relative;
	width: 70%;
	margin: 40px 0 340px;
	padding: 15px;
	background-color: transparent;
	background-image: url('../img/video-border.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#empresa .video img {
	max-width: 100%;
}
#empresa .video .play {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	color: #fff;
	font-size: 3em;
	border: 8px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 85px;
	text-align: center;
	box-shadow: 0 0 15px 0px rgba(0,0,0,.4);
}
#empresa .video .play:hover,
#empresa .video .play:focus {
	box-shadow: 0 0 15px 0px rgba(0,0,0,.8);
}

/*CONTATO*/
#contato {
padding-bottom: 0;
}
#contato textarea.form-control {
	height: 132px;
}
#contato address {
	margin: 40px 0 20px;
	font-size: 14px;
	font-weight: normal;
}
#contato #mapa {
	position: relative;
	width: 100%;
	height: 300px;
}


.slick .product:hover {
  cursor: url(https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur), default !important;
}
.slick .slick-track:focus,
.slick .slick-track .slick-slide:focus,
.slick .slick-track .slick-slide a:focus {
	outline: none;
}
.slick-prev, slick-next {
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	color: #fabe12 !important;
}
.slick-prev {
	left: -15px !important;
}
.slick-next {
	right: -15px !important;
}

.message {
	display: none;
	position: relative;
	margin: 20px 0;
}
.message .msg {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	line-height: 34px;
}

.alert {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-radius: 0;
}
.alert-orcamento {
	display: none;
	background-color: #fabe12;
	color: #fff;
}

#orcamento .empty {
	display: none;
}
#orcamento table tr td p {
	max-width: 800px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.back {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1;
}
a.back.back-orcamento {
	top: 20px;
}

form {
	margin: 20px 0;
	position: relative;
}
textarea.form-control {
	resize: none;
	width: 100%;
	height: 100%;
}
.form-control {
	border-radius: 0;
	border: 1px solid #fabe12;
	font-weight: bold;
	color: #fabe12;
}
.form-control:focus {
	border-color: #727272;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.075);
}
.form-control::-webkit-input-placeholder {
	color: #fabe12;
}
.form-control:-moz-placeholder {
	color: #fabe12;
}
.form-control::-moz-placeholder {
	color: #fabe12;
}
.form-control:-ms-input-placeholder {
	color: #fabe12;
}

.btn {
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-default {
	border-color: #fabe12;
	background-color: #fff;
	color: #fabe12;
}
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default[disabled]:hover,
.btn-default[disabled] {
	border-color: #fabe12;
	background-color: #fabe12;
	color: #fff;
}
.btn-primary {
	border-color: #fabe12;
	background-color: #fabe12;
	color: #fff;
}
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled] {
	border-color: #fabe12;
	background-color: #fabe12;
	color: #fff;
}


/*HELPERS*/
.text-white { color: #ffffff; }
.text-yellow { color: #e6b71b; }


.navbar {
	margin: 0;
}
.navbar-default {
	border: 0 none;
	background-color: transparent;
}
.navbar-default .navbar-brand {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0 15px;
}
.navbar-default .navbar-toggle {
	background-color: transparent;
	border: 0 none;
	padding: 10px;
	margin-top: 34px;
	margin-bottom: 34px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav {
	margin: 0;
}
.navbar-default .navbar-nav.list-inline {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.navbar-default .navbar-nav.list-inline>li {
	padding: 5px 15px;
}
.navbar-default .navbar-nav.list-inline>li>a {
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background-color: #e7e7e7;
}
.navbar-default .navbar-collapse {
	border: 0 none;
	box-shadow: none;
}
.navbar-default .navbar-collapse address {
	font-size: 12px;
	padding: 10px 15px;
	border-top: 1px solid #eee;
	background-color: #fff;
	color: inherit;
}


@media (max-width: 320px) {
	header {
		height: auto;
	}
	header .container {
		height: auto;
		border: 0 none;
	}
	header .container:after {
		display: none;
	}

	#banner {
		height: 600px;
	}
	#banner .ms-skin-default .ms-nav-next {
		right: 5px;
	}
	#banner .ms-skin-default .ms-nav-prev {
		left: 5px;
	}
	#banner .title {
		font-size: 30px;
		line-height: 1em;
	}
	#banner .description {
		font-size: 13px;
		line-height: 1.4em;
		max-width: 300px;
	}
	#banner .peca {
		max-width: 300px;
	}

	body.option.index #empresa {
		padding-top: 102px;
		background-position: top center;
	}
	#empresa h1:before,
	#empresa h1:after {
		width: 10%;
	}
	#empresa h2 {
		font-size: 40px;
	}
	#empresa .conteudo .description {
		font-size: 24px;
	}
	#empresa .conteudo .description strong {
		font-size: 26px;
	}
	#empresa .video {
		margin: 40px 0 60px;
		padding: 10px;
	}
	#empresa .video .play {
		margin-top: -40px;
		margin-left: -40px;
		font-size: 3em;
		border: 5px solid #fff;
		width: 80px;
		height: 80px;
		line-height: 70px;
	}
	.pagina h1:before, .pagina h1:after {
		width: 10%;
	}
	#contato address .clearfix {
		margin: 20px 0;
	}
	#destaques h2 {
		font-size: 30px;
	}
	#destaques h2:before,
	#destaques h2:after {
		display: none;
	}
	#video {
		background-size: cover;
	}
	#cta-i h2 {
		font-size: 50px;
	}
	footer nav ul>li>a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.slick-prev {
		left: 0px !important;
	}
	.slick-next {
		right: 0px !important;
	}
}

@media (max-width: 460px) {
	header {
		height: auto;
	}
	header .container {
		height: auto;
		border: 0 none;
	}
	header .container:after {
		display: none;
	}

	#banner {
		height: 600px;
	}
	#banner .ms-skin-default .ms-nav-next {
		right: 5px;
	}
	#banner .ms-skin-default .ms-nav-prev {
		left: 5px;
	}
	#banner .title {
		font-size: 30px;
		line-height: 1em;
	}
	#banner .description {
		font-size: 13px;
		line-height: 1.4em;
		max-width: 300px;
	}
	#banner .peca {
		max-width: 300px;
	}

	body.option.index #empresa {
		padding-top: 102px;
		background-position: top center;
	}
	#empresa h1:before,
	#empresa h1:after {
		width: 10%;
	}
	#empresa h2 {
		font-size: 40px;
	}
	#empresa .conteudo .description {
		font-size: 24px;
	}
	#empresa .conteudo .description strong {
		font-size: 26px;
	}
	#empresa .video {
		margin: 40px 0 60px;
		padding: 10px;
	}
	#empresa .video .play {
		margin-top: -40px;
		margin-left: -40px;
		font-size: 3em;
		border: 5px solid #fff;
		width: 80px;
		height: 80px;
		line-height: 70px;
	}
	.pagina h1:before, .pagina h1:after {
		width: 10%;
	}
	#contato address .clearfix {
		margin: 20px 0;
	}
	#destaques h2 {
		font-size: 36px;
	}
	#destaques h2:before,
	#destaques h2:after {
		display: none;
	}
	#video {
		background-size: cover;
	}
	#cta-i h2 {
		font-size: 50px;
	}
	#produtos .categories {
		margin-left: 0;
		margin-right: 0;
	}
	#produtos .produtos .product p {
		height: auto;
	}
	footer nav ul>li>a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.slick-prev {
		left: 0px !important;
	}
	.slick-next {
		right: 0px !important;
	}
}

@media (min-width: 461px) and (max-width: 767px) {
	header {
		height: auto;
	}
	header .container {
		height: auto;
		border: 0 none;
	}
	header .container:after {
		display: none;
	}

	#banner {
		height: 600px;
	}
	#banner .ms-skin-default .ms-nav-next {
		right: 5px;
	}
	#banner .ms-skin-default .ms-nav-prev {
		left: 5px;
	}
	#banner .title {
		font-size: 30px;
		line-height: 1em;
	}
	#banner .description {
		font-size: 13px;
		line-height: 1.4em;
		max-width: 400px;
	}
	#banner .peca {
		max-width: 400px;
	}

	body.option.index #empresa {
		padding-top: 102px;
		background-position: top center;
	}
	#empresa h1:before,
	#empresa h1:after {
		width: 10%;
	}
	#empresa h2 {
		font-size: 40px;
	}
	#empresa .conteudo .description {
		font-size: 24px;
	}
	#empresa .conteudo .description strong {
		font-size: 26px;
	}
	#empresa .video {
		margin: 40px 0 60px;
		padding: 10px;
	}
	#empresa .video .play {
		margin-top: -40px;
		margin-left: -40px;
		font-size: 3em;
		border: 5px solid #fff;
		width: 80px;
		height: 80px;
		line-height: 70px;
	}
	.pagina h1:before, .pagina h1:after {
		width: 10%;
	}
	#contato address .clearfix {
		margin: 20px 0;
	}
	#destaques h2 {
		font-size: 40px;
	}
	#destaques h2:before,
	#destaques h2:after {
		display: none;
	}
	#video {
		background-size: cover;
	}
	#cta-i h2 {
		font-size: 50px;
	}
	#produtos .produtos .product p {
		height: auto;
	}
	footer nav ul>li>a {
		display: block;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.slick-prev {
		left: 0px !important;
	}
	.slick-next {
		right: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#banner {
		height: 750px;
	}
	#banner .ms-skin-default .ms-nav-next {
		right: 5px;
	}
	#banner .ms-skin-default .ms-nav-prev {
		left: 5px;
	}
	#banner .title {
		font-size: 30px;
		line-height: 1em;
	}
	#banner .description {
		font-size: 13px;
		line-height: 1.4em;
		max-width: 400px;
	}
	#banner .peca {
		max-width: 400px;
	}

	body.option.index #empresa {
		background-position: top center;
	}
	#empresa .conteudo .description strong {
		
	}
	#empresa .video {
		margin: 40px 0 60px;
		padding: 15px;
	}
	#destaques h2:before, #destaques h2:after {
		width: 7%;
	}
	#video {
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.produto h4 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}