.depoimento-box blockquote {
    background: var(--bs-secondary);
    padding: var(--sm-spacing) var(--md-spacing);
    position: relative;
}

.depoimento-box blockquote:before {
    content: ' ';
    position: absolute;
    bottom: 100%;
    right: 0;
    border-bottom: 2em solid var(--bs-primary);
    border-right: 2.5em solid transparent;
}
.depoimento-video-img .box-line-wrap.detail-right .box-line {
    padding: 0;
}
.who {
    display: flex;
    text-align: right;
    margin-top: var(--xxs-spacing);
    align-items: center;
}

.who h5:first-child {
    padding-right: var(--xxs-spacing);
    border-right: 2px solid var(--bs-white);
    margin-right: var(--xxs-spacing);
}

.who h5:last-child {
    font-weight: bold;
}

.depoimento-box.depoimento-simples {
    width: 85%;
    margin-left: auto;
    margin-top: -3em;
}
.who h5 {
    margin: 0;
}

.depoimento-box p {
    font-style: italic;
	font-size:var(--font-size-sm)
}

.depoimento-box blockquote {
    margin-bottom: 0;
}
.depoimento-video-img .dvi {
    width: clamp(210px,80%,100%);
    margin: calc(var(--md-spacing) * -1) 0 0 calc(var(--lg-spacing) * -1);
    z-index: 2;
    position: relative;
}
.depoimento-video-img .dvi:after{
    position:absolute;
    width:100%;
    height:100%;
    border:3px solid var(--bs-primary);
    content:' ';
    left: 1em;
    top: 0.8em;
    pointer-events: none;
}
.depoimento-video-img .dvi iframe{
    width:100%;
    aspect-ratio:16 / 9;
    height:auto;
}

.depoimento-box.depoimento-completo blockquote{
    padding-bottom: calc(var(--lg-spacing) * 1.7);
}
.box-line-wrap {
    position: relative;
    display:grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: var(--sm-spacing);
}
.depoimento-video-img .box-line-wrap.detail-right {
    position: static;
    flex-basis: 19%;
    margin-right: 1vw;
}
.box-line-wrap .box-line {
    aspect-ratio: 1 / 1;
}
.depoimento-video-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
@media (max-width:1199px){
    .depoimento-box.depoimento-completo {
        margin-left: var(--lg-spacing);
    }
}
@media (max-width: 991px) {

    .depoimento-video-img .dvi{
        flex-basis:85%;
    }
    .depoimento-video-img .box-line-wrap.detail-right {
        flex-basis: 11%;
        margin-left: 8vw;
    }


}

@media (max-width:479px){
    .depoimento-box blockquote {
        padding: var(--sm-spacing) var(--sm-spacing);
    }
}
