.elementor-59 .elementor-element.elementor-element-40a67c6{--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;}.elementor-59 .elementor-element.elementor-element-40a67c6:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-40a67c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(93deg, #0F2855 0%, #030E3B 100%);}/* Start custom CSS for html, class: .elementor-element-d045ecd *//* FONDO GLOBAL */
body {
  background: #030e3b;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

/* SECCIÓN TRANSPARENTE */
.cdi-testimonios-section {
  padding: 90px 20px;
  background: transparent;
}

/* CONTENEDOR */
.cdi-testimonios-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* HEADER */
.cdi-testimonios-header {
  text-align: center;
  margin-bottom: 40px;
}

/* BADGE (TESTIMONIOS REALES) */
.cdi-testimonios-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(62, 168, 252, 0.15);
  border: 1px solid rgba(62, 168, 252, 0.4);
  color: #3ea8fc;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;

  text-shadow:
    0 0 6px rgba(62, 168, 252, 0.7),
    0 0 12px rgba(62, 168, 252, 0.4);
}

/* TITULO PRINCIPAL (BLANCO SIN GLOW) */
.cdi-testimonios-header h2 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 800;
  text-shadow: none;
}

.cdi-testimonios-header p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  line-height: 1.7;
}

/* GRID */
.cdi-testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

/* TARJETAS */
.cdi-testimonio-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: #081321;
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(62, 168, 252, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cdi-testimonio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(62, 168, 252, 0.35);
}

/* IMAGEN */
.cdi-testimonio-thumb {
  position: relative;
  height: 210px;
  background-size: cover;
  background-position: center;
}

/* BOTÓN PLAY */
.cdi-testimonio-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3ea8fc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* CONTENIDO */
.cdi-testimonio-content {
  padding: 22px;
}

.cdi-testimonio-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* TITULOS DE CARDS */
.cdi-testimonio-content h3 {
  color: #3ea8fc;
  font-size: 20px;
  margin: 0 0 12px;
  font-weight: 800;
  text-shadow: 0 0 6px rgba(62, 168, 252, 0.5);
}

.cdi-testimonio-content p {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 18px;
}

/* BOTÓN */
.cdi-testimonio-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  background: #3ea8fc;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(62, 168, 252, 0.25);
}

/* HOVER BOTÓN */
.cdi-testimonio-btn:hover {
  background: #00ff6c;
  color: #031b2f;
  box-shadow: 0 0 18px rgba(0, 255, 108, 0.8);
  transform: translateY(-2px);
}

/* PAGINACIÓN */
.cdi-paginacion {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.cdi-page-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background: #3ea8fc;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER PAGINACIÓN */
.cdi-page-btn:hover:not(:disabled) {
  background: #00ff6c;
  color: #031b2f;
  box-shadow: 0 0 18px rgba(0, 255, 108, 0.8);
  transform: translateY(-2px);
}

/* BOTÓN DESACTIVADO */
.cdi-page-btn:disabled {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
  cursor: not-allowed;
  box-shadow: none;
}

/* TEXTO PAGINACIÓN */
.cdi-page-info {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cdi-testimonios-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cdi-testimonios-header h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .cdi-testimonios-grid {
    grid-template-columns: 1fr;
  }

  .cdi-testimonios-header h2 {
    font-size: 28px;
  }

  .cdi-testimonio-thumb {
    height: 220px;
  }
}/* End custom CSS */