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

a {
  color: #3C3C3C;
  text-decoration: none;
}

.clear {
  clear: both;
}

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

#background-mobile {
  display: none;
}

#content-mobile {
  display: none;
}

.global-overlay {
  position: fixed;
  top: 0;
  left: -100vw;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.overlay, .overlay-2 {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: -50%;
  background-color: white;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  border-right: 1px solid #FFFFFF;
}

.overlay-2 {
  background-color: rgba(0, 0, 255, 0.1);
  left: -75%;
  border-right: 0;
}

.skew-part {
  -moz-transform: skew(-25deg, 0deg);
  -webkit-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

#left {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#content {
  background-color: transparent;
  height: 100%;
  position: absolute;
  width: 100%;
}
#content #logo {
  position: relative;
  top: 60px;
  left: 60px;
  width: 200px;
  height: 200px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content #under-construction {
  position: absolute;
  top: 50%;
  left: 60px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content #under-construction p {
  margin-top: 5px;
  margin-bottom: 0px;
}
#content #under-construction p.title {
  font-family: "OpenSans Light", sans-serif;
  font-size: 28px;
  line-height: 27px;
  color: #2b2c68;
  text-transform: uppercase;
}
#content #under-construction p.more-info {
  color: #2b2c68;
  font-family: "OpenSans Light", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#content #under-construction p.more-info a {
  font-family: "OpenSans Light", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2b2c68;
}
#content #under-construction p.more-info a:hover {
  font-family: "OpenSans Light", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2b2c68;
  text-decoration: underline;
}
#content #info {
  position: fixed;
  left: 60px;
  bottom: 90px;
  line-height: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content #info h4 {
  font-family: "OpenSans Bold", sans-serif;
  font-size: 16px;
  color: #2b2c68;
  margin-bottom: 2px;
}
#content #info h5 {
  font-family: "OpenSans Light", sans-serif;
  font-size: 15px;
  color: #3C3C3C;
  margin-bottom: 5px;
}
#content #info address {
  font-family: "OpenSans Light", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
}
#content #info address a:hover {
  color: #3C3C3C;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .skew-part {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 735px) {
  #left {
    background-color: white;
    width: 100%;
  }
}
@media screen and (max-height: 550px) {
  #content #logo {
    top: 30px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #content #info {
    bottom: 30px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #logo {
    width: 65%;
  }
}

@media screen and (max-width: 667px) {
  #logo {
    width: 50%;
  }
  #content #info {
    bottom: 30px;
  }
  #content #under-construction {
	display: none;
	}
}
