#banner-1 {
    background: url(../img/banners/banner-1/banner-cabo-para-capo.jpg) no-repeat center top;
    height: 650px;
    width: 100%;
}
#banner-1 .img-1 {
    position: absolute;
    top: -30px;
    left: 870px;
}
#banner-1 .img-2 {
    position: absolute;
    bottom: 0;
    left: 500px;
}
#banner-1 .titulo-banner {
    position: absolute;
    left: 450px;
    top: 120px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    width: 440px;
}
#banner-2 {
    background: url(../img/banners/banner-2/banner-cabos-de-abertura-de-porta.jpg) no-repeat center top;
    height: 650px;
    width: 100%;
}
#banner-2 .img-1 {
    position: absolute;
    top: -30px;
    left: 870px;
}
#banner-2 .img-2 {
    position: absolute;
    bottom: 0;
    left: 500px;
}
#banner-2 .titulo-banner {
    position: absolute;
    left: 450px;
    top: 120px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    width: 440px;
}
#banner-3 {
    background: url(../img/banners/banner-3/banner-kit-reparo-de-vidro-eletrico.jpg) no-repeat center top;
    height: 650px;
    width: 100%;
}
#banner-4 {
    background: url(../img/banners/banner-4/banner-pino-trava-da-porta.jpg) no-repeat center top;
    height: 650px;
    width: 100%;
}

.produto {
    text-align: center;
}
.produto .info-produto {
    height: 170px;
}
.produto .info-produto .line {
    display: inline-block;
    background: #333;
    height: 2px;
    width: 30px;
    margin-top: 20px;
}
.produto .info-produto .categoria {
    font-size: 14px;
    color: #2b286f;
    text-transform: uppercase;
}
.produto .info-produto .aplicacao {
    font-size: 14px;
    color: #000;
}
.produto .info-produto .codigo {
    font-size: 14px;
    color: #da2128;
}

#novidades {
    position: relative;
    margin: 10px 0;
}
#novidades .bg-novidades {
    background: #fafafa;
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#novidades .titulo {
    text-align: center;
    margin-bottom: 45px;
}
#novidades .produto.selected .info-produto p {
    color: #fff;
}
#novidades .produto.selected .info-produto .line {    
    background: #fff;
}
#novidades .produto.selected a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#novidades .produto a .bg-img-hover {    
    display: none;
}
#novidades .produto.selected a .bg-img-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.65);
    top: 0;
    left: 0;
    display: block;
}
#novidades .produto.selected a .bg-img-hover .glyphicon-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: red;
    padding: 15px;
    color: #fff;
    margin-left: -22px;
    margin-top: -22px;
}
#novidades .produto.selected .info-produto {
    background: #646464;
}

#empresa {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}
#empresa p {
    max-width: 760px;
    font-size: 14px;
    margin: 20px auto;
}
#empresa .bg-empresa-carros {    
    margin: 25px auto 0;
}
#empresa .bg-empresa {
    width: 100%;
    height: 120px;
    background-color: #eee;
    margin-top: -25px;
}
#empresa .texto-empresa-rodape {
    font-size: 28px;
    text-align: center; 
    font-weight: 300;
}

#montadoras {
    margin-bottom: 50px;
}

#diferenciais {
    background-color: #f5f5f5;
    padding: 60px 0;
}
#diferenciais .titulo {
    text-align: center;
    font-size: 26px;
    color: #2b286f; 
    margin-bottom: 30px;
}
#diferenciais .diferencial {
    text-align: center;
    margin-bottom: 30px;
}
#diferenciais .diferencial img {
    height: 90px;
    margin-bottom: 15px;
}
#diferenciais .diferencial p {
    font-size: 18px;
    max-width: 210px;
    margin: 0 auto;
}


#carrossel-montadoras {
    background: url('../img/layout/dropshadown_montadoras.png') no-repeat left top;
    height: 65px;
    padding-top: 4px;
}

#catalogo {
    margin: 80px 0;
}

.container-catalogo, .container-newsletter {
    position: relative;
    height: 210px;
}
.container-newsletter {
    background: url('../img/layout/mundiflex_globo_branco.png') no-repeat 50px 25px;
    
}


.bg-catalogo-left {
    height: 100%;
    width: 1920px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.bg-catalogo-right {
    height: 100%;
    width: 1920px;
    background-color: #da2128;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: -1;
}


#form_newsletter {
    margin: 0 0 0 120px;   
}
#form_newsletter .titulo {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}


@media (max-width: 767px) {
    #banners {
        padding: 0;
    }
    .container-catalogo {
        padding: 15px;
        margin-bottom: 130px;
    }
    .container-catalogo .thumbnail-catalogo {        
        top: 105px;
    }
    .container-newsletter {
        height: 310px;
        padding: 15px;
    }
    #form_newsletter {
        margin: 80px 0 0 20px;
    }
    .container-newsletter {
        background: url(../img/layout/mundiflex_globo_branco.png) no-repeat 30px 25px;
    }

    .container-banner {       
        background-size: contain !important;
        height: 160px !important;
    }

    .container-catalogo .thumbnail-catalogo {
        position: absolute;
        left: 95px;
        top: 110px;
        width: 170px;
    }
}

@media (min-width: 768px) {
    #banners {
        position: relative;
        top: -1px;
        padding: 0;
        height: 645px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#1a000000',GradientType=0 );
    }
    .banner-container {
        height: 645px;
    }
    .container-catalogo .thumbnail-catalogo {
        position: absolute;
        right: -65px;
        top: 82px;
        width: 180px;
    }
    #novidades {
        position: relative;
        margin: 50px 0;
    }
    #busca-produto {
        width: 320px;
        height: 585px;
        position: absolute;
        top: 30px;
        left: 0;
        background-color: #303030;
        padding: 25px 10px;
        z-index: 999;
    }
}

@media (min-width: 1200px) {
    .container-catalogo .thumbnail-catalogo {
        position: absolute;
        right: -55px;
        top: 22px;
        width: 250px;
    }
}