/* Archivo separado para evitar que una copia anterior en caché de styles.css
   siga deformando el logotipo del pie de página. */
.site-footer .footer-grid {
  align-items: start !important;
}

.site-footer .footer-brand {
  display: block !important;
  width: 220px !important;
  height: 155px !important;
  min-height: 0 !important;
  max-height: 155px !important;
  padding: 0 !important;
  align-self: start !important;
  overflow: hidden !important;
  line-height: 0 !important;
  background: #fff !important;
  border-left: 5px solid #b6cc09 !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22) !important;
}

.site-footer .footer-brand img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 640px) {
  .site-footer .footer-brand {
    width: 190px !important;
    height: 134px !important;
    max-height: 134px !important;
  }
}
