@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
header#cabecalho {
    background: #c6b9b5;
}
nav.navbar {
    width: 100%;
    height: 68px;
}
a.nav-link {
    letter-spacing: 1px;
    font-size: 17px;
    position: relative;
    color: #fff !important;
    font-family: "Calibri";
}
a.nav-link.active {
    color: #656565 !important;
    font-weight: 600;
}
a.nav-link:hover {
    color: #656565 !important;
    /* font-family: 'Calibri-Bold'; */
    font-weight: 600;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

img.logo-principal {
    width: 13%;
    padding-top: 20px;
    position: absolute;
    z-index: 5;
    top: 0;
}

div.divisao {
    width: 5px;
    height: 5px;
    background: #fff;
    margin: 18px 1px 0px 3px;
    border-radius: 100%;
}
.dropdown-menu {
    background: #e8e100;
    border: none;
    border-radius: 0px;
    margin-top: -10px;
}
.dropdown-item {
    color: #8b847e;
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.dropdown-item:hover:before {
    content: "";
    width: 19px;
    height: 12px;
    background: #333;
    position: absolute;
    left: -1px;
    margin-top: 4px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
@media (max-width: 767.98px) {
    img.logo-principal {
        width: 35%;
        position: absolute;
        z-index: 16;
        top: 0;
    }
    .navbar-nav {
        margin-top: 180px;
        padding-left: 15px;
    }
    .menu {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 15;
        width: 43%;
        height: 100%;
        padding: 10px;
        background: #bdb0ac;
        margin-top: 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }
    .menu-active {
        left: 0;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }
    .navbar-light .navbar-toggler:focus {
        border: none;
    }
    .divisao {
        display: none;
    }
    .instagram {
        display: inline-block;
        width: 50px;
    }
    .facebook {
        display: inline-block;
        width: 50px;
    }
    .fa-instagram {
        color: #00677d;
        font-size: 22px;
    }
    .fa-facebook {
        color: #00677d;
        font-size: 22px;
        margin-left: 0px;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 2px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .bar1.change {
        -webkit-transform: rotate(-46deg) translate(-4px, 3px);
        transform: rotate(-46deg) translate(-4px, 3px);
    }
    .bar2.change {
        opacity: 0;
    }

    .bar3.change {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}
