#cornice {
  position: absolute;
  top: 1300px;
  max-width: 1600px;
  /* display: flex; */
  clear: both;
  background-image: url(/grafica/metal.jpg);

  /* border-top: 100px solid red; */
  /* padding: 3%; */
  /* background-color: background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);; */
}

.saluto{
  grid-column: 5 / 9;
  grid-row: 7 / 8;;
  text-align: center;
  font-family:Georgia, 'Times New Roman', Times, serif;
 
/* border: 1px solid red; */

}


/* .benvenuti h3{
  text-align: center;
} */

/* .benvenuti{
  grid-column: 1 / 4;
  grid-row: 9 / 18;
  width: 100%;
  height: 100%;
  border: 1px solid red;
} */
.benvenuti{
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 8 ;
  grid-row-end: 19;
  display: grid;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: scroll;
  
  margin-left: 1%;
  /* border: 10px solid red; */
}
.benvenuti::-webkit-scrollbar {

  display: none;

}
.par{
  /* grid-column: 1 / 4;
  grid-row: 9 / 18; */

  /* height: fit-content; */
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 10% 0 10%;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  /* border: 1px solid red; */
}
@media screen and (max-width: 1024px) {
  .par{font-size: 100%;}
}

.benvenuti2{
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 8 ;
  grid-row-end: 10;
  margin-right: 1%;
}

.par2{
  grid-column: 9 /13;
  grid-row: 8 / 18;
  font-size: 130%;
  /* padding: 0 15% 0 15%; */
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 10% 0 10%;

}
@media screen and (max-width: 1024px) {
  .par2{font-size: 100%;}
}

#location{
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 13;
  grid-row-end: 19;
  /* margin: 0 2%; */

  /* width: 100%;
  height: 100%; */
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(5, 1fr);
  overflow: hidden;
  overflow-y: scroll;
  /* column-gap: 20px; */
    /* border: 10px solid rgb(13, 0, 255); */
  background-color: rgba(37, 85, 21, 0.588);
  border-radius: 5%;
  margin: 0 10%;
  font-size: 1em;
}

#location::-webkit-scrollbar {

  display: none;

}
.inciso {
  font-size: 1.9em;
  font-weight: 700;
  color: red;
  text-align: center;
  /* font-size: 72px; */
  background: -webkit-linear-gradient(red, #1900ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.evidenza {
  color: #f31519;
  text-transform: uppercase;
  /* font-size: 1.3em; */
  text-align: center;
  font-weight: 700;
  font-style: oblique;
  padding-top: 10%;
}

.evidenza2 {
  color: #d4f903;
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
  grid-column: 1 / 1;
}


.stazioni {

  width: 100%;
  color: rgb(255, 21, 0);
  text-transform: uppercase;
  text-align: center;
  /* border: 1px solid red; */
  font-size: 1.1em;
  /* margin: 0 auto; */
  /* text-align: center; */
}


.lista{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

footer {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  width: 100%;
  height: 15%;
  background-color: black;
}
