<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://use.typekit.net/snc4aql.css");
*,
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

html {
  font-size: 100%;
}

body {
  padding-top: 88px;
  font-family: amaranth, sans-serif;
  position: relative;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background: #6adc80;
  background: -webkit-gradient(linear, left top, right top, from(#6adc80), to(#17d5cd));
  background: linear-gradient(90deg, #6adc80 0%, #17d5cd 100%);
}

header h1#logo {
  width: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  height: auto;
  margin: 0;
  position: absolute;
}

header .opMenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 1.6rem;
  cursor: pointer;
}

.contMenu {
  position: fixed;
  width: 30px;
  height: 30px;
  background: transparent;
  z-index: 99999;
  top: 30px;
  left: calc(100% - 11px);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  border-radius: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.75);
}

.sesamo {
  width: 600px !important;
  height: 650px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-radius: 9px !important;
  top: 120px;
  left: 50%;
  background: #1a1a1a;
}

#strillo {
  width: 100%;
  height: calc(100vh - 88px);
}

@media (min-width: 546px) {
  #strillo {
    height: calc(100vh - 88px);
  }
}

@media (min-width: 768px) {
  #strillo {
    height: calc(80vh - 88px);
  }
}

@media (min-width: 992px) {
  #strillo {
    height: calc(80vh - 88px);
  }
}

@media (min-width: 1200px) {
  #strillo {
    height: calc(80vh - 88px);
  }
}

#strillo .slide {
  width: 100%;
  height: calc(100vh - 88px);
  position: relative;
}

@media (min-width: 546px) {
  #strillo .slide {
    height: calc(100vh - 88px);
  }
}

@media (min-width: 768px) {
  #strillo .slide {
    height: calc(80vh - 88px);
  }
}

@media (min-width: 992px) {
  #strillo .slide {
    height: calc(80vh - 88px);
  }
}

@media (min-width: 1200px) {
  #strillo .slide {
    height: calc(80vh - 88px);
  }
}

#strillo .slide:before {
  content: '';
  width: 100%;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

#strillo .slide .contStrilloInfo {
  position: absolute;
  width: 100%;
  bottom: 10vh;
  z-index: 99;
}

#strillo .slide .contStrilloInfo h2 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  font-size: 3rem;
  display: none;
}

@media (min-width: 546px) {
  #strillo .slide .contStrilloInfo h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  #strillo .slide .contStrilloInfo h2 {
    font-size: 4.2rem;
  }
}

@media (min-width: 992px) {
  #strillo .slide .contStrilloInfo h2 {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  #strillo .slide .contStrilloInfo h2 {
    font-size: 6rem;
  }
}

#strillo .slide .contStrilloInfo p {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  display: none;
}

@media (min-width: 546px) {
  #strillo .slide .contStrilloInfo p {
    font-size: 1.8rem;
    line-height: 1.4rem;
  }
}

@media (min-width: 768px) {
  #strillo .slide .contStrilloInfo p {
    font-size: 2rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 992px) {
  #strillo .slide .contStrilloInfo p {
    font-size: 2rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #strillo .slide .contStrilloInfo p {
    font-size: 2.4rem;
    line-height: 2rem;
  }
}

#strillo .slide-trasloco h2 {
  color: #EC6500;
}

#home {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
}

#home .serviziStella {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  padding-top: 45px;
  padding-bottom: 45px;
}

#home .serviziStella h2 {
  text-align: center;
  font-weight: 800;
  color: #47936A;
  font-size: 2rem;
}

@media (min-width: 546px) {
  #home .serviziStella h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  #home .serviziStella h2 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  #home .serviziStella h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  #home .serviziStella h2 {
    font-size: 3.5rem;
  }
}

#home .serviziStella:before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  top: -59px;
  background: url(../images/int-1.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}

#home .serviziStella:after {
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: -90px;
  background: url(../images/int-2.png) no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}

#home .itemServizio {
  width: calc(100% - 80px);
  margin-left: 40px;
  height: auto;
  padding: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 30pt rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 30pt rgba(0, 0, 0, 0.18);
  margin-top: 45px;
  margin-bottom: 45px;
  background: #fff;
}

#home .itemServizio .img-fluid {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#home .itemServizio h3 {
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
}

#home .itemServizio-trasloco h3 {
  color: #EC6500;
}

#home .itemServizio-archiviazione h3 {
  color: #003D75;
}

#home .itemServizio-deposito h3 {
  color: #D8BA8E;
}

#home .itemServizio-trasloco h3 {
  color: #EC6500;
}

#home .itemServizio-triturazione h3 {
  color: #145341;
}

#home .itemServizio-trasporti h3 {
  color: #D0C61C;
}

#home .itemServizio-montaggio h3 {
  color: #D2004A;
}

#home .slideServizi {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}

#home .onlyMobimg {
  width: 180%;
  height: 125px;
  background: url(../images/servizi-complete.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40%;
  z-index: -1;
  opacity: .4;
}

#home .listServizi {
  padding-top: 45px;
  padding-bottom: 45px;
}

#home .listServizi .col-md-2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#home .listServizi .col-md-2:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.1);
}

#home .listServizi a {
  display: block;
}

#home .listServizi a:hover {
  text-decoration: none;
}

#home .listServizi a h3 {
  font-size: 1.2rem;
  text-align: center;
}

#home .listServizi a .img-fluid {
  max-width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#home .listServizi a .ls-archiviazione {
  color: #003D75;
}

#home .listServizi a .ls-montaggio {
  color: #D2004A;
}

#home .listServizi a .ls-triturazioni {
  color: #145341;
}

#home .listServizi a .ls-deposito {
  color: #D8BA8E;
}

#home .listServizi a .ls-trasloco {
  color: #EC6500;
}

#home .listServizi a .ls-trasporti {
  color: #D0C61C;
}

#home .opereDarte {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-top: 450px;
  padding-bottom: 45px;
}

@media (min-width: 546px) {
  #home .opereDarte {
    padding-top: 450px;
  }
}

@media (min-width: 768px) {
  #home .opereDarte {
    padding-top: 450px;
  }
}

@media (min-width: 992px) {
  #home .opereDarte {
    padding-top: 350px;
  }
}

@media (min-width: 1200px) {
  #home .opereDarte {
    padding-top: 350px;
  }
}

#home .opereDarte .imgOpere {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background: url(../images/opere.jpg) center center/cover;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

#home .opereDarte .imgOpere:before {
  content: '';
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

#home .opereDarte .imgOpere h2 {
  color: #fff;
  font-weight: 800;
  text-shadow: 0px 3px 20px #000;
  font-size: 2.2rem;
  position: relative;
  z-index: 99;
}

#home .opereDarte .owl-opere .owl-item:nth-child(1) {
  margin-top: 0px;
}

#home .opereDarte .owl-opere .owl-item:nth-child(2) {
  margin-top: 15px;
}

#home .opereDarte .owl-opere .owl-item:nth-child(3) {
  margin-top: 30px;
}

#home .opereDarte .owl-opere .owl-item:nth-child(4) {
  margin-top: 45px;
}

#home .opereDarte .itemOpera {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 9px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#home .opereDarte .itemOpera h2 {
  position: relative;
  font-size: 1.4rem;
  padding-top: 45px;
}

#home .opereDarte .itemOpera h2 span {
  position: absolute;
  font-size: 300%;
  left: 0;
  top: 0;
  color: #2BD8BA;
  font-weight: 800;
  z-index: 0;
  opacity: .5;
}

#home .opereDarte .itemOpera h2 em {
  position: relative;
  z-index: 1;
}

#home .opereDarte .itemOpera .imgOpera {
  width: 100%;
  height: 300px;
}

@media (min-width: 546px) {
  #home .opereDarte .itemOpera .imgOpera {
    height: 300px;
  }
}

@media (min-width: 768px) {
  #home .opereDarte .itemOpera .imgOpera {
    height: 200px;
  }
}

@media (min-width: 992px) {
  #home .opereDarte .itemOpera .imgOpera {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  #home .opereDarte .itemOpera .imgOpera {
    height: 200px;
  }
}

#home .baginBox {
  background: #C1CAD3;
  padding-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

#home .baginBox h2 {
  font-weight: 800;
  font-style: italic;
}

#home .baginBox .imgBag {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  background: url(../images/baginbox.jpg) right bottom;
  position: relative;
  background-size: auto 150%;
}

#home .cassonetto {
  padding-bottom: 30px;
}

#home .cassonetto a &gt; * {
  text-decoration: none;
}

#home .cassonetto a p {
  color: #000;
}

#home .cassonetto a:hover {
  text-decoration: none;
}

#home .cassonetto a:hover &gt; * {
  text-decoration: none;
}

#home .cassonetto .contCassonetto {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #8CC5BE;
  padding: 15px;
}

#home .cassonetto h2 {
  font-weight: 800;
  font-style: italic;
  color: #fff;
}

#home .helpDesk {
  margin-bottom: 30px;
}

#home .helpDesk .conthelpDesk {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 15px;
  background: url(../images/truck-s.jpg) center center/cover;
}

@media (min-width: 546px) {
  #home .helpDesk .conthelpDesk {
    padding: 50px 15px;
  }
}

@media (min-width: 768px) {
  #home .helpDesk .conthelpDesk {
    padding: 72px 15px;
  }
}

@media (min-width: 992px) {
  #home .helpDesk .conthelpDesk {
    padding: 112px 15px;
  }
}

@media (min-width: 1200px) {
  #home .helpDesk .conthelpDesk {
    padding: 142px 15px;
  }
}

#home .helpDesk .conthelpDesk p {
  text-align: center;
  color: #fff;
}

.sedi {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
  height: auto;
}

.sedi:before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: #EAEAEA;
  z-index: 9;
}

.sedi .container {
  position: relative;
  z-index: 99;
}

.sedi h2 {
  color: #47936A;
  text-align: center;
  font-weight: 800;
  font-size: 2.7rem;
  margin-bottom: 30px;
}

.sedi .laSede {
  margin-bottom: 45px;
}

.sedi .laSede h3 {
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 10px;
}

.sedi .imgSede {
  width: 100%;
  height: 300px;
  position: relative;
  padding-top: 250px;
}

.sedi .imgSede .row {
  position: relative;
  z-index: 99;
}

.sedi .imgSede .row a {
  color: #fff;
  display: block;
  text-align: center;
}

.sedi .imgSede:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.sedi .sede-matera .imgSede {
  background: url(../images/matera.jpg) center center/cover;
}

.sedi .sede-padova .imgSede {
  background: url(../images/padova.jpg) center center/cover;
}

.sedi .sede-trieste .imgSede {
  background: url(../images/trieste.jpg) center center/cover;
}

footer {
  width: 100%;
  height: auto;
  padding-top: 35px;
  padding-bottom: 60px;
  background: #17d5cd;
  background: linear-gradient(328deg, #17d5cd 0%, #6adc80 100%);
  position: relative;
}

footer .logoFoot {
  display: block;
  margin-bottom: 30px;
}

footer .logoFoot img {
  display: block;
  margin-left: auto;
  margin-left: right;
}

footer .infoF {
  text-align: center;
}

footer ul.socialist {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

footer ul.socialist li {
  display: inline-block;
}

footer ul.socialist li a {
  color: #000;
  padding: 5px;
  font-size: 1.8rem;
}

footer .boxCert {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin-top: 30px;
}

footer .miniInfo {
  margin-top: 30px;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  text-align: center;
}

footer .ideama {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.83, 0.43, 0.97);
  transition: all 0.3s cubic-bezier(0.2, 0.83, 0.43, 0.97);
}

footer .ideama a {
  display: block;
  background: url(../images/ideama.svg) no-repeat;
  width: 90px;
  text-indent: -50000px;
  overflow: hidden;
  position: relative;
  top: 4px;
  left: 3px;
  opacity: .5;
}

#page {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 60px;
}

#strilloforPage {
  width: 100%;
  height: 640px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#strilloforPage:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 160px;
  background: url(../images/int-3.png) no-repeat;
  background-size: 100% 100%;
  bottom: -1px;
  left: -0.5%;
}

.titleInfo {
  margin-top: 180px;
  width: 100%;
  border-radius: 20px;
  padding-bottom: 45px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.titleInfo h2 {
  color: #fff;
  font-size: 2.4rem;
  padding: 30px 0 0;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
}

.titleInfo hr {
  width: 100%;
  height: 1px;
  margin: 10px 0px 30px;
  background: #000;
  border: 0px !important;
}

.titleInfo p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.titleInfo p i {
  color: #000;
  margin-right: 5px;
  font-size: 120%;
}

.titleInfo .btn {
  position: absolute;
  bottom: -17px;
  left: 10%;
  width: 80%;
  color: #000;
}

.archiviazione .titleInfo {
  background: #00d2ff;
  background: linear-gradient(153deg, #00d2ff 0%, #2b6cb7 100%);
}

.montaggi .titleInfo {
  background: #d2004a;
  background: linear-gradient(122deg, #d2004a 0%, #9e7eb0 100%);
}

.trasloco .titleInfo {
  background: #ec6500;
  background: linear-gradient(122deg, #ec6500 0%, #ecdc00 100%);
}

.deposito .titleInfo {
  background: #d8ba8e;
  background: linear-gradient(122deg, #d8ba8e 0%, #8f7856 100%);
}

.triturazione .titleInfo {
  background: #145341;
  background: linear-gradient(122deg, #145341 0%, #49b4a3 100%);
}

.trasporto .titleInfo {
  background: #d0c61c;
  background: linear-gradient(122deg, #d0c61c 0%, #3ed01c 100%);
}

article h2 {
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  font-size: 1.75rem;
  margin-bottom: 30px;
}

article h3 {
  font-weight: 800;
  font-size: 1.5rem;
}

article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

article ul li {
  width: 100%;
  height: auto;
  padding-left: 10px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px;
}

article ul li:last-child {
  border-bottom: 0px solid #EAEAEA;
}

.oltre {
  max-width: 200%;
  margin-left: -50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn {
  border-radius: 35px;
}

.btn-stella {
  background: #17d5cd;
  background: -webkit-gradient(linear, left top, right top, from(#17d5cd), to(#6adc80));
  background: linear-gradient(90deg, #17d5cd 0%, #6adc80 100%);
  color: #000;
  border-radius: 35px;
}

.btn-90 {
  width: 90%;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}

.preventivo {
  display: none;
}

textarea {
  height: 120px;
}

.wpcf7-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  background: #17d5cd;
  background: -webkit-gradient(linear, left top, right top, from(#17d5cd), to(#6adc80));
  background: linear-gradient(90deg, #17d5cd 0%, #6adc80 100%);
  color: #000;
  border-radius: 35px;
}

article {
  margin-bottom: 60px;
}

.titleInfo {
  background-color: #1a1a1a;
  margin-top: 350px;
}
/*# sourceMappingURL=main.css.map */


.contMenu ul{
    list-style: none;
    padding: 20px;
    margin: 0;
}

.contMenu ul li{
    display: block;
}

.contMenu ul li a{
    display: block;
    font-size: 1.3rem;
    text-align: center;
    transition.all .35s ease-in-out;
    padding: 5px 0px;
    color: #fff;
    text-transform: uppercase;
}

.contMenu ul li a:hover{
    color: #17d5cd;
    text-decoration: none;
}</pre></body></html>