
/* Hotfix 30.1.13 — corrección aislada de barra superior */
.coop-phone-group-30113{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  white-space:nowrap!important;
}
.coop-phone-group-30113 .coop-phone-sep-30113{
  width:1px!important;
  height:14px!important;
  background:rgba(255,255,255,.70)!important;
  display:inline-block!important;
  flex:0 0 1px!important;
}
.coop-email-wrap-30113{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  white-space:nowrap!important;
  margin:0!important;
}
.coop-topbar-30113{
  position:relative!important;
}
@media(max-width:900px){
  .coop-email-wrap-30113{
    position:static!important;
    transform:none!important;
  }
}
