* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    width: 100%;
    height: 70px;
    flex-grow: 0;
    padding: 7px 30px 4px 30px;
    background-color: #f5f5f5;
}

 img.logo-nav {
     width: 70%;
 }

ul.navbar-nav.menu {
    margin-left: 40px;
}

a.nav-link.active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    /* line-height: 19px; */
    color: #FF680D;
    border: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #FF680D;
}

.nav-link:focus,
.nav-link:hover {
    border: none !important;
} 

a.nav-link {
    width: max-content;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

li.nav-item.dropdown {
    width: 140px;
    height: 35px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin: 9px 0 12px 0;
    padding: 16px;
    border-radius: 4px;
    /* border: solid 1px #b3b3b3; */
    outline: none;
}

dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -10px !important;
    margin-top: var(--bs-dropdown-spacer);
}

a#produtos.btn.dropdown-toggle.nav-link {
    border: none;
}

a#produtos.btn.dropdown-toggle.nav-link,
a#produtos.btn.dropdown-toggle.nav-link {
    border: none !important;
}

.btn:first-child:active {
    border: none;
}

.dropdown-item:hover {
    color: #ffffff;
    background-color: hsl(22.81deg 100% 52.55%);
}

span {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    font-family: 'Font Awesome 5 Brands';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2e2e33;
}

img.globe-regular {
    position: relative;
    width: 16px;
    height: 16px;
    left: 1213px;
    left: -5px;
    top: -2px;
}



/************* Responsive ****************/

@media screen and (min-width: 320px) and (max-width: 480px) {
    .navbar {
        display: contents;
         width: 100%;
         height: 127px;
    }

    .navbar>.container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    a.navbar-brand {
        display: flex;
        justify-content: center;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: relative;
        bottom: 10px;
    }

    ul.navbar-nav.menu {
        margin-left: 13px;
    }

    img.logo-nav {
       width: 60%;
       /* margin-left: 80px; */
    }

    button.navbar-toggler {
        border: none;
    }

    li.nav-item.dropdown {
        width: 58px;
        height: 31px;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        /* margin: -60px 0 12px 295px; */
        padding: 16px;
        border-radius: 4px;
        /* border: solid 1px #b3b3b3; */
        outline: none;
    }
    span.navbar-toggler-icon {
        outline: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    
}


/************* Mobile H ****************/

@media screen and (min-width: 480px) and (max-width: 767px) {

    .navbar {
        display: contents !important;
         width: 100%;
         height: 127px;
    }

    .navbar>.container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: relative;
        bottom: 10px;
    }

    ul.navbar-nav.menu {
        margin-left: 13px;
    }

    img.logo-nav {
       width: 60%;
       /* margin-left: 80px; */
    }

    button.navbar-toggler {
        border: none;
    }

    li.nav-item.dropdown {
        width: 58px;
        height: 31px;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        /* margin: -60px 0 12px 295px; */
        padding: 16px;
        border-radius: 4px;
        /* border: solid 1px #b3b3b3; */
        outline: none;
    }
    span.navbar-toggler-icon {
        outline: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
}





/************* Tablet ****************/

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar {
        display: contents !important;
         width: 100%;
         height: 127px;
    }

    .navbar>.container-fluid {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: relative;
        bottom: 10px;
    }

    ul.navbar-nav.menu {
        margin-left: 13px;
    }

    img.logo-nav {
       width: 60%;
       /* margin-left: 80px; */
    }

    button.navbar-toggler {
        border: none;
    }

    li.nav-item.dropdown {
        width: 58px;
        height: 31px;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        /* margin: -60px 0 12px 295px; */
        padding: 16px;
        border-radius: 4px;
        /* border: solid 1px #b3b3b3; */
        outline: none;
    }
    span.navbar-toggler-icon {
        outline: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
}