﻿#mainNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20000;
    width: 100%;
    backdrop-filter: blur(2px);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

#mainNav.scrolled {
    position: fixed;
    background-color: #0080ff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
        

   
.navbar__container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1366px;
    margin: 0 auto;
    gap: 56px;
    padding: 22px 20px;
}

.navbar__logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.navbar__logo-icon {
    width: 212px;
    height: auto;
}

.navbar__logo-text {
    width: 64px;
    height: auto;
}

.navbar__cta {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 25px;
    padding: 10px 0px 10px 20px;
    height: 46px;
    background: #00FFAE;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
    color: #0F0067;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.navbar__cta-icon {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.navbar__cta svg {
    width: 41px;
    height: 42px;
    flex: 0 0 auto;
}

.navbar__nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navbar__nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 4px 100px #000000;
    white-space: nowrap;
}

.navbar.scrolled .navbar__nav-link {
    color: #ffffff;
}

.navbar__nav-link--active {
    font-weight: 700;
} 

.navbar__menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
}

.navbar__mobile-whatsapp {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    text-decoration: none;
}

.navbar__mobile-whatsapp svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.navbar__menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}


/*================MENU MOBILE===================*/

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30000;
    display: flex;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.22);
}

.nav-mobile {
    background: #fff;
    width: min(100vw, 420px);
    min-height: 100dvh;
    overflow-y: auto;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.14);
    padding: 44px 0 28px;
}

.logo-mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 34px 0 18px;
    margin: 0 0 42px;
}

.imagem-logo {
    width: 118px;
    height: auto;
}

.fechar-nav-mobile{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #0080ff;
    cursor: pointer;
    padding: 0;
}

.navmobile__nav {
    display: grid;
    gap: 17px;
    padding: 0 5px;
    margin: 0 0 34px;
}

.navmobile__nav-link {
    min-height: 42px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #0080ff;
    text-decoration: none;
}

.navmobile__nav-link--active {
    background: #0080ff;
    color: #FFF;
}

.navmobile__info {
    padding: 0 18px;
}

.navmobile__endereco {
    margin: 0 0 28px;
}

.navmobile__redes {
    margin: 0 0 24px;
}

.info-title {
    margin: 0 0 12px;
    font-size: 9px;
    letter-spacing: 0.3em;
    line-height: 1.2;
    font-weight: 600;
    color: #0080ff;
}

.info-description {
    max-width: 285px;
    margin: 0;
    font-size: 8px;
    letter-spacing: 0.3em;
    line-height: 1.6;
    font-weight: 500;
    color: #80d9ff;
    text-transform: uppercase;
}

.info-description-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mobile-redes {
    width: auto;
    height: 18px;
    display: block;
}

.navbar__cta--mobile {
    width: fit-content;
    height: 28px;
    min-height: 28px;
    border: 2px solid #0080ff;
    border-radius: 999px;
    padding: 4px 0 4px 12px;
    gap: 7px;
    font-size: 9px;
    line-height: 1;
}

.navbar__cta--mobile svg {
    width: 28px;
    height: 28px;
}

/*================NAV AZUL===================*/

.navbar_blue {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    backdrop-filter: blur(2px);
    background: #0080ff;
}

/* Responsividade */
@media (max-width: 991.98px) {
    #mainNav {
        background: #0080ff;
    }

    .navbar__container {
        justify-content: space-between;
        gap: 16px;
        padding: 16px 20px;
    }

    .navbar__nav,
    .navbar__container > .navbar__cta {
        display: none;
    }

    .navbar__menu-toggle {
        display: inline-flex;
    }

    .navbar__mobile-whatsapp {
        display: inline-flex;
        margin-left: auto;
    }

    .navbar__logo-icon {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .mobile-menu-backdrop {
        background: #ffffff;
    }

    .nav-mobile {
        width: 100vw;
        box-shadow: none;
    }

    .navbar__logo-icon {
        width: 120px;
    }
}

