* {
  font-family: 'Raleway', sans-serif;
}
header {
  background: #333333;
  z-index: 2000;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-link:hover {
  color: #46a25b !important;
}

#pagina-interna p a {
  color: #46a25b;
  font-weight: bold;
  text-decoration: none;
}

#pagina-interna p a:hover {
  text-decoration: underline;
}

#navbarSupportedContent ul li a {
  font-weight: bold;
  text-transform: uppercase;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 700px;
}
.particles-js-canvas-el {
  max-height: 800px;
  background: rgba(0,0,0,0.5);
}
.carousel-item {
  box-shadow: inset 0 0 0 2000px rgba(59, 58, 58, 0.8);
  max-height: 800px;
}
.carousel-item img {
  box-shadow: inset 0 0 0 2000px rgba(59, 58, 58, 0.8);
}

.area-testo h1 {
  color: #377e47;
  font-weight: bold;
  margin-bottom: 10px;
}
.area-testo h2 {
  font-weight: bold;
  color: #808080;
  font-size: 22px;
}
.area-testo p {
  color: #808080;
  font-size: 18px;
}
.area-testo a {
  font-weight: bold;
}
#frase-top {
  background: #377e47;
  color: #fff;
}
#frase-top h3 {
  font-weight: bold !important;
}
#frase-top p strong {
  font-weight: normal !important;
}
#servizi-area {
  background: #e6e6e6;
}
#servizi-area h1 {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
#navbarSupportedContent ul li a {
  font-size: 14px;
  color: #fff;
}
#navbarSupportedContent ul li .social-icon {
  font-size: 22px;
  padding-top: 2px;
}
#home-link a {
  transition: all linear 0.3s;
}
#home-link a:hover {
  opacity: 0.5;
}
#pagina-interna h1:after {
  content: '';
  display: block;
  width: 20%;
  height: 4px;
  margin-top: 10px;
  background: #377e47;
}
.card .card-body {
  padding: 10px;
}
.card a {
  transition: all linear 0.3s;
  text-decoration: none;
  color: #000;
}
.card a:hover {
  opacity: 0.4;
}
.card a h5 {
  margin-bottom: 0;
}
.image-gallery {
  transition: all linear 0.3s;
}
.image-gallery:hover {
  opacity: 0.3;
}
footer {
  margin-top: 10px;
  font-size: 12px;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.card {
  border: 0;
}
.testo p {
  margin-bottom: 0;
}
#pagina-interna {
  padding-top: 106px;
  padding-bottom: 100px;
}
#pagina-interna .testo {
  font-weight: lighter;
}
#pagina-interna .gallery-image a {
  transition: all linear 0.3s;
  display: inline-block;
  margin-right: 20px;
}
#pagina-interna .gallery-image a:hover {
  opacity: 0.5;
}
.box-evento {
  margin-top: 30px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.box-evento .pubblicata {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  background: #377e47;
  color: #fff;
}
.box-evento .data {
  padding: 5px;
  background: #333333;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.box-evento .data p {
  margin: 0;
  color: #fff;
}
.box-evento h3 {
  color: #fff;
  font-size: 20px;
  padding: 5px;
  margin: 0;
}
.box-evento p {
  margin-top: 15px;
  padding: 0 10px;
  color: #808080;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.box-evento a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.box-evento a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.box-evento a:hover .data {
  background: #377e47;
}
.box-evento a:hover p {
  opacity: 0.5;
}
footer {
  background: #333333;
  color: white;
}
footer a {
  color: white;
}
#mission {
  border-bottom: 4px solid #377e47;
  border-top: 2px solid #377e47;
}
#mission .mission-image {
  background-image: url("../img/slide-due.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}
#mission .mission-image img {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -120px;
}
#mission .testo-mission {
  padding: 60px;
}
#mission .testo-mission h2 {
  font-size: 40px;
  color: #377e47;
  margin-bottom: 20px;
}
#mission .testo-mission p {
  font-size: 14px;
}
#mission .testo-mission a {
  margin-bottom: 40px;
  width: 300px;
}
.dropdown-menu {
  background: #474747;
}
.dropdown-menu a:hover {
  background: #377e47 !important;
  color: #fff !important;
}
footer {
  background: #474747;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #fff;
  margin-top: -6px;
  border-top: 4px solid #333333;
}
footer strong {
  display: block;
  margin-bottom: 15px;
}
footer h3 {
  margin-bottom: 25px;
}
footer p {
  font-size: 14px;
}
footer .list-footer a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
footer .footer-text p {
  margin: 0;
  font-size: 10px;
}
footer .footer-text a {
  color: #fff;
}
footer a:hover {
  color: #84ca94 !important;
}
.whatsapp-button-template {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: green;
  border: 1px solid green;
  font-size: 36px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
}
.navbar-toggle {
  border: 1px solid #fff !important;
}
.navbar-toggler-icon {
  fill: #fff;
  color: #fff;
}
.navbar-toggler {
  border-color: #fff;
}
.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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.social-footer a i {
  font-size:30px;
}

@media screen and (max-width: 992px) {
  #carousel {
    margin-top:60px;
  }
  #particles-js {
    margin-top: 68px;
    max-height: 900px;
  }
  #mission .testo-mission {
    padding:0;
    padding-top:20px;
    padding-bottom:20px;
  }
  .social-icon {
    display: none;
  }
  #pagina-interna .gallery-image a {
    display: block;
    width: 100%;
  }
  #pagina-interna .gallery-image a img {
    display: block;
    width: 100%;
  }
  .gallery-image {
    margin-top:40px;
  }
  #pagina-interna {
    padding-bottom: 40px;
  }
  .social-footer a i {
    margin-top:20px;
    font-size:30px;
  }
}

/*# sourceMappingURL=generale.css.map */
