/* FCES-001A45R54: logo institucional 20 % mayor en computadoras. */
@media (min-width:901px){
  .topbar{
    height:88px!important;
    min-height:88px!important;
  }
  .topbar .container.nav,
  .topbar .nav{
    height:88px!important;
    min-height:88px!important;
  }
  .topbar .logo{
    width:283px!important;
    height:auto!important;
    max-height:73px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
}
@media (max-width:900px){
  .topbar{
    height:170px!important;
    min-height:170px!important;
  }
  .topbar .container.nav,
  .topbar .nav{
    width:100%!important;
    height:170px!important;
    min-height:170px!important;
    padding:0 1px 10px!important;
    position:relative!important;
    align-content:flex-start!important;
  }
  .topbar .logo{
    width:410px!important;
    max-width:100vw!important;
    height:auto!important;
    max-height:103px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .topbar .nav-logo-link{
    width:100%!important;
    height:112px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .topbar .mobile-menu-toggle{
    position:absolute!important;
    right:14px!important;
    bottom:9px!important;
  }
  .topbar .menu{
    top:170px!important;
    max-height:calc(100dvh - 186px)!important;
  }
}
