.depo{background-color:#af282a;font-family:Montserrat,sans-serif;}

/* faixa de título (antes era a imagem depo1.png) */
.depo__banner{width:100%;padding:76px 0 10px;}
.depo__banner-in{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center;}

.depo__stage{width:100%;padding:40px 0 46px;}
.depo__viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;}
.depo__track{display:flex;gap:30px;will-change:transform;}
.depo__item{flex:0 0 422px;width:422px;}

/* card do depoimento (antes era imagem) */
.depo__card{
  display:flex;
  flex-direction:column;
  gap:14px;
  width:422px;
  height:285px;
  padding:24px 26px;
  background:#fcfcfc;
  border-radius:20px;
  box-shadow:0 12px 28px -14px rgba(0,0,0,.35);
  overflow:hidden;
  user-select:none;
}
.depo__stars{display:flex;gap:3px;flex:none;}
.depo__stars i{display:block;width:27px;height:25px;background-color:#fab700;-webkit-mask:url('../imagens/estrela.svg') no-repeat center/contain;mask:url('../imagens/estrela.svg') no-repeat center/contain;}
.depo__text{flex:1 1 auto;min-height:0;overflow:hidden;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:-.02em;color:#4c4c4c;margin:0;text-wrap:pretty;}
.depo__who{display:flex;align-items:center;gap:14px;flex:none;}
.depo__ava{flex:none;width:52px;height:52px;border-radius:50%;object-fit:cover;-webkit-user-drag:none;}
.depo__name{font-size:14px;font-weight:600;color:#1f1f1f;}

.depo__cta{display:flex;justify-content:center;padding-bottom:76px;}

@media (max-width:560px){
  .depo__banner{padding:52px 0 6px;}
  .depo__item{flex:0 0 300px;width:300px;}
  .depo__card{width:300px;height:340px;padding:20px;}
  .depo__stars i{width:22px;height:20px;}
  .depo__cta{padding-bottom:52px;}
}
@media (max-width:430px){
  .depo__stage{padding:30px 0 36px;}
  .depo__viewport{padding:0 10px;}
  .depo__track{gap:20px;}
  .depo__item{flex:0 0 calc(100vw - 20px);width:calc(100vw - 20px);}
  .depo__card{width:100%;height:auto;min-height:320px;}
}
