/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Karma:400,300,500,600,700);
html, body{
	font-family: 'Karma', serif;
	color:#4D4D4D;
}
select, input, text-area{
	border: none;	
}
select.input-xs{
    height: 27px;
    line-height: 7px;
    min-width: 100px;
    margin-top: 2px;
    padding: 0 12px;
}

.container{
	box-shadow: 0 0 30px #333;	
	width: 1000px;
}
.full-width{
	min-width: 100%;
}
.bg-gradient-green{
	background-color: rgba(0,170,88,1);
	background-color: -moz-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,170,88,1)), color-stop(100%, rgba(0,140,75,1)));
	background-color: -webkit-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background-color-color: -o-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background-color: -ms-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background-color: linear-gradient(to right, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa58', endColorstr='#008c4b', GradientType=1 );	
}
.bg-gradient-gray{
	background: rgba(224,210,197,1);
	background: -moz-linear-gradient(-45deg, rgba(224,210,197,1) 0%, rgba(239,234,225,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(224,210,197,1)), color-stop(100%, rgba(239,234,225,1)));
	background: -webkit-linear-gradient(-45deg, rgba(224,210,197,1) 0%, rgba(239,234,225,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(224,210,197,1) 0%, rgba(239,234,225,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(224,210,197,1) 0%, rgba(239,234,225,1) 100%);
	background: linear-gradient(135deg, rgba(224,210,197,1) 0%, rgba(239,234,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d2c5', endColorstr='#efeae1', GradientType=1 );
}
.bg-gradient-blue{
	background-color: rgba(0,113,183,0.6);
	background-color: -moz-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,113,183,1)), color-stop(100%, rgba(0,93,159,1)));
	background-color: -webkit-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -o-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -ms-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: linear-gradient(to right, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071b7', endColorstr='#005d9f', GradientType=1 );
}
.bg-transparent-light{
	background: rgba(241,241,241,0.95);
	background: -moz-linear-gradient(left, rgba(241,241,241,0.95) 0%, rgba(241,241,241,0.95) 25%, rgba(240,240,240,0.94) 51%, rgba(236,236,236,0.94) 70%, rgba(229,229,229,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,241,241,0.95)), color-stop(25%, rgba(241,241,241,0.95)), color-stop(51%, rgba(240,240,240,0.94)), color-stop(70%, rgba(236,236,236,0.94)), color-stop(100%, rgba(229,229,229,0.8)));
	background: -webkit-linear-gradient(left, rgba(241,241,241,0.95) 0%, rgba(241,241,241,0.95) 25%, rgba(240,240,240,0.94) 51%, rgba(236,236,236,0.94) 70%, rgba(229,229,229,0.8) 100%);
	background: -o-linear-gradient(left, rgba(241,241,241,0.95) 0%, rgba(241,241,241,0.95) 25%, rgba(240,240,240,0.94) 51%, rgba(236,236,236,0.94) 70%, rgba(229,229,229,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(241,241,241,0.95) 0%, rgba(241,241,241,0.95) 25%, rgba(240,240,240,0.94) 51%, rgba(236,236,236,0.94) 70%, rgba(229,229,229,0.8) 100%);
	background: linear-gradient(to right, rgba(241,241,241,0.95) 0%, rgba(241,241,241,0.95) 25%, rgba(240,240,240,0.94) 51%, rgba(236,236,236,0.94) 70%, rgba(229,229,229,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e5e5e5', GradientType=1 );
}
.bg-gray{
	background-color:#EFEAE1;
}
.btn-primary, .btn-default{
	font-size: 16px;
	font-weight:600;	
	padding: 8px 30px 4px 10px ;
}
.btn-primary, .btn-primary-2{
	color: #fff !important;
	font-size: 16px;
	position:relative;
	background-color: rgba(0,113,183,1);
	background-color: -moz-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,113,183,1)), color-stop(100%, rgba(0,93,159,1)));
	background-color: -webkit-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -o-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: -ms-linear-gradient(left, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	background-color: linear-gradient(to right, rgba(0,113,183,1) 0%, rgba(0,93,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071b7', endColorstr='#005d9f', GradientType=1 );
}

.btn-primary:after{
	content: "";
    background-image: url(../images/seta-direita-branca.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    right: -5px;
}
.btn-default{
	color:#006CB0 !important;
	position:relative;
}
.btn-default:after{
	content: "";
    background-image: url(../images/seta-direita-azul.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    background-repeat: no-repeat;
    right: -5px;
}
.title-box{
	font-size: 25px;
	font-weight:600;
	color: #006CB0;
	margin-bottom:30px;
}
.title-box.icon{
	position:relative;
	padding-left:40px;
}
.title-box.icon:before{
	content:"";
	background-image: url(../images/seta-direita-amarela.png);
	width: 25px;
	height: 25px;
	position: absolute;
	top: -2px;
	left: 0px;
}
.p-0{
	padding:0;
}
/*===== Nav Top =====*/

.navbar-top{
	background: rgba(235,225,215,1);
	background: -moz-linear-gradient(left, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,225,215,1)), color-stop(100%, rgba(239,234,225,1)));
	background: -webkit-linear-gradient(left, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 100%);
	background: -o-linear-gradient(left, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 100%);
	background: -ms-linear-gradient(left, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 100%);
	background: linear-gradient(to right, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1d7', endColorstr='#efeae1', GradientType=1 );
	border-radius:0;
	margin:0;
	min-height:40px
}
.navbar-top .navbar-form {
	margin-top: 3px;	
}
.navbar-top li > a{
	color: #808080;	
	font-size: 12px;
	padding:10px;
}
.navbar-top > .navbar-nav > li > a:hover,.navbar-top > .navbar-nav >li > a:focus {
	background-color: transparent !important;
	color:#000;
}
.navbar-top form{
	margin-right: 10px;	
}

/*===== /. Nav Top =====*/

/*===== Nav =====*/
.nav.navbar-nav.menu-principal{
	width: 70%;	
}
.navbar.navbar-default{
	background: none;
	border-radius: 0;
	margin:0;
	box-shadow:0 0 20px #eee;	

}
.navbar .navbar-header .navbar-brand{ 
	height: inherit;
    padding: 0;
    box-shadow: 1px 2px 10px #666;
    z-index: 9999998;
    position: relative;
}
.navbar.navbar-default > .navbar-collapse{
	margin: 0;
	padding:0;
}

.navbar-brand {
    float: left;
}
.navbar.navbar-default > .navbar-collapse > .navbar-nav > li{
	border-left: 1px solid #eee;
	width: 20%;
	position:inherit;
}
.navbar.navbar-default > .navbar-collapse > .navbar-nav > li > a{
    padding: 33px;
	color:#006CB0;
	font-weight:500;
	font-size:18px;
	line-height: 1em;
	text-align:center;
}
.navbar.navbar-default > .navbar-collapse > .navbar-nav > li > a:hover,
.navbar.navbar-default > .navbar-collapse > .navbar-nav > li > a:focus,
.navbar.navbar-default > .navbar-collapse > .navbar-nav > li.active > a
{
	background-color: #f1f1f1;
}
.navbar.navbar-default > .navbar-collapse > .nav-justified > li > a.navbar-brand{
	padding: 0 !important;
    margin: 0;
}
.navbar-social{
    margin: 26px 20px;
    font-size: 25px;	
}
.navbar-social .facebook{
	color: #B3B3B3;
    background-color: #F2F2F2;
    padding: 10px 15px 7px;
    line-height: 1em;
    height: 42px;	
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 2px);
    z-index: 1000;
    display: none;
    float: left;
    padding: 25px 50px;
	margin:-1px;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0, 0.7);
	border:none;
	border-radius:0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu  li {
	margin: 10px;	
}
.dropdown-menu  li a{
	color: #fff;	
	text-decoration: none !important;
	padding:5px 30px 5px 10px;
}
.dropdown-menu  li a:hover,.dropdown-menu  li a:focus{
	position:relative;
	background: rgba(0,170,88,1);
	background: -moz-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,170,88,1)), color-stop(100%, rgba(0,140,75,1)));
	background: -webkit-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background: -o-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	background: linear-gradient(to right, rgba(0,170,88,1) 0%, rgba(0,140,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa58', endColorstr='#008c4b', GradientType=1 );
}
.dropdown-menu  li a:hover:after,.dropdown-menu  li a:focus:after{
	content: "";
	background-image: url(../images/seta-direita-amarela.png);
	background-repeat: no-repeat;
	background-size: 12px;
	width:12px;
	height:20px;
	position:absolute;
	right: 10px;
	top: 10px;
}
/*===== /. Nav  =====*/

/*===== Footer =====*/
.footer{
	padding-top:40px;
}
.footer-col{
	float:left;
	min-width: 200px;
	position:relative;
}
.footer-col.divider-right:after {
    content: "";
    height: 120px;
    width: 1px;
    background-color: #E6E6E6;
    right: 10px;
    top: 40px;
    bottom: 0;
    position: absolute;
}

.footer-menu{
	list-style-image: url('../images/seta-direita-cinza.png');
	padding-left: 20px;
    padding-right: 0;
}
.footer-menu > li{
	margin-bottom: 15px;	
}
.footer-menu a{
	color: #4D4D4D;
	font-size:12px;
	text-decoration: none !important;
}
.footer-menu a strong{
	font-size: 14px;
}
.footer .address{
	margin-right:15px;
	color: #808080;
		font-size:13px;

}
.footer address strong{
	font-size: 16px;
	color: #4D4D4D;
}
/*===== /. Footer ===== */

/*===== Home ====== */

/* ----- Slider ----*/
/* ----- Slider ----*/
.carousel-indicators{
	bottom: 0;
}
.carousel-indicators li {
  background-color: #00944B \9;
  background-color: rgba(0, 148, 75, 0.6);
  border: 2px solid rgba(0, 148, 75, 0.6);
  width: 15px;
  height: 15px;
}
.carousel-indicators .active {
  border: 2px solid #EABB26;
  background-color: rgba(0, 148, 75, 1);
  width: 17px;
  height: 17px;
}
.carousel-inner > .item > .caption{
	position: absolute;
	bottom: 60px;
	left: 50px;
	padding: 25px 20px 20px 60px;
	width: 370px
}
.carousel-inner > .item > .caption:after{
	content:"";
	background-image: url(../images/seta-direita-amarela.png);
	width: 25px;
	height: 25px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.carousel-inner > .item > .caption .caption-title{
	color: #EABB26;
	font-size: 30px;
	margin: 5px 0;
}
.carousel-inner > .item > .caption p{
	color: #ffffff;
	font-size: 25px;
	margin: 5px 0;
}

/* ----- /. Slider ----*/

/* ----- Box Content ----- */
.box-content{
	padding:50px;
	position:relative;
	font-size:15px;
	font-weight:500;
}	
.box-content.box-xs{
	padding: 24px 50px;
}
.box-content.box-xs:after {
    top: 42px;
}
.box-content:after{
	content:"";
	background-image: url(../images/seta-direita-amarela.png);
	width: 25px;
	height: 25px;
	position: absolute;
	top: 55px;
	left: 0px;
}
.box-content .title-box{
	font-size: 25px;
	font-weight:600;
	padding: 0;
    margin-bottom: 10px;
}
.box-content h5{
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.box-content.bg-gradient-gray .title-box{
	color: #006CB0;
}

.box-content.bg-white .title-box{
	color: #00934B;
}
.box-content.full-height{
	min-height: 304px;
}
.box-content.bg-gradient-blue .title-box, .box-content.bg-gradient-blue{
	color: #ffffff;
}
.box-content.bg-schedules:before{
	background-image:url(../images/background-schedules.jpg);
	content: "";
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	z-index:-1;
}

.box-content.bg-map:before{
	background-image:url(../images/background-map.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	content: "";
	position:absolute;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	z-index:-1;
}
.box-content .bc-products{
	margin: 50px 0 20px
	
}
.box-content .bc-products figure{
	display: inline-block;
	position: relative;
}
.box-content .bc-products figure img{
	position: relative;
	z-index:1;
}
.box-content .bc-products figure figcaption{
	position: relative;
	z-index:1;
	width: 140px;
	margin: -7px auto;
}
.box-content .bc-products figure:before{
	content: "";
	height: 180px;
	display: block;
	position: absolute;
	width: 160px;
	left: 15px;
	opacity: 0.6;
	top: 0;
	z-index: 0;
	border-radius: 90px;
	background: rgba(235,225,215,1);
	background: -moz-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,225,215,1)), color-stop(42%, rgba(239,234,225,1)), color-stop(100%, rgba(239,234,225,1)));
	background: -webkit-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: linear-gradient(135deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1d7', endColorstr='#efeae1', GradientType=1 );
}
/* ----- /. Box Content ----- */


/*===== /. Home ====== */

/*====== Internas ======= */
.content-page{
	background-image: url(../images/shadow-bottom.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom:50px;	
}
.box-content-page{
	padding:50px 0;
	position:relative;
	font-size:15px;
	font-weight:500;
	margin: 0 auto;
    float: none;
}


.box-content h5{
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}
.thumbnail-list {
    margin: -5px;
}
.thumbnail-list > div{
	padding: 5px;
}
.thumbnail-list .thumbnail{
	border: none;
	padding: 10px;
	margin-bottom: 0;
	background: rgba(235,225,215,1);
	background: -moz-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(235,225,215,1)), color-stop(42%, rgba(239,234,225,1)), color-stop(100%, rgba(239,234,225,1)));
	background: -webkit-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	background: linear-gradient(135deg, rgba(235,225,215,1) 0%, rgba(239,234,225,1) 42%, rgba(239,234,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe1d7', endColorstr='#efeae1', GradientType=1 );
}


.thumbnail-list .thumbnail img{
	width: 100%;	
	display: block;
}
.thumbnail-list .thumbnail .caption h5{
	font-family:16px;
	color:#4D4D4D;	
	margin: 0;
}
.thumbnail-list .thumbnail .caption h6,
.thumbnail-list .thumbnail .caption p{
	margin:0;
	font-size:12px;
	color:#4D4D4D;	
	font-weight:600;
    word-break: break-word;

}
.thumbnail-list .thumbnail .caption p strong{
	font-weight:500;
}
.thumbnail-list .thumbnail .caption p{	
	font-weight:400;
}
.thumbnail-list.videos .thumbnail > a{
	position: relative;
	display: block
}
.thumbnail-list.videos .thumbnail > a .hover{
	display: none;	
}
.thumbnail-list.videos .thumbnail > a:hover .hover{
	display: block;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.thumbnail-list.videos .thumbnail > a:hover .hover i{
	font-size: 60px;
	padding-top: 50px
}

.products .thumbnail-list .thumbnail{
	display: table;
}
.products .thumbnail-list .thumbnail .image{
	display: table-row;
}
.products .thumbnail-list .thumbnail .caption{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 48px;
}


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

#multiItensCarousel{
	padding-bottom:40px
}
	
.carousel-inner .active.left  { left: -33%;             }
.carousel-inner .active.right { left: 33%;              }
.carousel-inner .next         { left: 33%               }
.carousel-inner .prev         { left: -33%              }
.carousel-control.left        { background-image: none; }
.carousel-control.right       { background-image: none; }
.carousel-inner .item         { background: none;      }

#multiItensCarousel .carousel-control{
	width: 57px;
	top: 50px;
}
#multiItensCarousel .item img{
	margin-bottom: 10px;
}
#multiItensCarousel .item a{
	
    line-height: 1em;
	font-size: 16px;
	color: #4D4D4D;
	font-weight:500;
	text-decoration:none;
}
#multiItensCarousel .item a strong{
	font-size: 20px;
}
#multiItensCarousel .carousel-inner {
   
    width: 90%;
    margin: auto;
}
#accordion .panel{
	border:none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #EFEAE1;
	background: transparent;
}
#accordion .panel-heading{
	background: transparent;
	border: none;

}

#accordion .panel-title{
	font-size: 20px
}
#accordion .panel-title a.accordion-toggle{
	text-decoration: none;
	color: #4D4D4D;
	line-height:28px
}
#accordion .panel-title a.accordion-toggle small{
	text-decoration: none;
	color: #4D4D4D;
}
#accordion .panel-title a.accordion-toggle .fa{
	font-size: 16px;
	margin-right: 20px
}
#accordion .panel .panel-body{
	color: #4D4D4D;
}
.links a{
	color: #4D4D4D;
}	
.links a:hover, .links a:focus{
	color: #333333;
}	

.ficha-tecnica p{
	color: #808080;	
	font-size: 16px;
}
.ficha-tecnica p strong{
	font-size: 18px;
	color: 	#4D4D4D;
}
.ficha-tecnica p i{
	margin-top: 5px;
	color: #B3B3B3;	
}
hr{
	border: none;
    border-bottom: 2px solid #eee;
    margin: 45px 0;
    clear: both;
}

.media-list .media{
	background: rgba(239, 234,225, 0.5);
	padding: 15px;
	color: #4D4D4D;
}
.media-list .media a{
	color: #808080;
}
.media-list .media  a:hover{
	color:#4D4D4D;
}

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

.thumbnail-list .ht1{
	height:290px;
}

.thumbnail-list .ht2{
	height:300px;
}

.thumbnail-list .ht3{
	height:305px;
}

.thumbnail-list .ht4{
	height:290px;
}

.thumbnail-list .ht5{
	height:325px;
}

.thumbnail-list .ht6{
	height:310px;
}

.thumbnail-list .ht7{
	height:290px;
}

.thumbnail-list .ht8{
	height:290px;
}

.thumbnail .caption {
    padding: 9px 0px;
    color: #333;
	text-align:left;
}

span.title-comp{
	font-size:13px	
}

.fancybox-overlay{
   z-index: 9999999 !important;	
}