@media (max-width: 768px) {
  abanca-welcome-layout .abanca-welcome-header .abanca-welcome-header__wrapper {
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }

  abanca-welcome-layout .abanca-welcome-header .abanca-welcome-header__logo {
    flex: 0 1 auto !important;
    justify-content: center !important;
    width: 100%;
  }

  abanca-welcome-layout .abanca-welcome-header .abanca-welcome-header__action.language,
  abanca-welcome-layout .abanca-welcome-header .abanca-welcome-header__actions {
    display: none !important;
  }
}

.abanca-flow-mobile-footer-host {
  display: none;
}

.abanca-flow-pronto-mobile-header {
  display: none;
}

.operacoes-topbar__brand {
  display: none;
}

@media (max-width: 768px) {
  .operacoes-topbar__icon,
  h1.operacoes-topbar__title {
    display: none !important;
  }

  .operacoes-topbar__wrapper {
    justify-content: center !important;
  }

  .operacoes-topbar__brand {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .operacoes-fab-host {
    display: none !important;
  }

  .abanca-flow-mobile-footer-host {
    display: block !important;
  }

  .abanca-flow-mobile-footer-host .abanca-welcome-footer {
    display: block !important;
  }

  body.operacoes-body:has(.abanca-flow-mobile-footer-host .abanca-welcome-footer),
  body.operacoes-pronto-body:has(.abanca-flow-mobile-footer-host .abanca-welcome-footer) {
    padding-bottom: 120px;
  }

  .abanca-flow-pronto-mobile-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    background: #fff;
  }

  .abanca-flow-pronto-mobile-header .logo-img-header {
    height: 25px;
    width: auto;
    display: block;
  }

  .operacoes-pronto-body .op-pronto-help-wrap {
    display: none !important;
  }
}
