/* BOLEPIX_TOP_BRAND_WIDTH_V5703Z172BRAND1 */

/*
 * A regra genérica .brand span usa overflow:hidden.
 * Como BOLEPIX usa fonte itálica, o X ultrapassa alguns pixels
 * da caixa tipográfica e pode parecer cortado.
 */

.top .brand.brand-home,
.top button.brand.brand-home{
  width:auto !important;
  max-width:none !important;
  min-width:max-content !important;
  flex:0 0 auto !important;
  overflow:visible !important;
  padding-right:8px !important;
}

.top .brand.brand-home .m3d-bolepix-word-v14,
.top button.brand.brand-home .m3d-bolepix-word-v14{
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  overflow:visible !important;
  text-overflow:clip !important;
  padding-right:6px !important;
  box-sizing:content-box !important;
}

/* Folga extra somente no desktop, sem apertar os controles do topo mobile. */
@media (min-width:901px){
  .top .brand.brand-home,
  .top button.brand.brand-home{
    min-width:220px !important;
  }
}

@media (max-width:900px){
  .top .brand.brand-home,
  .top button.brand.brand-home{
    min-width:0 !important;
    padding-right:4px !important;
  }

  .top .brand.brand-home .m3d-bolepix-word-v14,
  .top button.brand.brand-home .m3d-bolepix-word-v14{
    padding-right:4px !important;
  }
}
