1
For those with this doubt I managed to create a class Own-Carousel-top, then making her call in DIV, follow the data:
.owl-carousel-top .owl-next, .owl-carousel-top .owl-prev {
top: 28%!important;
opacity: .5;
position: absolute;
background: none!important;
font-size:100px!important;
}
.owl-carousel-top .owl-next {
right:2%;
0px!important;*/
}
.owl-carousel-top .owl-prev {
left:2%;
0px!important;*/
}
.owl-carousel-top .owl-next:hover, .owl-carousel-top .owl-prev:hover{
opacity: .9;
}
The variation goes according to its layout, being able to create media querys for the different resolutions.