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';
	text-align:center;
}
h1{
	font-size:32px;
	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:#e75b15;
	text-decoration:none;
}

a.selected {
	color:#e75b15;
	}

a.selected:hover, a.selected:active{
	color:#818181;
	}

footer, footer div, footer div p, footer div p span {
	font-size:14px;
	background:#221f1f;
	}
footer {
	padding-top:40px;
	padding-bottom:40px;
	}
	
.footer-logo{
	padding-top:18px;
	}
.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:#221f1f;
	display:table;
	width:100%;
	}
.clear-fix{
	clear:both;
	}
.top img.banner{
	width:100%;
	height:auto;
	}
.top-content {
	padding:0 0 1.5em 0!important;
	}
.login-top {
	height:1.5em;
	overflow:hidden;
	width:100%;	
	}
.login-indicator{
	position:relative;
	float:right;
	z-index:100;
	padding:0;
	font-size:0.6em;
	border:0 1px 1px 1px solid #818181;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	}
.top-space-logo{
	margin:1em 0 1em 0;
	}	
.link_menu {
	padding-top:4px;
	padding-right:0!important;
	font-size:16px;
	}

.link_menu a {
	margin-left:10px;	
	}
	
.logo {
	
	}
.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:32px;
	height:63px;
	vertical-align:middle;
	}
.titulo-pagina div{
	font-size:32px;
	line-height:32px;
	height:64px;
	vertical-align:middle;
	display:table-cell;
	}
ul.nav-menu {
	font-size: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  ul{
	float:left;
	position:absolute; 
	background-color:rgba(0,0,0,0.76); 
	display:none;
	z-index:1000000000;
	padding:0;
	width:320px;
}

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:#e75b15;
	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: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	margin-right:20px;
	margin-top:-10px;
	transition: 0.3s;
	
}

.sidenav-button:before {
	content: "";
	display: block;
	margin: 5px auto;
	width: 70%;
	height: 0.25em;
	background: #221f1f;
	box-shadow: 0 .5em 0 0 #221f1f, 0 1em 0 0 #221f1f;
	
}


.sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
	box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3);
	
	-webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    -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: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a.selected {
    color: #e75b15;
}
.sidenav a.sidenav-subitem {
		font-size: 16px;
		padding-left:28px;
	}
.sidenav a:hover {
    color: #f1f1f1;
}

.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(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
}

.content-orange{
	background:#e75b15;
	display:table;
	width:100%;
	padding:0 0 20px 0;
}

.content-orange a:hover, .content-orange a:active, .content-orange 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-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:#221f1f;
	}
.btn-contact {
	background:#e75b15;
	font-size:16px;
	padding:5px 10px 5px 10px;
	border:0;
	color:#fff !important;
	}
.btn-contact:hover {
	color:#221f1f;
	}
.btn-treinamento {
	background:#e75b15;
	font-size:16px;
	padding:8px 14px 8px 14px;
	border:0;
	color:#fff !important;
	border-radius:4px;
	}
.solutions-link{
	float:left;
	}
	.solutions-link a {
		margin:0 auto;
		}
	
.solutions-link-supermercado {
	background:url('../images/ico_supermercados.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}

.solutions-link-supermercado:hover {
	background:url('../images/ico_supermercados-hover.png') no-repeat;
	}


.solutions-link-padarias{
	background:url('../images/ico_padarias.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}

.solutions-link-padarias:hover{
	background:url('../images/ico_padarias-hover.png') no-repeat;
}

.solutions-link-casa_carnes{
	background:url('../images/ico_casa_carnes.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}
.solutions-link-casa_carnes:hover{
	background:url('../images/ico_casa_carnes-hover.png') no-repeat;
}

.solutions-link-restaurantes{
	background:url('../images/ico_restaurantes.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}

.solutions-link-restaurantes:hover{
	background:url('../images/ico_restaurantes-hover.png') no-repeat;
}
.solutions-link-roupas{
	background:url('../images/ico_roupas.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}
.solutions-link-roupas:hover{
	background:url('../images/ico_roupas-hover.png') no-repeat;
}
.solutions-link-lojas{
	background:url('../images/ico_lojas.png') no-repeat;
	width:110px;
	height:158px;
	display:block;
	transition: background-image 0.2s ease-in-out;
}

.solutions-link-lojas:hover{
	background:url('../images/ico_lojas-hover.png') no-repeat;
}


.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;
	}
.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;
	}
.solucao-item {
	text-align:left;
	margin:0 5px 20px;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.75);
	float:left;
	padding-right:15px;
	padding-left:15px;
	}
	.solucao-item h3 {
		color:#e75b15;
		}
.solucao-item ul {
	padding-left:18px;
	}
.solucao-item ul li {
	font-size:0.8em;
	/*color:#221f1f;*/
	}
.banner-paginas{
	width:100%;
	height:auto;
	}
 .login-titulo{
	 margin:0 auto 0 auto;
	 padding:1.8em 1.4em 1.8em 1.4em;
	 width:40%;
	 }
 .login-panel {
	 margin:0 auto 0 auto;
	 padding:2em 1.6em 2em 1.6em;
	 background:#f3f4f4;
	 border-radius:0.5em;
	 width:40%;
	 }
 	.login-panel input[type="password"], .login-panel input[type="text"]{
		width:100%;
		border-radius:0.4em;
		border:0;
		}
	.login-panel input[type="button"], .login-panel input[type="submit"] {
		border-radius:0.4em;
		border:0;
		background: #e75b15;
    	padding:0.4em 1em 0.4em 1em;
		}
	.text-alert {color:#cd1e25;}
	
.treinamento-table {
	max-width:768px;
	width:100%;
	margin:2em auto 0 auto;
	}
.treinamento-table tr td {
	padding:0.8em;
	}
	
.treinamento-table-img {
	width:39px;
	
	}
p.btn_enviar{
	margin-top:10px;
	margin-bottom:0;
	padding-top:1.6em;
}
#frm_contact{
	width:80%;
	margin:0 auto 0 auto;
	}
/************************** Media Queries Desktop-Mobile ***********/

@media (min-width: 992px) {
	.sidenav-button {
		display:none;
		}
	.content-about {
		/*width:80%;*/
		}
	.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;
		}
	.solucao-item {
			width:24%;
			margin-right:0.5%;
			margin-left:0.5%;
			}
}

@media (max-width: 991px) {
	.logo {
		text-align:center;	
		}
	.logo img {
		max-width:232px;
		width:80%;
		height:80%;
		}
	.content-about {
			/*width:95%;*/
			}
    
		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;
		}
		
		.solucao-item {
			width:32%;
			margin-right:0.65%;
			margin-left:0.65%;
			}
			.flex-control-nav {
  				margin-top: -30px;
			}
}
/*********************************** Other mobile queries *****************/

@media (min-width: 768px) {
		.content-solutions-links{
			/*width:732px;
			height:170px;*/
			margin:auto;
			}


		.footer-logo{
			text-align:right;
			}
		
		.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;
			
			}
		
		.footer-social{
			text-align:center;
			margin-top:20px;
			margin-bottom:20px;
			}
			
		input[type="text"], textarea{
			width:86%;
			color:#221f1f;
			}
			.solucao-item {
			width:49%;
			}
			
		
		.solucao-item-clear-2{
			clear:both;
			}
			
		.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-topfix {
			
			}	
		
 	
		.content-about-table-center {
			width:0;
			clear:both;
			}
		.solucao-item {
			width:48%;
			margin-right:1%;
			margin-left:1%;
			}
		.container-clientes {
			height:300px;
		}	
		
		.dv-carrosel-clientes {
			position:absolute;
			margin-top:-60px;
		}
	}


@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;
			}	
		.solucao-item {
			width:96%;
			margin-right:2%;
			margin-left:2%;
			}
	}


/* -----------------------------------------
	Banners Home
----------------------------------------- */
#slideshow {
	z-index: 1;
}

#slideshow .slides > li {
	
}

.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;
}

.dv-carrosel-clientes {
	padding:64px;
	width:100%;
}

.menu-equipamento {
	background:#f36f20;
	
}

.menu-equipamento-button{
	margin:0!important;
	padding: 8px 8px 10px 8px!important;
}

.menu-equipamento-button a {
	font-size:.8em;
	text-decoration:none;
	color:#fff;
}

.menu-equipamento-button a:active {
	text-decoration:none;
	color:#fff;
}

.menu-equipamento-button a:visited {
	text-decoration:none;
	color:#fff;
}

.menu-equipamento-button a:hover {
	color:#221f1f;
	text-decoration:none;
}


.owl-dots {
  display: none;
}

.dv_section_nav{
	margin-bottom:60px;
}

.menu-equipamento-container {
    width:100%;
	padding: 0 34px 0 34px;
	margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
	.menu-equipamento-container {
		padding:0 ;
		width: 700px;
	}
}

@media (min-width: 992px) {
	.menu-equipamento-container {
		padding:0 ;
		width: 924px;
	}
}

@media (min-width: 1200px) {
	.menu-equipamento-container {
		padding:0 ;
		
		width: 1132px;
	}
}


.card {
  width:220px;
  height:200px;
  text-align:center;
  display:inline-block;
}
 
canvas {
  z-index: 100;
}

.labelPercentage {
  display:none;
}
 
.labelText {
  font-size: 1em;
  color: #f65017;
}
 
.labelContainer {
  display: block;
  text-align: center;
  width: 100px;
  font-family: 'Asap';
}

.canvasGraf{ 
	background:#221f1f;
	width:220px; height:220px;
	margin-left:-40px;
}
.flex-direction-nav{
	display:none;
}