@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

:root {
  --md-text-font: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --md-typeset-font-size: 0.64rem;

  /* ETER / Río Negro palette */
  --md-primary-fg-color: #6ac64f;
  --md-primary-fg-color--light: #a8e063;
  --md-primary-fg-color--dark: #4a9a2e;

  --md-accent-fg-color: #007be0;
  --md-accent-fg-color--light: #4da6ff;
  --md-accent-fg-color--dark: #0052a3;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #6ac64f;
  --md-primary-fg-color--light: #a8e063;
  --md-primary-fg-color--dark: #4a9a2e;

  --md-accent-fg-color: #4da6ff;
  --md-accent-fg-color--light: #6fc4ff;
  --md-accent-fg-color--dark: #0052a3;
}

/* Brand title sizing */
.md-header__title {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.02rem;
  line-height: 1.05;
}

.md-header__ellipsis {
  display: flex;
  height: 82% !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
}

.md-header__title .md-header__topic {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 6px;
}

.md-header__title::after {
  content: "Ministerio de Modernización - Gobierno de Río Negro";
  display: block;
  width: 100%;
  font-size: 0.65rem;
  font-weight: 700;
  color: #333;
  margin-top: -10px
}

.md-typeset {
  font-size: 0.7rem;
  line-height: 1.5;
}

.md-nav--primary .md-nav__link,
.md-nav--secondary .md-nav__link {
  font-size: 0.7rem;
  line-height: 1.5;
}

/* Nav titles */
nav[aria-label="Navigation"] .md-nav__title {
  font-size: 0;
}

nav[aria-label="Navigation"] .md-nav__title::after {
  content: "Indice general:";
  font-size: 0.7rem;
  font-weight: 700;
}

.md-sidebar--primary .md-nav__title {
  display: flex;
  align-items: center;
  font-size: 0;
  color: #000;
}

.md-sidebar--primary .md-nav__title::after {
  content: "Indice general:";
  font-size: 0.8rem;
  font-weight: 700;
}

.md-nav--secondary .md-nav__title {
  font-size: 0;
  color: #000;
}

.md-nav--secondary .md-nav__title::after {
  content: "En esta página:";
  font-size: 0.8rem;
  font-weight: 700;
}

.md-header,
.md-header__inner {
  min-height: 60px;
  height: 60px;
}

.md-header__button.md-logo img {
  height: 40px;
  width: auto;
}

.md-header__button.md-logo {
  display: flex !important;
  order: 0;
  margin-right: 0.35rem;
}

.md-header__button.md-icon {
  order: 1;
}

/* Search alignment */
.md-search__form {
  height: 34px;
  font-size: 0.7rem;
}

.md-search__input {
  font-size: 0.7rem;
  line-height: 1.4;
}

.md-search__icon {
  height: 1rem;
  width: 1rem;
}

/* Keep logo visible on small screens */
@media screen and (max-width: 76.25em) {
  /* Material oculta el logo en mobile; lo forzamos visible y mantenemos orden */
  .md-header__button.md-logo {
    display: flex !important;
    order: 0;
  }
  .md-header__button.md-icon {
    order: 1;
  }
  .md-header__title {
    margin-left: 0 !important;
  }
}

.md-typeset h1
{
    color: #000;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.7em 0;
}

.md-typeset h2
{
    color: var(--md-primary-fg-color);
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.6em 0 0.6em 0;
}

.md-typeset h3
{
    color: #000;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0.5em 0 0.4em 0;
}
