.modulo-testimonios{background:var(--color-primario);color:#fff}
.modulo-testimonios .titulo-seccion{color:#fff}
.testimonios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.testimonio-card{background:rgba(255,255,255,.06);padding:28px;border-radius:var(--radio-borde);border:1px solid rgba(255,255,255,.1)}
.testimonio-foto{width:100%;height:160px;object-fit:cover;border-radius:calc(var(--radio-borde) - 2px);margin-bottom:18px}
.testimonio-foto:not([src]){display:none}
.testimonio-card p{font-style:italic;margin-bottom:20px;color:#bfdbfe}
.testimonio-card footer{display:flex;flex-direction:column;gap:2px}
.testimonio-card strong{color:var(--color-secundario)}
.testimonio-card span{font-size:.85rem;opacity:.7}
@media(max-width:900px){.testimonios-grid{grid-template-columns:1fr}}
