/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Footer regions.
 */

.site-footer {
  position: relative; /* stack above left social bar */
}

.site-footer .menu {
  margin-inline-start: 0;
  list-style: none;
}

.site-footer .menu ul {
  margin-inline-start: var(--sp);
}

.site-footer .menu li {
  margin-block-end: var(--sp0-5);
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.site-footer__bottom .region {
  display: flex;
  align-items: center;
  grid-column: 1rem;
  column-gap: 1rem;
}

#block-cgfm-theme-logocolombiafooter {
    border-right: 2px solid white;
    padding-right: 20px;
}

.site-footer__bottom #block-cgfm-theme-logocolombiafooter img {
  width: 46px;
}
