footer {
  background-color: var(--bg-color-gray-medium);
}

.footer-image {
  width: 120px;
  text-align: center;
  margin-left: 35px;
}

@media screen and (max-width: 720px) {
  .footer-image {
    margin-left: 0px;
  }

  .img-footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer-title {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #727272;
}

.social-networks-footer > i {
  color: #727272;
}

.ts-section-footer {
  background: #1a1a1a;
  padding-top: 10px;
}

.link {
  text-decoration: none;
  color: inherit;
}

.link:hover {
  text-decoration: none;
  color: inherit;
}

.footer-card {
  background: #70361478;
  width: 280px;
  padding: 20px;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
}

.ts-card-header {
  text-align: center;
}

.ts-card-header > i {
  background: var(--bg-color-orange);
  border-radius: 50% !important;
  padding: 20px;
  border: 0;
}

.card-footer-title {
  color: #e5b391;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.card-footer-desc {
  color: #e5b39191;
  font-size: 10px;
  text-align: center;
}

.footer-copyright-body {
  background: #363636;
  padding: 15px;
}

.text-style {
  color: #727272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 35px;
  transition: 0.5s;
}

.copyright-text {
  color: #727272;
  font-weight: 600;
}

.footer-texts {
  color: #727272;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 35px;
  transition: 0.5s;
}

.footer-texts:hover {
  color: var(--bg-color-orange);
}

.social-networks-footer {
  display: flex;
  text-decoration: none;
  list-style: none;
}

.social-networks-footer > li > a {
  margin-left: 15px;
  font-size: 20px;
}

.social-networks-footer > li > a > i {
  color: #727272;
}
