﻿/* ===== TESTIMONIOS ===== */
.testimonials-section {
    padding: 80px 0;
    background: #f9fafb;
}

.testimonials-header h2 {
    font-weight: 800;
    color: #0f172a;
}

    .testimonials-header h2 i {
        color: #fbbf24;
        margin-right: 8px;
    }

.testimonials-header p {
    margin-top: 10px;
    color: #475569;
    margin-bottom: 50px;
}

/* Card */
.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

    .testimonial-card img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 18px;
    }

    .testimonial-card p {
        font-size: 0.95rem;
        color: #374151;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .testimonial-card h4 {
        font-size: 0.95rem;
        font-weight: 700;
        color: #111827;
        margin-bottom: 4px;
    }

    .testimonial-card span {
        font-size: 0.85rem;
        color: #6b7280;
    }


/* Flechas Swiper Testimonios */
.testimonials-prev,
.testimonials-next {
    color: #2563eb;
    transition: color 0.3s ease;
}

    .testimonials-prev:hover,
    .testimonials-next:hover {
        color: #1e40af;
    }
