body{color: #333;background-color:#fff;overflow-X: hidden; font-family: "Barlow", sans-serif;}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}



header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background:  url("../images/img-testata.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }

}


.testoheader {
  font-size: 5vh;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link{color: #fff!important;}
.navbar-light .navbar-nav .nav-link:hover{color: #75b730!important;}


.fixed-top.sticky{background-color: #000!important;}
h3{font-family: "Barlow", sans-serif;
  font-weight: 700;}

.owl-carousel .owl-nav, .owl-carousel .owl-dots{text-align: center; margin-top: 30px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
   font-size: 30px!important;
}
.owl-carousel button.owl-dot{border: 1px solid #75b730!important;border-radius: 100%!important;
  height: 15px!important;
  width: 15px!important; margin: 10px!important;}

  .btn-primary {
  color: #fff;
  background-color: #75b730;
  border-color: #75b730;
}

.item div{border: 4px solid #75b730; min-height: 200px;}
.item a, .item a:link{text-decoration: none; color: #fff;}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px)  { 
  .testoheader {font-size: 4.5vh;}
  .row-cols-5>* {width: 43%;}
  header.masthead {background-image: none;}
}
.navbar-collapse.show {
    padding: 30px 0px;
    width: 100vw;
    background-color: #75b730;
    position: absolute;
    top: 92px;
    left: 0px;
}
.navbar-collapse.show ul{width: 80vw; margin: 0px auto;}
.navbar-collapse.show ul li{padding: 5px 0px;}
.navbar-light .navbar-toggler-icon { background-image: url("../images/list.svg");}
.telefonomobile{ background-image: url("../images/telephone.svg"); width: 30px; height: 30px;}
