/* Ajustar Busca Mobile (Msite) */
@media (max-device-width: 949px) {
      header .wrapper-header {
        display: block !important;
      }
      header .search-control-header {
        margin-top: 10px !important;
        display: block !important;
      }
      header .search_bar {
        justify-content: space-between !important;
      }
      header .search_bar,
      header .search-control-header {
        display: flex !important;
        width: 95% !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        margin-left: 10px !important;
      }
      header .search-control-header label {
        flex: 1 !important;
      }
      header .search-control-header button {
        flex-shrink: 0 !important;
      }
      header .search-control-header .twitter-typeahead {
        width: 100% !important;
        display: block !important;
      }
      header .search-control-header .tt-input {
        width: 100% !important;
      }
    }