.imblasco-ficha-tabla{
  width:100%!important;
  max-width:100%!important;
  table-layout:fixed!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:28px 0 0!important;
  border:1px solid #e3e8ef!important;
  border-radius:5px!important;
  overflow:hidden!important;
  background:#fff!important;
  font-family:inherit!important;
  color:#0b2547!important;
}
.imblasco-ficha-tabla th,
.imblasco-ficha-tabla td{
  box-sizing:border-box!important;
  padding:11px 8px!important;
  text-align:center!important;
  vertical-align:middle!important;
  border:0!important;
  border-bottom:1px solid #e3e8ef!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  line-height:1.3!important;
  font-family:inherit!important;
  font-size:12px!important;
}
.imblasco-ficha-tabla th{
  background:#0b2547!important;
  color:#fff!important;
  font-weight:600!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
}
.imblasco-ficha-tabla tbody tr:last-child td{
  border-bottom:0!important;
}
.imblasco-ficha-tabla td:first-child{
  font-weight:600!important;
  background:#f6f8fb!important;
}
.imblasco-ficha-tabla .imblasco-personalizacion-titulo{
  background:#f5f7fa!important;
  color:#0b2547!important;
  font-weight:600!important;
  text-align:center!important;
}
.imblasco-ficha-tabla .imblasco-personalizacion-iconos{
  background:#f5f7fa!important;
  text-align:center!important;
  padding:12px 8px!important;
}
.imblasco-iconos-fila{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
}
.imblasco-iconos-fila img{
  width:71px!important;
  height:71px!important;
  max-width:71px!important;
  object-fit:contain!important;
  display:block!important;
  float:none!important;
  position:static!important;
  margin:0!important;
}
@media(max-width:767px){
  .imblasco-ficha-tabla th,
  .imblasco-ficha-tabla td{
    padding:8px 4px!important;
    font-size:10px!important;
  }
  .imblasco-ficha-tabla th{
    font-size:9px!important;
  }
  .imblasco-iconos-fila img{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
  }
}