#myNav h2{
    padding-right: 0;
}
header{
    height: 70vh;
    margin-top: 4.5rem;
    color: white;
    margin-bottom: 4rem;
    background-attachment: fixed;
    background-image: url(../img/headerAzienda.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
.intro{
    padding: 0rem 2rem 3rem 2rem;
}
.titoletto{
  color: #0060B6;
}
.main-content{
    overflow: hidden;
}
.main-content img{
    width: 100%;
}
.main-content .row{
    margin-bottom: 3rem;
}
.main-content .col-lg-6 {
    padding: 0rem;
}
.main-content .col-lg-6 div{
  padding-top: 1rem;
}
.main-content .col-lg-6 p, h2, h5{
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}
.main-content .col-lg-6 hr{
    margin-right: 3.5rem;
    margin-left: 3.5rem;
}
.backTxt{
  background-color:rgba(0, 96, 182,0.1);
}
.contactBanner{
    background-color: #0060B6;
    color: #fff;
  }
  .contactBanner .container-fluid{
    padding: 4rem;
    margin: 3.5rem 0rem 3.5rem 0rem;
  }
  form .sfondo{
    background: #fff;
  }
  form .icona{
    background: #fff;
  }
  form .freccia::before{
    border-top: 0.125rem solid #0060b6;
    border-right: 0.125rem solid #0060b6;
  }
  form .btn-testo{
    color: #fff;
  }
  form button:hover .freccia{
    background: #0060b6;
   }
   form button:hover .icona{
    background: #0060b6;
   
   }
   form button:hover .btn-testo {
    color: #0060b6;
  }
  @media only screen and (max-width: 768px) {
    header{
      height: 50vh;
      background-attachment: scroll;
  }
  }