
footer {
  width: 100%;
  padding: 20px 0px 0px 0px;
  background-color: var(--color-surface);
  box-shadow: var(--shadow-footer);
}
.footer_info a {
  padding: 4px 0;
  color: var(--color-text-faint);
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  text-align: start;
}
.copyright p {
  color: var(--color-text-on-dark);
  font-size: 15px;
}
.copyright img {
  height: 25px;
  width: 74px;
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(62deg)
    brightness(107%) contrast(101%);
}
.footer_social_media a {
  padding: 3.7px 0;
  display: flex;
  width: 100%;
  text-decoration: none;
  color: var(--color);
  font-size: 15px;
  align-items: center;
}
.footer_info .footer_logo img {
  height: 40px;
  width: 118px;
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(62deg)
    brightness(107%) contrast(101%);
}
.footer_social_media img {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.footer_info h5 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
  color: var(--color-text-medium);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.footer_social_media h5 {
  margin-bottom: 15px;
  color: var(--color-text-medium);
  font-weight: 500;
  font-size: 18px;
  text-align: start;
}
.container_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1450px;
  margin: auto;
}
.footer_info {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  align-items: start;
}
.footer_social_media {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  align-items: start;
}
.footer_info .terms {
  max-width: 350px;
  color: #404040;
  font-size: 10px;
  margin-top: 2px;
}
.footer_info .terms p {
  max-width: 350px;
  color: var(--color-text-faint);
  font-size: 13px;
  text-align: start;
  line-height: 1.1;
}
.pie .footer_info a:hover {
  opacity: 0.8;
}
.footer_info a .fab {
  font-size: 14px;
}
.copyright {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 5px 40px;
  background: linear-gradient(135deg, #048d98 0%, #0a6a73 100%);
}
.copyright hr {
  border: none;
  height: 1px;
  background-color: var(--color-accent);
}
@media (max-width: 650px) {
  .container_footer {
    padding: 0px 3%;
  }
  footer {
    padding: 0px;
  }
  .footer_info {
    padding: 10px 0px;
  }
  .copyright {
    padding: 0;
  }
}
