@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Outfit", sans-serif;
}


.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


::-moz-selection {
  /* Code for Firefox */
  color: #F4F2E8;
  background: #383838;
}

::selection {
  color: #F4F2E8;
  background: #383838;
}

.wa {
  position: fixed;
  max-width: 80px;
  right: 1rem;
  bottom: 1rem;
  z-index: 1002;
}
.modal-custom{
  background-color: #f4f7f9;
  color:#303963;
}
.modal-custom .modal-title{
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}
.modal-custom .txt-modal{
  font-size: 1.4rem;
}
.vendita {
  background-color: #303963;
  position: fixed;
  width: 1.5%;
  padding-left: 0%;
  height: 50vh;
  transition-duration: 0.5s;
  z-index: 1001;

}

.vendita:hover {
  width: 2.5%;
  padding-left: 1%;
  transition-duration: 1s;
}

.img-vendita {
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: 50vh
}



.assistenza {
  background-color: #6d87bc;
  position: fixed;
  width: 1.5%;
  padding-left: 0%;
  height: 50vh;
  top: 50vh;
  left: 0rem;
  transition-duration: 0.5s;
  z-index: 1002;
}

.assistenza:hover {
  width: 2.5%;
  padding-left: 1%;
  transition-duration: 1s;
}

.img-assistenza {
  padding-top: 10vh;
  padding-bottom: 10vh;
  height: 50vh
}


.compressore {
  max-width: 3rem;
  position: fixed;
  top: 0.4rem;
  left: 1rem;
  z-index: 100000;
}

.logo-nav {
  max-width: 12rem;
  min-width: 12rem;

}

.navbar {
  background-color: #f5f6f7;
  padding-left: 1%;
  padding-right: 5rem;
  margin-left: 1.5%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  z-index: 1000;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: calc(16px + (18 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  letter-spacing: 0.25em;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

/*-----------------------------------Video Back----------------------------------------------*/

.video-background-holder {
  position: relative;
  margin-top: 25vh;
  height: 55vh;
  min-height: 0rem;
  width: 100%;
  overflow: hidden;
  transition-duration: 2s;
  animation-name: animheadx;
  animation-duration: 3s;
  animation-fill-mode: backwards;
  animation-delay: 0.2s;
}

@keyframes animheadx {
  0% {
    height: 0vh;
    opacity: 0;
  }

  100% {
    height: 55vh;
    opacity: 1;
  }
}

.img-manifesto,
.img-manifesto:hover {
  transition-duration: .3s
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.video-background-content {
  position: relative;
  z-index: 2
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20vh;
  height: 55vh;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1
}

/*-----------------------------------Fine Video Back----------------------------------------------*/
.sp-logo {
  top: 5%;
  position: absolute;
  z-index: 100;
}

.logo-head {
  width: 70%;
  left: 15%;

}

.box-sx-head {
  height: 100vh;
  padding-top: 10vh;
}

.sp-sx-head {
  padding-left: 8rem;
  padding-right: 2rem;
  padding-top: 5rem;
}

.img-head {
  background-image: url("../img/compressori.jpg");
  background-size: cover;
  background-position: center;
  height: 55vh;
  margin-top: 25vh;
  animation-name: animhead;
  animation-duration: 2s;
  position: relative;
}

@keyframes animhead {
  0% {
    height: 0vh;
    opacity: 0;
  }

  100% {
    height: 55vh;
    opacity: 1;
  }
}

.box-dx-head {
  height: 70vh;
  padding-top: 10vh;

}


.sp-dx-head {
  padding-left: 2rem;
  padding-right: 8rem;
  padding-top: 5rem;
}

.btn-hd {
  background-color: #1b2f64;
  font-size: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: #f4f7f9;
  border-radius: 50rem;
  padding: 0.5rem 3rem;
  border: none;
  bottom: 2rem;
  margin-left: 1rem;
  letter-spacing: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  padding-right: 3rem;
  cursor: pointer;
}

.btn-hd:hover .freccia {
  rotate: 90deg;
  transition-duration: 0.3s;
}

.btn-head {
  background-color: #f4f7f9;
  font-size: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: #1e1e1e;
  border-radius: 50rem;
  padding: 0.5rem 3rem;
  border: none;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  letter-spacing: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  padding-right: 3rem;
  cursor: pointer;
}

.freccia {
  max-width: 1rem;
  flex-shrink: 0;
  position: relative;
  top: -1px;
  transition-duration: 0.3s;
}

.btn-head:hover .freccia {
  rotate: 90deg;
  transition-duration: 0.3s;
}

.animazione span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  filter: blur(0px);
  transition: all 0.8s ease;
}

.animazione span.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.sp-subtitle {
  padding-left: 8%;
}

.subtitle {
  font-size: calc(16px + (30 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
}

.sub-title-p {
  font-size: calc(16px + (22 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  text-transform: uppercase;
}

.logo-partner {
  max-width: 8rem;
}

.logo-partner-big {
  max-width: 10rem;
}

.sp-marchi {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brd {
  border-top: 1px solid #000;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 6rem
}

.brd-sm {
  border-top: 1px solid #000;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1rem
}

.l-sez {
  padding-left: 5%;
  padding-right: 5%;
}

.sp-1txt {
  padding-top: 6rem;
}

.title-h2 {
  font-size: calc(24px + (52 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
}

.title-marche {
  font-size: calc(20px + (34 - 20)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
}

.txt {
  font-size: calc(16px + (30 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
}

.sp-serv {
  padding: 0.4rem;
  padding-top: 3rem;
}

.cont-serv {
  overflow: hidden;
  margin: 0.4rem;
}

.img-serv {
  background-image: url("../img/compressori.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  transition: transform 0.4s ease;
}

.img-serv:hover {
  transform: scale(1.03);
}

.sp-serv:hover .freccia {
  rotate: 90deg;
}

.title-h3 {
  font-size: calc(24px + (36 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
  padding-bottom: 2rem;
}

.top-title {
  font-size: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
  margin-bottom: 0px;
}

.txt-serv {
  font-size: calc(24px + (22 - 24)*((100vw - 300px) /(1920 - 300)));
  color: #000;
  font-weight: 200;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
}

.btn-serv {
  background-color: #1b2f64;
  font-size: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: #f4f7f9;
  border-radius: 50rem;
  padding: 0.5rem 3rem;
  border: none;
  bottom: 2rem;
  margin-left: 1rem;
  letter-spacing: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  padding-right: 3rem;
  cursor: pointer;
}

.blu-sez {
  margin-top: 10rem;
  background-color: #1b2f64;
  padding-bottom: 4rem
}

.sp-txt-blu {
  padding-top: 8rem;
}

.title-pag {
  font-size: calc(30px + (46 - 30)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;

}

.txt-head-pag {
  padding-top: 2rem;
  padding-right: 4rem;
}

.box-txt-pag {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.box-img-prod {
  padding: 2rem;
}

.title-prod {
  font-size: calc(24px + (32 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
  color: #fff;
}


.txt-prod {
  font-size: calc(16px + (20 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: #fff;
}

.brd-l {
  border-right: 1px solid #fff;
}

.sub-title {
  text-transform: uppercase;
}

.brd-top {
  border-top: 1px solid #fff;
}




.accordion-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0px;

}

.accordion-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding: 3rem;
  padding-top: 4rem;
}

.accordion-img.active {
  opacity: 1;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.box-acc {
  border-top: 1px solid #f4f7f9;
  margin-top: 4rem;
  border-bottom: 1px solid #f4f7f9;

}

.accordion {
  background-color: transparent !important;
  border-radius: 0px !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-right: 0px;
  border-left: 0px;
}

.brd-col {
  border-left: 1px solid #f4f7f9;
}

.sc1 {
  border-top: 0px;
}

.sc5 {
  border-bottom: 0px;
}

.accordion-button {
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #f4f7f9;
  font-size: calc(20px + (26 - 20)*((100vw - 300px) /(1920 - 300)));
  font-weight: 100;
  border-right: 0px;
  border-left: 0px;
  padding: 3rem 3rem;
}

.accordion-button:not(.collapsed) {
  color: #f4f7f9;
}

.accordion-button:focus {
  border-color: transparent;
  border-right: 0px;
  border-left: 0px;
  box-shadow: 0px 0px 0px transparent;
}

.accordion-body {
  padding: 2rem 3rem;
}

.accordion-item {
  background-color: transparent !important;
  border-radius: 0px !important;
  width: 100%;
  border-right: 0px;
  border-left: 0px;
}

.txt-sc {
  color: #f4f7f9;
  font-size: calc(16px + (22 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 100;
}

.doc {
  font-size: calc(24px + (30 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
  color: #f4f7f9;
  text-align: center;
  border-right: 1px solid #f4f7f9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition-duration: 1s;
}

.doc:hover {
  font-weight: 500;
  transition-duration: 1s;
  padding-left: 2rem;
}

.sp-doc {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hfoot {
  position: relative;

}

.contatti {
  font-size: calc(16px + (20 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
  margin-bottom: 0px;
}

.logo-foot {
  position: absolute;
  bottom: 0rem
}

.sp-contatti {
  padding-left: 10%;
}

.dati {
  font-size: calc(24px + (22 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 200;
  color: #222323;
  text-align: center;
  border-right: 1px solid #222323;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-duration: 1s;
  margin-bottom: 0px;
}

.dati:hover {
  font-weight: 500;
  transition-duration: 1s;
  padding-left: 2rem;
}

.sp-dati {
  border-top: 1px solid #222323;
  margin-top: 1rem
}

.form-control {
  font-size: calc(24px + (22 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #222323;
  border-radius: 0rem;
}

.form-control:focus {
  font-size: calc(24px + (22 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: 0px solid #ced4da;
  border-bottom: 1px solid #222323;
  border-radius: 0rem;
  box-shadow: 0px 0px 0px transparent;
}

input::placeholder {
  color: #212529;
  opacity: 0.5;
  font-weight: 200;
  ;
}

.btn-form {
  background-color: #1b2f64;
  font-size: calc(16px + (16 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 300;
  color: #f4f7f9;
  border-radius: 50rem;
  padding: 0.5rem 3rem;
  border: none;
  bottom: 2rem;
  margin-left: 1rem;
  letter-spacing: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  padding-right: 3rem;
  cursor: pointer;
}

.btn-form:hover .freccia {
  rotate: 90deg;
  transition-duration: 0.3s;
}

.sp-form {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.mappa {
  height: 40vh;
  filter: grayscale(1)
}

.sp-map {
  padding-left: 12rem;
}

.white {
  color: #f4f7f9
}

.azz {
  color: #c2e0f3
}


a {
  color: #252424;
  text-decoration: none;
}

a:hover {
  color: #203d5a;
  text-decoration: none;
}



@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 850px) {
  .vendita {
    width: 4%;
  }

  .vendita:hover {
    width: 5.5%;
  }

  .img-vendita {
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: 50vh
  }



  .assistenza {
    width: 4%;
  }

  .assistenza:hover {
    width: 5.5%;
  }

  .img-assistenza {
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: 50vh
  }

  .sp-sx-head {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }

  .sp-dx-head {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }

  .box-dx-head {
    height: auto;
    padding-top: 1vh;
  }

  .box-sx-head {
    height: auto;
    padding-top: 1vh;
  }

  .video-background-holder {
    position: relative;
    margin-top: 0vh;
    height: 20vh;
    transition-duration: 2s;
    animation-name: animheadx;
    animation-duration: 3s;
    animation-fill-mode: backwards;
    animation-delay: 0.2s;
  }

  @keyframes animheadx {
    0% {
      height: 0vh;
      opacity: 0;
    }

    100% {
      height: 20vh;
      opacity: 1;
    }
  }

  .sp-logo {
    padding-top: 4rem;
    position: relative;
    z-index: 9;
  }

  .btn-hd {
    margin-top: 0.4rem;
  }

  .img-serv {
    background-image: url(../img/compressori.jpg);
    background-size: cover;
    background-position: center;
    height: 30vh;
    transition: transform 0.4s ease;
  }

  .sp-txt-blu {
    padding-top: 3em;
  }

  .accordion-img-wrapper {
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    border-radius: 0px;
  }

  .accordion-img {
    padding: 0.4rem;
  }

  .accordion-button {
    padding: 1rem 1rem;
  }

  .accordion-body {
    padding: 2rem 1rem;
  }

  .doc {
    font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 200;
    color: #f4f7f9;
    text-align: center;
    border-right: 1px solid #f4f7f9;
    border-left: 1px solid #f4f7f9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-duration: 1s;
  }

  .doc:hover {
    font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 200;
    color: #f4f7f9;
    text-align: center;
    border-right: 1px solid #f4f7f9;
    border-left: 1px solid #f4f7f9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-duration: 1s;
  }

  .sp-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sp-map {
    padding-left: 2rem;
    padding-top: 1rem;
  }

  .logo-foot {
    position: relative;
    bottom: 0rem;
  }

  .dati {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 200;
    color: #222323;
    text-align: center;
    border-right: 1px solid #222323;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    transition-duration: 1s;
    margin-bottom: 0px;
  }

  .dati:hover {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 200;
    color: #222323;
    text-align: center;
    border-right: 1px solid #222323;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    transition-duration: 1s;
    margin-bottom: 0px;
  }

  .sp-1txt {
    padding-top: 1rem;
  }

  .brd-l {
    border-right: 0px solid #fff;
  }

  .img-prod {
    padding-bottom: 1rem;
  }

  .btn-hd {
    margin-left: 0rem;
  }

  .wa {
    position: fixed;
    max-width: 50px;
    right: 1rem;
    bottom: 1rem;
    z-index: 100000;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 transparent;
  }

  .navbar-toggler {
    border: 0px solid transparent;
  }
}