@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600);
* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #3C3A35;
}

.mh-100vh {
  min-height: 100vh;
}

body {
  background-color: #fff;
}
body.static {
  padding: 80px 0 0 0;
}

a {
  text-decoration: none;
}

i.inherit {
  font-size: inherit;
  color: inherit;
}

.container-page {
  max-width: 1200px;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
}

.subtitle {
  color: #333;
  font-weight: 400;
}

.title1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.title1.bold {
  font-weight: 400;
}
.title1.blue {
  color: #2250a9;
}
.title1.white {
  color: #fff;
}

.title {
  color: #3C3A35;
  margin: 20px auto 20px auto;
  text-transform: uppercase;
  font-size: 62px;
  display: inline-block;
}
.title.tsection {
  font-size: 42px;
}
.title.blue {
  color: #2250a9;
}

.bordered {
  display: inline-block;
  margin: 20px auto 40px auto;
  position: relative;
}
.bordered:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background-color: #2250a9;
}
.bordered.white:after {
  background-color: #fff;
}

.section {
  display: block;
  padding: 70px 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) inset;
}
.section.dark {
  background-color: #2D2C29;
}
.section.dark * {
  color: #fff !important;
}
.section.blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2250a9+0,3c85b2+100 */
  background: rgb(34, 80, 169); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(34, 80, 169) 0%, rgb(60, 133, 178) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2250a9", endColorstr="#3c85b2",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section.blue * {
  color: #fff !important;
}
.section.blue-radial {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5d0e2+2,0055a6+100 */
  background: rgb(197, 208, 226); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(197, 208, 226) 2%, rgb(0, 85, 166) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c5d0e2", endColorstr="#0055a6",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section.grey {
  background-color: rgba(245, 245, 245, 0.99);
}

.thu-photo {
  display: inline-block;
  margin: 5px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.thu-photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #ccc;
  width: 200px;
  height: 200px;
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}
.thu-photo img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.btn-cstm {
  border-radius: 2px;
  line-height: 1.1em;
  padding: 10px 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 0px;
  background-color: #2250a9;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.btn-cstm:hover {
  cursor: pointer;
  background-color: #3A3A3A;
  color: #fff;
}

.fancybox-container .fancybox-toolbar .fancybox-button svg path {
  fill: white !important;
}
.fancybox-container .fancybox-infobar {
  color: #fff !important;
}
.fancybox-container .fancybox-infobar span {
  color: inherit !important;
}
.fancybox-container .fancybox-button--arrow_right svg path,
.fancybox-container .fancybox-button--arrow_left svg path {
  fill: white !important;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border: 6px solid #fff !important;
}

.header-navbar {
  background-color: transparent;
  transition: all 0.5s ease 0s;
}
.header-navbar .container {
  transition: all 0.5s ease 0s;
}
.header-navbar .navbar-cstm {
  height: auto;
  transition: all 0.5s ease 0s;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-navbar .navbar-cstm .navbar-toggler {
  border-radius: 1px;
  border-color: transparent;
}
.header-navbar .navbar-cstm .navbar-toggler i {
  color: #2250A9;
  font-size: 16px;
}
.header-navbar .navbar-cstm .navbar-brand {
  display: none;
  width: 179px;
  height: 40px;
  background-image: url("../img/diesys-white.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.header-navbar .navbar-cstm .navbar-nav {
  width: 100%;
  margin: 0px;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item {
  width: 14.285%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item.small {
  width: 10.285%;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item.large {
  width: 20.285%;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  line-height: 80px;
  font-size: 12px;
  font-weight: 800;
  margin: 0px;
  padding: 0px 0px;
  color: #fff;
  position: relative;
  padding: 0;
  position: relative;
  transition: all 0.5s ease 0s;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link:hover {
  color: #2250a9;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link .img-lang {
  height: 12px;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link.lang {
  margin: 0 2px;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link.lang img {
  transition: all 0.5s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link.current-lang img {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link.lang {
  float: left;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link.lang img:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.header-navbar .navbar-cstm .navbar-nav .nav-item i {
  color: inherit;
}
.header-navbar .navbar-cstm .navbar-nav .nav-item.active .nav-link {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  color: #2250a9;
}
.header-navbar.scrolled {
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}
.header-navbar.scrolled .container {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header-navbar.scrolled .container .navbar-cstm .navbar-brand {
  display: block;
  width: 179px;
  height: 40px;
  background-image: url("../img/diesys.png");
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav {
  width: auto;
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item {
  width: auto;
  text-align: left;
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item .nav-link {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #3C3A35;
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item .nav-link.hover {
  color: #2250a9 !important;
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item .nav-link.lang img {
  transition: all 0.5s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item .nav-link.current-lang img {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item .nav-link.lang img:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.header-navbar.scrolled .container .navbar-cstm .navbar-nav .nav-item.active .nav-link {
  color: #2250a9;
}

footer {
  background-color: #2250a9;
  padding-bottom: 20px;
  padding-top: 20px;
}
footer p, footer a {
  line-height: 35px;
  margin: 0px;
  color: #fff;
  font-weight: 400;
}
footer a {
  font-size: 14px;
  font-style: italic;
}
footer a:hover {
  color: #efefef;
  text-decoration: underline;
}

.scrollup {
  position: fixed;
  z-index: 10;
  bottom: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
.scrollup i {
  color: #fff;
  font-size: 18px;
}
.scrollup.show {
  bottom: 30px;
}
.scrollup:hover {
  border-color: #fff;
  background: #2250a9;
}

#anniversario {
  background-color: #d5e9f9;
  border-bottom: 20px solid #d5e9f9;
  box-shadow: none;
  position: relative;
  background-image: url("../img/bg-anniversario-sfuma.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /*.volantino{
    display: inline-block;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    overflow:hidden;
    margin: 30px auto 0 auto;
    @include webkit-transition(.3s);
    img{
      height: 200px;
    }

    &:hover{
      transform: translateY(-5px);
      box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    }
  }*/
}
#anniversario .list-programma {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
#anniversario .list-programma li {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#anniversario .list-programma li span {
  display: block;
  font-size: 16px;
  color: #fff;
}
#anniversario .list-programma li span.ora {
  font-weight: 600;
  font-size: 18px;
  color: #96c1e5;
}
#anniversario .sfuma {
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: rgb(0, 72, 153);
  background: linear-gradient(0deg, rgba(0, 72, 153, 0.7343312325) 0%, rgba(0, 72, 153, 0.7343312325) 71%, rgb(34, 80, 169) 95%);
}
#anniversario .container-page {
  position: relative;
  z-index: 6;
}
#anniversario .logo-anniversario {
  position: absolute;
  z-index: 50;
  top: -180px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #2250a9;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.4);
}
#anniversario .logo-anniversario img {
  height: 150px;
}
#anniversario .btn-vedi-foto {
  border-radius: 2px;
  line-height: 1.1em;
  padding: 10px 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 0px;
  background-color: #fff;
  color: #2250a9;
  transition: all 0.5s ease 0s;
}
#anniversario .btn-vedi-foto:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #2250a9;
}
#anniversario .location {
  color: #fff;
  font-size: 26px;
}
#anniversario .location i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  opacity: 0.8;
}
#anniversario .savedate {
  display: block;
  height: 85px;
  margin: 10px auto 0 auto;
}
#anniversario .data {
  color: #fff;
  margin: 0px auto 0 auto;
  font-size: 40px;
}
#anniversario .titolo-bold {
  font-size: 76px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  display: inline-block;
  border-bottom: 4px solid #96c1e5;
}

#home.container-home {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg-home.jpg");
  position: relative;
  padding-top: 150px;
}
#home.container-home .scroll-down i {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  border: 2px solid transparent;
  background-color: #2250a9;
  transition: all 0.5s ease 0s;
}
#home.container-home .scroll-down i:hover {
  border-color: #fff;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#home.container-home .fascia-bottom {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  background-color: #2250a9;
}
#home.container-home .logobiganniversario {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
}
#home.container-home .logobig {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 100px;
  width: 300px;
}
#home.container-home h1 {
  font-size: 76px;
  text-transform: uppercase;
  color: #efefef;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#home.container-home h1 .blue {
  font: inherit;
  color: #2250a9;
}

#azienda {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+71,d8d8d8+89 */
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 71%, rgb(216, 216, 216) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#d8d8d8",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#azienda .box-offre {
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 0 70px;
  margin: 30px 0;
}
#azienda .box-offre h4 {
  color: #3C3A35;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
#azienda .box-offre .icona {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #666;
  left: 0px;
  top: 0px;
  position: absolute;
}

#servizi .box-servizio {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  text-align: center;
  display: block;
  padding: 30px 35px;
  margin: 3px 2px;
  transition: all 0.5s ease 0s;
}
#servizi .box-servizio .icona {
  display: block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: -20px auto 0 auto;
  transition: all 0.5s ease 0s;
}
#servizi .box-servizio .icona .iconaimg {
  height: 50px;
}
#servizi .box-servizio h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
#servizi .box-servizio p {
  font-size: 15px;
  line-height: 1.8em;
}
#servizi .box-servizio:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
#servizi .box-servizio:hover .icona {
  background-color: #3f6fb4;
}
#servizi .box-servizio:hover * {
  color: #3f6fb4 !important;
}

#normative {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
#normative .list-certificazioni {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
}
#normative .list-certificazioni li {
  text-align: left;
  display: block;
}
#normative .list-certificazioni li i {
  margin-right: 5px;
}
#normative .box-bordered {
  display: block;
  margin: 20px 0;
  border: 2px solid #2250a9;
  padding: 20px 40px;
  min-height: 594px;
  /*.titolo-box{
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-family: $base-font-opensans;
    font-weight: 800;
    color: $base-color-blue;
    font-size: 22px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 0 0 70px;

    .icona{
      position: absolute;
      z-index: 3;
      top: 0px;
      left: 0px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 50%;
      background-color: $base-color-blue;

      img{
        width: 35px;
      }
    }
  }*/
}
#normative .box-bordered .titolo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
#normative .box-bordered .titolo-box .testo {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #2250a9;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  flex-grow: 1 !important;
}
#normative .box-bordered .titolo-box .icona {
  flex: 60px 0 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #2250a9;
}
#normative .box-bordered .titolo-box .icona img {
  width: 35px;
}
#normative .box-bordered .list {
  display: block;
  margin: 0px;
}
#normative .box-bordered .list li {
  color: #2250a9;
}
#normative .box-bordered .desc {
  color: #2250a9;
}

#feed {
  background-image: url("../img/bg-feed.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#feed .carousel-control-prev, #feed .carousel-control-next {
  margin-top: -20px;
  top: -50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}
#feed .carousel-control-prev i, #feed .carousel-control-next i {
  color: #fff;
  font-size: 22px;
}
#feed .box-feed {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 10px 25px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease 0s;
}
#feed .box-feed .titolo {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600 !important;
  color: #3C3A35;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  transition: all 0.5s ease 0s;
}
#feed .box-feed .data {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  margin: 0px;
}
#feed .box-feed:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
#feed .box-feed:hover .titolo {
  color: #2250a9;
}

#certificazioni-loghi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg-certificazioni.jpg");
}
#certificazioni-loghi .box-certificati-loghi {
  display: block;
  margin: 20px 0;
}
#certificazioni-loghi .box-certificati-loghi img {
  height: 150px;
}
#certificazioni-loghi .box-certificati-loghi .name {
  margin: 20px 0 0 0;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#certificazioni-loghi .box-certificati-loghi .name .tipo {
  display: block;
  font: inherit;
  font-weight: 500;
  color: inherit;
  font-size: 12px;
}

#contatti .box-grey {
  background-color: #2D2C29;
}
#contatti .box-contatti {
  margin: 40px 20px;
  display: block;
  text-align: center;
}
#contatti .box-contatti .icona {
  display: block;
  font-size: 31px;
  margin: 0 auto 20px auto;
}
#contatti .box-contatti .label {
  display: block;
  font-size: 14px;
  color: #666;
}
#contatti .box-contatti .value {
  color: #3C3A35;
}
#contatti .box-contatti .value.link {
  color: #2250a9;
}
#contatti .form-contatti {
  display: block;
  padding: 35px 30px;
}
#contatti .form-contatti .label {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin: 0px;
  color: #3C3A35;
}
#contatti .form-contatti .label .required {
  color: #c00;
  float: right;
}
#contatti .form-contatti .form-control {
  border-radius: 0px;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease 0s;
}
#contatti .form-contatti .form-control:focus {
  background-color: rgba(255, 255, 255, 0.35);
}
#contatti .background-map {
  background-color: #F2F1F1;
}

#pg-anniversario {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/diesys25anniversario.jpg");
}
#pg-anniversario:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(34, 80, 169, 0.4);
}
#pg-anniversario .container-page {
  position: relative;
  z-index: 2;
}

#pg-news .box-post {
  display: block;
  background: #efefef;
}
#pg-news .box-post .img-thu {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #222;
}
#pg-news .box-post .img-thu img {
  width: 100%;
  display: block;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: all 0.5s ease 0s;
}
#pg-news .box-post .img-thu:hover img {
  transform: scale(1.1);
}
#pg-news .box-post .scheda {
  display: block;
  padding: 20px 30px;
}
#pg-news .box-post .scheda .title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  color: #3C3A35;
  margin: 0 0 5px 0;
  transition: all 0.4s ease 0s;
}
#pg-news .box-post .scheda .title:hover {
  color: #2250a9;
}
#pg-news .box-post .scheda .data-news {
  display: block;
  background: #fff;
  color: #666;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#pg-news .box-post .scheda .data-news i {
  font-size: inherit;
  color: inherit;
}
#pg-news .box-post .scheda .tipologia-box-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#pg-news .box-post .scheda .tipologia-box-list li {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  background: #ccc;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
#pg-news .box-post .scheda .tipologia-box-list li i {
  font-size: inherit;
  color: inherit;
}
#pg-news .box-post .scheda .desc-box {
  display: block;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
#pg-news .box-post .scheda .btn-cstm {
  margin: 10px 0;
}

#pg-news-dettaglio .btn-back {
  display: inline-block;
  font-size: 12px;
  background-color: #efefef;
  border-radius: 15px;
  padding: 3px 10px;
  color: #3C3A35;
  font-weight: 400;
}
#pg-news-dettaglio .btn-back i {
  color: inherit;
  font-size: 12px;
}
#pg-news-dettaglio .data-evento {
  display: inline-block;
  background: #2250a9;
  color: #fff;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 20px 0;
}
#pg-news-dettaglio .data-evento i {
  font-size: inherit;
  color: inherit;
}
#pg-news-dettaglio .post-descrizione {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8em;
}
#pg-news-dettaglio .row-documento {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
}
#pg-news-dettaglio .row-documento i {
  color: #c00;
  font-size: 24px;
}
#pg-news-dettaglio .img-list {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #222;
  margin-bottom: 10px;
}
#pg-news-dettaglio .img-list img {
  width: 100%;
  transition: all 0.9s ease;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#pg-news-dettaglio .img-list:hover img {
  transform: scale(1.1);
}

.box-gallery {
  display: block;
  padding: 20px;
  margin: 10px 0;
  background: rgb(239, 239, 239);
  background: linear-gradient(45deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 56%);
  border: 1px solid #efefef;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease 0s;
}
.box-gallery .folder {
  display: block;
  text-align: center;
  color: #3C3A35;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.box-gallery .img-c {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  background: #ccc;
  overflow: hidden;
}
.box-gallery .img-c img {
  display: block;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease 0s;
}
.box-gallery:hover {
  background: rgb(239, 239, 239);
  background: linear-gradient(45deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 56%);
  text-decoration: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.box-gallery:hover .folder {
  color: #2250a9;
}
.box-gallery:hover .img-c img {
  transform: scale(1.1);
}

.main-page-ddigitale {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  padding: 40px 40px 100px 40px;
}
.main-page-ddigitale .titolo-main {
  font-family: "Oswald", sans-serif;
}
.main-page-ddigitale .box-info {
  display: block;
  padding: 20px;
  background: #efefef;
  border-radius: 3px;
}
.main-page-ddigitale .login-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  margin: 0px auto;
}
.main-page-ddigitale .btn-download {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 4px;
  min-height: 120px;
  margin: 10px 0;
  text-decoration: none;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background: #2250a9;
  transition: all 0.4s ease 0s;
}
.main-page-ddigitale .btn-download i {
  font-size: 18px;
  color: inherit;
  margin-bottom: 10px;
}
.main-page-ddigitale .btn-download:hover {
  transform: translateY(-5px);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.main-page-ddigitale .btn-download .btn-leggiscarica {
  background: #fff;
  color: #2250a9;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-page-ddigitale .btn-download .btn-leggiscarica:hover {
  background: #efefef;
  color: #222;
}
.main-page-ddigitale .carousel-foto .img-item img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-page-ddigitale .ditta_logo {
  display: block;
  max-height: 100px;
  max-width: 200px;
}

.container-pdfview {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container-pdfview .nascondibarra {
  margin-top: -40px;
}

.footer-ddigitale {
  width: 100%;
  display: block;
  height: 80px;
  background: #222;
  position: absolute;
  bottom: 0px;
}
.footer-ddigitale .logo {
  height: 30px;
}

@media (max-width: 1200px) {
  .container-home h1 {
    font-size: 50px;
  }
  #home.container-home h1 {
    font-size: 60px;
  }
  #home.container-home .logobig {
    left: 20px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  #anniversario .location {
    font-size: 20px;
  }
  #anniversario .data {
    margin-top: 10px;
    font-size: 28px;
  }
  #anniversario .titolo-bold {
    font-size: 36px;
  }
  #home.container-home {
    padding-top: 100px;
  }
  #home.container-home .fascia-bottom {
    height: 10px;
  }
  #home.container-home h1 {
    font-size: 46px;
  }
  #home.container-home .logobig {
    left: 20px;
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .header-navbar .navbar-cstm .navbar-brand {
    margin: 20px 0 20px -20px;
  }
  .header-navbar .navbar-cstm .navbar-toggler {
    margin-top: 15px !important;
  }
  .header-navbar .navbar-cstm .navbar-nav {
    width: 100% !important;
    background-color: #fff;
  }
  .header-navbar .navbar-cstm .navbar-nav .nav-item {
    width: 100% !important;
    display: block;
    padding: 0px;
  }
  .header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link {
    text-align: left;
    color: #3C3A35;
    line-height: 40px;
    padding: 0px 15px;
    text-shadow: none;
  }
  .header-navbar .navbar-cstm .navbar-nav .nav-item .nav-link:hover {
    background-color: #efefef;
  }
  .header-navbar.scrolled .navbar-toggler {
    margin-top: 0px !important;
  }
  #home.container-home {
    padding-top: 100px;
  }
  #home.container-home .scroll-down i {
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    border: 2px solid transparent;
    background-color: #2250a9;
    transition: all 0.5s ease 0s;
  }
  #home.container-home .scroll-down i:hover {
    border-color: #fff;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.6);
    cursor: pointer;
  }
  #home.container-home .fascia-bottom {
    height: 10px;
  }
  #home.container-home h1 {
    font-size: 32px;
  }
  #home.container-home .logobig {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 20px;
    width: 80px !important;
    display: block;
  }
  .box-bordered {
    padding: 20px;
    min-height: auto !important;
  }
  .box-bordered .titolo-box {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #2250a9;
    font-size: 22px;
    line-height: 28px !important;
    padding: 0 0 0 70px;
  }
  .box-bordered .titolo-box .icona {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #2250a9;
  }
  .box-bordered .titolo-box .icona img {
    width: 35px;
  }
}
