@charset "UTF-8";
@font-face {
  font-family: "UnimedSansRegular";
  src: url("../../site/fonts/UnimedSansRegular.eot");
  src: url("../../site/fonts/UnimedSansRegular.eot") format("embedded-opentype"), url("../../site/fonts/UnimedSansRegular.woff2") format("woff2"), url("../../site/fonts/UnimedSansRegular.woff") format("woff"), url("../../site/fonts/UnimedSansRegular.ttf") format("truetype"), url("../../site/fonts/UnimedSansRegular.svg#UnimedSansRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "UnimedSlabRegular";
  src: url("../../site/fonts/UnimedSlabRegular.eot");
  src: url("../../site/fonts/UnimedSlabRegular.eot") format("embedded-opentype"), url("../../site/fonts/UnimedSlabRegular.woff2") format("woff2"), url("../../site/fonts/UnimedSlabRegular.woff") format("woff"), url("../../site/fonts/UnimedSlabRegular.ttf") format("truetype"), url("../../site/fonts/UnimedSlabRegular.svg#UnimedSlabRegular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "UnimedBold";
  src: url("../../site/fonts/UnimedBold.woff2") format("woff2"), url("../../site/fonts/UnimedBold.woff") format("woff"), url("../../site/fonts/UnimedBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "UnimedSlabBlack";
  src: url("../../site/fonts/UnimedSlabBlack.eot");
  src: url("../../site/fonts/UnimedSlabBlack.eot") format("embedded-opentype"), url("../../site/fonts/UnimedSlabBlack.woff2") format("woff2"), url("../../site/fonts/UnimedSlabBlack.woff") format("woff"), url("../../site/fonts/UnimedSlabBlack.ttf") format("truetype"), url("../../site/fonts/UnimedSlabBlack.svg#UnimedSlabBlack") format("svg");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "UnimedSlabBold";
  src: url("../../site/fonts/UnimedSlabBold.eot");
  src: url("../../site/fonts/UnimedSlabBold.eot") format("embedded-opentype"), url("../../site/fonts/UnimedSlabBold.woff2") format("woff2"), url("../../site/fonts/UnimedSlabBold.woff") format("woff"), url("../../site/fonts/UnimedSlabBold.ttf") format("truetype"), url("../../site/fonts/UnimedSlabBold.svg#UnimedSlabBold") format("svg");
  font-display: swap;
}
body {
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
}

strong,
.slab-bold {
  font-family: "UnimedSlabBold", "UnimedSlabBlack", serif;
  font-weight: 700;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  background-color: #f9fafb;
  color: #015e6d;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Wrapper full HD: altura variável, rolagem na página (body), centralizado em telas > 1920px */
.site-wrapper-2026 {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  height: auto;
  overflow: visible;
  flex: 1 0 auto;
  background-color: #f9fafb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
}

main {
  margin-top: 0;
}
.header-2026--interna + main:not(.no-padding-top) {
  padding-top: 110px;
}
@media (max-width: 991.98px) {
  .header-2026--interna + main:not(.no-padding-top) {
    padding-top: 0;
  }
}

main.no-padding-top {
  padding-top: 0 !important;
}

#home-2026 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
}

.container-max {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-2026 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-2026 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.kicker-2026 {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0.75rem;
  text-transform: none;
}

.kicker-orange {
  color: #E87722;
}

.title-2026 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #015e6d;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .title-2026 {
    font-size: 2rem;
  }
}

.copy-2026 {
  font-size: 1rem;
  color: #015e6d;
  max-width: 40rem;
  line-height: 1.7;
}
.copy-2026.copy-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-primary-2026 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.25rem;
  border: 0;
  border-radius: 999px;
  background-color: #E87722;
  color: #fff;
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(232, 119, 34, 0.4);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 200px;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-primary-2026:hover {
  background-color: #d66a1c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 119, 34, 0.5);
}
.btn-primary-2026:active {
  transform: translateY(0);
}

.btn-secondary-2026 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.25rem;
  border-radius: 999px;
  border: 1px solid #1A5F61;
  background-color: transparent;
  color: #1A5F61;
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  gap: 0.5rem;
  white-space: nowrap;
  transition: all 0.2s ease;
  min-width: 200px;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-secondary-2026:hover {
  background-color: #1A5F61;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(26, 95, 97, 0.2);
}
.btn-secondary-2026:active {
  transform: translateY(0);
}
.btn-secondary-2026.btn-secondary-2026--on-dark {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-secondary-2026.btn-secondary-2026--on-dark:hover {
  background: #fff;
  border-color: #fff;
  color: #1A5F61;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transform: translateY(-4px);
}

body.menu-2026-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.header-2026 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.header-2026.is-scrolled {
  padding-top: 0;
  padding-bottom: 0;
}
.header-2026 {
  /* Versão Moderna para páginas internas */
}
.header-2026--interna {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .header-2026--interna {
    background-color: transparent;
    box-shadow: none;
  }
}
.header-2026--interna .header-2026__top {
  padding: 0.5rem 0;
  height: 75px;
  background-color: #fff;
  position: relative;
  z-index: 200;
}
@media (max-width: 991.98px) {
  .header-2026--interna .header-2026__top {
    height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: static;
    top: auto;
    left: auto;
    background-color: transparent;
  }
}
.header-2026--interna .header-2026__top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .header-2026--interna .header-2026__top-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.header-2026--interna {
  /* BLOCO DA LOGO (ELEMENTO PRINCIPAL) */
}
.header-2026--interna .header-2026__logo-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 500;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Dimensões do box conforme a logo */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header-2026--interna .header-2026__logo-box {
    z-index: 155;
    padding: 10px;
    left: 8px;
    top: 0;
    width: 130px;
    height: 105px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 992px) {
  .header-2026--interna .header-2026__logo-box {
    width: 240px;
    top: 0;
  }
}
.header-2026--interna .header-2026__logo-box .navbar-2026-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
}
@media (max-width: 991.98px) {
  .header-2026--interna .header-2026__logo-box .navbar-2026-logo img {
    max-width: 130px;
  }
}
.header-2026--interna .header-2026__logo-box:hover {
  transform: translateY(2px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .header-2026--interna .header-2026__event-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    margin-left: 122px;
    margin-right: 0;
    padding: 0 0.25rem;
    text-align: center;
    color: #fff;
    line-height: 1.15;
    min-width: 0;
    overflow: hidden;
  }
  .header-2026--interna .header-2026__event-mobile .header-2026__event-city {
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0.95;
    white-space: nowrap;
  }
  .header-2026--interna .header-2026__event-mobile .header-2026__event-date {
    font-size: 0.95rem;
    font-weight: 800;
    margin-top: -0.1rem;
    white-space: nowrap;
  }
}
.header-2026--interna {
  /* CONTEÚDO AO LADO DA LOGO */
}
.header-2026--interna .header-2026__top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding-left: 260px; /* Espaço reservado para o Logo Box no Desktop */
}
@media (max-width: 991px) {
  .header-2026--interna .header-2026__top-content {
    padding-left: 170px;
  }
}
.header-2026--interna {
  /* TAGLINE CENTRALIZADA NO ESPAÇO DISPONÍVEL */
}
.header-2026--interna .header-2026__tagline {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 1.5rem;
  text-align: center;
}
.header-2026--interna .tagline-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.header-2026--interna .header-2026__tagline-line2 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  font-style: italic;
  color: #64748b;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-2026--interna .header-2026__tagline-line2 {
    font-size: 1.125rem;
  }
}
.header-2026--interna {
  /* BOTÕES À DIREITA */
}
.header-2026--interna .header-2026__quick-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header-2026--interna .header-2026__quick-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1A5F61;
  text-decoration: none;
  transition: color 0.2s;
}
.header-2026--interna .header-2026__quick-link:hover {
  color: #E87722;
}
.header-2026--interna .header-2026__quick-cta {
  background: #E87722;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(232, 119, 34, 0.2);
  transition: all 0.2s;
}
.header-2026--interna .header-2026__quick-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(232, 119, 34, 0.3);
  background: rgb(217.8299180328, 106.4508196721, 22.6700819672);
}
.header-2026--interna {
  /* BLOCO DO MENU (COR UNIMED) */
}
.header-2026--interna .navbar-2026 {
  background-color: rgb(157, 199, 0);
  width: 100%;
  position: relative;
  z-index: 150;
}
.header-2026--interna .navbar-2026 .navbar-2026-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .header-2026--interna .navbar-2026 .navbar-2026-container {
    justify-content: space-between;
  }
}
.header-2026--interna .navbar-2026-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.header-2026--interna .navbar-2026-toggle .bar {
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .header-2026--interna .navbar-2026-toggle {
    display: flex;
  }
}
.header-2026--interna .navbar-2026-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end; /* ALINHADO À DIREITA */
  align-items: center;
  gap: 1.25rem;
  height: 100%;
}
@media (max-width: 991px) {
  .header-2026--interna .navbar-2026-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    display: flex; /* Always flex but hidden */
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 100%);
    background-color: rgba(141, 185, 46, 0.98);
    padding: 1rem 0 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 90;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    -webkit-overflow-scrolling: touch;
    /* Transition */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  .header-2026--interna .navbar-2026-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header-2026--interna .navbar-2026-menu .nav-item-2026 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-2026--interna .navbar-2026-menu .nav-item-2026 .nav-link-2026 {
    padding: 16px 24px;
    width: 100%;
    justify-content: space-between;
    font-size: 0.95rem;
  }
}
.header-2026--interna .nav-item-2026 {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header-2026--interna .nav-item-2026:hover .nav-submenu-2026 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.header-2026--interna .nav-link-2026 {
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 1.25rem 0.5rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-2026--interna .nav-link-2026:hover {
  opacity: 1;
}
.header-2026--interna {
  /* SUBMENUS PREMIUM */
}
.header-2026--interna .nav-submenu-2026 {
  display: none; /* Mobile padrão */
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  padding: 12px 0;
  z-index: 200;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 992px) {
  .header-2026--interna .nav-submenu-2026 {
    /* No desktop usamos display block e sobrescrevemos o 'hidden' do HTML */
  }
  .header-2026--interna .nav-submenu-2026, .header-2026--interna .nav-submenu-2026[hidden] {
    display: block !important;
  }
  .header-2026--interna .nav-submenu-2026 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(15px);
    border-top: 2px solid #E87722;
  }
}
@media (max-width: 991px) {
  .header-2026--interna .nav-submenu-2026 {
    /* Reset para mobile accordion */
  }
  .header-2026--interna .nav-submenu-2026[hidden] {
    display: none !important;
  }
  .header-2026--interna .nav-submenu-2026 {
    display: block;
    position: relative;
    box-shadow: none;
    border-top: none;
    padding-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header-2026--interna .nav-submenu-2026 ul, .header-2026--interna .nav-submenu-2026 li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.header-2026--interna .nav-submenu-2026 li a {
  display: block;
  padding: 10px 24px;
  color: #334155 !important;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.25s ease;
  text-transform: none;
  letter-spacing: 0;
  border-left: 3px solid transparent;
}
@media (max-width: 991px) {
  .header-2026--interna .nav-submenu-2026 li a {
    color: #FFFFFF !important;
    padding: 14px 40px;
    background-color: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
  }
}
.header-2026--interna .nav-submenu-2026 li a:hover {
  background-color: rgba(232, 119, 34, 0.04);
  color: #E87722 !important;
  padding-left: 30px;
  border-left-color: #E87722;
}
.header-2026--interna {
  /* SOBREPOSIÇÃO (OVERLAP) */
}
@media (min-width: 992px) {
  .header-2026--interna .header-2026__logo-box {
    /* Ajuste para "invadir" o menu laranja */
    height: 151px; /* Ajuste manual conforme o tamanho da logo */
    top: 0;
  }
  .header-2026--interna .navbar-2026-spacer {
    width: 240px; /* Mesma largura do Logo Box para manter o alinhamento */
  }
}
.header-2026--interna {
  /* EFEITO AO SCROLL */
}
.header-2026--interna.is-scrolled {
  background-color: transparent;
  box-shadow: none;
}
.header-2026--interna.is-scrolled .header-2026__logo-box {
  padding: 59px 15px 43px;
  height: 46px;
  width: 127px;
  margin-top: -8px;
  top: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2026--interna.is-scrolled .header-2026__logo-box .navbar-2026-logo img {
  max-width: 120px;
}
.header-2026--interna.is-scrolled .header-2026__top {
  padding: 0;
  height: 0;
  background-color: transparent;
  overflow: visible;
}
.header-2026--interna.is-scrolled .header-2026__top .header-2026__top-content {
  display: none;
}
.header-2026--interna.is-scrolled .navbar-2026 {
  min-height: 59px;
}
.header-2026--interna.is-scrolled .navbar-2026 .navbar-2026-container {
  min-height: 59px;
}
.header-2026--interna.is-scrolled .header-2026__tagline {
  display: none;
}

/* Hamburguer (Ajuste para o tema interno) */
.header-2026--interna .navbar-2026-toggle.open .bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header-2026--interna .navbar-2026-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.header-2026--interna .navbar-2026-toggle.open .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.hero-2026 {
  position: relative;
  height: 520px;
  padding-top: 11px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hero-2026 {
    height: 520px;
    padding-top: 11px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero-2026 {
    padding-top: 11px;
    padding-bottom: 0;
  }
}
.hero-2026 .hero-2026-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #015e6d;
  height: 520px;
  overflow: hidden;
}
.hero-2026 .hero-2026-bg .site-cover-img--hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
}
.hero-2026 .hero-2026-inner {
  position: relative;
  z-index: 10;
  display: grid;
  gap: 2.5rem;
  color: #ecfdf5;
}
@media (min-width: 992px) {
  .hero-2026 .hero-2026-inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    align-items: center;
  }
}
.hero-2026 .hero-2026-content {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .hero-2026 .hero-2026-content {
    margin-top: 110px;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .hero-2026 .hero-2026-content {
    grid-column: 1/-1;
  }
}
.hero-2026 .hero-2026-headline {
  max-width: 52rem;
  margin: 0 auto;
}
.hero-2026 .hero-2026-title {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: #f8fffb;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero-2026 .hero-2026-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.hero-2026 .countdown-container {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin: 14px 0 14px;
}
@media (min-width: 576px) {
  .hero-2026 .countdown-container {
    gap: 1.25rem;
  }
}
.hero-2026 .countdown-item {
  background: rgb(255, 106, 0);
  border-radius: 0.75rem;
  min-width: 70px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (min-width: 576px) {
  .hero-2026 .countdown-item {
    min-width: 100px;
  }
}
.hero-2026 .countdown-value {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  padding: 0.75rem 0.5rem;
  line-height: 1;
}
@media (min-width: 576px) {
  .hero-2026 .countdown-value {
    font-size: 3.5rem;
    padding: 1.25rem 0.75rem;
  }
}
.hero-2026 .countdown-label {
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.5rem 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.1em;
}
@media (min-width: 576px) {
  .hero-2026 .countdown-label {
    font-size: 0.75rem;
  }
}
.hero-2026 .hero-2026-lead {
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.55;
  margin: 0 0 -8px;
  color: rgba(236, 253, 245, 0.95);
}
.hero-2026 .hero-2026-lead strong {
  color: rgb(255, 255, 255);
}
.hero-2026 .hero-2026-brand {
  display: none;
}
.hero-2026 .hero-2026-logo-card {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
  /* 750px logo + padding horizontal (1.5rem × 2) */
  max-width: min(750px + 3rem, 100%);
  width: 100%;
  box-sizing: border-box;
}
.hero-2026 .hero-2026-brand-link {
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.hero-2026 .hero-2026-brand-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.hero-2026 .hero-2026-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  width: 100%;
  margin-top: 1.75rem;
}
@media (min-width: 992px) {
  .hero-2026 .hero-2026-actions {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  .hero-2026 .hero-2026-actions {
    flex-direction: row;
    align-items: center;
  }
}
.hero-2026 .hero-2026-actions .btn-primary-2026 {
  min-width: 220px;
}
.hero-2026 .hero-2026-actions .btn-secondary-2026 {
  min-width: 220px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.hero-2026 .hero-2026-actions .btn-secondary-2026:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1A5F61;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Hero Interno com Imagem de Destaque */
.hero-internal-2026 {
  position: relative;
  min-height: 350px;
  height: 45vh;
  max-height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  margin-top: 0;
  padding-top: 140px; /* Ajustado para o novo header moderno slim */
}
.hero-internal-2026 .hero-internal-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-internal-2026 .hero-internal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-internal-2026 .hero-internal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 51, 52, 0.4) 0%, rgba(13, 51, 52, 0.8) 100%);
  z-index: 2;
}
.hero-internal-2026 .hero-internal-container {
  position: relative;
  z-index: 3;
  width: 100%;
}
.hero-internal-2026 .hero-internal-content {
  max-width: 800px;
}
.hero-internal-2026 .hero-internal-title {
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .hero-internal-2026 .hero-internal-title {
    white-space: nowrap;
  }
}
.hero-internal-2026 .hero-internal-subtitle {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  opacity: 0.9;
  max-width: none;
  margin-bottom: 2rem;
  line-height: 1.5;
  word-break: normal;
}
@media (min-width: 1200px) {
  .hero-internal-2026 .hero-internal-subtitle {
    white-space: nowrap;
  }
}

/* Breadcrumb Light para Hero Dark */
.breadcrumb-light.breadcrumb-2026 {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0;
}
.breadcrumb-light.breadcrumb-2026 a {
  color: #fff;
  opacity: 0.85;
}
.breadcrumb-light.breadcrumb-2026 a:hover {
  opacity: 1;
  text-decoration: underline;
}
.breadcrumb-light.breadcrumb-2026 .sep {
  color: #fff;
  opacity: 0.5;
}
.breadcrumb-light.breadcrumb-2026 .current {
  color: #fff;
  opacity: 1;
}

.stats-2026-wrapper {
  position: relative;
  margin-top: -2.5rem;
  z-index: 20;
}

.stats-2026 {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.stats-card-2026 {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 1.75rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.stats-card-2026:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border-color: #1A5F61;
}
.stats-card-2026 .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: #ecfdf5;
  color: #1A5F61;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}
.stats-card-2026 .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #111827;
}
.stats-card-2026 .text {
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.6;
}

.stats-card-2026--theme {
  width: 100%;
  max-width: 56rem;
  text-align: center;
  padding: 2rem 1.75rem;
}
@media (min-width: 768px) {
  .stats-card-2026--theme {
    padding: 2.25rem 2.5rem;
  }
}
.stats-card-2026--theme .stats-card-2026__theme {
  margin: 0;
  font-size: clamp(1.125rem, 2.2vw, 1.5rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.45;
  color: #008b50;
}

.section-about-2026 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0;
  background-color: unset;
  background: unset;
}
.section-about-2026 .bg-asset {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("/public/site/img/2026/Ativo 2.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.section-about-2026 .about-inner {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 2.5rem;
  padding-top: 17px;
  padding-bottom: 57px;
}
@media (min-width: 992px) {
  .section-about-2026 .about-inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.section-about-2026 .about-inner > div {
  min-width: 0;
  overflow: visible;
}
.section-about-2026 .copy-2026 {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section-about-2026 .bullets-2026 {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-about-2026 .bullets-2026 .bullet {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  color: #4b5563;
}
.section-about-2026 .bullets-2026 .bullet .check {
  color: #008b50;
  font-weight: 700;
  flex-shrink: 0;
}

.section-brand-2026 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.section-brand-2026 .bg-asset {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("/public/site/img/2026/Ativo 1.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.section-brand-2026 .brand-inner {
  position: relative;
  z-index: 5;
}
.section-brand-2026 .brand-inner .text-center {
  text-align: center;
}
.section-brand-2026 .brand-inner .mb-5 {
  margin-bottom: 3rem;
}
.section-brand-2026 .brand-inner .brand-card-2026 {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-brand-2026 .brand-inner .brand-card-2026 h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.section-brand-2026 .brand-inner .brand-card-2026 p {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}
.section-brand-2026 .brand-inner .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.section-brand-2026 .brand-inner .pill.pill-green {
  background-color: #008b50;
}
.section-brand-2026 .brand-inner .pill.pill-teal {
  background-color: #1A5F61;
}
.section-brand-2026 .brand-inner .pill.pill-orange {
  background-color: #E87722;
}

#galeria-2026 {
  padding-top: 31px;
  padding-bottom: 69px;
}

.gallery-2026 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  grid-auto-rows: 200px;
}
@media (min-width: 768px) {
  .gallery-2026 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }
}

.gallery-2026 .gallery-main,
.gallery-2026 .gallery-small,
.gallery-2026 .gallery-wide {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.gallery-2026 .gallery-main {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-2026 .gallery-small {
  grid-column: span 2;
}
@media (min-width: 768px) {
  .gallery-2026 .gallery-small {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.gallery-2026 .gallery-wide {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-2026 img,
.gallery-2026 .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}

.gallery-2026 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  opacity: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.5rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.gallery-2026 .gallery-main .overlay {
  font-size: 1.1rem;
}

.gallery-2026 .gallery-main img,
.gallery-2026 .gallery-main .bg-img {
  transform-origin: center;
}

.gallery-2026 .gallery-main:hover img,
.gallery-2026 .gallery-main:hover .bg-img,
.gallery-2026 .gallery-small:hover img,
.gallery-2026 .gallery-small:hover .bg-img,
.gallery-2026 .gallery-wide:hover img,
.gallery-2026 .gallery-wide:hover .bg-img {
  transform: scale(1.05);
}

.gallery-2026 .gallery-main:hover .overlay,
.gallery-2026 .gallery-small:hover .overlay,
.gallery-2026 .gallery-wide:hover .overlay {
  opacity: 1;
}

.section-contato-header-2026 {
  position: relative;
  height: 337px;
  background-color: #f9fafb;
}
.section-contato-header-2026 .bg-asset {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("/public/site/img/2026/Ativo 2.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.section-contato-header-2026 .contato-header-inner {
  position: relative;
  z-index: 5;
  padding-top: 70px;
  padding-bottom: 9px;
}
.section-contato-header-2026 .title-2026 {
  margin-bottom: 0.75rem;
}
.section-contato-header-2026 .copy-2026.copy-center {
  max-width: 647px;
  margin-left: 188px;
  margin-right: 188px;
}

.section-contato-list-2026 {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-contato-list-2026 {
    padding-bottom: 5rem;
  }
}

.contato-card-2026 {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.contato-card-2026:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  border-color: #1A5F61;
}
.contato-card-2026 .contato-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: #ecfdf5;
  color: #1A5F61;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.contato-card-2026 .contato-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.contato-card-2026 .contato-card-name {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
}
.contato-card-2026 .contato-card-empresa {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0;
}
.contato-card-2026 .contato-card-tel,
.contato-card-2026 .contato-card-email {
  font-size: 0.95rem;
  color: #1A5F61;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contato-card-2026 .contato-card-tel:hover,
.contato-card-2026 .contato-card-email:hover {
  color: #008b50;
}
.contato-card-2026 .contato-card-email {
  word-break: break-all;
}
.contato-card-2026.contato-card-2026-double .contato-card-sub {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.contato-card-2026.contato-card-2026-double .contato-card-sub:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.section-cta-2026 {
  position: relative;
  background-color: #14494A;
  color: #e5f9ff;
  overflow: hidden;
  background-image: url("../img/bg4.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.section-cta-2026 .bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/bg1.png");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.section-cta-2026 .cta-inner {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 1100px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-cta-2026 .cta-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-cta-2026 .title-2026.text-light {
  color: #fff;
  margin-bottom: 1rem;
}
.section-cta-2026 .copy-2026.text-light {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-cta-2026 .btn-primary-2026,
  .section-cta-2026 .btn-secondary-2026 {
    padding: 1.1rem 3.5rem;
    min-width: 260px;
  }
}

.section-map-2026 {
  padding-top: 0;
  padding-bottom: 4rem;
  background-color: #f9fafb;
}

.map-wrapper-2026 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.map-wrapper-2026 iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}
@media (min-width: 768px) {
  .map-wrapper-2026 iframe {
    height: 450px;
  }
}

.section-realizacao-2026 img {
  border-radius: 32px;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.footer-2026 {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
}
.footer-2026 p {
  margin-bottom: 0;
  color: #6b7280;
}
.footer-2026 .footer-dev-2026 {
  gap: 0.5rem;
}
.footer-2026 .footer-dev-2026 img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}

/* Imagens responsivas (placehold.co ou fotos finais) — mesmo padrão da página Tiradentes */
.site-cover-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  border: none;
}

.section-about-2026 .about-visual {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.section-about-2026 .about-visual-image {
  line-height: 0;
}

.section-about-2026 .about-visual .site-cover-img--about {
  width: 100%;
  min-height: 240px;
  aspect-ratio: 3/2;
  border-radius: 15px;
  border: none;
}
@media (min-width: 992px) {
  .section-about-2026 .about-visual .site-cover-img--about {
    min-height: 320px;
  }
}

.stats-card-2026 .icon-fa {
  font-size: 1.75rem;
  color: #1A5F61;
  line-height: 1;
}
.stats-card-2026 .icon-fa .fa {
  display: block;
}

.section-home-preview-2026 {
  background: linear-gradient(180deg, rgba(13, 51, 52, 0.04) 0%, transparent 100%);
}

.home-preview-card-2026 {
  position: relative;
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.home-preview-card-2026:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  border-color: #1A5F61;
}
.home-preview-card-2026:hover .btn-secondary-2026 {
  background-color: #1A5F61;
  color: #fff;
}
.home-preview-card-2026__title {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  color: #0D3334;
}
.home-preview-card-2026 .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.coming-soon-2026 {
  text-align: center;
  padding: 3.5rem 2rem;
  background-color: #fff;
  border-radius: 32px;
  border: 2px dashed rgba(26, 95, 97, 0.15);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  max-width: 800px;
  margin: 0 auto;
}
.coming-soon-2026 .coming-soon-label {
  display: block;
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1A5F61;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.coming-soon-2026 .copy-2026 {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #64748b;
}
.coming-soon-2026 .copy-2026 a {
  color: #008b50;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.coming-soon-2026 .copy-2026 a:hover {
  color: #1A5F61;
  text-decoration: none;
}

.section-faq-2026 .faq-item-2026 {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}
.section-faq-2026 .accordion-button {
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0D3334;
  background: #fff;
}
.section-faq-2026 .accordion-button:not(.collapsed) {
  background: rgba(0, 139, 80, 0.08);
  color: #008b50;
}
.section-faq-2026 .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 139, 80, 0.2);
}
.section-faq-2026 .accordion-body {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.breadcrumb-2026 {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: rgba(15, 51, 52, 0.65);
}
.breadcrumb-2026 a {
  color: #008b50;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-2026 a:hover {
  color: #1A5F61;
  text-decoration: underline;
}
.breadcrumb-2026 .sep {
  margin: 0 0.5rem;
  opacity: 0.5;
}
.breadcrumb-2026 .current {
  color: #0D3334;
  font-weight: 600;
}

.section-page-header-2026 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: linear-gradient(180deg, rgba(0, 139, 80, 0.06) 0%, transparent 100%);
}
@media (min-width: 992px) {
  .section-page-header-2026 {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .section-page-header-2026 .page-header-content-2026 {
    padding-left: 260px;
  }
}
.section-page-header-2026__title {
  text-transform: none;
  margin-bottom: 0.5rem;
  color: #0D3334;
}
.section-page-header-2026__subtitle {
  margin-bottom: 1.25rem;
  max-width: 42rem;
  color: #4b5563;
}

@media (min-width: 992px) {
  .palestrantes-grid-2026--compact .palestrante-card-2026 {
    max-width: 100%;
  }
}
.palestrantes-grid-2026--compact .palestrante-image-2026 img {
  max-height: 220px;
  object-fit: cover;
}

#home-2026 .copy-2026 a {
  color: #008b50;
}
#home-2026 .copy-2026 a:hover {
  color: #1A5F61;
}
#home-2026 .bullets-2026 .bullet .check {
  color: #008b50;
}
#home-2026 .section-faq-2026 .accordion-button:not(.collapsed) {
  color: #008b50;
}

.section-programacao-list-2026 {
  background-color: #f9fafb;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.programacao-header-group-2026 {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.programacao-em-breve-2026 {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 5rem 2rem;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px dashed rgba(26, 95, 97, 0.15);
  border-radius: 32px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}
.programacao-em-breve-2026::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background: url("/public/site/img/2026/Ativo 2.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.programacao-em-breve-2026 .coming-soon-label {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 900;
  color: #1A5F61;
  margin-bottom: 1.5rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.programacao-em-breve-2026 .copy-2026 {
  font-size: 1.2rem;
  color: #015e6d;
  line-height: 1.6;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.programacao-intro-2026 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  background-color: rgba(26, 95, 97, 0.03);
  border-radius: 24px;
  border: 1px solid rgba(26, 95, 97, 0.08);
}
.programacao-intro-2026 .copy-2026 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #015e6d;
  margin: 0 auto;
  font-style: italic;
}

.programacao-accordion-2026 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.programacao-dia-card-2026 {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.programacao-dia-card-2026:hover {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.programacao-dia-header-2026 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: #fff;
  border: none;
  text-align: left;
  transition: background-color 0.2s ease;
}
.programacao-dia-header-2026:hover {
  background-color: rgba(0, 139, 80, 0.02);
}
.programacao-dia-header-2026 .dia-info-2026 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.programacao-dia-header-2026 .dia-info-2026 .dia-label-2026 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #008b50;
  font-weight: 700;
}
.programacao-dia-header-2026 .dia-info-2026 .dia-data-2026 {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: 1.5rem;
  color: #0D3334;
}
.programacao-dia-header-2026 .dia-toggle-icon-2026 {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.programacao-dia-header-2026 .dia-toggle-icon-2026 .bar {
  position: absolute;
  background-color: #1A5F61;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.programacao-dia-header-2026 .dia-toggle-icon-2026 .bar.bar-1 {
  width: 12px;
  height: 2px;
}
.programacao-dia-header-2026 .dia-toggle-icon-2026 .bar.bar-2 {
  width: 2px;
  height: 12px;
}
.programacao-dia-header-2026 .dia-toggle-icon-2026.open {
  background-color: #1A5F61;
  transform: rotate(45deg);
}
.programacao-dia-header-2026 .dia-toggle-icon-2026.open .bar {
  background-color: #fff;
}

.programacao-dia-body-2026 {
  border-top: 1px solid #f1f5f9;
}

.programacao-table-2026 {
  padding: 0;
}

.programacao-row-2026 {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f1f5f9;
  gap: 1.5rem;
}
.programacao-row-2026:last-child {
  border-bottom: none;
}
@media (max-width: 576px) {
  .programacao-row-2026 {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.programacao-row-2026.vazio {
  display: block;
  text-align: center;
  padding: 3rem 2rem;
  color: #64748b;
}

.programacao-horario-2026 {
  font-family: "UnimedSlabBlack", "UnimedSlabBold", serif;
  font-size: 1.25rem;
  color: #1A5F61;
  display: flex;
  align-items: flex-start;
  padding-top: 0.15rem;
}
.programacao-horario-2026::before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  font-size: 1rem;
  opacity: 0.7;
}

.programacao-conteudo-2026 .programacao-titulo-2026 {
  font-family: "UnimedSansRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0D3334;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.programacao-conteudo-2026 .programacao-descricao-2026 {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0;
}

#feira-negocios-2026 {
  background-color: #f9fafb;
}
#feira-negocios-2026 .section-feira-intro-2026 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#feira-negocios-2026 .section-feira-intro-2026 .bg-asset {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("/public/site/img/2026/Ativo 2.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
#feira-negocios-2026 .feira-visual-2026 {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}
#feira-negocios-2026 .feira-visual-2026 img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s ease;
}
#feira-negocios-2026 .feira-visual-2026:hover img {
  transform: scale(1.05);
}
#feira-negocios-2026 .feira-list-2026 {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
#feira-negocios-2026 .feira-list-2026 li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  color: #015e6d;
  line-height: 1.5;
}
#feira-negocios-2026 .feira-list-2026 li::before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #008b50;
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
#feira-negocios-2026 .section-mapa-feira-2026 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff;
}
#feira-negocios-2026 .section-mapa-feira-2026 .mapa-header-2026 {
  text-align: center;
  margin-bottom: 4rem;
}
#feira-negocios-2026 #mapa-container-2026 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
  border: 8px solid #fff;
  background: #fff;
}
#feira-negocios-2026 #mapa-container-2026 #mapa {
  display: block;
  width: 100%;
  height: auto;
}
#feira-negocios-2026 #mapa-container-2026 .estande {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
  border: 2px solid transparent;
}
#feira-negocios-2026 #mapa-container-2026 .estande:hover {
  background: rgba(141, 185, 46, 0.4);
  border-color: #8DB92E;
  box-shadow: 0 0 15px rgba(141, 185, 46, 0.3);
  z-index: 20;
}
#feira-negocios-2026 .mapa-actions-2026 {
  text-align: center;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  #feira-negocios-2026 .mapa-actions-2026 .btn-primary-2026, #feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .btn-enviar-2026 {
    padding: 1.25rem 4rem;
    font-size: 1.2rem;
  }
}
#feira-negocios-2026 .mapa-actions-2026 .mapa-contato-2026 {
  font-size: 1.1rem;
  color: #64748b;
}
#feira-negocios-2026 .mapa-actions-2026 .mapa-contato-2026 a {
  color: #008b50;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
#feira-negocios-2026 .mapa-actions-2026 .mapa-contato-2026 a:hover {
  color: #1A5F61;
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .reservar-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 3rem;
  border-radius: 32px;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
}
@media (max-width: 768px) {
  #feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .reservar-form-wrapper {
    padding: 2rem 1.5rem;
  }
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .form-label-2026 {
  font-weight: 600;
  color: #0D3334;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .form-control-2026 {
  border-radius: 12px;
  padding: 0.8rem 1rem;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  transition: all 0.2s ease;
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .form-control-2026:focus {
  border-color: #008b50;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 139, 80, 0.1);
}
#feira-negocios-2026 .mapa-actions-2026 .section-reservar-form-2026 .btn-enviar-2026 {
  padding: 1rem 3rem;
  font-size: 1.1rem;
  margin-top: 2rem;
}

.hero-2026,
.section-about-2026,
.section-brand-2026,
.section-cta-2026 {
  scroll-margin-top: 72px;
}

/*# sourceMappingURL=styles-2026.css.map */
