.carousel-wrap {
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #0000;
    color: #FFF;
    text-decoration: none;
}

.owl-concurso .owl-dots {
  display: none;
}

/* end fix */
.owl-nav > button {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
  color: #80a9fd;

}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #80a9fd;
}

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

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


.owl-concurso .owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 35%;
    color: #cdcbcd;
}

.owl-efemeride .owl-nav {
  display: none;
}


.owl-efemeride .owl-dots {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
}


.owl-agenda .owl-nav {
   display: none;
}


@media (max-width: 575.98px) { 


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

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



 }