.elementor-1239 .elementor-element.elementor-element-c3afe2a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1239 .elementor-element.elementor-element-fd49965{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1239 .elementor-element.elementor-element-4da68a7{text-align:center;}.elementor-1239 .elementor-element.elementor-element-4da68a7 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:33px;font-weight:700;color:#101E47;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1239 .elementor-element.elementor-element-b322ffb{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1.6px;}.elementor-1239 .elementor-element.elementor-element-b322ffb .elementor-divider-separator{width:0%;}.elementor-1239 .elementor-element.elementor-element-b322ffb .elementor-divider{padding-block-start:27px;padding-block-end:27px;}.elementor-1239 .elementor-element.elementor-element-141f79d{--display:flex;}.elementor-1239 .elementor-element.elementor-element-8ada76d{text-align:center;}.elementor-1239 .elementor-element.elementor-element-8ada76d .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:33px;font-weight:700;color:#101E47;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1239 .elementor-element.elementor-element-4da68a7.elementor-element{--align-self:center;}.elementor-1239 .elementor-element.elementor-element-4da68a7{text-align:center;}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-1239 .elementor-element.elementor-element-8ada76d.elementor-element{--align-self:center;}.elementor-1239 .elementor-element.elementor-element-8ada76d{text-align:center;}}/* Start custom CSS *//* ===== Reemplazo: en vez de ::before usamos el contenedor real para la caja negra ===== */

/* 1) ocultar el pseudo-elemento (si aún existe) para evitar dobles cajas */
.team-manager-free-items::before { display: none !important; }
.team-manager-free-items {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 20px !important;
}
/* 2) convertir .team-manager-free-items-description en la caja negra que crece */
.team-manager-free-items-description {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 18px !important;            /* distancia desde la base de la tarjeta */
  width: 78% !important;              /* ancho del cuadro */
  text-align: center !important;
  z-index: 11 !important;

  /* caja visual */
  background: #000000 !important;
  opacity: 0.80 !important;  
  color: #fff !important;
  padding: 12px 14px !important;      /* permite que la caja crezca según contenido */
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.45) !important;

  /* ensure the box receives no pointer-events except for the link */
  pointer-events: none !important;
}

/* 3) el link del título debe ser clickable (pointer-events auto solo en el enlace) */
.team-manager-free-items-description .team-manager-free-items-title a {
  pointer-events: auto !important;
}

/* 4) título: blanco, tamaño y clamp para móviles */
.team-manager-free-items-title a {
  display: block;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  text-decoration: none !important;

  /* limitar visualmente a 2 líneas si es necesario */
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 5) cargo: tamaño y color más claro */
.team-manager-free-items-designation {
  margin-top: 6px !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.78) !important;
  line-height: 1.2 !important;
}

/* ===== Responsive: reducir fuentes y padding para evitar overflow ===== */
@media (max-width: 900px) {
  .team-manager-free-items-description { width: 82% !important; bottom: 16px !important; padding: 10px 12px !important; border-radius: 12px !important; }
  .team-manager-free-items-title a { font-size: 18px !important; -webkit-line-clamp: 2 !important; }
  .team-manager-free-items-designation { font-size: 12px !important; }
}

@media (max-width: 520px) {
  .team-manager-free-items-description { width: 88% !important; bottom: 12px !important; padding: 10px 10px !important; }
  .team-manager-free-items-title a { font-size: 16px !important; }
  .team-manager-free-items-designation { font-size: 11px !important; }
}/* End custom CSS */