/*
    Created on : 22-sett-2025, 17.34.45
    Author     : Quid Comunicazione
*/
html, body {
  background-repeat: no-repeat;
  color: #3c3c3c;
  overflow: hidden;
  height: 100%;
}

#overlay-mobile {
  background-color: white;
  min-height: 70%;
  position: absolute;
  top: 15%;
  width: 100%;
  -moz-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  -moz-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
}

#background {
  display: none;
}

#background-mobile {
  background-color: black;
  background-image: url("../images/02sfondo.jpg");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100%;
  width: 100%;
}

#content-mobile {
  background-color: transparent;
  display: block;
  min-height: 100%;
  position: absolute;
  top: 0px;
  margin: 0px auto;
  width: 100%;
}
#content-mobile #logo-mobile {
  position: absolute;
  left: 57%;
  top: 80px;
  width: 200px;
  height: 200px;
  -moz-transform: translateX(-60%);
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}
#content-mobile #under-construction-mobile {
  color: #2b2c68;
  border-top: 1px dotted #2b2c68;
  border-bottom: 1px dotted #2b2c68;
  font-family: "OpenSans Light", sans-serif;
  font-size: 18px;
  position: absolute;
  top: 55%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#content-mobile #under-construction-mobile > p {
  margin-top: 5px;
  margin-bottom: 5px;
}
#content-mobile #info-mobile {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#content-mobile #info-mobile h4 {
  color: #2b2c68;
  font-family: "OpenSans Bold", sans-serif;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}
#content-mobile #info-mobile h5 {
  color: #3C3C3C;
  font-family: "OpenSans Light", sans-serif;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#content-mobile #info-mobile address {
  font-family: "OpenSans Light", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
#content-mobile #info-mobile address a {
  color: #3C3C3C;
  text-decoration: none;
}
#content-mobile #info-mobile address a:hover {
  color: #3C3C3C;
}

@media screen and (max-width: 480px) {
  #content, #bordo-dx {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #logo-mobile {
    width: 60%;
  }

  #under-construction-mobile > p {
    font-size: 16px;
  }
}
@media screen and (max-height: 568px) {
  #content-mobile #logo {
    top: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #content-mobile #info-mobile {
    bottom: 30px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
