.header-info {
    background-color: #fff;
    height: 70px;
    display: flex;
}

.header-top-content {
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
}

.header-top-icon-links {
    display: flex;
    flex-direction: initial;
    gap: 8px;
}

.header-top-info-links {
    display: flex;
    flex-direction: initial;
    gap: 60px;
}

.header-top-links-content {
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    gap: 16px;
    align-items: center;
}

.header-top-content {
    display:none;
    height: 40px;
    background:#042C66;
}

.header-info-container {
    height: 70px;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
}

.navbar-header {
    height: 60px;
    background-color: #fff;
}

.header-info-content-flex{
    display:none;
}

.navbar-header-container {
    width: 90%;
    max-width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.top-logo {
    display: none;
}

.navbar-header-menu__hamburguer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--BlueDark);
    border-radius: 4px;
    width: 36px;
    height: 36px;
}

.sidenav-header-mobile {
    height: 100vh;
    width: 100%;
    background-color: #232323ed;
    position: fixed;
    z-index: 9;
    display: none;
}

.sidenav-header-mobile-close-area {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: end;
    position: relative;
    right: 15px;
    top: 15px;
}

.sidenav-header-mobile-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.sidenav-header-mobile-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidenav-header-mobile-list__item-link {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}

.navbar-header-menu {
    display: none;
}

.whatsapp-contact-float-button {
    display: none;
}

.quickmenu-div {
    display: block;
    background: #007FAD;
    height: 64px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}

.quickmenu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    justify-content: space-between;
    max-width: 1300px;
    width: 80%;
    margin: 0 auto;
}

.header-info-content-top{
    width: inherit;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-info-content-top-links{
    display: flex;
    flex-direction: initial;
    gap: 16px;
    justify-content: space-between;
    height: 44px;
    padding: 8px 0;
    border-bottom: 1px solid #F4F4F6;
}

.header-info-whatslink {
    height: 126px;
    display: flex;
    flex-direction:column;
    gap: 8px;
}

/* Dropdown */
.navigation__item {
    position: relative;
}

.navigation__item:hover .menu-dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.menu-dropdown {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    min-width: 700px;
    padding: 24px;
    top: 60px;
    left: -24px;
    background-color: #fff;
    display: none;
    transition: 0.4s ease-in-out;
    z-index: 999;
}

.menu-dropdown li a {
    display: flex;
    flex-direction: column;
    color:#000;
    font-size: 14px;
    font-weight: 500;
    line-height: 165%; /* 23.1px */
    letter-spacing: -0.56px;
    transition: 0.4s ease-in-out;
    width: fit-content;
}

.menu-dropdown li a:hover {
    color: var(--BlueNormal);
}

.menu-dropdown__title:hover {
    color: var(--BlueNormal);
}

.menu-dropdown__title {
    padding: 12px 0px;
    transition: 0.4s ease-in-out;
    position: relative;
    list-style-type: none;
}

.menu-dropdown__title:hover .submenu-dropdown {
    display: grid;
    cursor: pointer;
}

.menu-dropdown li a span {
    color: #555;
    font-style: normal;
    font-weight: 400;
}

.menu-dropdown__Main-title p {
    color: var(--Foundation-Blue-Normal, #00AEE3);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.64px;
    text-transform: uppercase;
}

.menu-dropdown__Main-title {
    list-style-type: none;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 4;
}

/* dropdown */    

.fixed-bar{
    position: fixed;
    z-index: 999;
    top: 300px;
    right: 0px;
    width: 48px;
    height: 132px;
    background-color: var(--BlueNormal);
    border-end-start-radius: 10px;
    border-top-left-radius: 10px;
    fill: #fff;
    display: none;
    flex-direction: column;
}

.fixed-bar a{
    width: 48px;
    height: 44px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.fixed-bar a path{
    transition: .3s ease-in-out;
}

.fixed-bar a:hover path{
    fill: var(--main-light-hover);
    transform: scale(1.08) !important;
    transition: .3s ease-in-out;
}

.pesquisa-form {
    height: fit-content;
    padding: 8px 16px;
    gap: 16px;
    display: flex;
    flex-direction: initial;
    align-items: center;
}

.pesquisa-form input{
    color: #4A4A4A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #F8F8F8;
}

.pesquisa-form button{
    background-color: transparent;
    display: flex;
}

.pesquisa-form input:focus-visible{
    outline: none!important;
}


.header-info-links-content{
    display: flex;
    flex-direction: initial;
    gap: 16px;
}

.header-info-pesquisa {
    display: flex;
    background-color: #F8F8F8;
    border-radius: 50px;
}


@media only screen and (min-width: 768px) {
    .quickmenu-div {
        display: none;
    }
    
    .whatsapp-contact-float-button {
        display: block;
    }
    
    .fixed-bar{
        display: flex;
    }
    
    .fixed-bar a{
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {

    .header-info {
        background-color: #fff;
        height: 120px;
        display: flex;
    }

    .header-info-container {
        width: 90%;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 60px;
        height: 120px;
    }

    .header-top-content {
        display:block;
    }

    .top-logo {
        display: block;
        min-width: 68px;
    }

    .header-info-content-flex {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 80px;
        height: 120px;
    }

    .header-info__content{
        display: flex;
        gap: 4px;
        align-items: center;
        color: var(--GreyDark);
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.36px;
        transition: .3s ease-in-out;
    }

    .header-info__content:hover {
        color:var(--grey2);
        transition: .3s ease-in-out;
    }

    .header-info-content-with-svg,
    .header-info-content-with-svg svg{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        fill: var(--BlueNormal);
        transition: .3s ease-in-out;
    }

/* LOGO */


    /* MENU HAMBURGUER */
    .navbar-header-menu__hamburguer {
        display: none;
    }
    /* MENU HAMBURGUER */ 

    .navbar-header-menu {
        display: flex;
        width: auto;
        height: 60px;
        justify-content: space-between;
    } 

    .navbar-header-menu-list {
        display: flex;
        flex-direction: row;
        gap: 16px;
        list-style-type: none;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

    .navbar-header-menu-list-topic {
        display: flex;
        flex-direction: row;
        gap: 32px;
        list-style-type: none;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

    .navbar-header{
        background-color:var(--BlueNormal);
    }

    .mobile-sublogo{
        display:none;
    }

    .navbar-header-menu-list li{
        height: auto;
    }

    .navbar-header-top-menu-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style-type: none;
        align-items: center;
        gap: 32px;
    }

    .navbar-header-menu-list__top-link {
        display: flex;
        align-items: center;
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        transition: .3s ease-in-out;
        text-align: center;
        line-height: 143%;
        letter-spacing: -0.20px;
        gap: 8px;
    }

    .navbar-header-menu-list__top-link path{
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__top-link:hover {
        color: #00aee3;
    }

    .navbar-header-menu-list__top-link:hover path{
        fill:#00aee3;
    }

    .navbar-header-menu-list__top-link-icons {
        width: 28px;
        height: 28px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__top-link-icons:hover {
        background-color: #00aee3;
    }

    .navbar-header-menu-list__top-link-icons:hover path {
        fill: #FFF;
    }


    .navbar-header-menu-list__link {
        display: flex;
        align-items: center;
        color: #121212;
        font-size: 14px;
        font-weight: 500;
        transition: .3s ease-in-out;
        text-align: center;
        line-height: 40px;
        gap: 8px;
        height: 60px;
    }

    .navigation__link {
        height: auto;
        color: #121212;
        font-size: 14px;
        font-weight: 500;
        line-height: 40px;
        transition: .3s ease-in-out;
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: center;
        gap: 4px;
        height: 60px;
        
    }

    .navigation__link:hover{
        color: var(--BlueDark);
        transition: .3s ease-in-out;
    }

    .navigation__link path, .navigation__link svg{
        transition: .3s ease-in-out;
    }

    .navigation__link:hover path{
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__link:hover {
        color: var(--BlueDark);
        transition: .3s ease-in-out;
        box-shadow: inset 0 -6px 0 var(--BlueNormal);
    }

    .navbar-header-menu-list__link-2{
        font-size: 16px;
        font-weight: 600;
        transition: .3s ease-in-out;
        color: #fff;
        width: 220px;
        height: 50px;
        background-color: #22C55E;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 6px;
    }

    .navbar-header-menu-list__link-2 path{
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list__link-2:hover{
        background-color: #1B9D4A;
        transition: .3s ease-in-out;
    }
}


@media only screen and (min-width: 1350px) {
    .header-info-whatslink {
        flex-direction: initial;
        align-items: flex-end;
    }
}

.header-info-links-content{
    display: flex;
    flex-direction: initial;
    gap: 16px;
}