.concertifuturimobile {
  display: none;
}

@media screen and (max-width: 520px) {

.concertifuturimobile  {
    display: block;
  }

  .range {
    position: relative;
    width: 300px;
    height: 5px;
    margin-top: 14px;
    margin-left: 10px;
  }

  .range input {
    width:100%;
    position: absolute;
    top: 5px;
    height: 0;
    margin:0px;
    -webkit-appearance: none;

  }

  .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin: -7px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-moz-range-thumb {
    width: 15px;
    height: 15px;
    margin: -7px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-ms-thumb {
    width: 15px;
    height: 15px;
    margin: -8px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input:focus {
    background: none;
    outline: none;
  }

  .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    color: transparent;
  }

  .range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
  }

  .range-labels li {
    position: relative;
    left: 35px;
    float: left;
    width: 42px;
    text-align: center;
    color: #b2b2b2;
    font-size: 1em;
    cursor: pointer;

  }

  .range-labels li::before {
    position: absolute;
    top: 30px;
    content: "";
    margin: 0 auto;
    left:15px;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
  }

  .range-labels .active {
    color: #FFFFFF;
  }

  .range-labels .selected::before {
    background: #b2b2b2;
  }

  .range-labels .active.selected::before {
    display: none;
  }

  .sezione6 {
    border: solid 0.5px red;
    width: 960px;
    margin: 0 auto;
    height: 100vh;
  }

  .boxvalori {
    margin: 0 auto;

  }

  .fasciluce {
    display: flex;
    width: 100%;
    height: 50vh;
    margin: auto;

    justify-content: center;
  }

  .numerogrande {
    align-self: flex-end;
    text-align: center;

    display: flex;
    position: absolute;
    margin: auto;
  }

  #numeroconcerti {
    color: white;
    font-size: 120px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {

  .concertifuturimobile  {
      display: block;
    }

  .range {
    position: relative;
    width: 300px;
    height: 5px;
    margin-top: 14px;
    margin-left: 10px;
  }

  .range input {
    width:100%;
    position: absolute;
    top: 5px;
    height: 0;
    margin:0px;
    -webkit-appearance: none;

  }

  .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    margin: -7px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-moz-range-thumb {
    width: 15px;
    height: 15px;
    margin: -7px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-ms-thumb {
    width: 15px;
    height: 15px;
    margin: -8px 0 0;
    background: #FFFFFF;
    cursor: pointer;
    border: 0 !important;
  }

  .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #b2b2b2;
  }

  .range input:focus {
    background: none;
    outline: none;
  }

  .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    color: transparent;
  }

  .range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
  }

  .range-labels li {
    position: relative;
    left: 35px;
    float: left;
    width: 42px;
    text-align: center;
    color: #b2b2b2;
    font-size: 1em;
    cursor: pointer;

  }

  .range-labels li::before {
    position: absolute;
    top: 30px;
    content: "";
    margin: 0 auto;
    left:15px;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
  }

  .range-labels .active {
    color: #FFFFFF;
  }

  .range-labels .selected::before {
    background: #b2b2b2;
  }

  .range-labels .active.selected::before {
    display: none;
  }

  .sezione6 {

    width: 960px;
    margin: 0 auto;
    height: 100vh;
  }

  .boxvalori {
    margin: 0 auto;

  }

  .fasciluce {
    display: flex;
    width: 100%;
    height: 50vh;
    margin: auto;

    justify-content: center;
  }

  .numerogrande {
    align-self: flex-end;
    text-align: center;

    display: flex;
    position: absolute;
    margin: auto;
  }

  #numeroconcerti {
    color: white;
    font-size: 120px;
    margin: 0 auto;
  }
}
