.elementor-8 .elementor-element.elementor-element-2946e93{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0bdb92d *//* Estilos Gerais Essenciais para o Header */
:root {
    --saude-vida-green-dark: #003824;
    --saude-vida-green: #005A3A;
    --saude-vida-orange: #F58320;
    --clean-text-dark: #334155;
    --clean-text-light: #64748b;
}
body {  
    font-family: 'Poppins', sans-serif;  
    margin: 0;
    background-color: #f8f9fa;
}
body.menu-is-open { overflow: hidden; }

/* Barra do Topo */
.topbar { background: var(--saude-vida-green); color: white; padding: 8px 40px; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; flex-wrap: wrap; gap: 10px 20px; }
.topbar .left, .topbar .right { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar a { color: white; text-decoration: none; transition: 0.3s; }

/* Barra de Navegação Principal (Flutuante) */
.navbar { background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 18px; margin: 10px 30px; padding: 10px 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 8px 32px rgba(0,0,0,0.08); position: relative; z-index: 1001; transition: all 0.3s ease-in-out; }
.logo a { display: flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; }
.logo img { height: 50px; }

/* Classe para o estado Fixo (Sticky) */
.navbar.is-sticky { position: fixed; top: 10px; left: 30px; right: 30px; width: calc(100% - 60px); margin: 0; box-shadow: 0 10px 40px rgba(0,0,0,0.1); animation: slideInDown 0.5s ease-out; }
@keyframes slideInDown { from { transform: translateY(-150%); } to { transform: translateY(0); } }

/* Navegação e Dropdowns */
.navbar nav { display: block; }
.navbar nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.navbar nav ul li { position: static; }
.navbar nav ul li a { text-decoration: none; color: var(--clean-text-dark); font-weight: 500; font-size: 15px; transition: color 0.3s; padding: 8px 0; display: flex; align-items: center; gap: 8px; }
.navbar nav ul li a:hover, .navbar nav ul li a.active-link { color: var(--saude-vida-orange); }
.navbar nav ul li a .arrow-icon { font-size: 0.7em; color: var(--saude-vida-green); }

/* Itens da Direita */
.nav-right { display: flex; align-items: center; gap: 25px; }
.phone { font-size: 0.9rem; color: #666; }
.phone strong { color: #333; }
.btn { border: 2px solid var(--saude-vida-green); padding: 8px 18px; border-radius: 30px; background: transparent; color: var(--saude-vida-green); font-weight: 600; text-decoration: none; transition: 0.3s; display: inline-block; }
.btn:hover { background-color: var(--saude-vida-green); color: white; }
.menu-toggle { display: none; }

/* Responsivo Menu */
@media(max-width: 1200px) { .navbar nav, .nav-right { display: none; } .navbar { justify-content: space-between; } .menu-toggle { display: flex; flex-direction: column; cursor: pointer; gap: 5px; } .menu-toggle .bar { width: 25px; height: 3px; background-color: #333; border-radius: 2px; } }
@media(max-width: 991px) { .topbar { display: none; } .navbar, .navbar.is-sticky { margin: 0; border-radius: 0; width: 100%; left: 0; right: 0; top: 0; } }

/* Menu Lateral Off-Canvas */
.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1002; opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; }
.menu-overlay.active { opacity: 1; visibility: visible; }
.offcanvas-menu { position: fixed; top: 0; left: 0; width: 320px; max-width: 90%; height: 100%; background-color: #121212; color: #fff; z-index: 1003; padding: 25px 30px; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform 0.4s ease-in-out; }
.offcanvas-menu.active { transform: translateX(0); }
.offcanvas-menu .close-btn { position: absolute; top: 15px; right: 25px; background: none; border: none; color: #fff; font-size: 2.5rem; cursor: pointer; }
.offcanvas-logo img { height: 40px; margin-bottom: 20px;}
.offcanvas-nav { list-style: none; padding: 0; margin: 0; flex-grow: 1; overflow-y: auto; }
.offcanvas-nav li { border-bottom: 1px solid #333; }
.offcanvas-nav li a { text-decoration: none; }
.offcanvas-nav .nav-item-wrapper { display: flex; justify-content: space-between; align-items: center; padding: 16px 5px; cursor: pointer; color: #eee; }
.offcanvas-nav .nav-item-wrapper a { padding: 0; color: #eee; }/* End custom CSS */