.elementor-552 .elementor-element.elementor-element-ba6d89a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-552 .elementor-element.elementor-element-397d51e{z-index:999;}/* Start custom CSS for html, class: .elementor-element-397d51e *//* RESET DO WIDGET ELEMENTOR */
.elementor-552 .elementor-element.elementor-element-397d51e {
    --widgets-spacing: 0px; /* Mata o espaçamento padrão do Elementor */
}

.nav-remix-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
    background: rgba(11, 12, 16, 0.85) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 212, 255, 0.15);
    padding: 15px 0;
}

/* O SEGREDO DA CENTRALIZAÇÃO */
.nav-content-center {
    width: 100%;
    max-width: 1200px; /* Largura padrão do seu site */
    margin: 0 auto !important; /* Força o centro */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

/* AJUSTES DE ESTILO */
.logo {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    flex: 1; /* Garante espaço igual na esquerda */
}

.logo span { color: #00D4FF; }

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex: 2; /* Dá mais espaço para o centro */
}

.nav-links li a {
    text-decoration: none;
    color: #94A3B8;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-links li a:hover { color: #00D4FF; }

.nav-cta {
    display: flex;
    justify-content: flex-end;
    flex: 1; /* Garante espaço igual na direita */
}

.btn-login {
    text-decoration: none;
    color: #00D4FF;
    border: 1px solid #00D4FF;
    padding: 10px 22px;
    font-size: 11px;
    font-weight: 800;
    border-radius: 4px;
    transition: 0.3s;
    background: rgba(0, 212, 255, 0.05);
}

.btn-login:hover {
    background: #00D4FF;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}

/* MOBILE */
@media (max-width: 1024px) {
    .nav-links { display: none; } /* Esconde links no tablet/mobile */
}/* End custom CSS */