* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body{
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #000;
  color: #fff;
}
.page{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-area{
  flex: 1;
  width: 100%;

  background:
    radial-gradient(
      120% 140% at 50% 100%,
      rgba(111, 26, 119, 0.45) 0%,
      rgba(111, 26, 119, 0.22) 35%,
      rgba(0, 0, 0, 0) 75%
    ),
    url(container-sele-o-evento0.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 16px;
}

.titulo{
  font-size: 40px;
  line-height: 130%;
  font-weight: 600;
  margin: 0;
}
.navbar-top{
  background: radial-gradient(ellipse at top, rgba(0, 0, 0, 1) 0%, transparent 80%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
}

.frame-292{
  width: 100%;
  max-width: 1296px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-medx-exp-26, .frame-1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.group{ width: 280px; height: auto; display: block; }

.navbar-bottom{
  background: #000;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.navbar-bottom-inner{
  width: 100%;
  max-width: 1280px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.group2{ width: 240px; height: auto; display: block; }

._2026-medx-2005-2026-medx-solu-es-tecnol-gicas-ltda{
  opacity: .7;
  font-size: 14px;
  line-height: 150%;
  max-width: 600px;
  text-align: right;
}

/* Mobile */
@media (max-width: 768px){
  .navbar-top{ padding: 14px 16px; height: 60px; }
  .group{ width: 200px; }

  .main-area{ padding: 56px 16px; }

  .titulo{ font-size: 24px; }

  .navbar-bottom-inner{
    flex-direction: column;
    text-align: center;
    padding: 18px 16px;
  }
  ._2026-medx-2005-2026-medx-solu-es-tecnol-gicas-ltda{
    text-align: center;
    font-size: 12px;
    max-width: 100%;
  }
  .group2{ width: 200px; }
}
