.elementor-2459 .elementor-element.elementor-element-21e3b02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b987435 *//* ===============================
   TESTIMONIOS CORPAIVA
   =============================== */

.corpa-testimonials-section{
  background:#f8f9fb;
  padding:60px 20px;
  font-family:Poppins, Roboto, sans-serif;
}

.corpa-testimonials-inner{
  max-width:1200px;
  margin:0 auto;
}

/* Header */
.ct-header{
  text-align:center;
  margin-bottom:40px;
}
.ct-header h2{
  font-size:28px;
  color:#0A3C52;
  margin-bottom:10px;
  font-weight:700;
}
.ct-header p{
  font-size:15px;
  color:#555;
  max-width:640px;
  margin:0 auto;
}

/* GRID */
.ct-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}

@media(max-width:992px){
  .ct-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media(max-width:600px){
  .ct-grid{
    grid-template-columns:1fr;
  }
}

/* CARD */
.ct-card{
  background:#fff;
  border-radius:16px;
  padding:22px 22px 20px;
  border:1px solid #e3e6ee;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ct-card::before{
  content:"“";
  position:absolute;
  top:8px;
  right:18px;
  font-size:46px;
  line-height:1;
  color:rgba(64,133,167,.14);
  font-family:Georgia, "Times New Roman", serif;
}

.ct-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(15,23,42,.16);
  border-color:#4085A7;
}

/* Badge / sector */
.ct-badge{
  display:inline-block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#4085A7;
  background:#e3f3fa;
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:10px;
  font-weight:600;
}

/* Nombre y servicio */
.ct-name{
  font-size:17px;
  font-weight:700;
  color:#0A3C52;
  margin:0 0 4px;
}

.ct-service{
  font-size:13px;
  color:#777;
  margin:0 0 10px;
}

/* Texto del testimonio */
.ct-quote{
  font-size:14px;
  color:#333;
  margin:0 0 10px;
  line-height:1.6;
}

.ct-meta{
  font-size:12px;
  color:#8a8f99;
  margin:0;
}/* End custom CSS */