font-face {
	font-family: 'Asap-Italic';
	src: url('../fonts/Asap-Italic.eot');
	src: url('../fonts/Asap-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Italic.woff') format('woff'), url('../fonts/Asap-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Asap-BoldItalic';
	src: url('../fonts/Asap-BoldItalic.eot');
	src: url('../fonts/Asap-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-BoldItalic.woff') format('woff'), url('../fonts/Asap-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Asap-Bold';
	src: url('../fonts/Asap-Bold.eot');
	src: url('../fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Bold.woff') format('woff'), url('../fonts/Asap-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Regular.eot');
	src: url('../fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Asap-Regular.woff') format('woff'), url('../fonts/Asap-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	padding: 0;
	margin: 0;
}

body {
	overflow-x: hidden;
}

body, a, p, div, span {
	font-family: 'Asap';
	color: #fff;
	font-size: 1.1em;
}

h1, h2, h3, h4 {
	font-family: 'Asap-Bold';
	text-align: center;
}

h1 {
	font-size: 36px;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

a:visited {
	color: #fff;
}

a:hover, a:active {
	color: #414042;
	text-decoration: none;
}

a.selected {
	color: #414042;
}

a.selected:hover, a.selected:active {
	color: #818181;
}

footer, footer div, footer div p, footer div p span {
	font-size: 18px;
	background: #000;
}

footer {
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer-logo {
	margin: 30px 0 0 15%;
}

.footer-logo img {
	width: 60%;
}

.top img {
	width: 70%;
}

.footer-social {
	padding-top: 32px;
}

.browserupgrade {
	background: #fff9ae;
	text-align: center;
	padding: .4em 0 .4em;
}

.main {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

.top {
	background: #000;
	display: table;
	width: 100%;
}

.clear-fix {
	clear: both;
}

.top img.banner {
	width: 100%;
	height: auto;
}

.top-content {
	padding: 0 0 1.5em 0!important;
}

.top-space-logo {
	margin: 1em 0 1em 0;
}

.link_menu {
	padding-top: 25px;
	font-size: 16px;
}

.link_menu a {
	margin-left: 10px;
}

.titulo-pagina {
	margin: 1.6em auto 1.6em auto;
	vertical-align: middle;
	max-height: 64px;
	text-align: center;
	display: table;
}

.titulo-pagina div img {
	margin-right: 0.4em;
	vertical-align: middle;
}

.titulo-pagina span {
	font-size: 36px;
	height: 63px;
	vertical-align: middle;
}

.titulo-pagina div {
	font-size: 36px;
	line-height: 36px;
	height: 64px;
	vertical-align: middle;
	display: table-cell;
}

ul.nav-menu {
	font-size: 1.1em;
	list-style: none;
	display: inline-block;
}

ul.nav-menu li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.nav-menu li a {
	font-size: 1em;
}

ul.nav-menu li a:hover {
	color: #414042;
}

ul.nav-menu li ul {
	float: left;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.76);
	display: none;
	z-index: 1000000000;
	padding: 0;
	width: 220px;
}

ul.nav-menu li:hover ul {
	display: block;
}

ul.nav-menu li ul li {
	text-align: left;
	display: block;
	width: 100%;
	padding: 6px 0 6px 6px;
}

ul.nav-menu li ul li:hover {
	background-color: #ec1551;
	color: #fff;
}

ul.nav-menu li ul li:hover a {
	color: #fff;
}

span.sidenav-button, span.sidenav-button:before {
	font-size: 1.06em !important;
}

.sidenav-button {
	width: 40px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	transition: 0.3s;
	z-index: 1000;
	top: 20px;
	left: 20px;
}

.sidenav-button:before {
	content: "";
	display: block;
	margin: 5px auto;
	width: 70%;
	height: 0.2em;
	background: #fff;
	box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff;
}

.sidenav {
	background: #000;
	height: 100%;
	width: 220px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	/*box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3);
	*/
	-webkit-transform: translateX(-220px);
	-moz-transform: translateX(-220px);
	-ms-transform: translateX(-220px);
	transform: translateX(-220px);
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

.sidenav a {
	padding: 8px 0 8px 20px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: 0.3s;
}

.sidenav a.selected {
	color: #414042;
}

.sidenav a.sidenav-subitem {
	font-size: 16px;
	padding-left: 28px;
}

.sidenav a:hover {
	color: #532f2c;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.menu-active .sidenav {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu-active .main {
	-webkit-transform: translateX(220px);
	-moz-transform: translateX(220px);
	-ms-transform: translateX(220px);
	transform: translateX(220px);
}

.content-pink {
	background: #ec1551;
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
}

.content-pink a:hover, .content-pink a:active, .content-pink a.selected {
	color: #221f1f;
}

.content-gray {
	background: #bcbcbc;
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
	color: #221f1f;
}

.content-gray h1 {
	color: #221f1f;
}

.content-gray a:hover, .content-gray a:active, .content-gray a.selected, .content-gray li {
	color: #221f1f;
}

.content-white {
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
	color: #221f1f;
}

.content-white * {
	color: #221f1f;
}

.content-white .container {
	color: #221f1f;
}

.content-orange {
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
	background: #000000;
	color: #fff;
}

.content-orange * {
	color: #fff;
}

.content-orange .container {
	color: #fff;
}

.content-map {
	display: table;
	width: 100%;
	padding: 0 0 0 0;
	color: #221f1f;
}

.content-map * {
	color: #221f1f;
}

.content-black {
	background: #221f1f;
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
}

/*.container {
	padding:0 0 1.6em;
	}*/

.content-about {
	text-align: justify;
	margin: 0 auto 0 auto;
}

input[type="text"], textarea, input[type="password"] {
	padding: 8px 20px 8px 20px;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Asap';
	width: 76%;
	color: #000 !important;
	border: 0;
	border-bottom: 1px solid rgba(200, 200, 200, .8);
	background: rgba(255, 255, 255, .05);
}

.btn-contact {
	background: #fff;
	font-size: 1.1em;
	padding: 10px 10px 10px 10px;
	border: 0;
	color: #000 !important;
	font-family: 'Asap-Bold';
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.btn-contact:hover {
	color: #221f1f;
}

.bold {
	font-family: 'Asap-Bold'
}

.bold-italic {
	font-family: 'Asap-BoldItalic'
}

.italic {
	font-family: 'Asap-Italic'
}

.small-font {
	font-size: 0.8em;
}

a.text-black:visited {
	color: #221f1f;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.text-black {
	color: #221f1f;
}

.text-white {
	color: #fff!important;
}

.content-about-table {
	margin: 2em auto;
}

.content-about-table-left, .content-about-table-right, .content-about-table-center, .content-about-table-img {
	float: left;
}

.content-about-table-left, .content-about-table-right {
	height: 50px;
	padding-bottom: 1.2em;
}

.content-about-table-text {
	margin-left: 8px;
	text-align: left;
}

.content-about-table-center {
	height: 50px;
}

.content-about-table-img {
	width: 50px;
	height: 50px;
	text-align: right;
	padding-bottom: 0.8em;
}

.content-about-table-img img {
	width: 45px;
	height: 35px;
	margin-right: 5px;
}

.content-about-table-break {
	clear: both;
}

.banner-paginas {
	width: 100%;
	height: auto;
}

.text-alert {
	color: #cd1e25;
}

p.btn_enviar {
	margin-bottom: 10px;
	padding-bottom: 1.6em;
}

#frm_contact {
	width: 80%;
	margin: 0 auto 0 auto;
}

#frm_contact input[type=text], #frm_contact textarea {
	background: #fff;
}

.content-empresa-link {
	/* center the element */
	width: 950px;
	margin: 0 auto 0 auto;
}

.empresa-link {
	display: inline-block;
	width: 330px;
	height: 108px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.empresa-link-small {
	display: inline-block;
	width: 220px;
	height: 108px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.empresa-link-div {
	display: inline-block;
	width: 25px;
	height: 84px;
	text-align: center;
	margin-bottom: 10px;
}

.text-about {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
	-webkit-column-gap: 40px;
	/* Chrome, Safari, Opera */
	-moz-column-gap: 40px;
	/* Firefox */
	column-gap: 40px;
	text-align: justify;
	font-family: 'Asap';
	color: #414042;
	font-size: 1.2em;
}

.fale-contatos {
	width: 748px;
	margin: 0 auto 0 auto;
}

.fale-email {
	display: inline-block;
	width: 480px;
	margin-left: 20px;
}

.fale-email span {
	font-size: 1em;
}

.fale-telefone {
	display: inline-block;
	width: 220px;
	margin-left: 40px;
	margin-right: -80px;
}

#map {
	height: 400px;
}

#logo {
	width: 25%;
	float: left;
}

#logo img {
	padding: 10px 0 0 0;
}

.sessao-texto {
	padding: 80px 60px;
}

#empresa {
	background: #000;
	text-align: justify;
}

#empresa h2 {
	text-align: left;
	font-weight: bold;
}

#producao {
	background: #040404;
	margin-bottom: 10px;
}

.producao-img {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.producao-img img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.producao-texto {
	text-align: justify;
	margin: 0 -10px 0 0;
	padding: 0 60px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.producao-texto h2 {
	margin: 0 0 10% 0;
	text-align: left;
}

#sustentabilidade {
	background: #000;
	/*padding: 25px 45px;*/
}

#sustentabilidade h2 {
	text-align: left;
	font-weight: bold;
	margin: 10px 0 30px 0;
}

.sustentabilidade-img {
	padding: 0;
}

.sustentabilidade-img img {
	width: 100%;
}

.direitos {
	margin: 45px 0 0 0;
}

/************************** Media Queries Desktop-Mobile ***********/

@media (min-width: 992px) {
	.sidenav-button {
		display: none;
	}
	.solucao-item-clear-4 {
		clear: both;
	}
	.content-about-table {
		width: 952px;
	}
	.content-about-table-left, .content-about-table-right {
		margin-top: 2px;
		width: 406px;
	}
	.content-about-table-center {
		width: 40px;
	}
}

@media (max-width: 991px) {
	#producao h2 {
		margin: 0 0 5% 0;
	}
	.logo {
		text-align: center;
	}
	#logo img {
		visibility: hidden;
	}
	h1 {
		font-size: 28px;
		margin-bottom: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	.content-about-table {
		width: 748px;
	}
	.content-about-table-left, .content-about-table-right {
		margin-top: 2px;
		width: 305px;
	}
	.content-about-table-center {
		width: 38px;
	}
	.content-about-table-topfix {
		margin-top: -2px;
		line-height: 1.1em;
	}
	.flex-control-nav {
		margin-top: -30px;
	}
}

/*********************************** Other mobile queries *****************/

@media (max-width: 949px) {
	.content-empresa-link {
		/* center the element */
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.empresa-link {
		display: inline-block;
		width: 100%;
	}
	.empresa-link-small {
		display: inline-block;
		width: 100%;
	}
	.empresa-link-div {
		display: none;
	}
}

@media (min-width: 768px) {
	.content-solutions-links {
		/*width:732px;
			height:170px;*/
		margin: auto;
	}
	.footer-logo {
		text-align: right;
		margin-left: 0;
	}
	.footer-social {
		text-align: left;
	}
	.login-panel, .login-titulo {
		width: 54%;
	}
}

@media (max-width: 767px) {
	.content-solutions-links {
		/*width:366px;
			height:340px;*/
		margin: auto;
	}
	.footer-logo {
		text-align: center;
		margin-top: 20px;
		margin-left: 0;
	}
	.footer-logo img {
		width: 30%;
	}
	.footer-social {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	input[type="text"], textarea {
		width: 86%;
		color: #221f1f;
	}
	.login-panel, .login-titulo {
		width: 80%;
	}
	#frm_contact {
		width: 100%;
	}
	.content-about-table {
		width: 365px;
	}
	.content-about-table-left, .content-about-table-right {
		margin-top: 2px;
		width: 315px;
	}
	.content-about-table-center {
		width: 0;
		clear: both;
	}
	.container-clientes {
		height: 300px;
	}
	.dv-carrosel-clientes {
		position: absolute;
		margin-top: -60px;
	}
	.text-about {
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
		-webkit-column-gap: 0px;
		/* Chrome, Safari, Opera */
		-moz-column-gap: 0px;
		/* Firefox */
		column-gap: 0px;
		text-align: justify;
		font-family: 'Asap';
		color: #414042;
		font-size: 1em;
		padding: 0.4em;
	}
	.fale-contatos {
		width: 100%;
	}
	.fale-email {
		display: inline-block;
		width: 90%;
		margin-left: 5%;
	}
	.fale-telefone {
		display: inline-block;
		width: 90%;
		margin-left: 5%;
		margin-right: 0;
	}
	.fale-email span {
		font-size: 0.9em;
	}
}

@media (max-width: 550px) {
	.fale-contatos {
		font-size: 0.8em !important;
	}
}

@media (max-width: 366px) {
	body, a, p, div, span {
		font-size: 1.08em;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	.content-solutions-links {
		/*width:244px;
			height:510px;*/
		margin: auto;
	}
	.login-panel, .login-titulo {
		width: 98%;
	}
	.content-about-table {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.content-about-table-left, .content-about-table-right {
		margin-top: 2px;
		max-width: 286px;
	}
	.content-about-table-topfix {
		margin-top: -2px;
		line-height: 1.1em;
	}
}

/* -----------------------------------------
	Banners Home
----------------------------------------- */

#slideshow {
	z-index: 1;
}

.sld-info {
	background: #000;
	background: rgba(0, 0, 0, 0.45);
	padding: 25px 25px 35px 25px;
	color: #FFF;
	margin: 140px 0 0 -15px;
}

.sld-info h3 {
	font-weight: 300;
	letter-spacing: -0.04em;
	font-size: 48px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	line-height: 1.05;
}

.flexslider {
	border: 0;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	line-height: 1;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

.flex-direction-nav .flex-prev:active, .flex-direction-nav .flex-next:active {
	text-decoration: none;
}

.flex-direction-nav a::before {
	color: rgba(201, 209, 0, 0.98);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.95);
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 1);
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
}

.flex-control-paging li a:active {
	background: rgba(255, 255, 255, 1);
}

.flexsliderdark .flex-control-paging li a.flex-active {
	background: rgba(0, 0, 0, 1) !important;
}

.flexsliderdark .flex-control-paging li a {
	background: rgba(0, 0, 0, 0.5) !important;
}

.flexsliderdark .flex-control-paging li a:active {
	background: rgba(0, 0, 0, 1) !important;
}

.flex-direction-nav {
	display: none;
}