.owl-theme .owl-nav {
    margin-top:10px;
    text-align:right;
    -webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    width:18px;
    height:16px;
    color:#FFF;
    font-size:0;
    margin:10px;
    padding:4px 7px;
    display:inline-block;
    cursor:pointer;
    border-radius:3px;
    background:url(../../../images/iconos/arrow-btn.svg) center no-repeat;
}
.owl-theme .owl-nav .owl-prev {
    transform:rotate(-180deg);
    margin-right:25px;
}
.owl-theme .owl-nav .owl-next {
    margin-right:0;
}
.owl-theme .owl-nav .disabled {
    opacity:0.5;
    cursor:default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top:10px;
}
.owl-theme .owl-dots {
    position:absolute;
    top:50%;
    right:30px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    z-index:2;
}
.owl-theme .owl-dots .owl-dot {
    display:block;
    zoom:1;
    margin:18px auto;
    width:8px;
    height:8px;
    border:1px solid #fff;
    border-radius:50%;
    position:relative;
    transition:all .3s ease;
}
.owl-theme .owl-dots .owl-dot span {
    position:absolute;
    width:4px;
    height:4px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,0);
    display:block;
    transition:all .3s ease;

}
.owl-theme .owl-dots .owl-dot.active {
    width:10px;
    height:10px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background:#fff;
}
