/*
@section: Página da marca Chuva de Prata; */
.chuva-de-prata{
    background: url(../img/brands/pages/chuva-de-prata/bg.jpg) no-repeat center center;
    height: 825px;
    width: 100%;
    
    .left{
        margin-top: 150px;
        
        h2{
            color: $white;
            font-size: 40px;
            font-weight: $extra-light;
            margin: 70px 0 30px 0;
            
            strong{
                color: $white;
                display: block;
                font-size: 20px;
                font-weight: $bold;
                margin-bottom: 10px;
            }
            
            span{
                display: block;
                font-size: 16px;
                margin-top: 10px;
            }
        }
        
        p{
            color: $white;
            font-size: 13px;
            font-weight: $extra-light;
            line-height: 30px;
            margin-bottom: 30px;
            width: 270px;
            
            strong{
                color: #FBF0CB;
                font-weight: $bold;
                text-transform: uppercase;
            }
        }
        
        .back{
            background: url(../img/back.png) no-repeat 0 0;
            color: #FBF0CB;
            display: block;
            font-size: 12px;
            font-weight: $light;
            text-decoration: none;
            text-transform: uppercase;
            padding-left: 20px;
            width: 50px;
        }
    }
    
    .right{
        margin-top: 150px;
        
        .scroll-products{
            height: 570px;
            
            ul{
                height: 500px;
                margin-top: 50px;
                width: 1100px;
                
                li{
                    float: left;
                    margin-right: -12px;
                    
                    &:nth-child(1),
                    &:nth-child(4){
                        margin-top: 240px;
                    }
                    
                    &:nth-child(2),
                    &:nth-child(3),
                    &:nth-child(6),
                    &:nth-child(5),
                    &:nth-child(8){
                        margin-top: 115px;
                    }
                    
                    &:nth-child(7),
                    &:nth-child(8){
                        margin-top: -45px;
                    }
                }
            }
        }
        
        .help{
            color: #FBF0CB;
            font-size: 12px;
            font-weight: $light;
            margin-top: 10px;
            text-align: center;
        }
    }
    
    .jspHorizontalBar{
        background: none;
        height: 17px;
        
        .jspTrack{
            background: url(../img/brands/bar-scroll.png) no-repeat 0 0 transparent;
            
            .jspDrag{
                background: url(../img/brands/bullet-scroll.png) no-repeat 0 -1px transparent;
                left: 0;
            }
        }
    }
    
    /* Ajuste do Scroll */
    .jspContainer{
        width: 1515px !important;
    }
}





