.elementor-28276 .elementor-element.elementor-element-14b1895{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for shortcode, class: .elementor-element-51102c0 *//* ======================================================
   🔵 DASHBOARD CONSULTORÍAS - SaaS Ejecutivo
====================================================== */

.ecae-dashboard-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.ecae-dashboard-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s ease;
}

.ecae-dashboard-row:hover {
    background: #f6f9fb;
}

.ecae-col-title strong {
    color: #014f7d;
    font-size: 15px;
}

.ecae-desc {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.ecae-col-meta {
    font-size: 14px;
    color: #333;
}

.ecae-col-meta.included {
    color: #014f7d;
    font-weight: 600;
}

.ecae-btn-agendar {
    background: #014f7d;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s ease;
}

.ecae-btn-agendar {
    background: #014f7d;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(1,79,125,0.25);
}

.ecae-btn-agendar:hover {
    background: #02639c; /* un poco más claro, no más oscuro */
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(1,79,125,0.35);
    color: #fff !important;
}

/* Tablet */
@media (max-width: 992px) {

    .ecae-dashboard-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

}

/* Mobile */
@media (max-width: 600px) {

    .ecae-dashboard-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 0;
    }

    .ecae-col-action {
        margin-top: 10px;
    }

}

/* =========================
   🔒 Locked UX + CTA Button
========================= */
.ecae-locked{
  border: 1px solid rgba(1,79,125,.25);
  background: linear-gradient(180deg, #f6f9fb 0%, #ffffff 100%);
  padding: 18px 18px;
  border-radius: 12px;
  color:#123;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.ecae-locked-title{
  color:#014f7d;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.ecae-locked-text{
  color:#334;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.ecae-locked-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#014f7d;
  color:#fff;
  padding:10px 16px;
  border-radius: 10px;
  text-decoration:none;
  font-size: 13px;
  font-weight: 600;
  transition: .25s ease;
}

.ecae-locked-btn:hover{
  background:#013b5e;
  transform: translateY(-1px);
}

/* ======================================================
   ✅ FIX BOTÓN "IR A MEMBRESÍA" (evitar oscurecimiento del theme)
====================================================== */

.ecae-locked .ecae-locked-btn{
  background: #014f7d !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: 0 4px 12px rgba(1,79,125,.25) !important;
}

.ecae-locked .ecae-locked-btn:hover,
.ecae-locked .ecae-locked-btn:focus,
.ecae-locked .ecae-locked-btn:active{
  background: #02639c !important;  /* hover más claro, no más oscuro */
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(1,79,125,.35) !important;
  text-decoration: none !important;
}

.ecae-locked .ecae-locked-btn *{
  opacity: 1 !important;
  filter: none !important;
}/* End custom CSS */