.testimonios-page-main{background:var(--cream);min-height:100vh;padding:40px 24px 60px}.testimonios-page-container{max-width:1100px;margin:0 auto}.testimonios-page-breadcrumb a{font-family:var(--font-body);font-size:13px;color:var(--brown-dark);text-decoration:none;display:flex;align-items:center;gap:6px;margin-bottom:24px;transition:color .3s}.testimonios-page-breadcrumb a:hover{color:var(--brown-warm)}.testimonios-page-titulo{font-family:var(--font-heading);font-size:48px;color:var(--brown-dark);font-weight:700;margin:0 0 12px}.testimonios-page-subtitulo{font-family:var(--font-body);font-size:15px;color:#555;margin:0 0 24px;max-width:560px}.testimonios-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonios-page-grid .testimonio-card{padding:28px}.testimonios-page-grid .testimonio-header{gap:16px;margin-bottom:16px}.testimonios-page-grid .testimonio-avatar{width:72px;height:72px}.testimonios-page-grid .nombre-usuario{font-size:17px}.testimonios-page-grid .ubicacion{font-size:13px}.testimonios-page-grid .testimonio-texto{font-size:14px}@media (max-width:768px){.testimonios-page-main{padding:24px 16px 40px}.testimonios-page-titulo{font-size:32px}.testimonios-page-grid{grid-template-columns:1fr}.testimonios-page-grid .testimonio-avatar{width:60px;height:60px}}