.ocard-similar .owl-dots {
    position: absolute;
    bottom: 10px;
    /* Ajuste conforme necessário */
    width: 100%;
    text-align: center;
}

.ocard-similar .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.ocard-similar .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    display: block;
    border-radius: 50%;
}

.ocard-similar .owl-dot.active span {
    background: #fb5100;
}
.card{
    padding: 0px!important;
}

.card img{
    min-height: 260px!important;
    height: 260px!important;
    max-height: 260px!important;
}

.card-text{
    font-size: 1rem;
    flex-grow: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .btn-primary{
    background-color: #fb5100;
    border: none;
}