/* IT310PAGE_TRANSITION_LOCK_310AP
   Camada final compartilhada para páginas institucionais e softwares.
   Objetivo: impedir microdeslocamento do menu entre Home/Sistemas/Softwares,
   estabilizar a reserva de scrollbar no desktop e aplicar transição leve sem mover layout. */

@media (min-width:981px){
  html{
    scrollbar-gutter:stable;
  }

  body.infotech-public-page{
    overflow-y:scroll!important;
  }

  body.infotech-public-page header.it-top,
  body.infotech-public-page .it-topbar,
  body.infotech-public-page .it-nav,
  body.infotech-public-page .it-brand{
    backface-visibility:hidden;
    transform:translateZ(0);
  }

  body.infotech-public-page.it-standard-page-axis2 header.it-top,
  body.infotech-public-page.home-lab-reference4 header.it-top,
  body.infotech-public-page.sistemas-home-standard1 header.it-top,
  body.infotech-public-page.software-product-axis1 header.it-top,
  body.infotech-public-page.software-app-page header.it-top,
  body.ixdesk-software-page header.it-top{
    width:var(--it-standard-axis-width,min(1160px,calc(100vw - 180px)))!important;
    max-width:1160px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.infotech-public-page header.it-top .it-topbar{
    min-height:74px!important;
  }

  body.infotech-public-page header.it-top .it-nav a{
    min-height:34px!important;
    line-height:1!important;
  }
}

@media (prefers-reduced-motion:no-preference){
  body.infotech-public-page main{
    animation:it310PageSoftIn .16s ease-out both;
    will-change:opacity;
  }

  @keyframes it310PageSoftIn{
    from{opacity:.985}
    to{opacity:1}
  }
}

@media (prefers-reduced-motion:reduce){
  body.infotech-public-page main{
    animation:none!important;
  }
}
