.elementor-29632 .elementor-element.elementor-element-676f069{--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-9a0739b *//* ======================================================
   🔵 COMUNIDAD CONTALOVERS - SaaS Ejecutivo (ECAE)
   Primario: #014f7d
   Incluye: vista normal + locked card + hover fix
====================================================== */

/* ===== WRAPPER ===== */
.ecae-cc{
  font-family: -apple-system, BlinkMacSystemFont, "Inter", Segoe UI, Roboto, Arial, sans-serif;
}

.ecae-cc .wrap{
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Para que se vea “dashboard” (menos card clásico) */
.ecae-cc .grid{
  display: block;
}

/* ===== ROW / PANEL (estilo fila SaaS) ===== */
.ecae-cc .card{
  display: grid;
  grid-template-columns: 1.6fr 1fr auto;
  align-items: center;
  gap: 16px;

  background: #ffffff;
  border: 1px solid rgba(1,79,125,.18);
  border-radius: 12px;
  padding: 18px 20px;

  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  transition: 0.25s ease;
}

.ecae-cc .card:hover{
  background: #f6f9fb;
  border-color: rgba(1,79,125,.22);
}

/* ===== LEFT AREA ===== */
.ecae-cc .head{
  display: contents; /* para que use la grid del .card */
}

.ecae-cc .left{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  min-width: 0;
}

/* Icon */
.ecae-cc .icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(1,79,125,.08);
  border: 1px solid rgba(1,79,125,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.ecae-cc .icon svg{
  width: 22px;
  height: 22px;
  fill: #014f7d;
}

/* Title + meta */
.ecae-cc .title{
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #014f7d;
  line-height: 1.2;
}

.ecae-cc .meta{
  margin-top: 4px;
  font-size: 13px;
  color: #666;
  font-weight: 600;
}

/* Descripción */
.ecae-cc .desc{
  margin: 8px 0 0;
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  max-width: 75ch;
}

/* Badge (tipo “tag”) */
.ecae-cc .badge{
  justify-self: start;
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;

  background: rgba(1,79,125,.08);
  border: 1px solid rgba(1,79,125,.18);
  color: #014f7d;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* ===== FOOT / ACTIONS ===== */
.ecae-cc .foot{
  display: contents; /* usa la grid del .card */
}

.ecae-cc .status{
  justify-self: start;
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.ecae-cc .status b{
  color: #014f7d;
  font-weight: 800;
}

/* Botón “Entrar” (con hover FIX) */
.ecae-cc .btn{
  justify-self: end;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;

  background: #014f7d !important;
  color:#fff !important;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration:none !important;
  font-size: 13px;
  font-weight: 700;

  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(1,79,125,.25) !important;

  /* 🔥 Anti-oscurecimiento del theme */
  opacity: 1 !important;
  filter: none !important;
}

.ecae-cc .btn:hover,
.ecae-cc .btn:focus,
.ecae-cc .btn:active{
  background: #02639c !important; /* hover más claro */
  color:#fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(1,79,125,.35) !important;
  opacity: 1 !important;
  filter: none !important;
}

.ecae-cc .btn svg{
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* Blindaje extra contra pseudo-elementos del theme */
.ecae-cc .btn:before,
.ecae-cc .btn:after{
  content:none !important;
  display:none !important;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px){
  .ecae-cc .card{
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .ecae-cc .badge{ order: 3; }
  .ecae-cc .status{ order: 4; }
  .ecae-cc .btn{ order: 5; justify-self: start; }
}

/* Mobile */
@media (max-width: 600px){
  .ecae-cc .wrap{ padding: 0 16px; }

  .ecae-cc .card{
    grid-template-columns: 1fr;
    padding: 18px 18px;
  }

  .ecae-cc .btn{
    width: 100%;
    justify-self: stretch;
  }

  .ecae-cc .status{
    text-align: right;
  }
}

/* ======================================================
   🔒 LOCKED UX + CTA Button (GLOBAL)
   (mismo diseño que Consultorías)
====================================================== */

.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;
}

/* ✅ 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;
  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:before,
.ecae-locked .ecae-locked-btn:after{
  content:none !important;
  display:none !important;
}/* End custom CSS */