footer.site-footer {
  background-color: black;
  padding-top: 110px;
  padding-bottom: 110px;
}
footer.site-footer .custom-logo-wrap {
  display: block;
  height: 100px;
  width: 100%;
  max-width: 230px;
  margin: auto;
  margin-top: -10px;
  transition: transform 300ms ease;
}
footer.site-footer .custom-logo-wrap img {
  width: 100%;
  height: 100%;
}
footer.site-footer .custom-logo-wrap:hover {
  transform: scale(0.9);
}
footer.site-footer .title {
  font-size: 14px;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  display: block;
}
footer.site-footer * {
  font-size: 14px;
  font-weight: 200;
}
footer.site-footer .col-12.copyright a {
  color: #8E8E8E;
  text-decoration: none;
}
footer.site-footer .col-12.copyright a.footer-copyright {
  color: white;
  text-decoration: underline;
}
footer.site-footer .col-12.contact p, footer.site-footer .col-12.contact a {
  margin-bottom: 9px;
  display: block;
  font-weight: 300;
}
@media (min-width: 1200px) {
  footer.site-footer .col-12.social {
    border-left: 1px solid white;
  }
}
footer.site-footer .col-12.social a:before {
  color: white;
  font-size: 25px;
}
footer.site-footer .col-12.social .partner-logo {
  max-width: 130px;
}
footer.site-footer .menu-wrap ul {
  list-style: none;
  max-width: 500px;
  padding: 0;
}
footer.site-footer .menu-wrap ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1rem;
  color: white;
  padding: 0;
  margin-bottom: 10px;
  transition: color 300ms ease;
  width: 100%;
}
@media (min-width: 1200px) {
  footer.site-footer .menu-wrap ul li {
    width: 50%;
  }
}
footer.site-footer .menu-wrap ul li a {
  position: relative;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color 300ms ease;
}
footer.site-footer .menu-wrap ul li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  position: absolute;
  transition: width 300ms ease, background-color 300ms ease;
  margin-top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
footer.site-footer .menu-wrap ul li a:hover:after {
  width: 100%;
}

footer.site-footer #whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  display: block;
  filter: drop-shadow(1px 1px 1px #515151);
  transition-delay: 100ms;
}
@media (min-width: 1200px) {
  footer.site-footer #whatsapp {
    right: 35px;
    bottom: 30px;
  }
}
footer.site-footer #whatsapp svg {
  width: 75px;
  height: 75px;
}
footer.site-footer #whatsapp:after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(64, 195, 81);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: width 300ms ease, height 300ms ease;
  transition-delay: 50ms;
}
footer.site-footer #whatsapp:hover:after {
  width: 70px;
  height: 70px;
}