#myFooter {
  background-color: #0d2a4a;
  color: white;
  text-align: left;
  border-top: solid 28px #c05843;
  padding-bottom: 60px;
}

.txt-phone {
  font-size: 21px;
}

@media (min-width: 576px) {
  #myFooter {
    padding-bottom: 15px;
  }
}

#myFooter .container-fluid {
  max-width: 1400px;
}

#myFooter p {
  font-family: 'Roboto Condensed';
  line-height: 1.4;
}

#myFooter h4 {
  font-size: 22px;
  color: white;
  font-weight: bold;
}

#myFooter a {
  color: #ffffff;
  text-decoration: none;
  transition: all .3s;
}

#myFooter a:hover {
  text-decoration: none;
  color: #c05843;
  transition: all .3s;
}

#myFooter .footer-copyright a {
  font-size: 13px;
}

#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}

#myFooter li {
  font-size: 16px;
  margin-bottom: 10px;
}

#myFooter .footer-copyright p {
  font-family: 'Roboto Condensed';
  font-size: 14px;
  color: rgb(136,136,136);
}

#myFooter .social-networks {
  text-align: center;
}

#myFooter .social-networks a {
  display: inline-block;
  font-size: 30px;
  line-height: 1.7;
  color: #c05843;
  background-color: white;
  border-radius: 50%;
  min-width: 48px;
  height: 48px;
  margin: 5px;
}

#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .google:hover {
  color: #ff0000;
}

#myFooter .instagram:hover {
  color: #ad00ff;
}

