.mub{background:#16242E;color:#C6D2DB;font-size:1.35rem;}
.mub-in{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;min-height:4.2rem;padding-block:.6rem;}
.mub-msg{display:flex;align-items:center;gap:.9rem;}
.mub-msg svg{width:17px;height:17px;color:#6FB6E8;flex-shrink:0;}
.mub-right{display:flex;align-items:center;gap:1.6rem;}
.mub-contact{display:inline-flex;align-items:center;gap:.7rem;color:#E7EDF2;text-decoration:none;font-weight:600;}
.mub-contact:hover{color:#fff;}
.mub-contact svg{width:16px;height:16px;color:#6FB6E8;}
.mub-contact--wa svg{color:#5FCF8E;}
.mub-sep{width:1px;height:16px;background:#33454F;}
.mub-social{display:flex;align-items:center;gap:1.2rem;}
.mub-social a{color:#9FB0BC;display:inline-flex;}
.mub-social a:hover{color:#fff;}
.mub-social svg{width:17px;height:17px;}
@media (max-width:749px){
  .mub-msg span{display:none;}
  .mub-contact span{display:none;}
  .mub-in{justify-content:space-between;}
  .mub-sep{display:none;}
}
