/**
 * 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{margin-top:10px;/* display: none; */position: absolute;top: 32%;width: 100%;}.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: -80px;
    position: absolute;
    top:0;
}

.owl-nav .owl-next {
    right: -80px;
    position: absolute;
    top:0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 22px;
    height: 69px;
    font-size:0;
    outline:none;
}

.owl-carousel .owl-nav button.owl-prev {
    background:url("seta_left.png") center no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
    background:url("seta_right.png") center no-repeat;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background:url("seta_left.png") center no-repeat;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background:url("seta_right.png") center no-repeat;
}


/**/

.lista_blog .owl-theme .owl-nav {
    top:33%;
}

.lista_blog .owl-nav .owl-prev {
    left: -40px;
    position: absolute;
}

.lista_blog .owl-nav .owl-next {
    right:-40px;
    position: absolute;
}


@media screen and (max-width: 1200px) {
    .owl-nav .owl-prev {
        left: -20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }

    .slide_produto {
        padding:0 20px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        top:10px;
    }
}
