.testimonios-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1440px;width:100%}.testimonio-card{background-color:var(--color-fondo);border-radius:var(--radio-borde);box-shadow:0 4px 16px rgba(0,0,0,.04);box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit;padding:32px}.testimonio-card .testimonio-texto{color:#5c6a7d;flex-grow:1;font-size:16px;font-style:italic;line-height:1.6;margin:0 0 24px}.testimonio-card.tarjeta-plana{border:1px solid #ebf0f5;box-shadow:none}.testimonio-card .testimonio-estrellas{display:flex;gap:4px;margin-bottom:20px}.testimonio-card .testimonio-estrellas svg{height:20px;width:20px}.testimonio-card .testimonio-divisor{background-color:var(--color-linea);border:0;height:2px;margin:0 0 24px;width:100%}.testimonio-card .testimonio-autor{align-items:center;display:flex;gap:16px}.testimonio-card .autor-avatar{align-items:center;background-color:var(--color-principal);border-radius:50%;color:var(--color-estrellas);display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:48px;justify-content:center;width:48px}.testimonio-card .autor-foto{border:2px solid #ebf0f5;border-radius:50%;flex-shrink:0;height:48px;object-fit:cover;width:48px}.testimonio-card .autor-info{display:flex;flex-direction:column;gap:4px}.testimonio-card .autor-nombre{color:var(--color-principal);font-size:16px;font-weight:800;margin:0}.testimonio-card .autor-rol{color:#7a8b9e;font-size:14px;font-weight:400}@media (max-width:768px){.testimonios-grid{gap:16px}.testimonio-card{padding:24px}.testimonio-card .testimonio-texto{font-size:15px}}