*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
body{
	margin:0;
	padding:0;
}

html, body{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	color:#111;
	background:#37424f;
	width:100%;
	height:100%;
}


.bg-estado-mini{
      background: #1B869E;
    border-radius: 5px;
    width: 50px;
    height: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 2px solid #1B869E;
    z-index:9999;
}


h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}

.img-full{
	width:100%;
}

.content{
	padding:0;
}

button{
	border:none;
	outline:none;
	box-shadow:none;
	border-radius:0;
	background:none;
	display:block;
	margin:0;
	padding:0;
}

.btn-default{
	border-radius:0px;
	margin-bottom:5px;
	color:#37424f;
	background:transparent;
	border: 1px solid #37424f;
	transition:0.4s;
}

.btn-default:hover{
	color:#fff;
	background:#37424f;
}

.lateral .btn-default{
	border-radius:0px;
	margin-bottom:5px;
	color:#fff;
	background:transparent;
	border: 1px solid #fff;
	transition:0.4s;
}

.lateral .btn-default:hover{
	color:#242f3b;
	background:transparent;
	border: 1px solid #242f3b;
}

button.button i{
	font-size:12px;
}

button.disabled{
	outline:1px solid #bbb;
	color:#bbb;
}

.mb{
	margin-bottom:30px;
	display:table;
}

header{
	background:#fff;
}

section{
	padding:20px 0 0 0;
	background:#f9f9f9;
	/*margin-left:15px;*/
}

section:last-child{
	padding:20px 0;
}

section p{
	margin-bottom:30px;
}

.form-control{
	color:#bbb;
	border:1px solid #bbb;
	border-radius:0;
}

.form-control:focus {
  border-color: #242f3b;
  outline: 0;
  -webkit-box-shadow: inset 0 0 1px #38424e, 0 0 8px #38424e;
  box-shadow: inset 0 0 1px #38424e, 0 0 8px #38424e;
}

.logo{
	margin:15px 0 50px 0;
}

.sombra{
	position:absolute;
	top: 0;
	left: 100%;
	z-index:1;
}

.navbar{
	margin-bottom:0;
}

.navbar-nav{
	float:none;
	display:inline-block;
}

#representante .navbar-nav{
	display:block;
}

.navbar-collapse{
	margin-bottom:-5px;
}

.navbar-toggle{
	margin:auto;
	float:none;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  background: #242f3b;
}

.nav > li > a{
	background:none;
	color:#bbb;
	text-transform: uppercase;
	font-weight: 600;
	transition:0.2s;
	padding:30px 10px;
}

#representante li a{
	padding:15px 10px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
	background:none;
	color:#242f3b;
}

.nav.mobile > li > a{
	padding:10px 0;
}

.base {
	background:#eee;
}

.minimenu{
	display:inline-block;
}

.minimenu li a{
	padding:5px 10px 2px 10px;
	font-size:13px;
}

.topo{
	padding:5px 0;
	border-bottom:1px solid #bbb;
	display: table;
  	width: 100%;
}

input.form-control::-webkit-input-placeholder { color:#bbb; }
input.form-control::-moz-placeholder { color:#bbb; } /* firefox 19+ */
input.form-control:-ms-input-placeholder { color:#bbb; } /* ie */
input:-moz-placeholder { color:#bbb; }

.topo p, .topo p i, .topo p a{
	font-size:12px;
	color:#bbb;
	margin:0;
	padding:0;
	transition:0.2s;
}

.topo p a:hover{
	color:#38424e;
	text-decoration:none;
}

.topo p i{
	margin:0 5px 0 15px;
	font-size:16px;
}

.topo p i:first-child{
	margin-left:0;
}

.topo .left{
	padding:6px 0;
}

.topo .right{
	position:relative;
	display: table;
}

.topo-form{
	float: left;
}

.radio-inline, .checkbox-inline {
  width: 100%;
}
input[type="radio"]{
  width: 30px;
  float: left;
}
.avancada{
	width:100%;
	margin-bottom:20px;
	display:table;
}

.avancada hr{
	  height: 1px;
	  background: #ccc;
	  margin-bottom: 15px;
	  margin-top: 5px;
}

.avancada input, form input, form textarea{
	margin-bottom:5px;
	resize:none;
}


.busca button{
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
	transition:0.4s;
	color:#bbb;
}

.busca button:hover{
	color:#38424e;
}

.busca input{
	padding-left:30px;
}

section .busca{
	margin-bottom:10px;
}

section#map{
	padding-bottom:0;
}

section#produto{
	padding-top:0;
}

section#produto .faixa{
	height:80px;
	margin-bottom:40px;
}

section#produto .faixa img{
	height:80px;
	padding:10px 15px;
}

section#parceiros figure{
	border:none;
}

section#parceiros figure figcaption{
	background:#f9f9f9;
}


a{
	color:#ccc;
	text-decoration:none;
}


a:hover, a:focus{
	color:#38424e;
	text-decoration:none;
}

.lateral{
	margin-bottom:40px;
	font-size:13px;
	position:relative;
	z-index:20;
}

.lateral h3{
	padding-left:15px;
	color:#fff;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.lateral input{
	border:none;
	background:none;
	box-shadow:none;
	outline:none;
	color:#fff;
	border-bottom:1px solid #242f3b;
	padding:20px 15px;
}

.lateral input:focus{
	border:none;
	background:none;
	box-shadow:none;
	outline:none;
	border-bottom:1px solid #242f3b;
}

.lateral input::-webkit-input-placeholder { color:#fff; }
.lateral input::-moz-placeholder { color:#fff; } /* firefox 19+ */
.lateral input:-ms-input-placeholder { color:#fff; } /* ie */
.lateral input:-moz-placeholder { color:#fff; }

.dropdown-submenu {
    position: relative;
}

.dropdown-menu > li {
    font-size:13px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin:0;
    border:none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.dropdown-menu{
	top: 0;
	left: calc(100% + 15px);
	border-radius:0;
	background:#37424f;
	color:#fff;
	padding:0;
	min-width: 240px;
}

.dropdown-submenu>.dropdown-menu {
	border-radius:0;
}

.dropdown a, .dropdown-menu > li > a, .dropdown-menu > li > a, .dropdown a, .dropdown-submenu > li > a, .dropdown-submenu > li > a{
  color: #fff;
  text-decoration: none;
  padding:10px 15px;
  border-bottom:1px solid #242f3b;
  transition:0.4s;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu > li > a:hover, .dropdown-submenu > li > a:focus {
  color: #fff;
  padding-left:30px;
  text-decoration: none;
  background-color: #242f3b;
}

.dropdown-submenu>a:after {
 	border:none;
}

.list-group-item:first-child {
	border-radius:0;
	border-bottom:1px solid #242f3b;
}

a.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #38424e;
	border: none;
	border-radius:0;
	margin:0 -15px;
	color:#fff;
	border-bottom:1px solid #242f3b;
	transition:0.2s;
	padding-left:30px;
}

a.list-group-item:last-child {
	border-bottom:1px solid transparent;
}

a.list-group-item:hover, a.list-group-item:focus, a.list-group-item.active{
	background-color: #242f3b;
	border-bottom:1px solid #242f3b;
	padding-left:45px;
	color:#fff;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #242f3b;
	border-bottom:1px solid #242f3b;
}

a.list-group-item i, .dropdown-submenu a i{
	font-size:10px;
	padding:6px 0;
}

footer{
	background:#fff;
	padding:30px 0;
	font-size:13px;
}

footer a{
	color:#bbb;
	transition:0.2s;
}

.menufooter li{
	display:block;
	float:none;
}

.menufooter li a{
	padding:0;
	margin-bottom:0px;
	font-size:13px;
	display:block;
}

.news{
	position:relative;
}

.news input{
	margin-bottom:5px;
}

.busca{
	float:left;
	position:relative;
}

.redes{
	float:left;
}

.redes a i{
	font-size:16px;
	margin-right:5px;
	color:#bbb;
	transition:0.2s;
}

.redes a:hover i{
	color:#242f3b;
}

.topo .redes{
	padding:6px 0;
}

.topo .redes a i{
	margin:0;
	margin-left:5px;
}

h2{
	font-size:28px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#242f3b;
	text-transform: uppercase;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
}
figcaption h2{

	color:#F3F3F3!important;

}

hr{
	height:2px;
	width:60px;
	margin:0;
	background:#242f3b;
	margin-top:-3px;
	margin-bottom:30px;
	position: relative;
	z-index: 2;
}

h3{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	margin-bottom:15px;
	color:#242f3b;
}

h4{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	margin-bottom:30px;
	color:#242f3b;
	text-transform: uppercase;
}

.filtro{
	background:#fff;
	border:1px solid #ccc;
	padding:15px 15px 5px 15px;
	width:100%;
	display:table;
}

.radio, .checkbox {
	margin-left:20px;
}

label{
	font-weight:400;
}

label p{
	margin-bottom:10px;
}



section figure{
	position:relative;
	overflow:hidden;
	border: 1px solid #ccc;
	margin-bottom:30px;
}

section figure .faixa{
	height:30px;
	width:100%;
	background:#ccc;
	position:relative;
	z-index:1;
}

section figure figcaption{
	background:#fff;
	padding:10px;
	width:100%;
	position:relative;
	z-index:1;
	  color: #000;
}

section figure figcaption p{
	margin:0;
	margin-top:15px;
	color:#222;
}

section figure.efeito figcaption{
	bottom:-35px;
	transition:0.4s;
	position:absolute;
}

section figure figcaption h5{
	font-size:16px;
	color:#242f3b;
	text-transform: uppercase;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

section figure figcaption h6{
	font-size:13px;
	color:#242f3b;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom: 10px;
}

section figure.efeito:hover figcaption{
	bottom:0;
}

section figure img{
	transition:0.4s;
}

section figure:hover img{
	transform:scale(1.2,1.2);
}

section figure.linha1 .faixa, section#produto .linha1{
	background:url(../img/text1.png) center center;
	background-size:cover;
}
section figure.linha1 h5, section#produto .linha1 h2{
	color:#9f896c;
}

section figure.linha2 .faixa, section#produto .linha2{
	background:url(../img/text2.png) center center;
	background-size:cover;
}
section figure.linha2 h5, section#produto .linha2 h2{
	color:#4b5054;
}

section figure.linha3 .faixa, section#produto .linha3{
	background:url(../img/text3.png) center center;
	background-size:cover;
}
section figure.linha3 h5, section#produto .linha3 h2{
	color:#d38e5d;
}

section figure.linha4 .faixa, section#produto .linha4{
	background:url(../img/text4.png) center center;
	background-size:cover;
}
section figure.linha4 h5, section#produto .linha4 h2{
	color:#9d284d;
}

section figure.linha5 .faixa, section#produto .linha5{
	background:url(../img/text5.png) center center;
	background-size:cover;
}
section figure.linha5 h5, section#produto .linha5 h2{
	color:#23bbae;
}

section#produto .linha1 hr{
	background:#9f896c;
}

section#produto .linha2 hr{
	background:#4b5054;
}

section#produto .linha3 hr{
	background:#d38e5d;
}

section#produto .linha4 hr{
	background:#9d284d;
}

section#produto .linha5 hr{
	background:#23bbae;
}

.pagination{
	display:inline-block;
	margin:0;
}

.pagination{
	display:inline-block;
	margin:0;
}

.pagination > li > a, .pagination > li > span {
	background-color: #fff;
	color:#37424f;
	transition:0.4s;
	border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.active > span {
	background-color: #37424f;
	color:#fff;
}
.pagination > li.active > span{
	background-color: #37424f!important;
	color:#fff;
	border: none;
}

.nav-tabs{
	margin-bottom:30px;
}

.nav-tabs.nav-justified > li > a {
	border: none;
	border-radius: 0;
	background:#f3f3f3;
	padding:15px 0;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{
	border:none;
	color:#fff;
	background:#242f3b;
	transition:0.4s;
}

 .nav-tabs > li > a:hover {
 	border:none;
	color:#fff;
	background:#37424f;
	transition:0.4s;
 }

img.pull-left{
	margin-right:15px;
	margin-bottom:10px;
}










/* OWL */
.owl-theme .owl-controls{
	margin-top:-27px;
}

.owl-theme .owl-controls .owl-pagination{
	position:relative;
}

.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top:calc(50% - 23px);
	width:100%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	left:0;
	background:rgba(255,255,255,0.7);
	border-radius:0;
	color:#242f3b;
	font-size:30px;
	margin:0;
	padding:2px 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
	position:absolute;
	right:0;
	background:rgba(255,255,255,0.7);
	border-radius:0;
	color:#242f3b;
	font-size:30px;
	margin:0;
	padding:2px 15px;
}

.owl-theme .owl-controls .owl-page span{
	background: #fff;
	opacity:0.9;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #242f3b;
}


#sync1 .item{
    background: #0c83e7;
    color: #FFF;
    text-align: center;
}
#sync2 .item{
    background: #C9C9C9;
    opacity:0.5;
    margin: 5px;
    margin-top:30px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    transition:0.4s;
}


#sync2 .synced .item{
	opacity:1;
}


.grid {
	position:relative;
	clear: both;
	margin: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	height:100%;
	width:100%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.Hmenor figure{
	background-size:100% auto!important;
}

.Hmaior figure {
	background-size:auto 100%!important;
}

.grid .figure {
	background-position:center center!important;
	background-repeat: no-repeat!important;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	text-align:center;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 2;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	  background-color: rgba(55, 66, 79, 0.80);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}


#representante section, #cliente section{
	margin: 0;
	padding: 0px 15px 30px 15px;
	background: #fff;
}
#representante .navbar{
	margin-bottom: 20px;
}
#representante input{
	  height: 23px;
}
#cliente #slide img{
	width: 100%;
	max-width: 100%;
}

.nav-tabs > li.active {
	background: #fff;
}
.nav-tabs > li img{
	width: 100%
}
.aplicacao li a{
	padding: 8px 10px;
}
.aplicacao{
	margin-bottom: 0px;
}
.tab-content{
	background: #fff;
  	padding: 15px;
}


.carregando {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/carregando.gif) no-repeat center center rgba(255,255,255,0.9);
  display: none;
  top: 0;
}











#representantes h4{
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
}

#representantes h6{
    font-size: 26px;
    color: #1B869E;
    font-weight: 600;
    margin-bottom:30px;
}

#representantes h3{
    font-size: 20px;
    color: #1B869E;
    padding:0;
}

#representantes .icone{
    float: left;
    margin-right:5px;
}

#representantes .btn-prop button, #produto-detalhe .btn-prop button{
   margin-top: 15px;
    width: 100%;
    height: 45px;
    background-color: #1B869E;
    color: #fff;
    border-radius: 5px;
    font-size: initial;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    -moz-transition:0.3s;
}

#representantes .btn-prop button:hover, #produto-detalhe .btn-prop button:hover{
    background-color: #ff0c0b;
}

#representantes .btn-prop button i, #produto-detalhe .btn-prop button i{
    margin-right: 5px;
}

#representantes .btn-prop a{
   margin-top: 15px;
    width: 100%;
    /*height: 45px;*/
    background-color: #1B869E;
    color: #fff;
    border-radius: 5px;
    font-size: initial;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    -moz-transition:0.3s;
	padding: 10px;
	display: inline-block;
}

#representantes .btn-prop a:hover{
    background-color: #ff0c0b;
}

#representantes .btn-prop a i{
    margin-right: 5px;
}


#representantes button{
	margin-bottom: 25px;
	border-color: transparent;
}

#caption{
		position: absolute;
		z-index:9999;
   }

.rep{
  margin-bottom: 15px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

.rep ul{
    margin-bottom:15px;
}

.rep .names{
    margin-bottom:0px;
}

.rep ul li{
    padding:10px 0;
}

.rep a{
    display:block;
    font-size:14px;
}

.str0{
    fill:#444;
}
img.logo-mini{
	height: 39px;
	margin-left: 32px;
}
.fa-bars{
	background-color: #37424F;
	padding: 10px 12px;
	position: absolute;
	right: -45px;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
}


.menu-retratil{
	position: absolute;
	left: -230px;
	z-index: 9;
	background-color: #37424F;
	width: 230px;
	padding: 15px 15px 15px 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
body{
	position: absolute;
	left: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	overflow-x: hidden;
}
body.open{
	position: absolute;
	left: 244px;
	overflow-x: hidden;
}

.spacer{
	display:table;
	width:100%;
	margin:15px 0px;
}
