.elementor-59 .elementor-element.elementor-element-11b9437{--display:flex;--justify-content:center;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-5px;--padding-bottom:-5px;--padding-left:-5px;--padding-right:-5px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e4a65b *//* FUNDO SÓLIDO AZUL #041c3d */
.maluhia-header-solid {
    width: 100%;
    background-color: #041c3d;
    padding: 15px 60px;
    z-index: 9999;
    position: relative;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

/* LOGO */
.logo-box img {
    height: 45px;
    width: auto;
    display: block;
}

/* MENU */
.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.main-nav ul li a:hover {
    opacity: 0.7;
}

/* BOTÃO DE LOGIN COM EFEITO DE BRILHO */
.login-button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    background: transparent;
}

.login-button:hover {
    background-color: #ffffff;
    color: #041c3d;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 
                0 0 40px rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* RESPONSIVO */
@media (max-width: 1100px) {
    .maluhia-header-solid { padding: 15px 30px; }
    .main-nav { display: none; } 
}/* End custom CSS */