/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  /* margin-top: 2rem; */
  padding: 2rem 1rem 2rem 1rem;
  background: var(--bs-dark);
  border-radius: 0;
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
}

.footer a {
  color: #FFFFFF;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff
}

.footer h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  color: #000;
  margin-bottom: 0
}

.footer li {
  font-size: 1.1em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer .contatti {
    text-align: center;
  }
}

.footer .social {
  text-align: right;
}
@media (max-width: 768px) {
  .footer .social {
    text-align: center;
  }
}
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}
