
#banner{background-image: url(/imagens/banner-terceirizacao.png); background-size: cover; background-position: center; height: 645px;}
#banner h2{font-family: 'Troyline Sans Stamp'; font-size: 85px; color: #fff; margin-top: 150px; line-height: 75px; }
#banner h3{font-family: 'Troyline Script Stamp'; font-size: 145px; color: #fff; margin-top: -75px;}
#banner p{font-size: 22px; color:#fff; margin-top: 10px; font-weight: 300; width: 388px;}
#banner p span{font-weight: 400;}

#btnTerceirizacao{background-image:url(/imagens/bt-entrecontato.png); background-size:contain; color: #302116; font-size: 20px; background-repeat: no-repeat; width: 166px; height: 38px; line-height: 24px;position: absolute; bottom: 0; right: 0;}
#btnTerceirizacao:hover{color: #302116;}

#empacotamento{background: #302116; font-size: 22px; font-weight: 300; color: #fff; margin-top: -110px; padding: 50px 0;}
#empacotamento span{font-weight: 400;}

#qualidade{margin-top: 20px; text-align: center;}
#padrao{margin-top: -60px; margin-left: 160px;}
#listaQualidadesDesktop{font-size: 30px; color: #2F2115; margin-top: 80px; line-height: 30px;}
.linha-impar, .linha-par{ padding: 20px 0;}
.linha-impar{background-color: #EDE1D5;}
#listaQualidadesMobile{display: none;}
#faixaLoja{margin: 0;}


/*-lg*/
@media (max-width: 1199.98px) {
	
}

/*-md*/
@media (max-width: 991.98px) {


    #listaQualidadesDesktop{font-size: 22px; margin-top: 50px; line-height: 30px;}

}

/*-sm*/
@media (max-width: 767.98px)  {
    #banner h2 { font-size: 70px;  }
    #banner h3 { font-size: 110px;  }
    #banner {
        top: -103px;
    }
    header{background:none}
    #listaQualidadesDesktop{display: none;}
    #listaQualidadesMobile{display: block; font-size: 22px; color: #2F2115; margin-top: 30px; line-height: 30px;}
    
}
/*-mobile*/
@media (max-width: 575.98px) {
    #banner{height: auto; padding-bottom: 20px;}
    #banner h2 {
        font-size: 50px;
        margin-top: 115px;
        line-height: 55px;
    }
    #banner h3 {
        font-size: 75px;
        margin-top: -45px;
    }
    #banner p{font-size: 18px;  width: 100%;}
    #btnTerceirizacao{position: relative;}
    #padrao {margin-left: 35px;  }
}