body,html{
    background-color: #fff;
}
.noHover {
    pointer-events: none;
}

.navbg {
 background-image: url(../img/header-bg-black.png);
    background-position: center rigt;
    /*background: linear-gradient(180deg, #efefefs 0%, #eee 100%);*/
}

ul.nav-fast li a:visited.nav-link,
ul.nav-fast li a:active.nav-link,
ul.nav-fast li a.nav-link {
    color: #fff !important;
    font-size: .9em;
}

ul.nav-fast li a.nav-link-white {
    color: #fff !important;
    font-size: .9em;
}

ul.nav-fast li a.nav-link-white {
    color: #fff !important;
    font-size: .9em;
}

li.nav-item a.nav-link-sep,
li.nav-item a.nav-link-sep:link,
li.nav-item a.nav-link-sep:active,
li.nav-item a.nav-link-sep:visited
li.nav-item a.nav-link-sep:hover {
    color: #dcdcdc !important;
}

li.nav-item:hover,
li.nav-item a.nav-link:hover {
    background-color: #fff !important;
    color: #2a6031 !important;
    /*color: #fff !important;*/
}


.header {
    min-height: 44px;
    background-image: url(../img/header-bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

a, a:link, a:active {
    color: #7e2e33;
    text-decoration: none;
}

.swiper {
    /*width: 100%;*/
    height: 120px;
}

a.btn, a.btn:active {
    color: #fff !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block !important;
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
}

.btn-veneza {
    border-color: #7e2e33;
    background-color: #7e2e33;
    color: #fff;
}

div.bg-veneza {
    background-color: #7e2e33 !important;
    color: #fff;

}

div.bg-veneza-green {
    background-color: #2a6031 !important;
    color: #fff;

}

/*
App css styles
 */
.btn-app-home {
    background-color: #065115 !important;
    border-color: #065115 !important;
    color: #fff;
}

.btn-comprar {
    border-color: #1b5e20 !important;
    background-color: #1b5e20 !important;

}

.btn-detalhes {
    border-color: #b71c1c !important;
    background-color: #b71c1c !important;

}

.categoria-col {
    /*background-color: #fff;*/
    /*border-right: 10px solid #f0f0f0;*/
}
.categoria-col:last-child {
    border-right: 0 !important;
}
.categoria-col:hover {
    /*box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;*/
    /*background-color: #efebe9;*/
    /*color: #fff;*/
    cursor: pointer;
}
.categoria-col img:hover {
    box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;
    background-color: #efebe9;
}

footer{
    margin-top: 40px;
    border-top: 10px solid #751313;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #222 !important;
    color: #fff;
}
