/* Iconos independientes de fuentes externas */
.ap-glyph{
  position:relative;
  display:inline-block;
  flex:0 0 auto;
  width:1em;
  height:1em;
  border:2px solid currentColor;
  border-radius:32%;
  color:inherit;
  font-size:inherit;
  line-height:1;
}
.ap-glyph::before{
  content:"";
  position:absolute;
  width:28%;
  height:28%;
  left:18%;
  top:18%;
  border-radius:50%;
  background:currentColor;
}
.ap-glyph::after{
  content:"";
  position:absolute;
  width:42%;
  height:2px;
  right:12%;
  bottom:24%;
  border-radius:2px;
  background:currentColor;
  transform:rotate(-38deg);
  transform-origin:center;
}
.ap-language{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1.5px solid #c9d7ef;
  border-radius:50%;
  color:#071a4f;
  font-size:10px;
  font-weight:850;
}
.ap-mini .ap-glyph{width:20px;height:20px;color:#0759ff}
.ap-laptop aside .ap-glyph{width:13px;height:13px;color:#b9cbf2;border-width:1.5px}
.ap-dashboard-actions{display:flex;align-items:center;gap:8px}
.ap-dashboard-actions .ap-glyph{width:11px;height:11px;color:#071a4f;border-width:1.5px}
.ap-alert .ap-glyph,.ap-float .ap-glyph{width:25px;height:25px;border-width:2px}
.ap-stats .ap-glyph{width:55px;height:55px;border:2px solid currentColor;background:#eef4ff;border-radius:16px}
.ap-icon.ap-glyph{display:inline-block;width:29px;height:29px;border-width:2.5px}
.ap-chain span .ap-glyph{display:block;width:23px;height:23px;margin:0 auto;color:inherit;border-width:2px}
.ap-benefit .ap-glyph{display:inline-block;width:30px;height:30px;border-width:2.5px}
.ap-caps-grid .ap-glyph{width:17px;height:17px;border-width:1.5px;color:#0759ff}
.mini-phone .ap-glyph{display:block;width:14px;height:14px;margin:0 auto;color:#00a862;border-width:1.5px}
.mini-map{display:flex;align-items:center;justify-content:center;gap:18px;padding:0}
.mini-map i{display:block;width:9px;height:9px;border-radius:50%;background:#0aaf69;box-shadow:0 0 0 5px rgba(10,175,105,.13)}
.pin{width:10px;height:10px;border-radius:50%;background:currentColor}
.pin::before{content:"";position:absolute;inset:0;border-radius:50%;background:currentColor}
.ap-flow-arrow{position:relative;display:block;width:18px;height:12px;color:inherit}
.ap-flow-arrow::before{content:"";position:absolute;left:0;top:5px;width:16px;height:2px;background:currentColor}
.ap-flow-arrow::after{content:"";position:absolute;right:0;top:2px;width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.ap-bridge::before{content:"";width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg)}
.ap-pains span{position:relative;padding-left:18px}
.ap-pains span::before{content:"";position:absolute;left:8px;top:50%;width:5px;height:5px;border-radius:50%;background:#dc5566;transform:translateY(-50%)}
.ap-socials{font-size:9px;color:#d3dff7}
@media(max-width:1050px){.ap-language{display:none}}
