@media (max-width: 1199px) {
  .app_header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E30613;
  }

  .mobile-container {
    width: 100%;
  }
  
  .container > li,
  .container > li > a {
    font-family: "Univers 55";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
  }

  header .horizontal {
    display: none;
  }

  .container-mobile,
  .container-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }

  #header-container {
    background-color: #fff;
    left: 0;
    width: 100%!important;
  }

  #header-container li {
    padding-bottom: 20px;
  }
  
  .container-toggle {
    background-color: #fff;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .borda-input {
    border: 2px solid #e30613;
    border-radius: 3px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 40px;
  }

  .borda-input img {
    float: right;
    margin: 9px 10px 0 0;
    position: absolute;
  }

  .menu-enter-active,
  .menu-leave-active {
    transition: transform 0.2s ease;
  }
  .menu-enter,
  .menu-leave-to {
    transform: translateX(-100%);
    transition: all 150ms ease-in 0s;
  }

  .header-container.mb {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    top: 0;
    border: none;
    padding: 30px 0 24px 0;
  }

  .search-mobile {
    border: none;
  }

  .borda-input img {
    right: 0px;
    float: right;
    margin: 10.2px 30px 0 0;
    position: absolute;
  }

  .header-container ul li img {
    margin-right: 12px;
    width: 18px;
    height: 18px;
  }
}
