  .horizontal.dragscroll {
      margin-top: 10px;
      width: 700px;
      margin-left: auto;
      /* background-color: #000000; */
      margin-right: auto;
  }

  .free,
  .horizontal {
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: -o-grab;
      cursor: grab;
  }


  .free:active,
  .horizontal:active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: -o-grabbing;
      cursor: grabbing;
  }

  ::-webkit-scrollbar {
      width: 3px
  }

  ::-webkit-scrollbar-track {
      background: #fff
  }

  ::-webkit-scrollbar-thumb {
      background: #fff
  }

  ::-webkit-scrollbar-thumb:hover {
      background: #fff
  }

  .linha-mob {
      display: none
  }

  .linha-mob p {
      margin: 0
  }

  .linha-tempo {
      margin-bottom: 40px
  }

  .linha-tempo .pq-8 {
      height: 150px
  }

  .linha-tempo .pq-4 {
      position: relative;
      height: 150px;
  }

  .linha-tempo .pq-4 p {
      position: absolute;
      bottom: 0;
      background: #ffdb00;
      padding: 5px;
      color: #650101
  }

  .linha-img {
      object-fit: cover;
      height: 150px;
      width: 100%
  }

  iframe{
    height: 500px;
    width: 80%;
    margin: 30px auto;
  }

  @media screen and (max-width: 800px) {
      .linha-desk {
          display: none
      }

      .linha-mob {
          display: block
      }

      iframe{
        height: 400px;
        width: 100%;
      }
  }