header{
  display: none;
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -15px 30px 0px rgba(0,0,0,0.5);
  background-color: rgb(255,255,255);
  z-index: 5;
  overflow: hidden;
}
header > .logo{
  position: absolute;
  top: 0;
  width: 1300px;
  height: 100%;
  left: -webkit-calc(50% - 650px);
  left: -moz-calc(50% - 650px);
  left: calc(50% - 650px);
  background-color: rgb(255,255,255);
}
header > .logo > img{
  position: absolute;
  top: 20px;
  left: 0;
  height: 60px;
  width: auto;
}
header > .logo > span{
  position: absolute;
  top: 20px;
  left: 70px;
  height: 60px;
  line-height: 60px;
  width: auto;
  color: rgb(0,0,0);
  font-size: 40px;
}
section{
  position: relative;
  height: auto;
  width: 1300px;
  left: -webkit-calc(50% - 650px);
  left: -moz-calc(50% - 650px);
  left: calc(50% - 650px);
}
#presentazione > #presentazione-sfondo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#presentazione > #presentazione-logo {
  position: absolute;
  right: 23%;
  bottom: 15%;
  width: 20%;
  height: auto;
}
#presentazione > span{
  position: absolute;
  left: 370px;
  width: 400px;
  top: 250px;
  font-size: 30px;
  color: rgb(255,255,255);
}
#lingue{
  position: absolute;
  left: 20px;
  top: 0;
  height: auto;
  width: 85px;
  min-height: 30px;
  z-index: 3;
}
#linSel{
  position: relative;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
#linSel:hover{
  border-bottom: 0.5px solid rgb(255,255,255);
}
#linSel > img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
}
#linSel > span {
  position: absolute;
  left: 38px;
  font-size: 18px;
  font-weight: bold;
  top: 5px;
  color: rgb(255,255,255);
}
#freccia {
  position: absolute;
  right: 0;
  top: 40%;
  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;
}
.selLing{
  display: none;
  position: relative;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.selLing:hover{
  border-bottom: 0.5px solid rgb(255,255,255);
}
.selLing > img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.selLing > span {
  position: absolute;
  left: 38px;
  font-size: 18px;
  font-weight: bold;
  top: 5px;
  color: rgb(255,255,255);
}
#link-presentazione{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: right;
}
#lingue2{
  position: fixed;
  right: 20px;
  left: auto;
  top: 30px;
  height: auto;
  width: 110px;
  min-height: 40px;
  z-index: 15;
}
#linSel2{
  position: relative;
  margin-left: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}
#linSel2:hover{
  border-bottom: none;
}
#linSel2 > img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
}
#linSel2 > span {
  position: absolute;
  left: 50px;
  font-size: 30px;
  font-weight: bold;
  top: 3px;
  color: rgb(0,0,0);
}
#linSel2:hover > span {
  color: rgb(255,0,0);
}
#freccia2 {
  position: absolute;
  right: 0;
  top: 45%;
  width: 0;
  height: 0;
  line-height: 0;
  border-top: 10px solid rgb(0,0,0);
  border-left:   10px solid transparent;
  border-right:   10px solid transparent;
}
.selLing2{
  display: none;
  position: relative;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-color: rgb(255,255,255);
}
.selLing2:hover{
  border-bottom: none;
}
.selLing2 > img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
}
.selLing2 > span {
  position: absolute;
  left: 50px;
  font-size: 30px;
  font-weight: bold;
  top: 3px;
  color: rgb(0,0,0);
}
.link-presentazione{
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: rgb(255,255,255);
  margin-right: 20px;
  cursor: pointer;
}
.link-presentazione:hover{
  text-decoration: underline;
  color: rgb(255,0,0);
}
#link-presentazione2{
  position: absolute;
  top: 0;
  left: 0;
  right: 140px;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  height: 100px;
  text-align: right;
}
.link-presentazione2{
  position: relative;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: rgb(0,0,0);
  margin-right: 20px;
  cursor: pointer;
}
.link-presentazione2:hover{
  text-decoration: underline;
  color: rgb(255,0,0);
}
#prodotti{
  text-align: center;
  padding-bottom: 50px;
}
#prodotti > .titolo{
  position: relative;
  display: inline-block;
  margin-top: 100px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: linear-gradient(-1deg, #cc0000, #1c6092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
#prodotti > .prodotto{
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-right: 20px;
  height: 430px;
  width: 300px;
  background-color: #0f4e83;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  -moz-box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  border: 0.5px solid rgb(220,220,220);
}
#prodotti > .prodotto > img{
  position: absolute;
  top: 20px;
  width: 100px;
  height: 100px;
  left: -webkit-calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);
}
#prodotti > .prodotto > span{
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  color: rgb(255,255,255);
}
#prodotti > .prodotto > p{
  position: absolute;
  top: 170px;
  left: 10%;
  width: 80%;
  height: 160px;
  font-size: 15px;
  color: rgb(0,0,0);
  text-align: left;
  color: rgb(255,255,255);
}
#prodotti > .prodotto > div{
  position: absolute;
  bottom: 30px;
  width: 150px;
  left: -webkit-calc(50% - 75px);
  left: -moz-calc(50% - 75px);
  left: calc(50% - 75px);
}
.dettaglio-prodotto{
  position: absolute;
  width: 300px;
  height: 500px;
  max-height: 500px;
  background-color: rgb(255,255,255);
  border: 1px solid rgb(220,220,220);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  -moz-box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  box-shadow: 5px 10px 15px 0px rgba(132,132,132,0.65);
  z-index: 2;
  text-align: left !important;
}
.dettaglio-prodotto-contenuto{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.dettaglio-prodotto-contenuto > span{
  position: relative;
  top: 10px;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: rgb(0,0,0);
}
.dettaglio-prodotto-contenuto > .dettaglio-prodotto-contenuto-titolo{
  display: none;
}
.dettaglio-prodotto-contenuto > p{
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  font-size: 13px;
  color: rgb(0,0,0);
}
#dettaglio-prodotto-efficienza{
  display: none;
  left: 255px;
  top: 170px;
  overflow: visible !important;
}
#dettaglio-prodotto-efficienza::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: rgb(255,255,255);
  bottom: 65px;
  left: 0;
  margin-left: -30px;
  z-index: 2;
}
#dettaglio-prodotto-analisi{
  display: none;
  left: 580px;
  top: 170px;
  overflow: visible !important;
}
#dettaglio-prodotto-analisi::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right-color: rgb(255,255,255);
  bottom: 65px;
  left: 0;
  margin-left: -30px;
  z-index: 2;
}
#dettaglio-prodotto-fiscalita{
  display: none;
  left: 400px;
  top: 170px;
  overflow: visible !important;
}
#dettaglio-prodotto-fiscalita::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: rgb(255,255,255);
  bottom: 65px;
  left: 0;
  margin-left: 300px;
  z-index: 2;
}
#dettaglio-prodotto-commerciale{
  display: none;
  left: 720px;
  top: 170px;
  overflow: visible !important;
}
#dettaglio-prodotto-commerciale::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-left-color: rgb(255,255,255);
  bottom: 65px;
  left: 0;
  margin-left: 300px;
  z-index: 2;
}
#obbiettivo{
  text-align: center;
  padding-bottom: 50px;
}
#obbiettivo > .titolo{
  position: relative;
  display: inline-block;
  margin-top: 100px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: linear-gradient(-1deg, #cc0000, #1c6092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
#obbiettivo > p{
  position: relative;
  margin-top: 50px;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: rgb(0,0,0);
  text-align: left;
  font-weight: 300;
}
#news{
  text-align: center;
  padding-bottom: 50px;
}
#news > .titolo{
  position: relative;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: linear-gradient(-1deg, #cc0000, #1c6092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
#contenitore-news{
  position: relative;
  display: inline-block;
  margin-top: 50px;
  width: 100%;
  height: auto;
  background-color: #0f4e83;
  padding-bottom: 30px;
  padding-top: 30px;
}
.news{
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: auto;
  background-color: rgb(255,255,255);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.5px solid rgb(200,200,200);
  text-align: left;
}
.news > .titolo-news{
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: rgb(0,0,0);
  text-align: left;
}
.news > .data-news{
  position: relative;
  margin-top: 5px;
  margin-left: 10px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  color: rgb(0,0,0);
  text-align: left;
}
#contenitore-news > .news > p{
  word-wrap: break-word;
  font-size: 15px;
  margin-left: 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
footer{
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #0f4e83;
}
footer > .contatti{
  position: absolute;
  top: 0;
  width: 1300px;
  height: 100%;
  left: -webkit-calc(50% - 650px);
  left: -moz-calc(50% - 650px);
  left: calc(50% - 650px);
}
#mappa{
  position: absolute;
  width: 500px;
  height: 300px;
  right: -webkit-calc(25% - 250px);
  right: -moz-calc(25% - 250px);
  right: calc(25% - 250px);
  top: -webkit-calc(50% - 150px);
  top: -moz-calc(50% - 150px);
  top: calc(50% - 150px);
}
#contatti-denominazione{
  position: absolute;
  top: 50px;
  left: 50px;
  width: -webkit-calc(50% - 50px);
  width: -moz-calc(50% - 50px);
  width: calc(50% - 50px);
  height: 50px;
  line-height: 50px;
  font-size: 35px;
  color: rgb(255,255,255);
}
#contatti-dati{
  position: absolute;
  top: 100px;
  left: 50px;
  width: -webkit-calc(50% - 50px);
  width: -moz-calc(5% - 50px);
  width: calc(50% - 50px);
  font-size: 20px;
  color: rgb(255,255,255);
}
#privacy{
  color: rgb(255,0,0);
  text-decoration: none;
  cursor: pointer;
}
#privacy:hover{
  text-decoration: underline;
}
#up{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgb(255,255,255);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
  cursor: pointer;
  border: 0.5px solid rgb(0,0,0);
}
#up > img {
  width: 100%;
  height: 100%;
}
@media (min-width: 800px) and (max-width: 1299px){
  header > .logo{
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 30px;
  }
  section{
    width: 100%;
    left: 0
  }
  #link-presentazione{
    height: 20px;
  }
  .link-presentazione{
    height: 20px;
    line-height: 20px;
    font-size: 15px;
  }
  #link-presentazione2{
    top: 0;
    left: auto;
    right: 140px;
    width: 50%;
    height: 100px;
    text-align: right;
  }
  .link-presentazione2{
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    margin-right: 10px;
  }
  #presentazione > span{
    position: absolute;
    left: 25%;
    width: 33%;
    top: 40%;
    font-size: 20px;
    color: rgb(255,255,255);
  }
  #prodotti > .titolo{
    left: 20px;
  }
  .dettaglio-prodotto{
    position: fixed !important;
    width: 50%;
    height: 100%;
    left: auto;
    top: 0;
    right: 0;
    max-height: 100%;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(220,220,220);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 5;
    text-align: left !important;
    z-index: 11;
  }
  .dettaglio-prodotto-contenuto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .dettaglio-prodotto-contenuto > span{
    position: relative;
    top: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: rgb(0,0,0);
  }
  .dettaglio-prodotto-contenuto > p{
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 13px;
    color: rgb(0,0,0);
  }
  #dettaglio-prodotto-efficienza, #dettaglio-prodotto-analisi, #dettaglio-prodotto-fiscalita, #dettaglio-prodotto-commerciale{
    display: none;
    left: auto;
    top: 0;
    right: 0;
    overflow: visible !important;
  }
  #dettaglio-prodotto-efficienza::before{
    content: none;
  }
  #dettaglio-prodotto-analisi::before{
    content: none;
  }
  #dettaglio-prodotto-fiscalita::before{
    content: none;
  }
  #dettaglio-prodotto-commerciale::before{
    content: none;
  }
  .dettaglio-prodotto-contenuto > .dettaglio-prodotto-contenuto-titolo{
    position: sticky;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 20px !important;
    color: #0f4e83;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    top: 0;
    background-color: rgb(255,255,255);
    z-index: 2;
  }
  #obbiettivo > .titolo{
    left: 20px;
  }
  #obbiettivo > p{
    position: relative;
    margin-top: 0 !important;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  footer > .contatti{
    width: 100%;
    height: 100%;
    left: 0;
  }
  #mappa{
    width: 400px;
    height: 250px;
    right: -webkit-calc(25% - 190px);
    right: -moz-calc(25% - 190px);
    right: calc(25% - 190px);
    top: -webkit-calc(50% - 125px);
    top: -moz-calc(50% - 125px);
    top: calc(50% - 125px);
  }
  #contatti-denominazione{
    position: absolute;
    top: 50px;
    left: 30px;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    color: rgb(255,255,255);
  }
  #contatti-dati{
    position: absolute;
    top: 100px;
    left: 30px;
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(5% - 60px);
    width: calc(50% - 60px);
    font-size: 18px;
    color: rgb(255,255,255);
  }
}
@media (max-width: 799px){
  header > .logo{
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 30px;
  }
  header > .logo > span{
    top: 10px;
    left: 70px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
  }
  section{
    width: 100%;
    left: 0
  }
  #presentazione > #presentazione-sfondo {
    margin-top: 25px;
    height: -webkit-calc(100% - 25px);
    height: -moz-calc(100% - 25px);
    height: calc(100% - 25px);
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #link-presentazione{
    height: 25px;
  }
  .link-presentazione{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: rgb(0,0,0);
    margin-right: 10px;
  }
  #link-presentazione2{
    top: 50px;
    left: 70px;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 50px;
    text-align: left;
  }
  .link-presentazione2{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-right: 10px;
  }
  #lingue2{
    position: fixed;
    right: 10px;
    left: auto;
    top: 20px;
    height: auto;
    width: 50px;
    min-height: 20px;
    z-index: 15;
  }
  #linSel2{
    position: relative;
    margin-left: 0;
    width: 100%;
    height: 20px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  #linSel2:hover{
    border-bottom: none;
  }
  #linSel2 > img {
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    height: 15px;
  }
  #linSel2 > span {
    position: absolute;
    left: 20px;
    font-size: 15px;
    font-weight: bold;
    top: 1.5px;
    color: rgb(0,0,0);
  }
  #linSel2:hover > span {
    color: rgb(255,0,0);
  }
  #freccia2 {
    position: absolute;
    right: 0;
    top: 40%;
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 5px solid rgb(0,0,0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .selLing2{
    display: none;
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
    background-color: rgb(255,255,255);
  }
  .selLing2:hover{
    border-bottom: none;
  }
  .selLing2 > img {
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    height: 15px;
  }
  .selLing2 > span {
    position: absolute;
    left: 20px;
    font-size: 15px;
    font-weight: bold;
    top: 1.5px;
    color: rgb(0,0,0);
  }
  #presentazione > span{
    position: absolute;
    left: 26%;
    width: 30%;
    top: 41%;
    font-size: 11px;
    color: rgb(255,255,255);
  }
  #prodotti{
    text-align: center;
    padding-bottom: 0;
  }
  #prodotti > .titolo{
    display: inline-block;
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
  }
  #prodotti > .prodotto{
    position: relative;
    display: inline-block;
    margin-top: 50px;
    margin-right: 0;
    width: 90%;
  }
  .dettaglio-prodotto{
    position: fixed !important;
    width: 100%;
    height: 70%;
    left: 0 !important;
    top: 30% !important;
    right: auto;
    max-height: 70%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 11;
  }
  .dettaglio-prodotto-contenuto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .dettaglio-prodotto-contenuto > span{
    position: relative;
    top: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: rgb(0,0,0);
  }
  .dettaglio-prodotto-contenuto > p{
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    font-size: 13px;
    color: rgb(0,0,0);
  }
  #dettaglio-prodotto-efficienza, #dettaglio-prodotto-analisi, #dettaglio-prodotto-fiscalita, #dettaglio-prodotto-commerciale{
    display: none;
    left: auto;
    top: 0;
    right: 0;
    overflow: visible !important;
  }
  #dettaglio-prodotto-efficienza::before{
    content: none;
  }
  #dettaglio-prodotto-analisi::before{
    content: none;
  }
  #dettaglio-prodotto-fiscalita::before{
    content: none;
  }
  #dettaglio-prodotto-commerciale::before{
    content: none;
  }
  .dettaglio-prodotto-contenuto > .dettaglio-prodotto-contenuto-titolo{
    position: sticky;
    display: inline-block;
    width: 100% !important;
    margin-bottom: 20px !important;
    color: #0f4e83;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    top: 0;
    background-color: rgb(255,255,255);
    padding-left: 10px;
    z-index: 2;
  }
  #obbiettivo > .titolo{
    display: inline-block;
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
  }
  #obbiettivo > p{
    position: relative;
    margin-top: 0 !important;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 15px;
  }
  footer > .contatti{
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #mappa{
    position: absolute;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 45%;
    right: auto;
    left: 0;
    top: 45% !important;
  }
  #contatti-denominazione{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100% !important;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
  }
  #contatti-dati{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100% !important;
    font-size: 15px;
  }



  #lingue{
    position: absolute;
    left: 20px;
    top: 0;
    height: auto;
    width: 70px;
    min-height: 25px;
    z-index: 3;
  }
  #linSel{
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 25px;
    cursor: pointer;
  }
  #linSel:hover{
    border-bottom: none;
  }
  #linSel > img {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 15px;
    height: 15px;
  }
  #linSel > span {
    position: absolute;
    left: 30px;
    font-size: 15px;
    font-weight: normal;
    top: 4px;
    color: rgb(0,0,0);
  }
  #freccia {
    position: absolute;
    right: 0;
    top: 30%;
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 10px solid rgb(0,0,0);
    border-left:   10px solid transparent;
    border-right:   10px solid transparent;
  }
  .selLing{
    display: none;
    position: relative;
    width: 100%;
    height: 25px;
    cursor: pointer;
    background-color: rgb(255,255,255);
  }
  .selLing:hover{
    border-bottom: none;
  }
  .selLing > img {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 15px;
    height: 15px;
  }
  .selLing > span {
    position: absolute;
    left: 30px;
    font-size: 15px;
    font-weight: normal;
    top: 4px;
    color: rgb(0,0,0);
  }



}
