/* BACKGROUNDS
---------------------------------------- */

html { background: #fff url('../../img/common/bg-page-header-6.jpg') no-repeat center top; }
body { background: url('../../img/common/bg-page-footer-3.png') no-repeat center bottom; }


/* HEADINGS
---------------------------------------- */

h1.difference {
    background-image: url('../../img/section/quemsomos/diferenciais/tit-thedifference.png');
    height: 35px;
    margin: 30px 0 60px;
}

/* REST
---------------------------------------- */
#difference {
    
}

#difference li {
    width: 350px;
    height: 250px;
    float: left;
    padding-left: 90px;
    background-repeat: no-repeat;
    margin-right: 38px;
}


#difference li:nth-child(even) {
    margin-right: 0;
}


#difference li:nth-child(1) {background-image: url('../../img/section/quemsomos/diferenciais/number1.png'); }
#difference li:nth-child(2) {background-image: url('../../img/section/quemsomos/diferenciais/number2.png'); }
#difference li:nth-child(3) {background-image: url('../../img/section/quemsomos/diferenciais/number3.png'); }
#difference li:nth-child(4) {background-image: url('../../img/section/quemsomos/diferenciais/number4.png'); }
#difference li:nth-child(5) {background-image: url('../../img/section/quemsomos/diferenciais/number5.png'); }
#difference li:nth-child(6) {background-image: url('../../img/section/quemsomos/diferenciais/number6.png'); }
#difference li:nth-child(7) {background-image: url('../../img/section/quemsomos/diferenciais/number7.png'); }
#difference li:nth-child(8) {background-image: url('../../img/section/quemsomos/diferenciais/number8.png'); }
#difference li:nth-child(9) {background-image: url('../../img/section/quemsomos/diferenciais/number9.png'); }
#difference li:nth-child(10) {background-image: url('../../img/section/quemsomos/diferenciais/number10.png'); }
#difference li:nth-child(11) {background-image: url('../../img/section/quemsomos/diferenciais/number11.png'); }
#difference li:nth-child(12) {background-image: url('../../img/section/quemsomos/diferenciais/number12.png'); }


#difference li dt {
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    margin-bottom: 10px;
}

#difference li:nth-child(1) dt, #difference li dt.tit-1 {background-image: url('../../img/section/quemsomos/diferenciais/tit-tradition.png'); }
#difference li:nth-child(2) dt, #difference li dt.tit-2 {background-image: url('../../img/section/quemsomos/diferenciais/tit-punctuality.png'); }
#difference li:nth-child(3) dt, #difference li dt.tit-3 {background-image: url('../../img/section/quemsomos/diferenciais/tit-quality.png'); }
#difference li:nth-child(4) dt, #difference li dt.tit-4 {background-image: url('../../img/section/quemsomos/diferenciais/tit-customization.png'); }
#difference li:nth-child(5) dt, #difference li dt.tit-5 {background-image: url('../../img/section/quemsomos/diferenciais/tit-security.png'); }
#difference li:nth-child(6) dt, #difference li dt.tit-6 {background-image: url('../../img/section/quemsomos/diferenciais/tit-transparency.png'); }



