footer {
  background-color: #101e2b; /* Preto Borex, ver mesma cor no cabe alho */
  color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 0.9em;
}

footer div {
  text-align: center;
  padding: 0.3em;
}

footer div p {
  margin-top: 0.3em;
}

footer a,
footer a:hover,
footer a:active {
  color: white;
  text-decoration: none;
}

footer img {
  max-width: 30%;
}

#armored_website {
  width: 25% !important;
}

#armored_website img {
  max-width: 115px !important;
  max-height: 60px !important;
}

@media (max-width: 767px) {
  #armored_website {
    margin: auto !important;
  }
}

@media (min-width: 768px) {
  footer {
    height: 120px;
  }

  .footer-fixo {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  footer div {
    margin-top: 30px;
  }

  footer img {
    max-height: 40px;
    width: auto;
  }
}
