.elementor-27075 .elementor-element.elementor-element-1404936e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-27075 .elementor-element.elementor-element-1404936e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-27075 .elementor-element.elementor-element-47eb3f97{width:var( --container-widget-width, 99.49% );max-width:99.49%;--container-widget-width:99.49%;--container-widget-flex-grow:0;}.elementor-27075 .elementor-element.elementor-element-47eb3f97.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-27075 .elementor-element.elementor-element-701bc291{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-27075 .elementor-element.elementor-element-701bc291.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-27075 .elementor-element.elementor-element-72572e14{width:var( --container-widget-width, 99.49% );max-width:99.49%;--container-widget-width:99.49%;--container-widget-flex-grow:0;}.elementor-27075 .elementor-element.elementor-element-72572e14.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-27075 .elementor-element.elementor-element-1404936e{--width:100.185%;}.elementor-27075 .elementor-element.elementor-element-701bc291{--width:100.185%;}}/* Start custom CSS for html, class: .elementor-element-47eb3f97 *//* Variáveis de Cor */
:root {
  --zumbi-blue: #1b367d; 
  --zumbi-orange: #f58220;
  --bg-light: #f5f5f5;
  --text-dark: #333;
}

/* Reset e Configurações Gerais */
.zumbi-header-final {
  font-family: 'Inter', 'Roboto', sans-serif; 
  width: 100%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  background-color: #fff;
}

.zumbi-header-final a, 
.zumbi-header-final h4 {
  text-decoration: none;
  text-transform: uppercase !important; 
}

.zumbi-header-final ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --- 1. TOP BAR --- */
.zumbi-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-light);
  padding: 8px 5%;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.zumbi-top-bar .top-left, 
.zumbi-top-bar .top-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.zumbi-top-bar a:not(.btn-vestibular),
.zumbi-top-bar span {
  color: #555 !important;
  transition: color 0.2s;
}

.zumbi-top-bar a:not(.btn-vestibular):hover,
.has-simple-dropdown:hover span {
  color: var(--zumbi-blue) !important;
}

.zumbi-top-bar i {
  color: var(--zumbi-blue);
  margin-right: 6px;
  font-size: 14px;
}

.btn-vestibular {
  display: inline-block;
  background-color: var(--zumbi-orange);
  color: #fff !important;
  padding: 8px 24px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 13px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(245, 130, 32, 0.3);
}

.btn-vestibular:hover { 
  background-color: #e67616; 
  transform: translateY(-2px);
}

.btn-vestibular i {
  color: #fff !important; 
  margin-left: 8px;
  margin-right: 0;
}

/* Dropdown Mídias */
.has-simple-dropdown { 
  position: relative; 
  padding: 10px 0; 
  cursor: pointer;
}

.simple-dropdown {
  position: absolute;
  top: 100%;
  right: 0; 
  background: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
  border-top: 3px solid var(--zumbi-blue);
}

/* PONTE INVISÍVEL - MÍDIAS */
.simple-dropdown::before {
  content: "";
  position: absolute;
  top: -30px; /* Altura do bloco invisível caçando o mouse */
  left: 0;
  width: 100%;
  height: 30px;
  background: transparent;
}

.has-simple-dropdown:hover .simple-dropdown {
  opacity: 1; 
  visibility: visible;
  transform: translateY(0);
}

.simple-dropdown a {
  display: block; 
  padding: 12px 15px; 
  border-bottom: 1px solid #f0f0f0; 
  font-size: 11px;
  text-align: left;
}

/* --- 2. LOGO BAR --- */
.zumbi-logo-bar {
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 20px 5%;
}

.zumbi-logo-bar img { max-height: 70px; }

/* --- 3. MAIN NAV --- */
.zumbi-main-nav {
  position: relative;
}

.zumbi-main-nav > ul {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding-bottom: 15px;
}

.zumbi-main-nav > ul > li {
  position: static; 
  padding: 10px 0;
}

.zumbi-main-nav a.main-link {
  color: var(--zumbi-blue);
  font-weight: 800;
  font-size: 15px;
  transition: color 0.2s;
}

.zumbi-main-nav a.main-link:hover { color: var(--zumbi-orange); }

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-top: 3px solid var(--zumbi-orange);
  padding: 35px 5%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

/* A SOLUÇÃO DEFINITIVA: PONTE INVISÍVEL - MEGA MENU */
.mega-menu::before {
  content: "";
  position: absolute;
  top: -40px; /* Cria um teto invisível de 40px colado no menu */
  left: 0;
  width: 100%;
  height: 40px;
  background: transparent; 
}

.zumbi-main-nav li:hover .mega-menu {
  opacity: 1; 
  visibility: visible; 
  transform: translateY(0);
}

.mega-column { flex: 1; }
.mega-column h4 {
  color: var(--zumbi-blue);
  font-size: 14px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.mega-menu li { margin-bottom: 12px; }
.mega-menu a {
  color: #444;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.2s;
}
.mega-menu a:hover { color: var(--zumbi-orange) !important; padding-left: 3px; }

/* 3 Colunas Automáticas */
.mega-menu-simple ul {
  column-count: 3;
  column-gap: 50px;
}
.mega-menu-simple ul li { break-inside: avoid; }

/* --- 4. ECO BAR --- */
.zumbi-eco-bar {
  background-color: var(--zumbi-blue);
  padding: 12px 5%;
}

.zumbi-eco-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.zumbi-eco-bar a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.zumbi-eco-bar a:hover { color: var(--zumbi-orange); }
.zumbi-eco-bar .separator { color: rgba(255,255,255,0.3); font-size: 10px;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72572e14 *//* Oculta o menu mobile completamente no Desktop */
@media (min-width: 1025px) {
  .mobile-zumbi-wrapper {
    display: none !important;
  }
}

/* =========================================
   MENU MOBILE ZUMBI - RESPONSIVO E GAVETA
   ========================================= */
@media (max-width: 1024px) {
  
  :root {
    --zumbi-blue: #1b367d; 
    --zumbi-orange: #f58220;
    --bg-light: #f5f5f5;
    --text-dark: #333;
  }

  .mobile-zumbi-wrapper {
    font-family: 'Inter', 'Roboto', sans-serif;
    display: block !important;
    width: 100%;
  }

  /* Sobrescrita geral de links */
  .mobile-zumbi-wrapper a {
    text-decoration: none !important;
    text-transform: uppercase !important;
    color: #555 !important; 
  }

  .mobile-zumbi-wrapper ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* --- HEADER FIXO NO TOPO --- */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: relative;
    z-index: 900;
  }

  .mobile-header .logo img { max-height: 45px; }

  /* --- BOTÃO HAMBÚRGUER CUSTOMIZADO (Igual ao Layout) --- */
  .mobile-zumbi-wrapper .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;      /* Largura exata do ícone */
    height: 22px;     /* Altura total do ícone */
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 0 !important;
    box-shadow: none !important;
  }

  /* Desenhando as 3 linhas grossas e arredondadas */
  .mobile-zumbi-wrapper .hamburger-btn span {
    display: block;
    width: 100%;
    height: 4px; /* Espessura da linha */
    background-color: var(--zumbi-blue) !important;
    border-radius: 10px; /* Deixa as pontas redondas */
    pointer-events: none; /* Mantém a proteção para o clique funcionar */
  }

  /* --- BOTÃO STICKY MATRÍCULA NO RODAPÉ --- */
  .mobile-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--zumbi-orange);
    z-index: 890;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  }

  .mobile-sticky-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    color: #fff !important;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  /* --- GAVETA LATERAL (OFF-CANVAS) --- */
  .offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .offcanvas-overlay.active {
    opacity: 1; visibility: visible;
  }

  .offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100%; 
    width: 85%;
    max-width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
    padding-bottom: 75px; 
  }

  .offcanvas-menu.active { right: 0; }

  /* --- CABEÇALHO DO MENU E BOTÃO FECHAR --- */
  .offcanvas-header {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    background-color: var(--bg-light);
    border-bottom: 1px solid #ddd;
  }

  /* Fugindo da estilização de botão do Elementor */
  .mobile-zumbi-wrapper .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    font-size: 26px !important;
    color: var(--text-dark) !important;
    cursor: pointer;
    padding: 5px !important;
    box-shadow: none !important;
  }

  /* --- PAINEL UTILITÁRIO E BOTÕES --- */
  .offcanvas-utils {
    background-color: var(--bg-light);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-zumbi-wrapper a.btn-util {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--zumbi-blue) !important;
    color: #ffffff !important; 
    padding: 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
  }

  .mobile-zumbi-wrapper a.btn-util i {
    color: #ffffff !important;
    font-size: 16px;
  }

  .mobile-zumbi-wrapper a.btn-util.bg-dark {
    background-color: #333333 !important;
  }

  .offcanvas-utils-links {
    display: flex;
    justify-content: center; 
    margin-top: 5px;
  }

  .offcanvas-utils-links a {
    color: var(--zumbi-blue) !important;
    font-weight: 700;
    font-size: 13px;
  }

  /* --- MENU EM SANFONA --- */
  .offcanvas-nav {
    flex-grow: 1;
    padding: 10px 0;
  }

  .accordion-item { border-bottom: 1px solid #eee; }

  .accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    color: var(--zumbi-blue) !important;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
  }

  .accordion-toggle i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: var(--zumbi-blue);
  }

  .accordion-content {
    display: none; 
    padding: 0 20px 15px 30px;
    background-color: #fcfcfc;
  }

  .accordion-content.open { display: block; }

  .accordion-content a {
    display: block;
    padding: 12px 0;
    color: #555 !important;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dashed #eaeaea;
  }
  
  .accordion-content a:last-child { border-bottom: none; }

  .accordion-content h4 {
    color: var(--zumbi-orange) !important;
    font-size: 12px;
    margin: 15px 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
  }

  /* --- RODAPÉ DO PAINEL --- */
  .offcanvas-eco {
    background-color: var(--zumbi-blue);
    padding: 20px;
    margin-top: auto;
  }

  .offcanvas-eco a {
    display: block;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}/* End custom CSS */