<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Avenir LT Std";
  src: url("../assets/fonts/AvenirLTStd-Light.otf");
}
@font-face {
  font-family: "Avenir LT Black";
  src: url("../assets/fonts/AvenirLTStd-Black.otf");
}
body {
  font-family: "Avenir LT Std";
}

a {
  text-decoration: none !important;
  color: black;
}

.menu {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.menu:hover {
  color: #0066a2 !important;
}

.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show &gt; .nav-link {
  color: #0066a2 !important;
}

@media only screen and (max-width: 500px) {
  .menu_desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .menu_desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .menu_mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 10px) and (max-width: 1000px) {
  .menu_mobile {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .navbar-toggler {
    margin-left: 30px !important;
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1000px) {
  .navbar-nav {
    margin-left: 30px !important;
  }
}

.banner-statement {
  color: white;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 70px;
  padding-top: 200px;
}
@media only screen and (max-width: 500px) {
  .banner-statement {
    font-size: 20px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1100px) {
  .banner-statement {
    font-size: 20px;
    padding-left: 30px;
  }
}

.banner-icon {
  padding-top: 200px;
  padding-bottom: 300px;
}
@media only screen and (max-width: 500px) {
  .banner-icon {
    padding-bottom: 0;
    padding-top: 5px;
    width: 100%;
    display: none !important;
  }
}

.seemore {
  width: 50%;
  letter-spacing: 0.2em;
  background: transparent;
  border: 3px solid white;
  color: white;
  cursor: pointer;
  transition: 0.5s;
  display: inline-block;
  padding: 10px !important;
}
@media only screen and (max-width: 800px) {
  .seemore {
    width: 90%;
    padding: 5px !important;
  }
}

@media only screen and (max-width: 800px) {
  .carousel-item .seemore {
    display: none !important;
  }
}

.seemore:hover {
  color: #095776;
  letter-spacing: 0.2em;
  background: white;
  transition: 0.5s;
}

button:focus {
  outline: 0;
}

.box {
  width: 100%;
}

.partner {
  color: #0066A1;
}

@media only screen and (max-width: 500px) {
  .banner-container {
    width: 100%;
  }
}
.container-footer {
  color: white;
  letter-spacing: 0.1em;
}

.container-footer a {
  color: white;
  text-decoration: none;
}

#scopri {
  width: 300px;
  letter-spacing: 0.2em;
  background: #0066A1;
  border: 3px solid #0066A1;
  color: white;
  cursor: pointer;
  transition: 0.5s;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.lavorazioni {
  background-color: #143458;
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .lavorazioni {
    margin-top: 50px;
  }
}

.lavorazioni-2 {
  background-color: #0066a1;
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .lavorazioni-2 {
    margin-top: 50px;
  }
}

.lavorazioni-content {
  color: white;
  padding-top: 5rem !important;
  padding-bottom: 6rem !important;
}
@media only screen and (max-width: 500px) {
  .lavorazioni-content {
    padding-top: 350px !important;
    padding-bottom: 50px !important;
  }
}

.lavorazioni-content button {
  margin-left: 0 !important;
  border: 2px solid white;
}

.azienda-content {
  color: white;
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
@media only screen and (max-width: 500px) {
  .azienda-content {
    padding-top: 350px !important;
    padding-bottom: 50px !important;
  }
}

.azienda-content button {
  margin-left: 0 !important;
  border: 2px solid white;
}

.partner-logos {
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .partner-logos img {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .partner-logos img {
    margin-left: 30px;
  }
}
.partner-logos img.partner-big {
  width: 80%;
}
@media only screen and (max-width: 500px) {
  .partner-logos img.partner-big {
    width: 50%;
  }
}

.download {
  letter-spacing: 0.2em;
  background: #0066A1;
  color: white;
  cursor: pointer;
  font-size: 13px;
}

.image-shadowed {
  box-shadow: 10px 10px rgba(48, 48, 48, 0.2);
  width: 90%;
  position: absolute;
  transform: translate(-140px, -28px);
}
@media only screen and (max-width: 500px) {
  .image-shadowed {
    width: 80%;
    transform: translate(20px, 0);
    margin-top: 20px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .image-shadowed {
    transform: translate(0, 0);
  }
}

.image-shadowed2 {
  box-shadow: 10px 10px rgba(48, 48, 48, 0.2);
  width: 95%;
  position: absolute;
  transform: translate(240px, -33px);
}
@media only screen and (max-width: 500px) {
  .image-shadowed2 {
    width: 80%;
    transform: translate(20px, 0);
    margin-top: 20px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .image-shadowed2 {
    transform: translate(0, 0);
  }
}

.banner {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .sotto-banner {
    width: 100% !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1024px) {
  .sotto-banner {
    width: 100% !important;
  }
}

.partner h1, h4 {
  text-align: center;
}

.legenda-icons {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 500px) {
  .legenda-icons {
    text-align: center;
  }
}

.color-icon {
  width: 15%;
}

.temperature-icon {
  width: 27%;
}
@media only screen and (max-width: 500px) {
  .temperature-icon {
    width: 12%;
  }
}

.class-icon {
  width: 40%;
}
@media only screen and (max-width: 500px) {
  .class-icon {
    width: 15%;
  }
}

.class-temperature {
  border: 1px #d3d3d3;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-statement-prodotti {
  color: white;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 70px;
  padding-top: 170px;
}
@media only screen and (max-width: 500px) {
  .banner-statement-prodotti {
    font-size: 25px;
    padding-top: 0;
  }
}

.banner-statement-lavorazioni {
  color: white;
  letter-spacing: 0.1em;
  display: inline-block;
  font-size: 70px;
  padding-top: 170px;
}
@media only screen and (max-width: 500px) {
  .banner-statement-lavorazioni {
    font-size: 30px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.banner-tape {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 500px) {
  .banner-tape {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tape {
    display: none !important;
  }
}

.layer {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 0.5s;
  text-align: center;
  font-size: 38px;
  color: white;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1366px) {
  .layer {
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.container-box {
  overflow: hidden;
}
.container-box:hover .layer {
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.6);
}

.centra {
  display: inline-block;
  width: 30%;
}

@media only screen and (max-width: 500px) {
  .lavorazione {
    margin-top: 20px !important;
  }
}

.dettagli {
  color: white;
  font-size: 26px;
  cursor: pointer;
}

.details-container {
  text-align: center;
  background-color: #143458;
  padding-top: 13px;
}
@media only screen and (max-width: 500px) {
  .details-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.input-short {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.input-big {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
  height: 158px;
}

.bottone-invia {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background-color: #0066a2;
  border: 2px solid #0066a2;
  color: white;
  cursor: pointer;
  transition: 0.6s;
}

.bottone-invia:hover {
  background-color: white;
  border: 2px solid #0066a2;
  color: #0066a2;
  transition: 0.6s;
}

.marchi {
  margin-top: 100px;
}
@media only screen and (max-width: 800px) {
  .marchi {
    margin-top: 50px;
  }
}

.statement-home {
  color: #0066A1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 800px) {
  .statement-home {
    font-size: 28px;
  }
}

.gallery {
  top: -30px;
  left: 0;
  right: 0;
  box-shadow: 10px 10px rgba(48, 48, 48, 0.2);
}
@media only screen and (max-width: 800px) {
  .gallery {
    top: 10px !important;
  }
}

@media only screen and (max-width: 800px) {
  .padding-mobile {
    padding-right: 15px !important;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 800px) {
  .padding-mobile-left {
    padding-left: 15px !important;
  }
}

.content-sotto-banner {
  padding-top: 8rem;
}
@media only screen and (max-width: 800px) {
  .content-sotto-banner {
    padding-top: 3rem !important;
  }
}

@media only screen and (max-width: 800px) {
  #logo {
    width: 100%;
  }
}

.carte-isolanti {
  font-size: 48px !important;
}
@media only screen and (max-width: 800px) {
  .carte-isolanti {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 800px) {
  .nastri-adesivi {
    font-size: 60px !important;
  }
}

.altri-prodotti {
  font-size: 50px !important;
}
@media only screen and (max-width: 800px) {
  .altri-prodotti {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 800px) {
  .stecche {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 800px) {
  .banner-container {
    display: none;
  }
}</pre></body></html>