/* Incremento uniforme del 10% para los logotipos institucionales del pie. */
.site-footer .footer-credentials {
  --footer-logo-height: 70.4px;
  --footer-logo-height-large: 77.44px;
  --footer-logo-height-small: 63.36px;
}

@media (max-width: 620px) {
  .site-footer .footer-credentials {
    --footer-logo-height: 63.8px;
    --footer-logo-height-large: 70.18px;
    --footer-logo-height-small: 57.42px;
  }
}
