.footer {
  display: flex;
  /* height: 130px; */
  background-color: rgb(214, 214, 214);
  margin-top: 10px;
}

.footer h3 {
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
}

.footer p {
  text-align: center;
  color: black;
  font-family: "Open Sans Condensed", sans-serif;
}

.text-footer {
}

.icon-ul {
  margin: 0 auto;
  text-align: center;
}

.text-footer hr {
  width: 30%;
  text-align: center;
  margin: 5px auto;
  color: rgba(0, 0, 0, 0.63);
}

.social-menu-footer {
  margin: 16px auto;
}

.social-menu-footer ul {
  display: flex;
  justify-content: space-around;
  padding: 7px;
  z-index: -10;
}

.social-menu-footer li {
  list-style: none;
  margin: 0 15px;
}

.social-menu-footer ul li .fab {
  font-size: 25px;
  transition: 0.6s;
  line-height: 40px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.931);
}

.social-menu-footer ul li .fab:hover {
  color: #fff;
}

.social-menu-footer ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(93, 93, 93);
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.social-menu-footer ul li a:hover {
  transform: translate(0, -10px);
}

.social-menu-footer ul li:nth-child(1) a:hover {
  background-color: rgb(167, 167, 167);
}
.social-menu-footer ul li:nth-child(2) a:hover {
  background-color: #0077b5;
}
.social-menu-footer ul li:nth-child(3) a:hover {
  background-color: #e4405f;
}
.social-menu-footer ul li:nth-child(4) a:hover {
  background-color: #34465d;
}
