@media only screen and (max-width: 768px) {
  .track-me {
    bottom: 85px;
  }

  .track-me.sidebar-open {
    right: 15px;
    bottom: 215px;
  }

  #sidebar {
    right: 0;
    left: 0;
    bottom: -230px;
    width: 100%;
    height: 200px;
    top: auto;
  }

  #sidebar .sidebar-wrapper {
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
  }

  #sidebar.increase {
    height: 80vh;
  }

  #sidebar.open {
    bottom: 0;
  }

  #sidebar.open + #searchPonto {
    left: auto;
    right: 100%;
  }

  #sidebar.hide {
    bottom: -200px;
  }

  #sidebar.hide .hide-sidebar img,
  #sidebar.hide .hide-sidebar svg {
    transform: rotate(-90deg);
  }

  #sidebar.hide + #searchPonto {
    left: auto;
    right: 100%;
  }

  #sidebar .image {
    padding: 15px;
  }

  #sidebar .image > img {
    display: none;
  }

  #sidebar .image .title {
    position: static;
    color: #222;
    text-shadow: none;
  }

  #sidebar .body {
    overflow: auto;
  }

  #logo {
    width: 150px;
    margin: 5px;
  }

  .hide-sidebar {
    right: auto;
    top: auto;
    bottom: 100%;
    width: 50px;
    height: 25px;
    border-radius: 3px 3px 0 0;
    left: 15px;
    z-index: -1;
  }

  .hide-sidebar img,
  .hide-sidebar svg {
    transform: rotate(90deg);
    width: 16px;
  }

  .close-sidebar svg path,
  .close-sidebar svg circle,
  .close-sidebar svg rect,
  .close-sidebar svg polygon {
    fill: #333;
  }

  #searchPonto .wrapper {
    width: 90vw;
  }

  .swipe-up {
    display: flex;
  }
}

