.header {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    background: #000;
}

body.frontpage .header:not(.header--fixed) .nav-link--active, body.frontpage .header:not(.header--fixed) .nav-link:hover {
    border-bottom-color: #ffcc01;
    text-decoration: none;
}

.header--fixed .nav-link {
    color: #fff !important;
}

    .header--fixed .nav-link:hover {
        border-bottom-color: #ffcc01 !important;
    }

.section--thick-border {
    border: 0;
}

.logo {
    padding-left: 0px;
    display: inline-block;
    vertical-align: middle;
}

.logo-image {
    max-width: 180px;
    max-height: 100px;
    height: auto;
    margin-left: 0;
    display: block;
}

.header--fixed .hamburger span, .header--fixed .hamburger span::after, .header--fixed .hamburger span::before {
    background-color: #fff !important;
}

.TopBar {
    padding: 5px;
}

.headerTop {
    background-color: #808080;
}

a.icones {
    padding: 10px;
    color: white;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    a.icones:hover {
        color: #000;
    }

.RedesSociais {
    display: inline-block;
    width: 100%;
    text-align: center;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black !important;
    color: white !important;
}

.section--full-height {
    min-height: 300px !important;
}

.section {
    padding: 25px 0;
}

.mobile-nav--open {
    height: calc(100vh - 83px);
    margin-top: 83px;
    background-color: black !important;
}

body.theme-color-earth .nav-link {
    color: white;
}

    body.theme-color-earth .nav-link:hover {
        border-color: #ffcc01;
    }

body.frontpage .header:not(.header--fixed) .hamburger span::before,
body.frontpage .header:not(.header--fixed) .hamburger span::after {
    background-color: #fff !important;
}

.footerTop {
    background: #808080 !important;
}

.icon-text {
    padding: 5px 0px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .icon-text a {
        color: white !important;
        text-decoration: none;
    }

    .icon-text:hover a,
    .icon-text:hover i {
        color: black !important;
    }

.endereco:hover i {
    color: white !important;
}

.endereco span {
    display: inline-block;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
}

.iconesFooter {
    font-size: 20px;
    padding: 5px;
}

    .iconesFooter:hover i {
        color: black !important;
    }

.textContato {
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.fa-map::before {
    content: "\f279";
}

.produto {
    background-color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    transition: all ease-in-out 0.3s;
}

    .produto:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    }

.boxImg {
    background-color: #ebebeb;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.linkFotoImg {
    text-decoration: none;
}

.linkFotoImg .boxImg img {
    width: 100%;
    display: block;
}

.linkFotoImg b {
    text-align: center;
    color: white;
    font-size: 17px;
    border: 0;
    padding: 10px;
    display: block;
    background-color: black;
    border: 1px solid black;
    transition: all ease-in-out 0.3s;
}

.linkFotoImg:hover b {
    background-color: #fff;
    color: #000;
}

.linkFotoImg:hover .preco {
    background-color: #fff;
    border: 1px solid #000;
}

.preco {
    background: #ffcc01;
    padding: 10px;
    margin-top: 5px;
    color: black;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ffcc01;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all ease-in-out 0.3s;
}

.section.section--themed {
    background: #808080 !important;
}

.desc {
    position: relative;
    color: #fff;
    font-size: 20px;
    background: #000;
    display: block;
    padding: 10px;
}

.nav-bar.nav-bar--list {
    background: black;
    display: block;
    position: relative;
}

    .nav-bar.nav-bar--list a {
        color: white;
        width: 100%;
        display: block;
        padding: 10px;
        position: relative;
        margin: 0;
    }


@media screen and (max-width:767px) and (min-width:500px) {
    .col-xs-12 {
        width: 50%;
    }
}

@media screen and (max-width:992px) {
    .mobile-nav-handler {
        margin-left: auto;
        margin-right: 0;
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    a.icones {
        font-size: 0;
    }

        a.icones i {
            font-size: 14px;
        }
}
