.box-menu {
  border-bottom: 1px solid rgba(10, 80, 180, 0.45);
}
#carousel {
  border-bottom: 12px solid rgba(10, 80, 180, 0.45);
}
#carousel .carousel-caption {
  background: rgba(10, 80, 180, 0.45);
  padding: 20;
}
#carousel .carousel-caption h5 {
  text-align: center;
  padding: 20px;
  margin: 0;
}
#navbarSupportedContent a {
  color: #000;
  font-weight: bold;
}
#navbarSupportedContent a:hover {
  color: #808080;
}
.background-azienda {
  background-image: url("../img/azienda.png");
  background-size: cover;
  background-position: center;
}
.azienda-box {
  padding: 60px 40px;
  background: #EAEAEA;
}
.azienda-box h4 {
  font-size: 28px;
}
.azienda-box .btn-read {
  border-radius: 0;
  font-weight: bold;
}
#servizi-offerti {
  padding-top: 40px;
  padding-bottom: 40px;
}
#servizi-offerti h1 {
  font-weight: bold;
}
#servizi-offerti {
  margin-bottom: 60px;
}
#servizi-offerti h1 {
  margin-bottom: 30px;
}
#servizi-offerti h2 {
  color: rgba(7, 59, 132, 0.45);
  margin-top: 40px;
  margin-bottom: 40px;
}
#servizi-offerti p {
  color: #737373;
  font-size: 18px;
  margin-bottom: 40px;
}
#servizi-offerti .card {
  opacity: 1;
  transition: all linear 0.2s;
}
#servizi-offerti .card:hover {
  opacity: 0.5;
}
#servizi-offerti .card .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(10, 80, 180, 0.5);
}
#servizi-offerti .card .card-body h5 {
  text-decoration: none;
}
#servizi-offerti .col-md-4 {
  margin-bottom: 30px;
}
#area-bottom {
  background: #0a50b4;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom:20px;
}
#area-bottom .card {
  border: 0;
  margin-bottom: 20px;
}
#area-bottom .card-body {
  background: #052553;
  color: #fff;
}
#area-bottom .card img {
  max-width: 200px;
  margin: 0 auto;
}
#area-bottom .card a {
  color:#fff;
}
#area-bottom .card a:hover {
  color:#fff;
  text-decoration: underline;
}
#area-bottom a {
  text-decoration: none;
}
.pagina-interna {
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #0a50b4;
  padding: 20px;
}
.pagina-interna h1 {
  font-size: 28px;
  color: #0a50b4;
}
footer {
  background: #0a50b4;
  padding: 10px;
  margin-top:40px;
}
footer p {
  margin: 0;
  color: #fff;
}
footer ul {
  margin-bottom: 4px;
}
footer a {
  padding-top: 20px;
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar-brand img {
  max-width:400px;
}
.slick-initialized .slick-slide {
  display: block;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .navbar-brand img {
    max-width: 242px;
  }
  .navbar-toggler {
    border:1px solid #000;
  }

  .navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

}

@media screen and (max-width: 1400px) and (min-width: 959px) {
  .nav-link {
    font-size:12px !important;
  }
}
/*# sourceMappingURL=general.css.map */
