footer.footer1 {
  width: 100%;
  padding: 5px 0px;
  background: #DAE3EA;
}

footer.footer1 .footer-firma {
  width: 100%;
  height: auto;
}


footer.footer1 .footer-firma .footer-text {
  font-size: 13px;
  color: #0C0C0C;
}

footer.footer1 .footer-firma .footer-logo {
  height: 15px;
  display: flex;
  margin-left: 15px;
  width: auto;
  align-items: center;
}

footer.footer1 .footer-firma .footer-logo img {
  height: 100%;
}