* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

strong {
  font-weight: bold;
  font-style: normal;
}

h1 {
  font-family: 'Akkurat';
  font-weight: bold;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'Akkurat';
  font-weight: 300;
  font-style: normal;
  letter-spacing: .2px;
}


.privacypolicies-com---nb-headline {
  top: auto !important;
  position: fixed !important;
  background-color: #2A2B29 !important;
}

.privacypolicies-com---palette-dark .cc-nb-reject {
  background-color: #22A636 !important;
  color: #FFFFFF !important;
}

.privacypolicies-com---palette-dark .cc-nb-okagree {
  background-color: #22A636 !important;
  color: #FFFFFF !important;
}

.container-fluid {
  max-width: 1600px;
  padding-right: 50px;
  padding-left: 50px;
}

/* .container {
  max-width: 1600px;
} */

.copertina {
  height: 700px;
  max-height: 700px;
  background: url("../img/copertina-home.jpg");
  position: relative;
  background-size: cover;
  overflow-x: hidden;
  background-repeat: no-repeat;
}


strong {
  font-family: 'Akkurat';
  font-weight: bold;
  font-style: normal;
}

.relative {
  position: relative;
}

.margine {
  margin: 80px 0;
}

.anchor {
  display: block;
  height: 150px;
  /*same height as header*/
  margin-top: -150px;
  /*same height as header*/
  visibility: hidden;
}

.logo-menu {
  max-width: 200px;
}

.logo-footer {
  max-width: 300px;
}


/* .copertina {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
  z-index: -1;
  position: relative;
} */

.menu-sec {
  margin: 0 auto;
  width: 90%;
}

.menu-sec li {
  margin: 0 auto;
}

.nav-item a {
  color: #FFFFFF;
}

.link-menu {
  text-transform: uppercase;
  position: relative;
}

.link-menu:before {
  content: "";
  opacity: 0;
  position: absolute;
  background-color: #22A636;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  transition: all 150ms ease-in-out;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button::before {
  content: '■' !important;
  font-size: 15px !important;
}

.foto {
  position: relative;
}

.foto:before {
  content: "";
  top: -50px;
  bottom: -50px;
  left: -10px;
  background-color: #9ADDA3;
  position: absolute;
  width: 40%;
  z-index: -1;
}

/* SEZIONE SFONDO AZIENDA */
#sfondo-azienda {
  background-image: url("../img/azienda/azienda-sfondo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

#sfondo-azienda:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2A2B29;
  opacity: .5;
}

#sfondo-azienda .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

#sfondo-azienda img {
  width: 50px;
  height: 50px;
}

#sfondo-azienda h3 {
  color: #FFFFFF;
}

#sfondo-azienda .riga {
  background-color: #FFFFFF;
}

#sfondo-azienda p {
  color: #FFFFFF;
}

#sfondo-azienda ul {
  color: #FFFFFF;
}

/* FINE SFONDO AZIENDA */

/* SEZIONE AMBIENTE */
#ambiente {
  background-image: url("../img/ambiente.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;

}

#ambiente:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2A2B29;
  opacity: .5;
}

#ambiente img {
  width: 50px;
  height: 50px;
}

#ambiente p {
  color: #FFFFFF;
}

#ambiente ul {
  color: #FFFFFF;
}

#ambiente h3 {
  color: #FFFFFF;
}

#ambiente .riga {
  background-color: #FFFFFF;
}

/* FINE SEZIONE AMBIENTE */

.link-footer {
  color: #000000;
}

.link-footer:hover {
  color: #000000;
}

.produzione-image-1 {
  border-radius: 15px 50px 15px 50px
}


.active {
  position: relative;
  text-transform: uppercase;
}

.active:before {
  content: "";
  position: absolute;
  background-color: #22A636;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}

.riga {
  height: 3px;
  width: 150px;
  background-color: #22A636;
  margin-bottom: 20px;
}

.link-menu:hover:before {
  opacity: 1;
}

#navbarNav {
  justify-content: space-between;
}

.freccia {
  /* overflow-x: hidden; */
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  color: #FFFFFF;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounce-7;
  animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(1.1, .9) translateY(0);
  }

  30% {
    transform: scale(.9, 1.1) translateY(-20px);
  }

  50% {
    transform: scale(1.05, .95) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(0px);
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.freccia:hover {
  color: #FFFFFF;
  cursor: pointer;
}

.titolo-home {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  width: 80%;
}

.titolo-home h1 {
  text-align: center;
  padding: 15px 0;
  font-size: 100px;
  font-family: 'Akkurat';
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;
  margin: 0;
}

.titolo-pagina-princ {
  color: #22A636;
  font-family: 'Akkurat';
  font-size: 50px;
  text-transform: uppercase;
}

.sottotitolo-pagina {
  font-weight: lighter;
  font-size: 25px;
  opacity: 75%;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titolo-home h1 .green {
  font-size: 100px;
  font-family: 'Akkurat';
  font-weight: normal;
  font-style: italic;
  color: #22A636;
}

.titolo-paragrafo {
  color: #22A636;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.menu {
  background: rgba(0, 0, 0, 0.8);
  width: 90%;
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  text-align: center;
  /*  position: fixed; */
  position: sticky;
}

.trattamenti-galvanici {
  text-align: right;
}

.trattamenti-galvanici h2 {
  font-size: 35px;
}

.trattamenti-galvanici h2 .green {
  font-family: 'Akkurat';
  font-weight: bold;
  font-style: normal;
  color: #22A636;
}

.hvr-rectangle-in {
  background: #22A636 !important;
}

.link {
  color: #22A636;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
}

.hvr-rectangle-in:before {
  content: "";
  background: #000000 !important;
}

.btn-italcromatura {
  /* background: #000000; */
  outline: 2px solid #22A636;
  color: #FFFFFF;
  border-radius: 0;
  font-family: 'Akkurat';
  font-weight: normal;
  font-style: italic;
}

.icone-home {
  max-width: 40px;
  /* padding-bottom: 10px; */
}

.titolo-pagina {
  margin-bottom: 30px;
  padding: 15px 0;
  color: #FFFFFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.titolo-pagina h3 {
  font-family: 'Akkurat';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  text-decoration: none;
}

.cta {
  padding: 50px 0;
  font-family: 'Akkurat';
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;
}

.fascia {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  top: 30%;
}

.link-home {
  text-decoration: none;
}

.link-home .box {
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.link-home .box img {
  transition: all 300ms ease-in-out;
}

.link-home img:hover {
  transform: scale(1.1);
}

@media all and (max-width: 767px) {
  .fascia {
    top: 2%;
  }
}

.img-servizi {
  height: 500px;
  max-width: 100%;
  object-fit: cover;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media all and (max-width: 639px) {
  .grid {
    display: block;
  }
}

.telefono {
  justify-self: center;
}

.email {
  justify-self: end;
}

.custom-shape-divider-top-1637592429 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 76px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1637592429 .shape-fill {
  fill: #FFFFFF;
}

.cta .green {
  font-family: 'Akkurat';
  font-weight: bold;
  font-style: italic;
  color: #22A636;
}

.border-cta {
  border: 1px solid #FFFFFF;
}

.margine-box {
  margin-top: 250px;
}

.bg-nero {
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
}

footer {
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .trattamenti-galvanici {
    text-align: center;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .titolo-home h1 {
    font-size: 60px;
  }

  .titolo-home h1 .green {
    font-size: 60px;
  }
}