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

.depoimento7 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden!important;
}

.depoimento7 .disabled {
    display: none;
}

.depoimento7 .owl-dots {
    margin-bottom: 40px;
}

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

.depoimento7.disabled {
    display: none;
}

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

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

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

.depoimento7 .depoimentos-foto {
    width: 180px;
    height: 180px;
}

.depoimento7 .item-depoimentos:last-child {
    margin-bottom: 60px !important;
}

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

.depoimento7 .item-depoimentos {
    margin-bottom: 60px;
}

.depoimento7 .depoimentos-foto {
    width: 200px;
    height: 200px;
}

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

.depoimento7 blockquote {
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
    padding: 10px 20px 30px;
    width: calc(100% - 60px);
}

.depoimento7 blockquote cite {
    font-size: 20px!important;
    padding: 25px 0 0;
}

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

.depoimento7 .depoimento-ajuste {
    padding: 3% 25% 0%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.depoimento7 .capa {
    height: 100%;
    padding: 0!important;
}

.depoimento7 .sessao_foto {
    height: 100%;
}

.depoimento7 .overlay {
    background-color: rgba(0, 0, 0, .5)!important;
}

@media only screen and (max-width:1200px) {
    .depoimento7 blockquote {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .depoimento7 .depoimento-ajuste {
        padding: 3% 15%;
    }
    .depoimento7 .fonte_1 {
        text-align: center;
    }
}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:768px) {
    .depoimento7 .depoimento-ajuste {
        padding: 3% 15%;
    }
    .depoimento7 blockquote {
        text-align: left;
    }
    .depoimento7 .fonte_1 {
        text-align: center;
        padding-top: 5%;
    }
    .depoimento7 .depoimentos-foto {
        margin-bottom: 10%;
        margin-top: 10%;
    }
}

@media (max-width: 576px) {
    .depoimento7 .depoimento-ajuste {
        padding: 0;
    }
    .depoimento7 blockquote {
        margin: 0;
        padding: 5%;
        width: 100%;
        text-align: left;
    }
    .depoimento7 .fonte_1 {
        text-align: center;
        padding: 5%;
        padding-bottom: 0;
    }
}

@media (max-width: 320px) {}