/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Default theme - Owl Carousel CSS File
 */


/* Slideshow arrows */
.owl-nav {
color:#de338c!important;
top:50%;
}


.owl-nav i{
font-size: 58px!important;
}
 .owl-prev, .owl-next {
 outline:none!important;
}

 .owl-next {
    right: -55px!important;
}
 .owl-prev {
    left: -55px!important;
}


.owl-nav .owl-next, .owl-nav .owl-prev  {
  opacity: 0.3;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  transition: all .3s ease;
}

.owl-nav:hover .owl-next, .owl-nav:hover .owl-prev {
  opacity: 1!important;
}

/* Modulos arrows */
#bcarousel0 .item .col-xs-12, #bcarousel1 .item .col-xs-12, #bcarousel2 .item .col-xs-12, #bcarousel3 .item .col-xs-12, #bcarousel4 .item .col-xs-12, #bcarousel5 .item .col-xs-12{
  padding:0 3px 0 3px!important;
}



.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
 }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 

  }

 .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev  {
    margin-top: -25px;
    top:50%;
    position:absolute;
  }
.owl-theme .owl-nav [class*='owl-']:hover {
color: #EA555E;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.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: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      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 .owl-dot:hover span {
      background: #869791; }



#slideshow0.owl-theme .owl-nav .owl-next,  #slideshow0.owl-theme .owl-nav .owl-prev  {
margin-top: -12px!important;
top:55%;
}




@media(max-width:1366px){


.owl-next {
right: 15px;
}
.owl-prev {
left: 15px;
}

}


@media(max-width:991px){


}


@media(max-width:768px){


 .owl-next {
    right: -35px!important;
}
 .owl-prev {
    left: -35px!important;
}




}


@media(max-width:560px){

 .owl-next {
    right: -10px!important;
}
 .owl-prev {
    left: -10px!important;
}

}