body{
  margin: 0;
  background-color: rgb(255,255,255);
  font-family: Roboto, sans-serif;
  background-color: rgb(0,0,0);
}

iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

h1{
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  color: rgb(255,255,255);
  text-shadow: -1px 0 rgb(0,0,0), 0 1px rgb(0,0,0), 1px 0 rgb(0,0,0), 0 -1px rgb(0,0,0);
}

textarea:focus, input:focus{
    outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

@keyframes crescendo {
0%   {transform: scale(1);}
100% {transform: scale(1.2);}
}

@keyframes diminuendo {
0%   {transform: scale(1.2);}
100% {transform: scale(1);}
}

/* --- id --- */

#barraSchedaStoria{
  position: sticky;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
}

#bloccoInfo{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 15;
}

#bloccoPrinc{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 4;
}

#chiudiInfo{
  position: absolute;
  right: 50px;
  width: auto;
  height: 30px;
  top: 10px;
  text-align: center;
  color: red;
  font-size: 30px;
  cursor: pointer;
}

#chiudiStoria{
  position: absolute;
  right: 50px;
  width: auto;
  height: 30px;
  top: 30px;
  text-align: center;
  color: red;
  font-size: 30px;
  cursor: pointer;
}

#chiudiStoria:hover{
  text-decoration: underline;
}

#container{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

#container > img {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

#contactUs{
  position: absolute;
  left: 0;
  top: 0;
}

#contCont{
  position: absolute;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 200px;
  top: 30px;
  left: 10px;
}

#contLink{
  position: absolute;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 50px;
  top: 240px;
  left: 10px;
}

#formInfo{
  position: absolute;
  top: 60px;
  left: 10px;
  height: 470px;
  width: 420px;
}

#frase{
  position: absolute;
  top: 45%;
  left: 20px;
  z-index: 3;
}

#frase > span{
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: rgb(255,255,255);
  text-shadow: -1px 0 rgb(0,0,0), 0 1px rgb(0,0,0), 1px 0 rgb(0,0,0), 0 -1px rgb(0,0,0);
}

#freccia {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  line-height: 0;
  border-top: 10px solid rgb(255,255,255);
  border-left:   10px solid transparent;
  border-right:   10px solid transparent;
}

#immagineStoria{
  position: absolute;
  top: 100px;
  width: 700px;
  height: 350px;
  left: -webkit-calc(50% - 350px);
  left: -moz-calc(50% - 350px);
  left: calc(50% - 350px);
}

#immagineStoria > img{
  width: 100%;
  height: 100%;
}

#indirizzoInfo{
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 500px;
  height: 200px;
}

#info{
  display: none;
  position: fixed;
  width: 1000px;
  height: 550px;
  top: -webkit-calc(50% - 275px);
  top: -moz-calc(50% - 275px);
  top: calc(50% - 275px);
  left: -webkit-calc(50% - 500px);
  left: -moz-calc(50% - 500px);
  left: calc(50% - 500px);
  background-color: rgb(255,255,255);
  z-index: 20;
}

#inviaMail{
  position: absolute;
  bottom: 50px;
  width: 80px;
  right: 30px;
  height: 25px;
  background-color: rgb(68,124,195);
  color: rgb(255,255,255);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-bottom: 3px solid rgb(51,99,159);
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

#lingue{
  position: absolute;
  left: 10px;
  top: 5px;
  height: auto;
  width: 100px;
  min-height: 45px;
  z-index: 3;
}

#links{
  position: absolute;
  width: 600px;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  right: 20px;
  z-index: 3;
}

#linkMedicali{
  top: 0;
  left: 0;
  border: 0.5px solid rgb(255,255,255);
  background-color: rgba(34,113,179,0.5);
}

#linkMedicali > .barraTesto{
  background-color: rgba(34,113,179,0.5);
}

#linkParrucchieri{
  top: 0;
  right: 0;
  border-top: 0.5px solid rgb(255,255,255);
  border-right: 0.5px solid rgb(255,255,255);
  border-bottom: 0.5px solid rgb(255,255,255);
  background-color: rgba(255,117,20,0.5);
}

#linkParrucchieri > .barraTesto{
  background-color: rgba(255,117,20,0.5);
}

#linkStoria{
  bottom: 0;
  left: 0;
  border-right: 0.5px solid rgb(255,255,255);
  border-left: 0.5px solid rgb(255,255,255);
  border-bottom: 0.5px solid rgb(255,255,255);
  background-color: rgba(1,93,82,0.5);
}

#linkStoria > .barraTesto{
  background-color: rgba(1,93,82,0.5);
}

#linkContatti{
  position: absolute;
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  height: -webkit-calc(50% - 1px);
  height: -moz-calc(50% - 1px);
  height: calc(50% - 1px);
  bottom: 0;
  right: 0;
  border-right: 0.5px solid rgb(255,255,255);
  border-bottom: 0.5px solid rgb(255,255,255);
  background-color: rgb(240,240,240);
}

#linkContatti > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

#linkStoriaInfo{
  position: relative;
  width: 700px;
  height: 50px;
  left: -webkit-calc(50% - 350px);
  left: -moz-calc(50% - 350px);
  left: calc(50% - 350px);
  color: rgb(34,113,179);
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

#linSel{
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
}

#linSel:hover{
  border-bottom: 0.5px solid rgb(255,255,255);
}

#linSel > img {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
}

#linSel > span {
  position: absolute;
  left: 45px;
  font-size: 25px;
  font-weight: bold;
  top: 15px;
  color: rgb(255,255,255);
}

#logo{
  position: absolute;
  bottom: 10%;
  left: 30px;
  width: auto;
  height: 150px;
  z-index: 3;
}

#logo > img{
  width: auto;
  height: 100%;
}

#mappaInfo{
  position: absolute;
  top: 60px;
  right: 30px;
  width: 500px;
  height: 250px;
}

#policy{
  position: absolute;
  left: 0;
  bottom: 0;
}

#policyAccept{
  position: relative;
  width: 370px;
  height: 20px;
  margin-left: 10px;
  margin-top: 10px;
}

#schedaStoria{
  opacity: 0;
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: rgb(255,255,255);
  overflow-y: auto;
  z-index: 5;
}

#schedaStoria > img{
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

#sfondo1{
  z-index: 2;
}

#testoInput{
  position: relative;
  width: 370px;
  height: 100px;
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 10px;
  resize: none;
  border: 0.5px solid rgb(140,140,140);
}

#tesoStoria{
  position: relative;
  margin-top: 450px;
  width: 700px;
  height: auto;
  left: -webkit-calc(50% - 350px);
  left: -moz-calc(50% - 350px);
  left: calc(50% - 350px);
}

#titoloInfo{
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: 30px;
}

#titoloInfo > span{
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

#titoloStoria{
  position: absolute;
  top: 30px;
  width: 300px;
  height: 50px;
  left: -webkit-calc(50% - 150px);
  left: -moz-calc(50% - 150px);
  left: calc(50% - 150px);
  text-align: center;
}

#titoloStoria > span{
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}

/* --- fine id --- */



/* --- classi --- */

.animazioneSfondo{
  animation: crescendo 12s;
}

.animazioneSfondo2{
  animation: diminuendo 12s;
}

.barraScheda{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgb(255,255,255);
  z-index: 2;
}

.barraTesto{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  overflow: hidden;
}

.barraTesto > span{
  color: rgb(255,255,255);
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 10%;
  font-size: 20px;
  line-height: 20px;
}

.blocco{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 6;
}

.bordoBassoSchedaArancio{
  border-bottom : 4px solid rgb(255,117,20);
}

.bordoBassoSchedaBlu{
  border-bottom : 4px solid rgb(34,113,179);
}

.bordoBassoSchedaVerde{
  border-bottom : 4px solid rgb(1,93,82);
}

.chiudiScheda{
  position: absolute;
  top: 30px;
  right: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: red;
}

.chiudiScheda:hover{
  text-decoration: underline;
}

.chiudiScheda > span{
  line-height: 30px;
  font-size: 30px;
}

.chiudiSchedaDettaglio{
  position: absolute;
  bottom: 10px;
  height: 30px;
  width: 80px;
  left: 10px;
  text-align: center;
  cursor: pointer;
}

.chiudiSchedaDettaglio > span{
  font-size: 20px;
  line-height: 30px;
  color: red;
}

.descrizioneSchedaDettaglio{
  position: absolute;
  top: 330px;
  left: 10px;
  width: 380px;
  height: 100px;
}

.descrizioneSchedaDettaglio > span{
  font-size: 20px;
}

.descrizioneScheda{
  position: sticky;
  left: -webkit-calc(100% - 420px);
  left: -moz-calc(100% - 420px);
  left: calc(100% - 420px);
  top: 150px;
  width: 400px;
  height: 400px;
}

.descrizioneScheda > span{
  font-size: 30px;
  font-weight: 100;
}

.elencoScheda{
  position: absolute;
  top: 150px;
  left: 30px;
  width: 550px;
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
}

.grassetto{
  font-size: 12px;
  font-weight: bold;
  color: rgb(0,0,0);
}

.immagineSchedaDettaglio{
  position: absolute;
  top: 70px;
  width: 250px;
  height: 250px;
  left: 75px;
}

.immagineSchedaDettaglio > img{
  width: 100%;
  height: 100%;
}

.imgLink{
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  left: -moz-calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}

.imgLink > img{
  width: 100%;
  height: 100%;
}

.imgLinkSel{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.imgLinkSel > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: : scale(2);
}

.inputBox{
  position: relative;
  width: 370px;
  height: 25px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 10px;
  border: 0.5px solid rgb(140,140,140);
}

.leggero{
  font-weight: 100;
}

.link{
  position: absolute;
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  height: -webkit-calc(50% - 1px);
  height: -moz-calc(50% - 1px);
  height: calc(50% - 1px);
  cursor: pointer;
}

.link:hover > .imgLink { display: none; }
.link:hover > .testoLink { display: none; }
.link:hover > .barraTesto { height: 30%; transition: height 0.5s; }
.link:hover > .imgLinkSel { display: inherit}
.link:hover > .imgLinkSel > img { animation: diminuendo 2s;}

.linkBlue{
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: rgb(34,113,179);
  cursor: pointer;
}

.linkDettagliProdottoScheda{
  position: absolute;
  left: 100px;
  top: 60px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  color: rgb(34,113,179);
  cursor: pointer;
}

.logoScheda{
  position: absolute;
  top: 20px;
  left: 30px;
  width: auto;
  height: 50px;
}

.logoScheda > img{
  width: auto;
  height: 100%;
}

.obb{
  color: red;
}

.pdfSchedaDettaglio{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.pdfSchedaDettaglio > span{
  font-size: 20px;
  line-height: 30px;
  color: rgb(34,113,179);
}

.scheda{
  opacity: 0;
  position: absolute;
  top: 100%;
  height: 100%;
  width: 100%;
  background-color: rgb(255,255,255);
  overflow-y: auto;
  z-index: 5;
}

.scheda > img{
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}

.schedaDettaglio{
  display: none;
  position: fixed;
  width: 400px;
  height: 500px;
  top: -webkit-calc(50% - 250px);
  top: -moz-calc(50% - 250px);
  top: calc(50% - 250px);
  left: -webkit-calc(50% - 200px);
  left: -moz-calc(50% - 200px);
  left: calc(50% - 200px);
  background-color: rgb(255,255,255);
  -webkit-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 25px -12px rgba(0,0,0,0.75);
  z-index: 9;
}

.small{
  font-size: 10px;
  color: rgb(0,0,0);
}

.selLing{
  display: none;
  position: relative;
  width: 100%;
  height: 45px;
  cursor: pointer;
}

.selLing:hover{
  border-bottom: 0.5px solid rgb(255,255,255);
}

.selLing > img {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 30px;
  height: 30px;
}

.selLing > span {
  position: absolute;
  left: 45px;
  font-size: 25px;
  font-weight: bold;
  top: 15px;
  color: rgb(255,255,255);
}

.sezioneElencoScheda{
  position: relative;
  width: 50%;
  left: 25%;
  height: 100px;
}

.sezioneElencoScheda > img{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border: 1px solid rgb(140,140,140);
}

.testoLink{
  position: absolute;
  bottom: 20%;
  height: 20px;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  color: rgb(255,255,255);
}

.titoloScheda{
  position: absolute;
  top: 20px;
  left: 150px;
  font-size: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.titoloSchedaDettaglio{
  position: absolute;
  top: 10px;
  width: 100%;
  height: 50px;
  text-align: center;
}

.titoloSchedaDettaglio > span {
  font-size: 50px;
  line-height: 50px;
}

.TitoloSezioneElencoScheda{
  position: absolute;
  top: 20px;
  left: 100px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.wrapperNero{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 3;
}

/* --- fine classi --- */


/* --- media query --- */

/* smartphone */
@media (max-width: 799px){

  #barraSchedaStoria{
    height: 30px;
  }

  #chiudiInfo{
    position: sticky;
    margin-top: -50px;
    margin-left: -webkit-calc(100% - 110px);
    margin-left: -moz-calc(100% - 110px);
    margin-left: calc(100% - 110px);
    z-index: 12;
  }

  #chiudiStoria{
    right: 20px;
    height: 20px;
    top: 5px;
    font-size: 20px;
  }

  #container{
    min-height: 100%;
    width: 100%;
  }

  #contCont{
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 200px;
    top: 10px;
    left: 8px;
    line-height: 11px;
  }

  #contLink{
    width: 100%;
    height: auto;
    top: auto;
    bottom: 20px;
    left: 0;
  }

  #contactUs{
    position: absolute;
    left: 0;
    top: 0;
  }

  #formInfo{
    position: absolute;
    top: 60px;
    left: 5px;
    height: 470px;
    width: 90%;
  }

  #frase{
    top: 60px;
    left: 10px;
  }

  #frase > h1{
    font-size: 20px;
  }
  #frase > span{
    font-size: 15px;
  }

  #immagineStoria{
    position: absolute;
    top: 80px;
    width: 300px;
    height: 150px;
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: calc(50% - 150px);
  }

  #indirizzoInfo{
    right: auto;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    top: 780px;
    bottom: auto;
    left: 10px;
    height: 200px;
  }

  #info{
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    height: -webkit-calc(100% - 16px);
    height: -moz-calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #inviaMail{
    bottom: 100px;
  }

  #lingue{
    left: auto;
    right: 20px;
  }

  #linkContatti{
    position: fixed;
    bottom: auto;
    top: -webkit-calc(100% - 175px) !important;
    top: -moz-calc(100% - 175px) !important;
    top: calc(100% - 175px) !important;
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    right: auto;
    left: 10px;
    border: 0.5px solid rgb(255,255,255);
    height: 170px;
  }

  #linkMedicali{
    top: 0;
    left: 0px;
    right: auto;
    width: 90px !important;
    border: 0.5px solid rgb(255,255,255);
    background-color: rgba(34,113,179,0.5);
  }

  #linkParrucchieri{
    top: 0;
    width: 90px !important;
    right: auto;
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
    border: 0.5px solid rgb(255,255,255);
    background-color: rgba(255,117,20,0.5);
  }

  #linkStoria{
    top: 0px;
    left: auto;
    right: 8px;
    width: 90px !important;
    border: 0.5px solid rgb(255,255,255);
    background-color: rgba(1,93,82,0.5);
    right: 8px;
  }

  #linkStoriaInfo{
    position: relative;
    left: -webkit-calc(100% - 16px);
    left: -moz-calc(100% - 16px);
    left: calc(100% - 16px);
    left: 8px;
  }

  #links{
    right: 0;
    height: auto;
    width: 100%;
    top: 170px;
    left: 5px;
  }

  #logo{
    bottom: auto;
    top: 16px;
    left: 16px;
    height: 40px;
  }

  #mappaInfo{
    top: 500px;
    right: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  #policy{
    position: absolute;
    right: 0;
    left: auto;
    top: 1px;
  }

  #testoInput{
    width: 80%;
  }

  #tesoStoria{
    margin-top: 220px;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    left: 8px;
    font-size: 11px;
  }

  #titoloInfo{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255,255,255);
    z-index: 12;
    height: 50px;
  }

  #titoloInfo > span{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  #titoloStoria > span{
    font-size: 30px;
    line-height: 30px;
  }

  .barraTesto > span{
    font-size: 12px;
    line-height: 12px;
    left: 5%;
  }

  .chiudiScheda{
    top: 5px;
    right: 60px;
  }

  .descrizioneSchedaDettaglio{
    position: absolute;
    top: 250px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 100px;
  }

  .descrizioneSchedaDettaglio > span{
    font-size: 15px;
  }

  .descrizioneScheda{
    position: absolute;
    left: 10%;
    top: 100px;
    width: 80%;
    height: 100px;
  }

  .descrizioneScheda > span{
    font-size: 15px;
  }

  .link:hover > .barraTesto { height: 40%; transition: height 0.5s; }

  .elencoScheda{
    position: absolute;
    top: 200px;
    left: 5px;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px);
    height: auto;
  }

  .inputBox{
    width: 80%;
    height: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 10px;
  }

  .immagineSchedaDettaglio{
    width: 150px;
    height: 150px;
    left: -webkit-calc(50% - 75px);
    left: -moz-calc(50% - 75px);
    left: calc(50% - 75px);
  }

  .imgLink{
    position: absolute;
    top: -webkit-calc(40% - 12.5px);
    top: -moz-calc(40% - 12.5px);
    top: calc(40% - 12.5px);
    left: -webkit-calc(50% - 12.5px);
    left: -moz-calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
  }

  .link{
    position: absolute;
    width: 150px;
    height: 100px;
    cursor: pointer;
  }

  .logoScheda{
    top: 5px;
    left: 5px;
    height: 25px;
  }

  .schedaDettaglio{
    display: none;
    position: fixed;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
  }

  .selLing{
    background-color: rgb(255,255,255);
  }

  .selLing:hover{
    border-bottom: 0.5px solid rgb(0,0,0);
  }

  .selLing > span {
    color: rgb(0,0,0);
  }

  .sezioneElencoScheda{
    width: 100%;
    left: 0%;
  }

  .testoLink{
    line-height: 14px;
    font-size: 14px;
  }

  .titoloScheda{
    top: 35px;
    left: 10px;
    font-size: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .TitoloSezioneElencoScheda{
    font-size: 20px;
    line-height: 20px;
  }

  .titoloSchedaDettaglio > span {
    font-size: 30px;
    line-height: 30px;
  }

}

/* tablet */
@media (min-width: 800px) and (max-width: 1099px){

#chiudiInfo{
  position: sticky;
  margin-top: -85px;
  margin-left: 450px;
  z-index: 12;
}

#container{
  min-height: 100%;
}

#contCont{
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 200px;
  top: 10px;
  left: 10px;
  line-height: 11px;
}

#contLink{
  top: 30px;
  left: 50%;
}

#formInfo{
  position: absolute;
  top: 80px;
  left: -webkit-calc(50% - 210px);
  left: -moz-calc(50% - 210px);
  left: calc(50% - 210px);
}

#frase{
  top: 30%;
  left: 50px;
}

#indirizzoInfo{
  right: auto;
  left: -webkit-calc(50% - 250px);
  left: -moz-calc(50% - 250px);
  left: calc(50% - 250px);
  top: 830px;
  bottom: auto;
  width: 500px;
  height: 200px;
}

#info{
  width: 80%;
  height: 500px;
  top: -webkit-calc(50% - 250px);
  top: -moz-calc(50% - 250px);
  top: calc(50% - 250px);
  left: 10%;
  overflow-y: auto;
}

#inviaMail{
  bottom: 100px;
}

#lingue{
  left: auto;
  right: 20px;
}

#linkContatti{
  position: absolute;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  right: auto;
  left: 0;
  border: 0.5px solid rgb(255,255,255);
  min-height: 130px;
}

#linkMedicali{
  top: 0;
  left: 10%;
  border: 0.5px solid rgb(255,255,255);
  background-color: rgba(34,113,179,0.5);
}

#linkParrucchieri{
  top: 0;
  left: -webkit-calc(50% - 75px);
  left: -moz-calc(50% - 75px);
  left: calc(50% - 75px);
  border: 0.5px solid rgb(255,255,255);
  background-color: rgba(255,117,20,0.5);
}

#linkStoria{
  top: 0;
  left: auto;
  border: 0.5px solid rgb(255,255,255);
  background-color: rgba(1,93,82,0.5);
  right: 10%;
}

#links{
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 40%;
  top: auto;
  bottom: 5px;
  left: 5px;
}

#logo{
  bottom: auto;
  top: 20px;
  left: 20px;
  height: 100px;
}

#mappaInfo{
  top: 550px;
  right: auto;
  left: -webkit-calc(50% - 250px);
  left: -moz-calc(50% - 250px);
  left: calc(50% - 250px);
}

#titoloInfo{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255,255,255);
  z-index: 12;
  height: 70px;
}

#titoloInfo > span{
  position: absolute;
  top: 10px;
  left: 10px;
}

.barraTesto > span{
  font-size: 15px;
  line-height: 15px;
  left: 5%;
}

.elencoScheda{
  left: 10px;
}

.imgLink{
  position: absolute;
  top: -webkit-calc(40% - 12.5px);
  top: -moz-calc(40% - 12.5px);
  top: calc(40% - 12.5px);
  left: -webkit-calc(50% - 12.5px);
  left: -moz-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
}

.link{
  position: absolute;
  width: 150px;
  height: 100px;
  cursor: pointer;
}

.sezioneElencoScheda{
  left: 0;
}

}

/* --- fine media query --- */
