/* Identidad compartida del portal AGH. */
.agh-brand-group{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.agh-brand-group .logo-header-home{
  display:block!important;
  min-width:0;
  margin:0;
  line-height:0;
}
.agh-brand-group .agh-costasur-logo{
  display:block!important;
  width:auto!important;
  height:40px!important;
  max-width:170px!important;
}
.agh-brand-divider{
  width:1px;
  height:34px;
  background:rgba(255,255,255,.32);
  flex:0 0 1px;
}
.agh-human-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  padding:4px;
  background:#fff;
  border-radius:9px;
  box-shadow:0 1px 4px rgba(0,0,0,.18);
  flex:0 0 54px;
}
.agh-brand-group .agh-human-logo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:contain;
}

@media(max-width:420px){
  .agh-brand-group{gap:8px}
  .agh-brand-group .agh-costasur-logo{height:34px!important;max-width:145px!important}
  .agh-brand-divider{height:28px}
  .agh-human-logo-wrap{width:46px;height:46px;flex-basis:46px;padding:3px;border-radius:8px}
}
