/* Escolha do Editor — v13 ajuste cirúrgico de respiro no header
   Escopo exclusivo: afastar o logotipo central do hambúrguer em mobile/tablet,
   preservando layout, conteúdo, sitemaps, menus e demais estilos. */

@media (max-width: 767px){
  .main-header.header-style-1 h1.logo.logo-mobile{
    padding-right:22px!important;
    box-sizing:border-box!important;
  }
  .main-header.header-style-1 h1.logo.logo-mobile img{
    max-width:min(156px, calc(100vw - 236px))!important;
    height:auto!important;
  }
  .main-header.header-style-1 .header-tools{
    margin-left:18px!important;
    padding-left:0!important;
  }
}

@media (min-width:421px) and (max-width:767px){
  .main-header.header-style-1 h1.logo.logo-mobile img{
    max-width:min(172px, calc(100vw - 258px))!important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .main-header.header-style-1 h1.logo.logo-desktop{
    max-width:calc(100% - 390px)!important;
    padding-right:30px!important;
    box-sizing:border-box!important;
  }
  .main-header.header-style-1 h1.logo.logo-desktop a{
    font-size:clamp(24px, 3.15vw, 27px)!important;
    letter-spacing:.025em!important;
  }
  .main-header.header-style-1 .header-tools{
    padding-left:24px!important;
  }
}
