/* Ajuste: diminuir espaço da logo somente no menu fixo */
@media (min-width: 981px){
  html body .rev-sticky-mainnav .rev-sticky-logo-link{
    width:125px !important;
    min-width:125px !important;
    max-width:125px !important;
    flex:0 0 125px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  html body .rev-sticky-mainnav .rev-sticky-logo-link img{
    max-width:105px !important;
    max-height:32px !important;
  }

  html body .rev-sticky-mainnav .rev-sticky-logo-text{
    max-width:105px !important;
  }
}
