
/* V275 - Logo do menu mobile sem borda, sem caixa e sem contorno */
@media(max-width:900px){
  .mmenu-real-logo-v273{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0!important;
    min-width:auto!important;
    max-width:190px!important;
    height:60px!important;
    justify-content:flex-start!important;
  }

  .mmenu-real-logo-v273 img{
    max-width:170px!important;
    max-height:52px!important;
  }

  .mmenu-real-logo-v273 strong{
    color:#0f172a!important;
  }
}

@media(max-width:420px){
  .mmenu-real-logo-v273{
    max-width:170px!important;
    height:56px!important;
  }

  .mmenu-real-logo-v273 img{
    max-width:150px!important;
    max-height:48px!important;
  }
}
