/**
 * 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{/* display: none; */position: absolute;top: 0;left: 0;height: 100%;width: 100%;display: flex;align-items: center;}.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: -40px;
    position: absolute;
}

.owl-nav .owl-next {
    right: -40px;
    position: absolute;
}

@media screen and (max-width: 1350px) {
    .owl-nav .owl-prev {
        left: -10px;
    }

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

    .pd-owl {
        padding:0 35px;
    }

    .owl-carousel .owl-item {
        padding-bottom:0;
    }
}

@media screen and (max-width: 600px) {
    .pd-owl {
        margin:0 5px;
    }
}

@media screen and (max-width: 500px) {
    .pd-owl {
        margin: 0 4px;
        padding: 0px 14px!important;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width:32px;
    height:32px;
    font-size:0;
    outline:none;
}

.owl-carousel .owl-nav button.owl-prev {
    background: url("seta-slider.png") center no-repeat;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
    background: url("seta-slider.png") center no-repeat;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: url("seta-slider-hover.png") center no-repeat;
    transform: rotate(180deg);
}

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

/**/

.noticias_detalhes .owl-theme .owl-nav {
    position:relative;
}

.noticias_detalhes .owl-nav .owl-prev,
.noticias_detalhes .owl-nav .owl-next {
    position:relative;
    display:inline-block;
    right: inherit;
    left: inherit;
    margin: 0 8px;
}

/**/