/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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;
	-ms-touch-action: pan-y;
	width: 1200px;
	float: left;
}
.owl-index {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	width: 1000px;
	float: left;
}
.owl-carousel-produtos {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	width: 1020px;
	float: left;
	padding: 20px 0px;
}
.owl-carousel-img-produto {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
	width: 100%;
	float: left;
	padding: 20px 0px;
}


@media only screen and (max-width: 1199px) {
	.owl-carousel{
		width: 960px;
	}
	
	.owl-index { width: 820px;}
	.owl-carousel-produtos { width: 820px;}
}
@media only screen and (max-width: 959px) {
	.owl-carousel{
		width: 680px;
	}
	
	.owl-index { width: 550px;}
	.owl-carousel-produtos { width: 550px;}
}
@media only screen and (max-width: 767px) {
	.owl-carousel{
		width: 438px;
	}
	
	.owl-index { width: 100%;}
	.owl-carousel-produtos { width: 340px;}
}
@media only screen and (max-width: 579px) {
	.owl-carousel{
		width: 438px;
	}
	
	.owl-index { width: 100%;}
}
@media only screen and (max-width: 480px) {
	.owl-carousel{
		width: 269px;
	}
	
	.owl-index { width: 100%;}
	.owl-carousel-produtos { width: 100%;}
}
@media only screen and (min-width: 0px) {
	.owl-carousel-img-produto { width: 100%;}
}
.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%;
}

.carousel-formatos .owl-carousel .owl-wrapper-outer{ 
	margin-left: 25px;
}
.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{
	float: left;
}
.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);
}

.owl-carousel-produtos .item {
	text-align: center;
	padding: 20px;
}
.owl-carousel-img-produto .item {
	padding: 20px;
	text-align: center;
}

#owl-demo a {
	text-decoration: none;
}
#owl-demo .item{
  background: #FFF;
  padding:0px;
  margin: 10px;
  color: #EEEEEE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  height: 280px;
}
.customNavigation{
  text-align: center;
}
@media only screen and (min-width: 960px) {
	.seta-owl {
		display: none;
	}
	.carousel-produtos .seta-owl, .carousel-img-produto .seta-owl {
		display: block;
	}
}

.seta-owl {
	position: relative;
	color: #FFF;
	z-index: 3;
	width: 11px;
	height: 22px;
	cursor: pointer;
	top: 105px;
}
.carousel-produtos .seta-owl {
	position: relative;
	color: #FFF;
	z-index: 3;
	width: 50px;
	height: 50px;
	cursor: pointer;
	top: 120px;
}
.carousel-img-produto .seta-owl {
	position: absolute;
	color: #FFF;
	z-index: 3;
	width: 11px;
	height: 22px;
	cursor: pointer;
	top: 48%;
}

.prev-owl {
	background: url(../../images/setas-carrousel-quemsomos.png) no-repeat 0px 0px;
	margin-right: 10px;
}
.carousel-produtos .prev-owl {
	background: url(../../images/setas-carrousel.png) no-repeat 0px 0px;
	margin: 0px;
}
.carousel-img-produto .prev-owl-img {
	background: url(../../images/setas-carrousel-fotos.png) no-repeat 0px 0px;
	margin-right: 10px;
	left: 0px;
}

.next-owl {
	background: url(../../images/setas-carrousel-quemsomos.png) no-repeat -12px 0px;
}
.carousel-produtos .next-owl {
	background: url(../../images/setas-carrousel.png) no-repeat -50px 0px;
	margin: 0px;
}
.carousel-img-produto .next-owl-img {
	background: url(../../images/setas-carrousel-fotos.png) no-repeat -11px 0px;
	margin-left: 10px;
	right: 0px;
}
@media only screen and (max-width: 580px) {
	.carousel-produtos .seta-owl {
		display: none;
	}
}
//use styles below to disable ugly selection
.customNavigation a{
  -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);
}
