@import url('https://fonts.googleapis.com/css?family=Ruda:400,700,900');

@charset "UTF-8";
* {
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0
    color:#656565;
}
body {
	font-family: 'Ruda', sans-serif;
	font-size: 16px;
	color: #323167;
}
a{ color:inherit;}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}
a:focus,
a:hover {
	color: inherit
}
iframe,
img {
    max-width: 100%;
    border: 0
}
header {
	z-index: 12;
	border-bottom:thin solid #f5f5f5;
}
footer {
	padding-top: 20px;
	background-color: #009045;
}
footer p {
	clear: both;
	margin-top: 20px;
	min-height: 40px;
}
header,
footer {
	color: #ffffff;
	position: relative;
}
footer .foo{
	margin-top:10px;
	padding:5px;
}
.bg-image.bg-image-sml {
    height: 80px;
    width: 100%;
    background-size: cover; 
    background-position: center;
}

.bg-image.bg-image-big, .bg-image.bg-image-sml {
    margin-bottom: 10px;
}

.light{background-color: #fff;}
.light:hover {background-color: #f2f2f2;}

.p1{padding: 3px}

.left{float: left; clear: both;}
.right{float: right; clear: both}

.breadcrumb {
    padding: 8px 0px !important;
    margin-bottom: 0px !important;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: thin solid #e6e6e6;
    font-size: 12px;
}

.maps iframe {
	pointer-events: none;
	width: 100%;
	height: 260px;
	border: 0;
    /**-webkit-filter: grayscale(1);
    filter: grayscale(1);**/
}
.maps.pe iframe {
	pointer-events: auto;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: none;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px; 
    background-color: transparent;
    background-image: none;
    border: none;
}


.services-home {margin-left:-20px; margin-top: -10px; list-style: none}
.services-home li:before {content: "•"; color:#FC3; margin-left:-1em;}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 80%;
    height: 80%;
    text-align: center;
    background: #323268;
    border-radius: 7px;
}

.mold-blog{
 max-height: 190px;
 overflow: hidden;
}

/*==============================
social media
==============================*/
.social-icons {
  text-align: center;
}

.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.social-icons ul li a {
  display: block;
  font-size: 1.4em;
  margin: 0 5px;
  text-decoration: none;
}
.social-icons ul li a i {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.social-icons ul li a:hover i {
  color: #f5f5f5;
}
.social-icons ul li a:focus i,
.social-icons ul li a:active i {
  transition: none;
  color: #fff;
}

/*============================
cores de fontes / bgs
==============================*/
.flatgreen  {color:#007e31;}
.flatorange {color:#f39000;}
.flatblack  {color:#656565;}
.flatgray   {color:#e6e6e6;}
.flatwhite  {color:#ffffff;}


.bg-darker {
    background-color: #868686
}
.bg-lighter {
    background-color: #ffffff
}
.bg-feature {
    background-color: #eb891a
}
.bg-feature-lighter {
	background-color: #ebac1a
}
.bg-inactive {
    background-color: #efefef
}
/* bgs para redes sociais - FA */
.bg-facebook {
	color: #31629a
}
.bg-twitter {
	color: #2dc4f1
}
.bg-pinterest {
	color: #b72125
}

/*============================
fontes e linhas
==============================*/
.at-justify{
	text-align:justify;
}
.at-left{
	text-align:left;
}
.at-center{
	text-align:center;
}
.spaced {
	letter-spacing: 0.15em
}
.lighter {
    font-weight: 300
}
.regular {
    font-weight: 400
}
.seminbold {
    font-weight: 600
}
.bold {
	font-weight:700;
}
.extrabold {
	font-weight: 800
}

.upper {
	text-transform:uppercase;
}

.italic {
	font-style: italic
}
.line-sm-gam{ line-height:15px;}
.line-sm {
	line-height: 0.7
}
.line-md {
    line-height: 8
}
.line-lg {
    line-height: 2.2
}
.fonte-10 {font-size: 10px}
.fonte-12 {font-size: 12px}
.fonte-14 {font-size: 14px}
.fonte-16 {font-size: 16px}
.fonte-18 {font-size: 18px}
.fonte-20 {font-size: 20px}
.fonte-22 {font-size: 22px}
.fonte-24 {font-size: 24px}
.fonte-26 {font-size: 26px}
.fonte-28 {font-size: 28px}
.fonte-30 {font-size: 30px}
.fonte-32 {font-size: 32px}
.fonte-34 {font-size: 34px}
.fonte-36 {font-size: 36px}
.fonte-38 {font-size: 38px}
.fonte-40 {font-size: 40px;}

.box-green{
  background-color: #478343;
  padding: 5px;
}

.color-green{
  color: #478343;
}

.title{
    font-size: 23px;
    font-weight: 600;
    color: #478343;
}
.title:after {
    border: 3px solid #478343;
    content: '';
    display: block;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.border-yellow{
    border-top: 5px solid #EBD11C;
    width: 20%;
	margin-left:auto;
	margin-right:auto;
    display: block;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.mt-1 {margin-top: 5px}


/*============================
backgrounds
=============================*/
.box-flatblue {background-color:#323167;}
.box-flatyellow {background-color:#EBD11C;}
.box-flatblack{background-color:#3c3c3c;}

.box-flatblue-book {
	background-color: #323167;
	padding-top:20px;
    max-height: 600px;
    margin-bottom: 30px;
}
.box-flatblue-book-ser {
	background-color: #323167;
	padding-top:20px;
    max-height: 600px;
    margin-bottom: 30px;
}

.box-flatblue-contato{
	background-color: #323167;
    height: 255px;
    margin-bottom: 30px;
}

.btn-agenda{
  background-color: #478343;
  color:#fff;
  border: none;
    color: inherit;
    cursor: pointer;
    padding: 10px 10px;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.tag_date {
    width: 70px;
    height: auto;
    margin: 0px;
    letter-spacing: 1.3px;
    padding-right: 5px;
    overflow: hidden;
}

/*============================
estruturas de layout
==============================*/
.card-item-produto{
    background-color: #007e31;
    min-height: 120px;
    margin-bottom: 27px;
	}
	
.card-item-produto:before {
    border: 3px solid #f39000;
    content: '';
    width: 30%;
    display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:-6px;
	position:relative;
	z-index:9998;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a.mascara-galeria:hover{
   background-color: #323167;
   background-blend-mode: multiply;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
   }
	
.banner-min-home{
   background-color: #323167;
   background-blend-mode: multiply;
   background-size: cover;
   height: 180px;
   -webkit-transition: all .2s ease;
   -moz-transition: all .2s ease;
   -ms-transition: all .2s ease;
   -o-transition: all .2s ease;
   transition: all .2s ease;
   }
   
.banner-min-home:before {
    border: 4px solid #f39000;
    content: '';
    width: 30%;
    display: block;
	margin-left: auto;
    margin-right: auto;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.banner-min-home:hover{
   background-blend-mode: multiply;
   background-color: #323167;
   background-size: cover;
   height: 180px;
   }
   
.banner-min-home:hover:before {
    border: 4px solid #f39000;
    content: '';
    width: 100%;
    display: block;
	margin-left: auto;
    margin-right: auto;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.mask-slide{
    position: relative;
    margin-top: -35%;
    margin-bottom: 10%;
	margin-left:16%;
    height: 350px;
	width:506px;
}

.navbar-header{ width: 350px; height: 45px;}

.align-i{
	margin:10px;
}

/* Botão */
.btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-cart:before {content: "\f0e0";}
.icon-back:before {content: "\f0a8";}
.icon-down:before {content: "\f01a";}
.icon-er:before   {content: "\f067";}

.btn-3 {
	background: #bb9344;
	color: #fff;
}

.btn-3:hover {
	background: #bb9344;
}

.btn-3:active {
	background: #bb9344;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 115%;
    width: 50px;
}

.btn-blue {
	background: #3a668d;
	color: #fff;
}

.btn-blue:hover {
	background: #3a668d;
}

.btn-blue:active {
	background: #3a668d;
	top: 0px;
}

.btn-blue:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.7;
	font-size: 115%;
    width: 50px;
}

/* Styles for Accordion */
.toggle:last-child {
 
}
.toggle .toggle-title {
  position: relative;
  display: block;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-inner div {
  max-width: 100%;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 10px 25px 10px;
  font-size:14px;
  color:#323268;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
   -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle .toggle-title i {
  position: absolute;
  background:url(/content/static/plus_minus.png) 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url(/content/static/plus_minus.png) 0px 0px no-repeat;
}


/* Button 3a */
.btn-3a {padding: 15px 30px 15px 60px;}
.btn-3a:before {background: rgba(0,0,0,0.05);}

.btn-bluea {padding: 5px 10px 5px 60px;}
.btn-bluea:before {background: rgba(0,0,0,0.05);}


/* Altura box*/
.alt90 {min-height: 118px; border: #fff solid;}
.alt120 {min-height:120px; padding:10px;}

.min-alt-110 { min-height:110px}

/* Shared */

 #shareBtn { position: relative; width: 150px; height: 50px; top: 50%; line-height: 50px; background-color: #FFF; color: #1F7798; text-align: center; z-index: 9999; margin-left: auto;
 margin-right: auto; }
 #shareBtn > * { display: block; width: 100%; height: 50px; }
 #shareBtn > *:hover { color: #AE4A09; }
 #share { display: block; }
 #facebook { display: none; }
 #twitter { display: none; }
 #google { display: none; }
 
/* Dropdown*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: thin solid #ccc;
    border: thin solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-header {
    display: block;
    padding: 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-align: left;
}

.media {
    margin-top: 3px!important;
    max-height: 90px;
}

/* Cabeçalho das páginas */

.head {
   padding: 30px;	
}


button.load_more[disabled],
button.load_more[disabled]:hover,
button.load_more[disabled]:focus {
	color: #dedede;
	background-color: white;
	border-color: #aaaaaa;
	pointer-events: none
}
.botao {
	width: 100%;
	padding: 9px 20px;
	border-radius:0px;
	color: white;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #f39000;
	background-color: #f39000;
}
.botao:hover,
.botao:focus {
	background-color: white;
	color: #323167;
}
.botao.menor {
	width: auto;
	padding: 3px 12px;
}
hr {
	border-top: 4px solid #eb891a;
}
.links-home a {
	display: inline-block;
	margin-left: 15px;
}
.mobile-center {
	text-align: center
}
.margin-mobile {
	margin-bottom: 20px
}
.margin-mobile-t{
	margin-top: 50px
}
.relative {
	position: relative
}
.absolute {
	position: absolute
}
.pointer {
	cursor: pointer
}
.spc {
    padding: 10px
}
.min-spc {
    padding-top: 5px
}
.spc-ver {
    padding-top: 10px;
    padding-bottom: 10px;
}
.spc-hor {
    padding-left: 10px;
    padding-right: 10px;
}
.big-spc {
	padding: 30px
}
.big-spc-hor {
    padding-left: 30px;
    padding-right: 30px;
}
.big-spc-ver {
    padding-top: 30px;
    padding-bottom: 30px;
}
.min-margin-top {
    margin-top: 5px
}
.margin-top {
    margin-top: 15px
}
.margin-right {
    margin-right: 15px
}
.margin-left {
    margin-left: 15px
}
footer .margin-top {
    margin-top: 30px
}
.big-margin-ver {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-ver {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-bottom-mobile,
.margin-bottom {
    margin-bottom: 15px
}
.no-padding {
    padding-right: 0;
    padding-left: 0
}
.filter-on-form {
    display: none
}
.no-margin-hor {
	margin-left: 0;
	margin-right: 0
}
.no-margin-ver {
	margin-top: 0;
	margin-bottom: 0
}
.no-border {
	border: 0;
	border-radius: 0;
}

in-margin-left{
	margin-left:-15px;
}

.no-padding-left{
	padding-left:0px;
}
.no-padding-right{
	padding-right:0px;
}

.submete {
	width: 100%
}
.vertical {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.vertical--item {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.stack-icon {
	width: 30px;
	height: 30px;
	padding: 6px;
	display: block;
	margin: 5px auto;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #f39000;
}
/* cabecalhos */
.top-page {
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 20px;
	padding: 25px 0;
	width: 100%;
}
.top-page h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
/* slider home */
#banner .swiper-pagination {
	display: none;
}
#banner .swiper-slide {
	position: relative;
}
#banner .swiper-slide img {
	z-index: 2;
}
#banner .swiper-slide .title-slide {
	top: 27%;
    z-index: 999;
    width: 100%;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 800;
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0%;
}

/*============================
estilo do form de login (admin)
==============================*/
.login {
    max-width: 300px;
    margin: 0 auto
}
.login form {
    padding: 6% 4%
}
.login input {
    width: 100%;
    margin-bottom: 4%;
    padding: 4%;
    font-size: 120%
}
.login input[type="text"],
.login input[type="password"] {
    background: white;
    border: 1px solid #f39000;
    color: #444443
}
.login input[type="submit"] {
    background-color: #f39000;
    color: white;
    border: 0;
    cursor: pointer;
}
.login input[type="submit"]:hover {
    background-color: #323167
}

/*============================
bootstrap override
==============================*/
.form-control {
 background-color: #fff;
 border-radius:0px;
 border:thin solid #656565;
}



.group-itens-form{
 border-radius: 4px;
 padding: 6px 12px;
 background-color: #1b4275;
 border:none;
 color:#fff;
 margin-bottom: 15px;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}
.navbar {
	margin-bottom: 0;
	padding: 0px;
}
.navbar-collapse {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default {
	border-width: 0;
	border-radius: 0;
	background-color: transparent;
}
.navbar-default .nav > li {
	text-align: center;
}
.navbar-default .nav > li > a {
  text-transform: uppercase;
	color: #007e31;
	font-size: 15px;
	font-weight:600;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:active {
	background-color: #007e31;
  font-weight: regular;
  color: #fff;
}
.navbar-default .navbar-toggle {
    background-color: #007e31;
	width: 35px;
	height: 35px;
	margin-right: 0;
	text-align: center;
	padding: 0px;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #007e31;
}
.navbar-brand {
	margin: auto;
	clear: both;
	width: 100%;
	height: auto
}

/* Caroussel*/
.carousel-inner {
    position: relative;
    width: 60%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #c49439;
}




/* form-control */
.form-control-custom {
	border-radius: 0;
	color: #eb891a;
	font-size: 18px;
	border: 0;
	background-color: white;
	box-shadow: none;
}
/* modal */
.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius:0px;
	   -moz-border-radius:0px;
	        border-radius:0px;
	
	border: 0;
	position: relative;
	background:#2e6095;
}
.modal-header {
	border-bottom: 0;
	padding: 20px;
}
.modal-body {
	padding: 20px;
}

.modal-footer{
	border:none;
}
.close-custom {
	top: -5px;
	right: -5px;
	z-index: 94;
    border: 0;
	position: absolute;
	background-color: #eb891a;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
.close{
	color: #fff;
	opacity:9;
}
/* tabs */
.alin-map{ margin-top:-45px;}
.nav-tabs {
	display:inline-block;
	border:none;
	margin-left: 27%;
}
.nav-tabs li {
	display:inline-block;
	height:40px;
	float: left;
	border:thin solid #fff;
	background:#323268;
    margin: 0px 20px;
}
.nav-tabs li a{
	height:40px;
}
.nav-tabs a i {
	color: #e7c01f;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #ffffff;
	background:transparent;
	font-weight: 700;
	border-radius:0px;
	border: 0;
}
.nav-tabs .active a i {
	color: #36A7E9
}
/* tabs */
.nav>li>a,
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>li>a:focus,
.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: transparent;
	border-color: transparent;
	background-color: transparent;
}
.nav-tabs.nav-justified>li>a>img {
	background-color: white;
}
.nav-tabs.nav-justified>li>a>div {
	width: 0;
	position: absolute;
	height: 173px;
	left: 50%;
	margin-left: -90px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #2E3092;
}
.nav-tabs.nav-justified>li>a>div>h1 {
	opacity: 0;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	color: white;
	-webkit-transition-delay: 0.35s;
	   -moz-transition-delay: 0.35s;
		 -o-transition-delay: 0.35s;
			transition-delay: 0.35s;
}
.nav>li>a:focus > div,
.nav>li>a:hover > div,
.nav-tabs.nav-justified>li>a:focus > div,
.nav-tabs.nav-justified>li>a:hover > div,
.nav-tabs.nav-justified>.active>a > div,
.nav-tabs.nav-justified>.active>a:focus > div,
.nav-tabs.nav-justified>.active>a:hover > div {
	width: 173px;
}
.nav>li>a:focus > div > h1,
.nav>li>a:hover > div > h1,
.nav-tabs.nav-justified>li>a:focus > div > h1,
.nav-tabs.nav-justified>li>a:hover > div > h1,
.nav-tabs.nav-justified>.active>a > div > h1,
.nav-tabs.nav-justified>.active>a:focus > div > h1,
.nav-tabs.nav-justified>.active>a:hover > div > h1 {
	opacity: 1
}
/* tabela */
.table-responsive {
	border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #c49439;
	color:#fff;
}
.table>tbody>tr>td {
	padding: 15px;
}
.form-control-orcamento {
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #515151;
	font-size: 14px;
	border: 0;
	background-color: #efefef;
	box-shadow: none;
}

/*============================
atualize seu navegador
==============================*/
.atualize {
	position: absolute;
	position: fixed;
	z-index: 111111;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #a29330;
	background-color: #fdf2ab;
	text-align: center;
	cursor: pointer;
	color: black;
	font-size: 12px;
}
.atualize div {
	padding: 5px 36px 5px 40px
}
.atualize a,
.atualize a:visited  {
	color:#e25600;
	text-decoration: underline;
}

/*============================
estilos icone voltar ao topo
==============================*/
.cd-top {
    width: 40px;
    height: 50px;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    position: fixed;
    bottom: -15px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: rgba(90,90,90,0.5) url(/content/static/fixed/cd-top-arrow.svg) no-repeat;
	background-position: center 40%;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.7;
    z-index: 100
}
.cd-top.cd-is-visible:hover {
	opacity: 1;
	background-position: center 20%;
}

/*============================
shadowbox
==============================*/
#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-weight: 400;
    color: #333
}
#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999999;
    text-align: left;
    visibility: hidden;
    display: none;
}
#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}
#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}
#sb-wrapper-inner {
    position: relative;
    border: 2px solid #ffffff;
    overflow: hidden;
    height: 100px;
}
#sb-body {
    position: relative;
    height: 100%;
}
#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}
#sb-player.html {
    height: 100%;
    overflow: auto;
}
#sb-body img {
    border: none;
}
#sb-loading {
    position: relative;
    height: 100%;
}
#sb-loading-inner {
    position: absolute;
    font-size: 18px;
    line-height: 1;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}
#sb-loading-inner span:after {
    content: '. . .';
    display: inline-block;
}
#sb-body,
#sb-loading {
    background-color: #333;
}
#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#sb-title,
#sb-title-inner {
    height: 26px;
    line-height: 1;
}
#sb-title-inner {
	font-weight: bold;
    font-size: 16px;
}
#sb-info,
#sb-info-inner {
    height: 20px;
    line-height: 20px;
}
#sb-info-inner {
    font-size: 12px;
    margin-top: 0 !important
}
#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}
#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 35px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#sb-nav-close {
    background-image: url(/content/static/fixed/shadowbox/close.png);
}
#sb-nav-next {
    background-image: url(/content/static/fixed/shadowbox/next.png);
}
#sb-nav-previous {
    background-image: url(/content/static/fixed/shadowbox/previous.png);
}
#sb-nav-play {
    background-image: url(/content/static/fixed/shadowbox/play.png);
}
#sb-nav-pause {
    background-image: url(/content/static/fixed/shadowbox/pause.png);
}
#sb-counter {
    float: left;
    width: 45%;
}
#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}
#sb-counter a.sb-counter-current {
    text-decoration: underline;
}
div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
div.sb-message a:link,
div.sb-message a:visited {
    color: #333;
    text-decoration: underline;
}

/*============================
slick
==============================*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none
}
.Slick-Next,
.Slick-Prev {
  display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    top: 12%;
    width: 60px;
    height: 290px;
    background: #fff;
    margin-top: -29.5px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.Slick-Next {
	background-image:url(/content/static/produtosseta-next.png);
    right: 1%;
    left: auto;}
.Slick-Prev {
	background-image:url(/content/static/produtosseta-prev.png);
    left: 1%;
    right: auto;
	}	

/*============================
swiper
==============================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-vertical .swiper-slide {
	background-color: black;
	opacity: 0.4;
}
.swiper-container-vertical .swiper-slide.swiper-slide-active {
	opacity: 1;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -29.5px;
    z-index: 999;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  background-image: url(/content/static/bt-prev.png);
  left: 2%;
  right: auto;
}
.swiper-button-next {
  background-image: url(/content/static/bt-next.png);
  right: 2%;
  left: auto;
}
.swiper-container-vertical > .swiper-button-prev,
.swiper-container-vertical > .swiper-button-next {
	left: 0;
	width: 100%;
	background-color: #eb891a;
	text-align: center;
	height: 30px;
}
.swiper-container-vertical > .swiper-button-prev {
	top: 30px;
	background-image: url(/content/static/bt-prev-vertical.png);
}
.swiper-container-vertical > .swiper-button-next {
	top: auto;
	bottom: 0;
	background-image: url(/content/static/bt-next-vertical.png);
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 19;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #999;
  border: 0;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #EBD11C;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-vertical > .swiper-pagination {
	display: none
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin-bottom: 10px;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: rgb(235,235,235);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 5px;
  width: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #868686;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}




.Hide
{
  display:none;
}


/*==============================
media queries
==============================*/

@media screen and (min-width: 320px) {
	.swiper-button-prev {left: 2%;right: auto;}
  .swiper-button-next {right: 2%;left: auto;}
	
	.padding-card {padding:9% 0%;}
	
	#banner .swiper-slide .title-slide {top: -80px;font-size: 22px;}
	
	svg:not(:root) { width: 270px;}
	.box-vendedor { height:190px;}
	}

@media screen and (min-width: 375px) {
	.swiper-button-prev {left: 2%;right: auto;}
  .swiper-button-next {right: 2%;left: auto;}
	#banner .swiper-slide .title-slide {top: -80px;font-size: 22px;}
	
	.padding-card {padding:9% 0%;}
	svg:not(:root) { width: 320px;}
	.box-vendedor { height:190px;}
	}

@media screen and (min-width: 384px) {
	svg:not(:root) { width: 335px;}
	.box-vendedor { height:190px;}
	}
@media screen and (min-width: 414px) {
	.padding-card {padding:9% 0%;}
	#banner .swiper-slide .title-slide {top: -80px;font-size: 22px;}
	.nav-tabs {margin: 0px 3.5px;}
	.nav-tabs li {margin: 0px; font-size: 11.33px;}
	svg:not(:root) { width: 365px;}
	.box-vendedor { height:190px;}
	}
	
@media screen and (min-width: 568px){
   .padding-card {padding:9% 0%;}
   
   #banner .swiper-slide .title-slide {top: -130px;font-size: 34px;}
   svg:not(:root) { width: 520px;}
   .box-vendedor { height:190px;}
}

@media screen and (min-width: 600px){
   #banner .swiper-slide .title-slide {top: -130px;font-size: 34px;}
   svg:not(:root) { width: 550px;}
   .box-vendedor { height:190px;}

}

@media screen and (min-width: 667px){
   #banner .swiper-slide .title-slide {top: -130px;font-size: 34px;}
   svg:not(:root) { width: 620px;}
   .box-vendedor { height:190px;}

   
}

@media screen and (min-width:720px) {
 #banner .swiper-slide .title-slide {top: -180px;font-size: 42px;}
 }

@media screen and (min-width: 736px){
 #banner .swiper-slide .title-slide {top: -180px;font-size: 42px;}
 svg:not(:root) { width: 680px;}
 .box-vendedor { height:190px;}
}

@media screen and (max-width: 767px) {
	
	#banner .swiper-slide .title-slide {top: 40px;font-size: 28px;}
	
	.botao {display: block;}
	#banner .swiper-slide img {
		min-height: 150px;
		max-width: 100%;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color:#fff;
	text-align:center;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}
}


@media screen and (min-width: 768px) {
	#banner .swiper-slide .title-slide {top: 40px;font-size: 28px;}
	
	
	svg:not(:root) { width: 720px;}
    .box-vendedor { height:190px;}
	}

@media screen and (max-width: 768px) {

	.bg-image.bg-image-sml {
    height: 180px;
    width: 100%;
    background-size: cover; 
    background-position: center;
}
	
	.navbar-header { float:none; width:100%;}
	.navbar-brand>img { background:#fff; top: 5px;
    position: absolute;}
	.navbar-default .navbar-toggle {
		margin-right: 15px;
	}
	/* mantem o menu fechado */
    .navbar-brand {
        float: none;
		width: 100%;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-collapse.collapse.in {
  		display:block !important;
	}
}
@media screen and (min-width: 639px) and (max-width: 768px) {
	.nav-tabs.nav-justified>li {
		float: left !important;
	}
	.nav>li>a {
		padding: 10px;
	}
}
@media screen and (min-width: 767px) and (max-width: 768px) {
	.navbar-toggle {
		margin-top: 40px;
	}
}
@media screen and (min-width: 767px) {
	.nav-tabs.nav-justified:after {
		z-index: -1;
		content: '';
		display: block;
		position: absolute;
		height: 200px;
		background-color: transparent;
		border: 5px solid #eb891a;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		left: 0;
		right: 0;
		top: 49%;
	}
	.padding-top{ padding-top:0%}
}
@media screen and (min-width: 992px) {
	.links-home {
		position: absolute;
		top: -115px;
		right: 0;
		z-index: 90;
	}
	.links-home a {
		display: block;
		float: left;
	}
	.modal-lg {
		width: 1000px;
	}
	.stack-icon {
		margin: 0;
		float: left;
		clear: both;
		margin-right: 15px;
		display: inline-block;
	}
	.single-line.stack-icon {
		margin-top: -7px;
	}
	.margin-mobile {
		margin-bottom: 0;
	}
	.margin-mobile-t{
		margin-top:0;}
	.text-left.mobile-center {
        text-align: left;
    }
	.text-right.mobile-center {
        text-align: right;
    }
    .login {
        max-width: 500px;
		margin: 50px auto;
    }
	.margin-bottom-mobile {
		margin-bottom: 0
	}
	.vertical-desktop {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.vertical-desktop--item {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navbar	{
		width: 100%;
	}
	.navbar-default .navbar-header {
		padding-top: 0px;
		background-color:#ffffff;
	}
	.navbar-default .navbar-brand {
		clear: none;
		margin-top: 0;
		width: auto;
		padding: 5px 15px;
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;
	}
	.p-l-desktop {
		float: left;
	}
	.p-r-desktop {
		float: right;
	}
	.no-padding-left {
		padding-left: 0;
	}
	.no-padding-right {
		padding-right: 0;
	}
	.no-margin-right {
		margin-right: 0;
	}
	.no-margin-left {
		margin-left: 0;
	}
	.submete {
		width: auto;
	}
	#banner .swiper-pagination {
		display: block;
	}
	
	.top-page {
		padding: 40px 0;
	}
	.slide-produtos .slick-prev {
		left: -10px;
	}
	.slide-produtos .slick-next {
		right: -10px;
	}
	
}

@media screen and (min-width: 1024px) {
	#banner .swiper-slide .title-slide {top: 50px;font-size: 30px;}
}

@media screen and (min-width: 1200px) {
	.navbar-topo .orca {
		right: 15%;
	}
}

@media screen and (min-width: 1280px){}

@media screen and (min-width: 1366px) {}

@media screen and (min-width: 1400px) {
	.slide-produtos .slick-prev {
		left: -50px;
	}
	.slide-produtos .slick-next {
		right: -50px;
	}
	
}

@media screen and (min-width: 1440px) {
	
	.box-flatblue-book { max-height:580px;}
	.box-flatblue-book-ser {max-height: 700px;}
	
}

@media screen and (min-width: 1600px) {
	#banner .swiper-slide .title {top: 50%;}
	
	.box-flatblue-book {max-height: 580px;}
	.box-flatblue-book-ser {max-height: 700px;}
	
	.nav-tabs {margin-left:27%;}
	
}

@media screen and (min-width: 1680px) {
	#banner .swiper-slide .title-slide {top: 50%;font-size: 42px;}

}

@media screen and (min-width: 1920px){}



