.depoimentos6 .depoimentos-titulo::after {
    display: none;
}

.depoimentos6 {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.depoimentos6 .disabled {
    display: none;
}

.depoimentos6 .owl-stage-outer {
    overflow: hidden;
}

.depoimentos6 .owl-dots .owl-dot.active span,
.depoimentos6 .owl-dots.clickable .owl-dot:hover span {
    background: rgba(167, 167, 167, 0.8)!important;
}

.depoimentos6.disabled {
    display: none;
}

.depoimentos6 .owl-dots {
    display: inline-flex;
}

.depoimentos6 .owl-dots .owl-dot span {
    background: rgba(167, 167, 167, 0.3);
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px 4px;
    border-radius: 50%;
}

.depoimentos6 .owl-dots .owl-dot.active span,
.depoimentos6 .owl-dots.clickable .owl-dot:hover span {
    background: rgba(167, 167, 167, 0.8);
}

.depoimentos6 .depoimentos-foto {
    display: inline-block;
    margin: 15px 0;
    height: 100px;
    width: 100px;
}

.depoimentos6 .item-depoimentos span {
    font-size: 15px;
}

.depoimentos6 .item-depoimentos {
    padding: 0 60px 45px;
    text-align: left;
}

.depoimentos6 .item-depoimentos cite {
    vertical-align: top;
    display: inline-block;
    padding: 50px 0 15px 25px;
    width: calc(100% - 110px);
}

.depoimentos6 .depoimentos-titulo {
    padding: 25px 15px 20px;
    font-size: 20px;
}

.depoimentos6 blockquote {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
}

.depoimentos6 blockquote i {
    font-size: 44px;
    position: absolute;
    top: 2px;
    left: 35px;
    opacity: 0.04;
}

.depoimentos6 div.cover {
    width: 180px!important;
    height: 180px!important;
}

@media only screen and (max-width:992px) {
    .depoimentos6 .item-depoimentos {
        width: 100%;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:768px) {
    .depoimentos6 .item-depoimentos {
        text-align: center
    }
    .depoimentos6 .depoimentos-titulo {
        margin-top: 20px
    }
    .depoimentos6 .item-depoimentos cite {
        display: block;
        padding: 15px;
        width: 100%;
    }
}