body {
  font-family: Open Sans Condensed;
}
.menu-statico-principale {
  font-size: 24px;
    font-size: 1.33333rem;
    line-height: 33px;
    line-height: 1.83333rem;
    font-weight: 700;
    font-family: Open Sans Condensed;
    color: #fff;
    padding: 50px 0 40px;
    word-spacing: 0;
    background: #236f85;
    position: relative;
    z-index: 3;
    -webkit-transition-property: padding,font-size;
    transition-property: padding,font-size;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu-statico-principale a {
  color: #fff !important;
}

.menu-statico-principale:before {
    content: '';
    bottom: -10px;
    z-index: -1;
    background: #236f85;
    display: block;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    height: 10px;
    background: rgb(0, 0, 0);
}
.owl-video {
  margin: 50px 0 20px;
}

.hentry-title {
  padding: 15px 0;
}
.hentry-title h2 {
  font-size: 25px;
  padding-bottom: 15px;
  line-height: 33px;
  line-height: 1.83333rem;
  font-weight: 700;
  color: #236f85;
  margin: 0;
  padding-top: 30px
}
.hentry-title h3 {
  font-size: 40px;
  line-height: 44px;
  line-height: 2.44444rem;
  font-family: Open Sans Condensed;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.carousel {
  margin: 50px 0 20px;
}

.sfondo-gray {
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}

.sfondo-gray.rotazione:before {
  background: #ececec;
  -webkit-transform: rotate(-2deg) skew(-2deg);
  -ms-transform: rotate(-2deg) skew(-2deg);
  transform: rotate(-2deg) skew(-2deg);
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: -1;
  -webkit-transform: rotate(1deg) skew(1deg);
  -ms-transform: rotate(1deg) skew(1deg);
  transform: rotate(1deg) skew(1deg);
}

.sfondo-gray.no-rotazione:before {
  background: #ececec;
  -webkit-transform: rotate(-2deg) skew(-2deg);
  -ms-transform: rotate(-2deg) skew(-2deg);
  transform: rotate(-2deg) skew(-2deg);
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: -1;
}
.sfondo-bianco {
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
  background: #fff;
}
 .footer {
   padding: 100px 0;
   background: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 50%, rgb(236, 236, 236) 50%, rgb(236, 236, 236) 100%);
 }
.riga-sotto {
  width: 0%;
  height: 3px;
  float: left;
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  transition-duration: .6s;
}

.nav-item.nav-link:hover > .riga-sotto {
  width: 100%;
}

.cerchio-verde::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: 75px;
  transition-property: top, width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(1, 164, 101) 0px 0px 0px 6px;
}

.cerchio-blu::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: 37px;
  transition-property: top, width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(6, 76, 165) 0px 0px 0px 6px;
}

.cerchio-arancio::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: 40px;
  transition-property: top, width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(249, 113, 68) 0px 0px 0px 6px;
}

.cerchio-rosa::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  margin-left: 15px;
  transition-property: top, width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  box-shadow: rgb(249, 142, 163) 0px 0px 0px 6px;
}
