/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{cursor:pointer;}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;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: 13px;height: 13px;margin:5px 7px;background: #224178;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: #0089d0;}

.owl-dots {
    display:none;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 55px;
    font-size:0;
    outline:none;
    cursor:pointer;
    position:absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.owl-1 .owl-nav button.owl-prev {
    background:url("seta_left.png") center no-repeat;
}

.owl-1 .owl-nav button.owl-next {
    background:url("seta_right.png") center no-repeat;
}

.owl-1 .owl-nav button.owl-prev:hover {
    background:url("seta_left_hover.png") center no-repeat;
}

.owl-1 .owl-nav button.owl-next:hover {
    background:url("seta_right_hover.png") center no-repeat;
}


/**/

.owl-2 .owl-nav button.owl-prev {
    background:url("seta_left2.png") center no-repeat;
}

.owl-2 .owl-nav button.owl-next {
    background:url("seta_right2.png") center no-repeat;
}

.owl-2 .owl-nav button.owl-prev:hover {
    background:url("seta_left2_hover.png") center no-repeat;
}

.owl-2 .owl-nav button.owl-next:hover {
    background:url("seta_right2_hover.png") center no-repeat;
}

/**/

.owl-theme.owl-1 .owl-nav{
    position: absolute;
    top: 24%;
    width: 100%;
    left: 0;
}

.owl-theme.owl-2 .owl-nav{
    position: absolute;
    top: 165px;
    width: 100%;
    left: 0;
}

.owl-theme.owl-2 .owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.owl-2 .owl-nav .owl-next {
    right: 0px;
}
