.header-info {
    display: none;
}

.navbar-header {
    height: 73px;
}

.navbar-header-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    height: 73px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.navbar-header__logo {
    width: 120px;
}

.navbar-header-menu__hamburguer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0594A8;
    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;
}

.navbar-header-menu-list li {
    display: flex;
    align-items: center;

}

.navbar-header-menu-list__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#navigation__dropdown {
    position: relative;
}

#navigation__dropdown .menu-dropdown {
    display: none;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    min-width: 380px;
    top: 40px;
    left: 0;
    padding: 16px 16px 0px 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px rgba(33, 33, 33, .2078431373);
    z-index: 2;
    background-color: #fff;
}

#navigation__dropdown:hover .menu-dropdown {
    display: flex;
    flex-direction: column;
}

#navigation__dropdown .menu-dropdown__left {
    flex: 1;
}

#navigation__dropdown .menu-dropdown__right {
    flex: 2;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

#navigation__dropdown .menu-dropdown__right ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding-left: 24px;
}

#navigation__dropdown .menu-dropdown__right li a {
    border: 1px solid #777;
    flex: 1;
}

.navbar-header-menu-list__link svg {
    fill: #000;
}

.navbar-header-menu-list__link:hover svg {
    fill: #FFF;
}

.navbar-header-menu-list__link--hide {
    display: none;
}

.whatsapp-contact-float-button {
    display: none;
}

.quickmenu-div {
    display: block;
    background: transparent linear-gradient(90deg, #0594A8 0%, #008fa2 100%) 0% 0% no-repeat;
    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;
}

@media only screen and (min-width: 768px) {
    .quickmenu-div {
        display: none;
    }

    .whatsapp-contact-float-button {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .header-info {
        background-color: #FFF;
        height: 60px;
        display: flex;
    }

    .header-info-container {
        height: 60px;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header-info-content-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 16px;
        height: 40px;
    }

    .header-info__content {
        color: #0594A8;
        font-size: 16px;
        text-align: left;
        line-height: 20px;
    }

    .header-info-content-with-svg {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        fill: #0594A8;
    }

    .navbar-header {
        height: 120px;
        background-color: #FFF;
    }

    .navbar-header-container {
        height: 120px;
    }

    /* LOGO */

    .navbar-header__logo {
        width: unset;
    }

    /* LOGO */

    /* MENU HAMBURGUER */
    .navbar-header-menu__hamburguer {
        display: none;
    }

    /* MENU HAMBURGUER */

    .navbar-header-menu {
        display: block;
    }

    .navbar-header-menu-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style-type: none;
        gap: 8px;
    }

    .navbar-header-menu-list {
        font-size: 12px;
        text-transform: uppercase;
    }

    .navbar-header-menu-list a {
        font-weight: bold;
        color: #000;
        padding: 14px;
        background-color: #FFF;
        letter-spacing: 1.2px;
        transition: .3s ease-in-out;
    }

    .navbar-header-menu-list a:hover {
        color: #FFF;
        padding: 14px;
        background-color: #0594A8;
        transition: .3s ease-in-out;
    }
}

@media only screen and (min-width: 1300px) {
    .navbar-header-menu-list {
        gap: 16px;
    }

    .navbar-header-menu-list__link--hide {
        display: inline;
    }

    .navbar-header-menu-list a {
        padding: 14px;
        font-size: 14px;
    }

    .navbar-header-menu-list a:hover {
        padding: 14px;
    }
}

@media only screen and (min-width: 1480px) {
    .navbar-header-menu-list a {
        padding: 16px;
        font-size: 16px;
    }

    .navbar-header-menu-list a:hover {
        padding: 16px;
    }
}