.elementor-4588 .elementor-element.elementor-element-7d0b37f{--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-4588 .elementor-element.elementor-element-4aca162{--display:flex;}.elementor-4588 .elementor-element.elementor-element-0bacfc7{--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-4588 .elementor-element.elementor-element-9bc1a06{--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-4588 .elementor-element.elementor-element-8f9d5c7{--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-4588 .elementor-element.elementor-element-458cca6{--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-4588 .elementor-element.elementor-element-0da456a{--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-4588 .elementor-element.elementor-element-cac74c6{--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-d5c6097 *//* ===== TARJETA PREMIUM ===== */
.ctm-card{
  background:#fff;
  border-radius:22px;
  padding:26px 28px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 18px 50px rgba(11,18,32,.10);
  position:relative;
  overflow:hidden;
}

/* acento sutil (el que te gustó, refinado) */
.ctm-card::before{
  content:"";
  position:absolute;
  top:32px;
  bottom:32px;
  left:12px;
  width:3px;
  background:#0b4f7c;
  border-radius:6px;
  opacity:.85;
}

/* ===== CABECERA ===== */
.ctm-card-top{
  display:flex;
  align-items:flex-start;   /* mejora cuando hay botón + textos */
  gap:22px;
}

.ctm-info{
  flex:1;
  min-width:0;
  max-width:720px;          /* evita “vacío” enorme y mejora proporción */
}

/* ===== FOTO (forzar circular) ===== */
.ctm-avatar{
  width:150px !important;
  height:150px !important;
  border-radius:50% !important;
  object-fit:cover !important;
  flex:0 0 auto;
  border:6px solid #fff;
  box-shadow:0 18px 40px rgba(11,18,32,.18);
}

/* ===== TEXTO ===== */
.ctm-name{
  margin:0 0 6px;
  font-size:26px;
  line-height:1.15;
  font-weight:850;
  color:#0b1220;
}

.ctm-role{
  margin:0 0 14px;
  font-size:14px;
  font-weight:750;
  color:#0b4f7c;
}

/* ===== BOTÓN ===== */
.ctm-btn{
  background:#004268;
  color:#fff;
  border:1px solid #004268;
  padding:10px 16px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(0,66,104,.18);
}

.ctm-card.is-open .ctm-btn{
  background:#fff;
  color:#004268;
}

/* ===== CV EN PANEL (así se ve “premium” al abrir) ===== */
.ctm-cv{
  display:none;
  margin-top:18px;
  padding:18px 18px;
  border-radius:16px;
  background:rgba(0,66,104,.05);
  border:1px solid rgba(0,66,104,.12);
  color:#44515f;
  font-size:15px;
  line-height:1.75;
}

.ctm-card.is-open .ctm-cv{ display:block; }

/* Mobile */
@media (max-width:768px){
  .ctm-card-top{ flex-direction:column; text-align:center; }
  .ctm-info{ max-width:none; }
  .ctm-avatar{ width:140px !important; height:140px !important; }
}
.ctm-cv h4{
  display: inline-block;
  margin: 26px 0 14px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;

  color: #fff;
  background: #004268;
  border-radius: 999px;
}

/* Títulos de secciones dentro del CV (pastillas azules) */
.ctm-cv h5,
.ctm-cv .ctm-badge,
.ctm-cv .ctm-section-title{
  color:#ffffff !important;
}
/* FIX definitivo: títulos tipo etiqueta/pastilla dentro del CV */
.ctm-cv h4,
.ctm-cv h4 * ,
.ctm-cv h5,
.ctm-cv h5 * ,
.ctm-cv .ctm-badge,
.ctm-cv .ctm-badge * ,
.ctm-cv .ctm-section-title,
.ctm-cv .ctm-section-title *{
  color:#ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f87891 *//* FORZAR LAYOUT HORIZONTAL EN TODAS LAS CARDS */
.ctm-card__head{
  display: flex !important;
  align-items: center;
  gap: 24px;
}

/* Evita que Elementor las apile en columna */
.ctm-card__head > div{
  flex: 1;
}

/* Imagen siempre a la izquierda */
.ctm-avatar{
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef99fa0 *//* FORZAR LAYOUT HORIZONTAL EN TODAS LAS CARDS */
.ctm-card__head{
  display: flex !important;
  align-items: center;
  gap: 24px;
}

/* Evita que Elementor las apile en columna */
.ctm-card__head > div{
  flex: 1;
}

/* Imagen siempre a la izquierda */
.ctm-avatar{
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2463f6e */<style>
/* Botón */
.ctm-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
}
.ctm-btn--ghost{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(11,79,124,.35);
  color:#0b4f7c;
  background:transparent;
  font-weight:700;
  font-size:14px;
  transition:background .2s ease, transform .15s ease;
}
.ctm-btn--ghost:hover{
  background:rgba(11,79,124,.08);
}
.ctm-btn--ghost:active{
  transform:scale(.97);
}

/* CV plegable con animación */
.ctm-cv{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .35s ease, opacity .25s ease;
  margin-top:0;
}
.ctm-card.is-open .ctm-cv{
  max-height:800px;
  opacity:1;
  margin-top:14px;
}

/* Texto */
.ctm-summarytext{
  font-size:14px;
  line-height:1.55;
  color:#333;
  margin-bottom:14px;
}

/* Columnas */
.ctm-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.ctm-cols h4{
  margin:0 0 6px;
  font-size:15px;
  color:#0b4f7c;
}
.ctm-cols ul{
  margin:0;
  padding-left:18px;
}
.ctm-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  list-style:none;
  padding:0;
}
.ctm-pills li{
  background:#eef5fb;
  color:#0b4f7c;
  padding:4px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

/* Acciones */
.ctm-actions{
  margin-top:10px;
}

/* Responsive */
@media (max-width:720px){
  .ctm-cols{
    grid-template-columns:1fr;
  }
}
</style>/* End custom CSS */