header{
    height: 70vh;
    margin-top: 4.5rem;
    color: white;
    background-image: url(../img/headerAzienda.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/** CONTATTI **/
.contatti{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .txtContatti{
    padding: 2rem;
    background-color: #edebe8;
  }
  .txtContatti a{
    color: #414141;
    text-decoration: none;
  }
  .txtContatti a:hover{
    font-weight: 500;
  }
  .icona-contatti{
    width: 35px;
    margin-right: 1rem;
    margin-top: 1.5rem;
  }
  .map{
    width: 100%;
    height: 100%;
  }
  .contatti td { 
    height: 50px; 
    vertical-align:bottom; 
  }
  .colForm{
      text-align: center;
  }
  form{
      display: inline-block;
      width: 60%;
  }
  .form-control{
      margin-bottom: 1rem;
  }

.caseHistory{
    margin-top: 3.5rem;
    color: #fff;
    height: 80vh;
    background-image: url(../img/home/fabbricaCompleta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.caseHistory .sfondo{
    background: #fff;
  }
.caseHistory .icona{
    background: #fff;
  }
  .caseHistory .freccia::before{
    border-top: 0.125rem solid #0060b6;
    border-right: 0.125rem solid #0060b6;
  }
  .caseHistory .btn-testo{
    color: #fff;
  }
  .caseHistory button:hover .freccia{
    background: #0060b6;
   }
   .caseHistory button:hover .icona{
    background: #0060b6;
   
   }
   .caseHistory button:hover .btn-testo {
    color: #0060b6;
  }


  .contactBanner{
    background-color: #0060B6;
    color: #fff;
  }
  .contactBanner .container-fluid{
    padding: 4rem;
    margin: 3.5rem 0rem 3.5rem 0rem;
  }
  .contactBanner .sfondo{
    background: #fff;
  }
  .contactBanner .icona{
    background: #fff;
  }
  .contactBanner .freccia::before{
    border-top: 0.125rem solid #0060b6;
    border-right: 0.125rem solid #0060b6;
  }
  .contactBanner .btn-testo{
    color: #fff;
  }
  .contactBanner button:hover .freccia{
    background: #0060b6;
   }
   .contactBanner button:hover .icona{
    background: #0060b6;
   
   }
   .contactBanner button:hover .btn-testo {
    color: #0060b6;
  }
  @media only screen and (max-width: 768px) {
    .map{
      height: 300px;
    }
    .mappCol{
      padding-left:0rem;
      padding-right:0rem;
      margin-top: 2rem !important;
    }
    form{
      width: 90%;
    }
      header{
        height: 50vh;
        background-attachment: scroll;
    }
    }