/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 

	position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -36px;

}

.owl-carousel-servicos .owl-nav {top: 50%;margin-top: -6px;}
.owl-carousel-fornecedores .owl-nav {top: 50%;margin-top:-25px;}
.owl-carousel-fornecedores .owl-nav {top: 23%;margin-top:0px;}

.owl-carousel-franquias .owl-nav {top: 50%;margin-top: -13px;}

  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    /*
	padding: 4px 7px;
    background: #D6D6D6;
	*/
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
	

	
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
      /*background: #869791;
      color: #FFF;
      text-decoration: none; */}
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-carousel .owl-prev{ position:absolute; left:-50px;}
.owl-carousel .owl-next{ position:absolute; right:-50px;}
@media (max-width: 900px) {
	.owl-carousel .owl-prev{left:0; background:#fff;opacity: 0.8;filter: alpha(opacity=80);}
	.owl-carousel .owl-next{right:0; background:#fff;opacity: 0.8;filter: alpha(opacity=80);}
}
.owl-carousel-servicos .owl-prev{ position:absolute; left:-17px;}
.owl-carousel-servicos .owl-next{ position:absolute; right:-17px;}

.owl-carousel-fornecedores .owl-prev{ position:absolute; left:-44px;}
.owl-carousel-fornecedores .owl-next{ position:absolute; right:-15px;}

.owl-carousel-franquias .owl-prev{ position:absolute; left:-44px;}
.owl-carousel-franquias .owl-next{ position:absolute; right:-15px;}


.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 100px;
      height: 5px;
      margin: 17px 7px 0px 7px;
      background: #dedddd;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      /*border-radius: 30px;*/ }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots span {
      background: #1c3f93; }

