@font-face {
  font-family: 'Amsipro';
  src: url('https://cdn.prod.website-files.com/649e284b495329acb459d6b4/649e284b495329acb459d6c6_AmsiPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body { background-color: #f8f9fa; }

.header-institucional {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  padding: 14px 0 16px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.header-institucional::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #d71920 0%, #c4161c 40%, #d71920 100%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-brand .logo {
  max-height: 54px;
  max-width: min(280px, 58vw);
  height: auto;
  width: auto;
  display: block;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.header-content {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 54px;
  padding-left: 20px;
  border-left: 1px solid rgba(63,63,63,.35);
}

.header-section {
  font-family: 'Amsipro', 'Open Sans', Arial, sans-serif;
  font-size: clamp(.88rem, 1.75vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3f3f3f;
  line-height: .92;
}

.evento-publico-destaque {
  position: relative;
  margin: 34px 0 24px;
  overflow: visible;
  --evento-publico-bg-y: 50%;
}

.evento-publico-destaque::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -34px;
  width: 100vw;
  height: calc(100% + 62px);
  transform: translateX(-50%);
  background-image: url('/public/uploads/logo/2d92f7de-1252-4754-847a-8c1c4e6a93232.png');
  background-position: center var(--evento-publico-bg-y);
  background-size: cover;
  background-repeat: no-repeat;
}

.evento-publico-destaque-inner {
  position: relative;
  z-index: 1;
  min-height: 360px;
}

.evento-publico-thumb {
  position: relative;
  z-index: 1;
  width: 68%;
  aspect-ratio: 16 / 9;
  max-height: 360px;
  overflow: hidden;
  background-color: #111;
  background-position: center;
  background-size: cover;
}

.evento-publico-thumb::before {
  display: none;
}

.evento-publico-thumb .fundo-blur {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: blur(18px);
  transform: scale(1.08);
  opacity: .9;
}

.evento-publico-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01)),
    linear-gradient(0deg, rgba(215,25,32,.02), rgba(215,25,32,.02));
  pointer-events: none;
}

.evento-publico-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(.98) brightness(.99);
  opacity: .98;
  display: block;
}

.evento-publico-panel {
  position: absolute;
  z-index: 4;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  max-width: 520px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 28px 30px;
  box-shadow: 0 16px 32px rgba(0,0,0,.10);
}

.evento-publico-title {
  padding-left: 0;
  margin: 0 0 16px;
  font-size: 1.18rem;
  line-height: 1.24;
}

.evento-publico-title::before {
  display: none;
}

.titulo-barra {
  color: #d71920;
}

.evento-publico-meta {
  display: grid;
  gap: 12px;
  font-size: .86rem;
  line-height: 1.45;
}

.evento-publico-meta .event-meta-item {
  color: #555;
}

.site-footer {
  background: #d8d8d8;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  margin-top: 60px;
}

.site-footer a {
  color: #514a4a;
  text-decoration: none;
}

.site-footer a:hover {
  color: #b5151a;
  text-decoration: underline;
}

.footer-main {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 52px;
  padding: 40px 12px 26px;
}

.footer-side {
  max-width: 245px;
}

.footer-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 0 0 18px;
  display: block;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.footer-social a {
  color: #514a4a;
  font-size: 1.35rem;
  line-height: 1;
}

.footer-buttons {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 225px;
  max-width: 100%;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 4px;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-pill:hover {
  color: #fff !important;
  text-decoration: none !important;
  filter: brightness(.95);
}

.footer-pill-whatsapp {
  background: #477656;
}

.footer-pill-email {
  background: #6a6a6a;
}

.footer-contact-block {
  margin-top: 24px;
}

.footer-contact-block h2,
.footer-menu h2 {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-contact-block p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 21px;
}

.footer-phone {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.footer-contact-icons {
  display: flex;
  gap: 18px;
  margin-top: 6px;
}

.footer-contact-icons a {
  color: #514a4a;
  font-size: 1.35rem;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 26px;
  padding-top: 2px;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu a {
  font-size: 14px;
  line-height: 21px;
}

.footer-copy {
  background: #d8d8d8;
  padding: 0 0 24px;
}

.footer-copy p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}

.footer-copy a {
  color: #b5151a;
}

@media (max-width: 768px) {
  .evento-publico-destaque-inner {
    min-height: 0;
  }

  .evento-publico-thumb,
  .evento-publico-thumb img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }

  .evento-publico-panel {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 32px);
    max-width: 720px;
    min-height: 0;
    margin: -42px auto 0;
    padding: 20px 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-side {
    max-width: none;
  }

  .footer-logo {
    width: 180px;
  }

  .header-inner {
    align-items: center;
    gap: 14px;
  }

  .header-brand .logo {
    max-height: 46px;
    max-width: min(240px, 72vw);
  }

}

@media (max-width: 480px) {
  .evento-publico-destaque {
    margin-top: 28px;
  }

  .evento-publico-thumb,
  .evento-publico-thumb img {
    max-height: 240px;
  }

  .evento-publico-panel {
    width: calc(100% - 24px);
    margin: -30px auto 0;
    padding: 16px;
  }

  .evento-publico-title {
    font-size: .96rem;
  }

  .evento-publico-meta {
    font-size: .76rem;
  }

  .header-institucional {
    padding: 12px 0 14px 0;
  }

  .footer-main {
    padding-top: 32px;
  }

  .footer-menu ul {
    flex-direction: column;
    gap: 6px;
  }

  .footer-copy p {
    font-size: .8rem;
  }

  .header-content {
    min-height: 38px;
    padding-left: 12px;
  }

  .header-section {
    font-size: .72rem;
  }
}
