.testimonios-section{background:transparent;min-height:100vh;padding:100px 20px 80px;position:relative}.testimonios-container{background:rgba(17,24,39,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;box-shadow:0 5px 25px rgba(0,0,0,.4);margin:0 auto;max-width:1000px;overflow:hidden}.testimonios-header{border-bottom:1px solid hsla(0,0%,100%,.1);padding:2rem}.testimonios-profile{display:flex;flex-direction:column;gap:1.5rem}.testimonios-profile-img{flex-shrink:0}.testimonios-profile-img img{border-radius:10px;height:128px;object-fit:contain;width:184px}.testimonios-profile-info{flex-grow:1}.testimonios-profile-info h1{color:var(--primary-text);font:var(--font-title);margin-bottom:.5rem}.testimonios-rating{align-items:center;display:flex;margin-top:.5rem}.testimonios-rating-number{color:var(--secondary-text);font-size:1.125rem;font-weight:700;margin-right:.5rem}.testimonios-stars{color:#ffe100;margin-right:.5rem}.testimonios-stars i{font-size:1rem}.testimonios-count{color:#9ca3af}.testimonios-category{color:#9ca3af;margin-top:.25rem}.testimonios-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.testimonios-btn{align-items:center;background:var(--button-blue);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.testimonios-btn:hover{background:var(--button-blue-hover);transform:translateY(-2px)}.testimonios-btn i{margin-right:.5rem}.testimonios-btn-secondary{background:rgba(55,65,81,.8)}.testimonios-btn-secondary:hover{background:rgba(75,85,101,.9)}.testimonios-content{padding:2rem}.testimonios-content-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.testimonios-content-header h3{color:#fff;font-size:1.5rem;font-weight:700}.testimonios-list{display:flex;flex-direction:column;gap:2rem}.testimonio-item{display:flex;gap:1rem}.testimonio-avatar{flex-shrink:0}.testimonio-avatar img{border-radius:50%;height:40px;width:40px}.testimonio-body{flex-grow:1}.testimonio-author{color:var(--secondary-text);font-weight:700;margin-bottom:.25rem}.testimonio-meta{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.testimonio-badge{background:#ea580c;border-radius:.125rem;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem}.testimonio-rating-stars{color:#ffe100;margin-right:.5rem}.testimonio-rating-stars i{font-size:.875rem}.testimonio-text{color:#d1d5db;line-height:1.6;margin-bottom:1rem}.testimonio-response{border-left:2px solid rgba(75,85,101,.8);margin-top:1rem;padding-left:1rem}.testimonio-response-title{color:#9ca3af;font-size:.875rem;font-weight:700;margin-bottom:.25rem}.testimonio-response-text{color:#9ca3af;font-size:.875rem;font-style:italic;line-height:1.5}@media (min-width:640px){.testimonios-profile{flex-direction:row}}@media (max-width:768px){.testimonios-section{padding:80px 15px 60px}.testimonios-content,.testimonios-header{padding:1.5rem}.testimonios-content-header{align-items:flex-start;flex-direction:column}.testimonio-item{flex-direction:column}}