
.intro-home > .content-intro { 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #501315;
    background: rgba(0, 0, 0, 0.25) url(../images/home.jpg);
    background-origin: padding-box;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: calc(100vh - 20px)!important;
    overflow: hidden;
    position: relative;
    padding-top: 160px;
    z-index: 0;
    background-blend-mode: darken;
}
body.home .wrapper .content .box.box1 .submitCep {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 10px;
    text-transform: uppercase;
    background-image: url(../images/icon-mg-glass.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 97% 50%;
	height: 50px;
}


#dv_header {  
width: 100% !important;
}
.header2{
	display: none;
}
.logo-home img{
	max-height: 100px;
}
.navbar-header{
	padding-top: 0px;
}
.logo-home{
padding-left: 15px;
}
.header .navbar-nav>li {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.header-scrolling  .navbar-nav>li {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}