* {
    padding: 0;
    margin: 0;
  }
  
  
  /* ----------------- Desktop ----------------- */
  
  @media screen and (min-width: 1025px) {
  .nascondi-desktop {
    display:none!important;
  }

  .container {
    min-width: 1366px;
  }

  #layoutMobile, #menuSm, #companySm {
    display: none;
  }

  }
  
  
  
  
  /* ----------------- Tablet ----------------- */
  
  @media screen and (max-width: 1024px) and (min-width: 500px) {
  
  .nascondi-tablet {
    display:none!important;
  }

  #layoutMobile, #menuSm, #companySm {
    display: none!important;
  }

  
  
  }
  
  
  
  
  /* ----------------- Smartphone ----------------- */
  
  @media screen and (max-width: 500px) {
  
  .nascondi-smartphone {
  display: none!important;
  }

  .col-7, .col-12, .col-4, .col-5, .col-6, .col-11, .col-8 {
    padding: 0 8%;
  }

  #layoutDesktop, #menuDesk, #trama, #company {
    display: none;
  }

  :root {
  --spaziatura: 5%;
  --raggio-bordo: 3em;
  }

  body {
    font-size: 3.5vw;
  }

  h1 {
    font-size: 12vw;
  }

  h2 {
    font-size: 10vw;
  }

  h3 {
    font-size: 7vw;
  }

  h4 {
    font-size: 6vw;
  }

  h5 {
    font-size: 5vw;
  }

  p {
    font-size: 4vw;
  }

  a.cta-std {
  background: var(--rosso);
  color: var(--bianco);
  margin: 0;
  line-height: auto;
  text-transform: uppercase;
  padding: 10px 20px 8px;
  border-radius: 10px;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  font-size: 4vw;
  letter-spacing: var(--spaziatura);
  display: block;
  width: fit-content;
  margin: 0 auto;

    &:hover {
    text-decoration: none;
    border-radius: 30px;
    background: var(--nero);
    color: var(--rosso);
    }
  }


.outline-text {
  -webkit-text-stroke-width: 1.5px!important;
  -webkit-text-stroke-color: #000000;
  color: transparent;
}


#heroHome {
  height: 80vh;

  .container-fluid {
    height: 80vh;
  }
}

#contenutoLink {
  top: -65px;

  .container-fluid.link-sm {
    display: block;
  }

  .cont {
    width: 100%;
  }

  .row {
    margin-bottom: 30px;
  }

  h5 {
    /* border-bottom: solid 2px var(--rosso);*/
    margin-top: 10px;
  }
}

#homeTesio {
  padding: 0 0 50px;

  .container-fluid {
    width: 80%;
  }
}

#prodottiHome {
  padding: 50px 0;

  .col-12 {
    padding: 0;
  }

  h2 {
    padding-bottom: 50px;
  }

  .swiper-pagination {
    position: relative;
    bottom: 0;
    top: 40px;
    height: 60px;
  }

  .swiper-pagination-bullet {
    background: transparent!important;
    border: solid 1px var(--beige)!important;
    opacity: 1!important;
    width: 12px!important;
    height: 12px!important;
    margin: 1px!important;
  }

  .swiper-pagination-bullet-active {
    opacity: 1!important;
    background: var(--beige)!important;
  }

  .contenuto {
    height: 50vh;

    .cont-img {
      height: 50vh;
    }
  }
}

a.curs {
  cursor: none;
  pointer-events: none;
}

#trusted {
  padding: 50px 0 0;

  h2 {
    padding-bottom: 50px;
  }
}

#counter {
  padding: 50px 8%;
  background-repeat: repeat;
  background-size: 350%;
  background-position: center;

  p.numero {
    font-size: 35vw!important;
  }

  .cont {
    margin-bottom: 25px;
  }

  .bordi {
    border-top: solid 2px var(--nero);
    border-bottom: solid 2px var(--nero);
    border-left: none!important;
    border-right: none!important;
    padding: 25px 0;
  }
}

#sliderLinkedin {
  padding: 50px 0;
}

#ctaFinale {
  margin: 0;
  background-repeat: repeat;
  background-size: 350%;
}

footer {
  .pd {
    padding: 0;
  }

  .col-12.col-lg-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;

    a.cta-std {
      width: 45%;
      font-size: 4vw;
    }
  }

  .cont-img {
    margin: 50px 0;
    padding: 0 5%;
  }

  .footer-due {
    display: block;
    white-space: pre-line;
    padding: 0 25px 15px;
  }
}

#hero {
  .cont-img {
    height: 275px;
  }
}

#certified {

  p {
    width: 80%;
  }
}

#quality {
  background-repeat: repeat;
  background-size: 350%;

  h1 {
    text-wrap: auto!important;
  }

  .col-12.col-lg-5 {
    padding: 50px 8%;
  }

  .col-12.col-lg-6.offset-lg-1 {
    padding: 0;
  }

  .cert {
    padding: 0 8% 50px;

    p {
      padding-bottom: 5px;
    }
  }   
}

#primaProd {
  padding: 50px 0;

  .container-fluid {
    padding: 0 5%;
  }

  h1 {
    padding-bottom: 25px;
  }
}

#prodotti {

  .container-fluid {
    padding: 0 5%;
  }

  .swiper {
    margin-top: 50px;
  }

  .cont-cta {
    margin-top: 0;
  }

  img {
    width: 100%!important;
    height: 100%!important;
  }

  .row {
    padding-bottom: 100px;
  }
}

#thermalExpertise {
  padding: 50px 0 0;
  background-position: center;
  background-size: 350%;

  h2 {
    padding-bottom: 50px;
  }

  p {
    text-align: center;
  }

  .col-12.col-lg-6.offset-lg-1 {
    margin-top: 100px!important;
  }

  .contenuto {
    display: block;

    img.thermal {
      padding-left: 40%!important;
    }

    img.texture {
      padding-left: 20%!important;
    }

    .box-testo {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;

      p {
        font-size: 4vw;
      }
    }
  }
}

#companySm {
  padding: 50px 0 25px;

  h2 {
    text-align: center;
    padding-bottom: 50px;
  }

  .timeline-sm {
    position: relative;
    padding-left: 35px;
    border-left: solid 1px var(--nero);
  }

  .step-sm {
    position: relative;
    padding-bottom: 60px;

    &:last-child {
      padding-bottom: 0;
    }

    /* pallino sulla linea, allineato alla data */
    &::before {
      content: "";
      position: absolute;
      top: 8px;
      left: -41px;
      width: 11px;
      height: 11px;
      background: var(--nero);
      border-radius: 100%;
    }

    .data {
      font-size: 9vw;
      margin-bottom: 20px;
    }

    .cont-img {
      width: 100%;
      height: 25vh;
      margin-bottom: 20px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
      }
    }

    p {
      font-size: 4vw;
    }
  }
}

#excellence {
  padding: 50px 0;

  p {
    width: 100%;
    padding-top: 50px;
  }
}

#heroContacts {
  margin: 0;
}

#contatti {
  padding: 0;

  .container-fluid {
    padding: 0;
  }

  .col-12.col-lg-6.offset-lg-1 {
    padding-top: 50px;
  }

  .cont.img {
    width: 100%;
    height: 300px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

#formcontatti {
  padding: 50px 0;

  .col-12 {
    padding: 0 5%;
  }

  h2 {
    padding-bottom: 75px;
  }
}

.form {
  font-size: 4vw!important;
  margin-bottom: 75px!important;
}

.accetta {
  font-size: 3vw!important;
}

.cta-invio {
  font-size: 5.5vw!important;
}

.key {
  margin: 50px 0;

  h2 {
    text-align: left;
    font-size: 2.5em;
  }

  .flex {
    justify-content: start;
  }

  .cont {
    display: block;
    margin-bottom: 20px;

    p.cont {
      margin-left: 0;
      width: fit-content;
    }
  }
}

.lista {

  ul {
    padding-left: 20px;

    li {
      line-height: 1.2em;
    }
  }
}

#carosello {
  padding-top: 0;

  .swiper-slide {
    width: 75%;
  }
}

a.linkedin {
  border-bottom: solid 1px var(--rosso);
}






}