/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
 .fundo-associados-capa{
 	background: url("../imagens/fundo_slide_associados.jpg") no-repeat center bottom;
 	min-height: 237px;
 }
.owl-carousel {
  display: none;
  padding: 0 70px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
  margin: 50px auto;
  height:137px;
  float: right;
  max-width: 930px;
  position: relative;
  
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto-associados-capa{
	float: left;
	font-size: 1.4em;
	margin-top: 38px;
	color:#265E93;
	width: 16%;
}
.texto-associados-capa .primeiro{
	font-size: 1.3em;
	color:#009F54;
}
.texto-associados-capa .segundo{
	font-size: 1.2em;
	color:#009F54;
}
.content-frase-slide{
	display:block;
	position: absolute;
	padding-top:12px;
	bottom:0;
	opacity:0;
		-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	width: 100%;
}
.lupa-slide{
	position: absolute;
	right: 0;
	top:0;
}
.link-produto-slide:hover .content-frase-slide{
	opacity:1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.link-produto-slide{
	display: block;
	position: relative;
}
.content-foto-slide{
	background: #FFF;
	display:block;
	border-right:1px solid #DBD9CE;
	border-bottom:1px solid #DBD9CE;
	height: 117px;
	margin: 0 auto;
	max-width: 146px;
	padding: 0 10px;
	width:100%;
	position: relative;
	text-align: center;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	
}
.content-foto-slide img.img-responsive{
  position: absolute;
   margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
height: auto;
  position: relative;
  min-height: 1px;
  height: 135px;
  margin-top: 10px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  -webkit-transform-style: preserve-3d;
  
  -webkit-filter: grayscale(1); 
  -webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.content-foto-slide:hover{
-webkit-box-shadow: 0 2px 7px 4px #F4EFD9;
box-shadow: 0 2px 7px 4px #F4EFD9;
}
.owl-carousel .owl-item:hover img{
  -webkit-filter: grayscale(0); 
  -webkit-filter: grayscale(0);
	filter: gray;
	filter: grayscale(0%);

}
.titulo-produto-slide{
	display: block;
	color:#215AA3;
	font-size: 1.5em;
}
.desc-produto-slide{
	display: block;
	color:#666;
	font-size: 1em;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.item:hover .fundo-hover-slide-sbhotel{
	opacity:1;
	
}
.owl-nav > div{
	background: url("../imagens/arrow_slide.png") no-repeat;
	text-indent: -9999em;
	position:absolute;
	height:30px;
	width: 44px;
}
.owl-prev{
	background-position:  0 0;
	left: 0;
	top:-25px;
}
 .owl-prev:hover,.fundo-slide-solucoes .owl-prev:hover{
	background-position: 0 -38px;
}
 .owl-prev:active,.fundo-slide-solucoes .owl-prev:active{
	background-position: 0 -76px;
}
 div.owl-next{
	background-position:  -50px 0;
	right: 0;
	top:-25px;
}
.fundo-slide-solucoes div.owl-next{
	background-position:  -50px 0;
	right: 0%;
}
 .owl-next:hover,.fundo-slide-solucoes div.owl-next:hover{
	background-position: -50px -38px;
}
.owl-next:active,.fundo-slide-solucoes div.owl-next:active{
	background-position: -50px -76px;
}

.owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.ver-detalhes-slide-sbhotel{
	color: #FFF;
	display: block;
	font-family: 'Titillium Web',sans-serif,"Trebuchet MS",Arial,Geneva,Helvetica;
	font-size: 1em;
	text-align: center;
}
.owl-carousel .owl-item .icone-ver-detalhes{
	display: block;
	margin: 40px auto 5px;
	height: 20px;
	width: 20px;
}
.ver-detalhes.slide-hotel-capa-ver-detalhes{
	margin: 45px auto 0;
	height: 76px;
	max-width: 340px;
}
.ver-detalhes.slide-hotel-capa-ver-detalhes span:FIRST-CHILD{
	font-size: 2.2em;
	margin-top: 10px;
}
.ver-detalhes.slide-hotel-capa-ver-detalhes span{
	display: block;
	color: #FFF;
	margin: 3px auto;
	text-align:center;
	font-family: 'Titillium Web',sans-serif,"Trebuchet MS",Arial,Geneva,Helvetica;
	font-size: 1.2em
}
.owl-carousel2{
	margin: 33px auto;
}
.fundo-slide-solucoes .borda-img-slide-sb-hotel{
	float: left;
	margin: 20px;
}
.fundo-slide-solucoes .titulo-slide-sbhotel{
	text-align: left;
}
.fundo-slide-solucoes .botao2{
	float: left;
	padding: 0 10px;
	margin-top: 15px;
}