/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#828282;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#fac500;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:18px 7px 5px 7px;background:#828282;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fac500}





.SlidesBox{
    position: relative;
    float: left;
    width: 100%;
}

.slidePrincipal div:not(.owl-dots) {
  height: 100%;
}


/*Dots dentro do slide*/
.slidePrincipal .owl-dots {
    position: absolute;
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    bottom: 10px;
    background: transparent !important;
}


.setasCarrossel .prox, .setasCarrossel .ante{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 4;
    cursor: pointer;
    background: none;
    height: 45px;
    width: 45px;
    opacity: 0.35;
    border-radius: 30px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.setasCarrossel .prox:hover, .setasCarrossel .ante:hover{
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.setasCarrossel .ante{
    left: 10px;
}

.setasCarrossel .prox{
    right: 10px;
}

#SlideSetaDireita{
    border-right:4px solid black;
    border-bottom:4px solid black;
    width:30px;
    height:30px;
    transform: rotate(-45deg);
    margin: 14px 0px 0px 0px;
    /*box-shadow: 5px 5px 3px #ccc;*/
}

#SlideSetaEsquerda{
    border-left:4px solid black;
    border-top:4px solid black;
    width:30px;
    height:30px;
    transform: rotate(-45deg);
    margin: 14px 0px 0px 10px;
    /*box-shadow: 5px 5px 3px #ccc;*/
}


.carrossel {
    position: relative;
    /*height: 300px;*/
}



@media (max-width: 400px) {
    
    .slidePrincipal {
      position: relative;
      height: 150px;
    }
    
    .setasCarrossel{display: none;}
}


/* Larger than mobile */
@media (min-width: 401px) {
        
    .slidePrincipal {
      position: relative;
      height: 200px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .slidePrincipal {
      position: relative;
      height: 380px;
    }
}

/* Larger than tablet */
@media (min-width: 767px) {
    
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .slidePrincipal {
      position: relative;
      height: 520px;
    }
}

/* Larger than desktop */
@media (min-width: 1370px) {
    .slidePrincipal {
      position: relative;
      height: 720px;
    }
}

/*evita que a imagem saia pra fora da borda*/
.carrossel img, .carrossel a, .carrossel div{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slidePrincipal .owl-dots .owl-dot{display: inline-block; }

/*Personalização Slide*/
.slidePrincipal .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#444;
    display:inline-block !important;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.slidePrincipal .owl-dots .owl-dot.active span,.slidePrincipal .owl-dots .owl-dot:hover span {
    background:#fff; /*border: solid 1px #bbb;*/
}

/*carrossel setas*/
.carrosselSetaDireita{
    border-right:3px solid white;
    border-bottom:3px solid white;
    width:11px;
    height:11px;
    transform: rotate(-45deg);
    margin: 3px 0px 0px 0px;
    /*box-shadow: 5px 5px 3px #ccc;*/
}

.carrosselSetaEsquerda{
    border-left:3px solid white;
    border-top:3px solid white;
    width:11px;
    height:11px;
    transform: rotate(-45deg);
    margin: 3px 0px 0px 3px;
    /*box-shadow: 5px 5px 3px #ccc;*/
}


.owl-carousel{list-style: none;}
.owl-carousel .owl-slide {
  /*background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 101%;
  overflow: hidden;  
}

.owl-slide a{width: 100%; height: 100%; display: block; margin: 0px 0px;}