/* v1.2.39 — Logo mobile como background + !important */
@media (max-width: 767.98px){
  .mobile-hero-logo{ display:flex !important; justify-content:center; align-items:center; margin:10px 0 14px; }
  .mobile-hero-logo .logo-bg{
    width:56vw; max-width:230px; height:64px;
    background-image:url('../img/logo.png');
    background-size:contain; background-repeat:no-repeat; background-position:center;
  }
}
@media (min-width: 768px){
  .mobile-hero-logo{ display:none !important; }
}