/*
@section: Página da Spunch; */
.spunch{
    background: url(../img/brands/pages/spunch/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: 165px 0 30px 0;
            
            strong{
                color: $white;
                display: block;
                font-size: 20px;
                font-weight: $bold;
                margin-bottom: 10px;
            }
            
            span{
                display: block;
                font-size: 16px;
                margin: 10px 0 30px 0;
            }
        }
        
        p{
            color: $white;
            font-size: 13px;
            font-weight: $extra-light;
            line-height: 30px;
            margin-bottom: 50px;
            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: 500px;
            
            ul{
                height: 420px;
                margin-top: 80px;
                width: 900px;
                
                li{
                    float: left;
                    margin-right: 0px;
                    position: relative;
                }
            }
        }
        
    }
}





