header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

/*HEADER SUPERIOR*/

.header__superior {
    /* background-color: #f1f1f1; */
    max-width: 1170px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    /* text-align: left; */
    padding: 10px 10px;
}

.logo img {
    width: 150px;
}

.search input {
    width: 300px;
    padding: 10px;
}


/*End HEADER SUPERIOR*/
div.nav-hdr-left a,
div.nav-hdr-right a {
    color: #63783d;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    font-size: 14px;
    line-height: 5px;
    border-radius: 10px;
    font-weight: 500;
}

div.header__superior>a {

    color: #8cb84e;
    transform: scale(1.1);
    background-color: #ffacb7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 10px;
}

div.nav-hdr-left a:hover {
    color: #63783d;
    transform: scale(1.1);
    background-color: #FFE9E3;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 10px;
    transition: all 0.5s ease;
}

div.nav-hdr-right a:hover {
    color: #63783d;
    transform: scale(1.1);
    background-color: #FFE9E3;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    line-height: 10px;
    padding: 16px 8px 4px 8px;
    transition: all 0.5s ease;
}

.bg-light {
    background-color: #e2e6e9 !important;
}

div > .header {
    padding: 0 12px 0 12px;
}