/* Transparent utility bar, with readable text on inner pages. */
.topbar{background:transparent;box-shadow:none;border:0}
body[data-page="inicio"] .topbar{position:absolute;top:0;left:0;right:0;color:#fff;text-shadow:0 1px 5px #06122280}
body[data-page="inicio"] .header:not(.is-solid){top:var(--gh-topbar-height,38px)}
body:not([data-page="inicio"]) .topbar{color:#142b42}
body:not([data-page="inicio"]) .topbar .social-link,
body:not([data-page="inicio"]) .topbar .lang-switch__btn{color:#142b42;border-color:#142b4233;background:transparent}
body:not([data-page="inicio"]) .topbar__left a:hover{color:#186078}
body:not([data-page="inicio"]) .topbar .social-link:hover{color:#fff;background:#186078}
.nav a{white-space:nowrap}
