/* IT310RESPONSIVE_DEVICE_PASS2G
   Fechamento responsivo: estabiliza background mobile, compacta menu mobile das ferramentas
   e transforma o aviso institucional em bloco textual contínuo. Escopo visual/frontend. */

@media (max-width: 960px){
  html.it-device-runtime-ready.it-dr-phone body.infotech-public-page.home-lab-reference4,
  html.it-device-runtime-ready.it-dr-phone-small body.infotech-public-page.home-lab-reference4,
  html.it-device-runtime-ready.it-dr-tablet body.infotech-public-page.home-lab-reference4,
  body.infotech-public-page.home-lab-reference4{
    background:#010306!important;
    overflow-x:hidden!important;
    overscroll-behavior-x:none!important;
  }

  body.infotech-public-page.home-lab-reference4 > .bg,
  body.infotech-public-page.home-lab-reference4 > .stars{
    display:none!important;
  }

  body.infotech-public-page.home-lab-reference4 .home-lab-bg{
    position:fixed!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:auto!important;
    width:100vw!important;
    height:100lvh!important;
    min-height:100svh!important;
    max-height:none!important;
    z-index:0!important;
    pointer-events:none!important;
    transform:translate3d(0,0,0)!important;
    backface-visibility:hidden!important;
    will-change:transform!important;
    contain:layout paint style!important;
    background-attachment:scroll!important;
    background-position:60% top!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
  }

  @supports not (height: 100lvh){
    body.infotech-public-page.home-lab-reference4 .home-lab-bg{
      height:100vh!important;
      min-height:100vh!important;
    }
  }

  body.infotech-public-page.home-lab-reference4 header.it-top,
  body.infotech-public-page.home-lab-reference4 main,
  body.infotech-public-page.home-lab-reference4 footer.foot{
    position:relative!important;
    z-index:2!important;
  }
}

@media (max-width: 960px){
  body.it-tools-bg.it-sidebar-enabled{
    --it-mobile-drawer-compact-w:min(312px,86vw);
    --it-mobile-drawer-compact-pad-x:10px;
    --it-mobile-drawer-compact-item-h:34px;
    --it-mobile-drawer-compact-gap:5px;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open{
    overflow:hidden!important;
    overscroll-behavior:none!important;
    touch-action:none!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open main,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open footer,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .bg,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .space-bg,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .infotech-particles{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:none!important;
    user-select:none!important;
    -webkit-user-select:none!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .it-sidebar-backdrop{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:10010!important;
    background:rgba(1,6,17,.46)!important;
    opacity:1!important;
    backdrop-filter:blur(2px) saturate(.9)!important;
    -webkit-backdrop-filter:blur(2px) saturate(.9)!important;
    pointer-events:auto!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded{
    position:fixed!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:0!important;
    width:var(--it-mobile-drawer-compact-w)!important;
    max-width:calc(100vw - 34px)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:9px var(--it-mobile-drawer-compact-pad-x) calc(10px + env(safe-area-inset-bottom,0px))!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:var(--it-mobile-drawer-compact-gap)!important;
    overflow:hidden!important;
    overscroll-behavior:contain!important;
    touch-action:manipulation!important;
    border-radius:0 18px 18px 0!important;
    border-left:0!important;
    border-top:0!important;
    border-bottom:0!important;
    border-right:1px solid rgba(0,245,255,.34)!important;
    background:rgba(3,10,24,.96)!important;
    background-image:linear-gradient(180deg,rgba(4,16,34,.96),rgba(2,8,20,.96))!important;
    box-shadow:22px 0 58px rgba(0,0,0,.58),inset -1px 0 0 rgba(255,255,255,.04)!important;
    z-index:10050!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    contain:layout paint style!important;
    box-sizing:border-box!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded *{
    box-sizing:border-box!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-sidebar-toggle{
    position:absolute!important;
    top:9px!important;
    right:9px!important;
    width:38px!important;
    min-width:38px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    padding:0!important;
    border-radius:12px!important;
    z-index:3!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-brand{
    flex:0 0 auto!important;
    width:calc(100% - 48px)!important;
    max-width:calc(100% - 48px)!important;
    min-height:42px!important;
    max-height:46px!important;
    padding:0 0 6px!important;
    margin:0!important;
    overflow:hidden!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-brand img{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-brand strong{
    font-size:11px!important;
    letter-spacing:.12em!important;
    line-height:1.1!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-brand span span{
    display:none!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-side-search{
    flex:0 0 auto!important;
    margin:0 0 2px!important;
    padding:0!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-side-search label{
    font-size:9px!important;
    line-height:1!important;
    margin:0 0 4px!important;
    letter-spacing:.16em!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-side-search input{
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    border-radius:12px!important;
    font-size:11px!important;
    padding:0 10px!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-search-hint{
    display:none!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-nav{
    flex:1 1 auto!important;
    min-height:0!important;
    max-height:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:var(--it-mobile-drawer-compact-gap)!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-sidebar-label{
    flex:0 0 auto!important;
    height:24px!important;
    min-height:24px!important;
    max-height:24px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 9px!important;
    margin:1px 0 0!important;
    border-radius:10px!important;
    font-size:9.5px!important;
    line-height:1!important;
    letter-spacing:.17em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-nav a{
    flex:0 0 auto!important;
    height:var(--it-mobile-drawer-compact-item-h)!important;
    min-height:var(--it-mobile-drawer-compact-item-h)!important;
    max-height:var(--it-mobile-drawer-compact-item-h)!important;
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    padding:0 10px!important;
    border-radius:12px!important;
    font-size:12px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    background:rgba(3,12,27,.86)!important;
    color:#f7fbff!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-lang-toggle{
    flex:0 0 auto!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    border-radius:12px!important;
    padding:0 10px!important;
    font-size:10.5px!important;
    margin-top:2px!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-lang{
    max-height:112px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-install-app-cta,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-search-empty-note{
    display:none!important;
  }

  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .infotech-support-float,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .fixture-ava,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .fixturebuilder-ava,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .ava-dog,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .avadog,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .it-pwa-toast,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .pwa-install-prompt,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .install-prompt,
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open .app-install-popup{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}

@media (max-width:390px){
  body.it-tools-bg.it-sidebar-enabled{
    --it-mobile-drawer-compact-w:min(294px,84vw);
    --it-mobile-drawer-compact-item-h:32px;
    --it-mobile-drawer-compact-gap:4px;
  }
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded{
    padding:8px 9px calc(8px + env(safe-area-inset-bottom,0px))!important;
  }
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-sidebar-label{
    height:22px!important;
    min-height:22px!important;
    max-height:22px!important;
    font-size:9px!important;
  }
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-nav a{
    font-size:11.5px!important;
    padding:0 9px!important;
  }
}

@media (max-height:700px) and (max-width:960px){
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded{
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.it-tools-bg.it-sidebar-mobile.it-sidebar-open > header.it-global-header.it-sidebar-upgraded .it-global-nav{
    overflow:visible!important;
  }
}

.foot .infotech-institutional-notice,
.ixdesk-it-foot .infotech-institutional-notice{
  flex:1 1 720px!important;
  max-width:min(980px,100%)!important;
  line-height:1.54!important;
  text-wrap:pretty;
}

.foot .infotech-institutional-notice strong,
.ixdesk-it-foot .infotech-institutional-notice strong{
  display:block!important;
  margin-bottom:8px!important;
}

.foot .infotech-institutional-notice p,
.ixdesk-it-foot .infotech-institutional-notice p{
  margin:0!important;
  max-width:100%!important;
}

.foot .infotech-institutional-notice p + p,
.ixdesk-it-foot .infotech-institutional-notice p + p{
  margin-top:0!important;
}

.foot .infotech-institutional-notice + span,
.ixdesk-it-foot .infotech-institutional-notice + span{
  flex:0 0 auto!important;
  align-self:center!important;
  margin-left:auto!important;
  white-space:nowrap!important;
}

@media (max-width: 720px){
  .foot .infotech-institutional-notice,
  .ixdesk-it-foot .infotech-institutional-notice{
    flex:1 1 100%!important;
    max-width:100%!important;
  }
  .foot .infotech-institutional-notice + span,
  .ixdesk-it-foot .infotech-institutional-notice + span{
    align-self:flex-start!important;
    margin-left:0!important;
    margin-top:12px!important;
  }
}
