:root{
  --gor-blue: #023373;
  --gor-blue-dark: #01152e;
  --gor-yellow: #F2CB05;
}

*{ box-sizing: border-box; }

body{
  background:#f7f7f7;
  font-family:"Rajdhani", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:700; /* Rajdhani Bold no site todo */
}

.content-wrap{ padding-top:90px; }

.hero{
  background: linear-gradient(135deg, var(--gor-blue), var(--gor-blue-dark));
  color:#fff;
  border-radius:16px;
}

.hero .badge{
  background: rgba(242,203,5,.2);
  border:1px solid rgba(242,203,5,.4);
  color: var(--gor-yellow);
}

.card{ border-radius:16px; }

.muted{ opacity:.8; }

.nav-pill{ border-radius:999px; }

.gor-nav-logo{ height:36px; width:auto; }

.gor-brand-title{
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1;
}

/* menus centrais */
.gor-nav-center .nav-link{
  font-weight:700;
  opacity:.85;
  padding:.4rem .75rem;
}

.gor-nav-center .nav-link.active{
  opacity:1;
  text-decoration: underline;
  text-underline-offset:6px;
}
