.back-to-top-link {
    border-color: #000066;
	color: #000066; 
}

.back-to-top-link:hover {
    background-color: #000066;
}

span#mxcpr {
display: none !important;
}

html body .container-header .navbar-brand {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
}

html body .container-header .site-description {
  font-size: 1.5rem !important;
  margin: 0; /* quita márgenes que puedan empujar el texto */
}

/* Menú footer horizontal */
#mod-menu116.mod-list {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap; /* por si hay poco espacio */
}

div.iocum-bottom {
  background-color: #22262a08;
}

#mod-menu117.mod-list {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap; /* por si hay poco espacio */
}

