.cmp-card-depoimentos-video{display:flex;flex-direction:column;background:#e9ecf6;border-radius:16px;box-shadow:0 2px 12px 0 rgba(34,50,99,0.08);overflow:hidden;box-sizing:border-box;width:312px;height:268px;transition:box-shadow .2s ease,transform .2s ease}
@media(min-width:1280px){.cmp-card-depoimentos-video{width:380px;height:347px}
}
.cmp-card-depoimentos-video__thumbnail{position:relative;width:100%;height:176px;cursor:pointer;background:#1a254d;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:16px 16px 0 0;flex-shrink:0}
@media(min-width:1280px){.cmp-card-depoimentos-video__thumbnail{height:227px}
}
.cmp-card-depoimentos-video__poster{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .25s ease}
.cmp-card-depoimentos-video__thumbnail:hover .cmp-card-depoimentos-video__poster{opacity:.80;transform:scale(1.03)}
.cmp-card-depoimentos-video__poster-fallback{width:100%;height:100%;background:linear-gradient(135deg,#223263,#4e61ac)}
.cmp-card-depoimentos-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0;border:0;padding:0;cursor:pointer;z-index:2}
.cmp-card-depoimentos-video__play-btn img{display:block;width:40px;height:40px}
@media(min-width:1280px){.cmp-card-depoimentos-video__play-btn img{width:54.318px;height:54.318px}
}
.cmp-card-depoimentos-video__content{display:flex;flex-direction:column;gap:4px;flex:1;padding:12px 16px}
.cmp-card-depoimentos-video__nome{font-family:Ubuntu,sans-serif;font-size:14px;font-weight:700;line-height:18px;color:#223263;margin:0;min-height:32px;display:flex;align-items:center}
@media(min-width:1280px){.cmp-card-depoimentos-video__nome{font-size:20px;font-weight:700;line-height:25px;min-height:40px;display:flex;align-items:center}
}
.cmp-card-depoimentos-video__especialidade{font-family:Ubuntu,sans-serif;font-size:12px;font-weight:400;line-height:15px;color:#223263;margin:0}
@media(min-width:1280px){.cmp-card-depoimentos-video__especialidade{font-size:16px;line-height:normal}
}
.cmp-card-depoimentos-video__descricao{font-family:Ubuntu,sans-serif;font-size:12px;font-weight:400;line-height:15px;color:#223263}
.cmp-card-depoimentos-video__descricao p{margin:0}
@media(min-width:1280px){.cmp-card-depoimentos-video__descricao{font-size:16px;line-height:normal}
}
body.modal-open{overflow:hidden}
.cmp-depoimentos-modal{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center}
.cmp-depoimentos-modal.is-open{display:flex}
.cmp-depoimentos-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.72)}
.cmp-depoimentos-modal__box{position:relative;z-index:1;width:80%;max-width:1280px;background:#4e61ac;border-radius:12px;overflow:hidden;padding:24px;box-sizing:border-box}
@media(min-width:1280px){.cmp-depoimentos-modal__box{padding:56px}
}
.cmp-depoimentos-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.15);border:0;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s ease;padding:0;z-index:2}
.cmp-depoimentos-modal__close:hover{background:rgba(255,255,255,0.3)}
@media(min-width:1280px){.cmp-depoimentos-modal__close{top:20px;right:20px;width:44px;height:44px}
.cmp-depoimentos-modal__close svg{width:28px;height:28px}
}
.cmp-depoimentos-modal__video{display:block;width:100%;height:auto;aspect-ratio:1.77777778;border-radius:4px;background:#000}