
    :root {
        --text: #565656;
--links: #0F79D0;
--titles: #000000;
--page-background: #F6F8FB;
--highlight: #0F79D0;
--boxes-background: #FFFFFF;
--boxes-border: #CBD2DB;
--section-titles: #142E7B;
--section-titles-background: #F6F8FB;
--header-background: #1971c2;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #0F79D0;
    }
    
/* Botón Back office */
.ods-front-header__management-menu-item--backoffice {
  background-color: #1F1111;
  padding: .33rem .67rem;
  border-radius: 4px;
}

/* Idiomas a la derecha */
.ods-front-header__languages {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  gap: 0.5em !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Formato texto */
.ods-front-header__languages a,
.ods-front-header__languages span {
  color: #9b9b9b !important;
  text-decoration: none;
  font-size: 1.2rem !important;
  font-weight: bold !important;
}

/* Se pone negro al ponerse encima y el idioma seleccionado */
.ods-front-header__languages a:hover,
.ods-front-header__languages .ods-front-header__link--active {
  color: #000000 !important;
}