:root {
  --crc-red: #5e1937;
}

@media (min-width: 1400px) {
  .mw-xl {
    max-width: 1140px;
  }
}

.btn-outline-info {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}

.text-decoration-underline-dotted:not(a), a.text-decoration-underline-dotted:not(:hover) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration-style: dotted;
}

.smaller {
  font-size: 0.8rem;
}

.bg-crc {
  background-color: var(--crc-red);
}

.logo-crc {
  height: 9.375rem;
  width: auto;
}

.title-crc {
  line-height: 1;
  font-size: 2.5rem;
}

.logo-ucam {
  height: 3.5rem;
}

.home-link-box {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  text-decoration: none;
  color: var(--bs-heading-color);
  font-weight: 500;
  padding: 1rem;
  border-radius: var(--bs-border-radius-xxl);
}

a.home-link-box:hover {
  background-color: var(--bs-tertiary-bg);
}

.home-link-box > img {
  width: auto;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.home-link-box > i {
  display: block;
  line-height: 1;
  font-size: 5.5rem;
  height: 5.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
