/*SLIDER*/
.bx-wrapper { position: relative; width: 100%; height: 100%; padding: 0; float: left; }
.bx-viewport { position: relative; width: 100%; height: 100% !IMPORTANT; margin: 0 auto; padding: 0; float: left; }
.conteudo_news_destaques .bx-viewport { position: relative; width: 100%; max-width: 1240px; height: 100% !IMPORTANT; padding: 0; float: none; }
.imagens_banner, .banner-text { position: relative; width: 100%; margin: 0; padding: 0; float: left; z-index: 1; }
.imagens_banner .bx-wrapper { position: absolute; z-index: 1; }
.imagens_banner ul { margin: 0px; padding: 0px; list-style: none; width: 100%; height: 100%; }
.imagens_banner ul li { position: relative; margin: 0px; padding: 0px; list-style: none; width: 100% !IMPORTANT; height: 100% !IMPORTANT; float: left !IMPORTANT; overflow: hidden; }
.img_desc_banner { position: relative; width: 100%; margin: auto; padding: 0; max-width: 420px; max-height: 100%; }
.banner_descricao { position: absolute; width: auto;/* max-width: 50%; */ height: auto; margin: 0; padding: 0 2%; bottom: 3%; left: 3%; z-index: 10; background: rgba(0,0,0,0.6); color: #FFFFFF; font-size: 18px; line-height: 22px; text-transform: uppercase; text-align: right; }

/* PAGER */
.bx-wrapper .bx-controls { z-index: 1000; }
.bx-wrapper .bx-pager { position: absolute; text-align: center; color: #FFFFFF; padding: 0px; right: 1%; bottom: 1%; margin: 0; width: auto; z-index: 999; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { background: rgba(255,255,255,0.6); text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px 0 0; outline: 0; -moz-transition: all ease-out 0.4s; -o-transition: all ease-out 0.4s; transition: all ease-out 0.4s; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: rgba(255,255,255,1); }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-wrapper .bx-controls { -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.bx-wrapper:hover .bx-controls { opacity: 1; }
.bx-pager-item:first-of-type:last-of-type { display: none; }

/*OWL Slider*/
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel { display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper { display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer { overflow: hidden; position: relative; width: 100%; }
.servicos.owl-carousel .owl-wrapper-outer { text-align: center; float: left; display: inline-block; text-align: center; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }	
.owl-carousel .owl-item { display: inline-block; cursor: pointer; }
.owl-pagination { position: relative; width: 100%; margin: 0; padding: 5px 10px; float: left; text-align: center; }
.owl-controls .owl-page, .owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move; }
/* fix */
.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }

/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls { position: absolute; top: 5px; right: 0; }

.owl-theme .owl-controls .owl-buttons div { position: absolute; color: #004c99; display: inline-block; zoom: 1; *display: inline; padding: 2px 10px 0px; filter: Alpha(Opacity=60); opacity: 0.6; font-family: 'FontAwesome'; font-size: 20px; line-height: 18px; left: -16px; }
.owl-theme .owl-controls .owl-buttons div+div { left: auto; right: -10px; }
.owl-theme .owl-controls .owl-buttons div:before { content: "\f104"; }
.owl-theme .owl-controls .owl-buttons div+div:before { content: "\f105"; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover { filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span { background: rgba(0,76,153,0.6); text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px 0 0; outline: 0; -moz-transition: all ease-out 0.4s; -o-transition: all ease-out 0.4s; transition: all ease-out 0.4s; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: rgba(0,76,153,1);
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}