/* custom css for owl-carousel */


.owl-carousel  .carousel-item-image-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Estilização dos botões de navegação */
.uzowlcarousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.uzowlcarousel .owl-nav button.owl-prev,
.uzowlcarousel .owl-nav button.owl-next {
    background-color: #ffffff;
    border: 2px solid #333;
    border-radius: 50%;
    color: #333;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.uzowlcarousel .owl-nav button.owl-prev i,
.uzowlcarousel .owl-nav button.owl-next i {
    font-size: 20px;
    line-height: 1;
}

.uzowlcarousel .owl-nav button.owl-prev:hover,
.uzowlcarousel .owl-nav button.owl-next:hover {
    background-color: #333;
    color: #ffffff;
    transform: scale(1.1);
}

.uzowlcarousel .owl-nav button.owl-prev:focus,
.uzowlcarousel .owl-nav button.owl-next:focus {
    outline: none;
}
