body{
    transition: 1s;
}

.mainPro{
    position: relative;
    top:50px;
}

.filterDiv{
    border-top: 1px dashed #222121;
    border-top-right-radius: 15px;
}

/*Estilização do produto em destaque*/
.highlitePrd{
    background-color:#dfdfdf;
    border-radius: 15px;
    color: #222121;
    text-decoration: none;
}.highlitePrd p{
    font-size: 0.9rem;
    transition: 1s;
    line-height: 1.5;
    font-weight: 250;
    text-decoration: none;
}

/*Produtos normais*/
.prdNormal{
    border-radius: 15px;
    background-color: #dfdfdf;
    color: #222121;
    text-decoration: none;
}.prdNormal h5{
    text-align: center;
}

#banner1{
    background-image: url(../img/banner.png);
    background-size: cover;
}

/*Estilização da ajuda para o cliente*/
#divHelperCustomer h3{
    color: #222121;
}#divHelperCustomer p{
    font-weight: 600;
    transition: 0.5s;
}.btnPrinterOpt{
    border-color: #222121;
    color: #222121;
    border-radius: 25px;
    transition: 0.5s;
}.btnPrinterOpt:hover{
    background-color: #222121;
    color: #f0f0f0;
    border-radius: 25px;
    border-color:#222121;
}

/*Estilizacao do container dos produtos lexmark*/
#lexmarkProducts{
    background-color: #008a44;
}.lxPrinter{
    background-color: #0d6a3b;
}#lexmarkProducts p{
    font-weight: 400;
    color: #f0f0f0;
    font-size: 1.5rem;
}#lexmarkProducts h4{
    color: #f0f0f0;
    text-align: center;
    font-weight: 300;
}

/*Estilização do container dos produtos sharp*/
#sharpProducts{
    background-color: #E70106;
}#sharpProducts p{
    font-weight: 400;
    color: #f0f0f0;
    font-size: 1.5rem;
}.shPrinter{
    background-color: #f0f0f0;
}

a img,div{
    transition: transform 0.3s ease-in-out;
}

a img:hover{
    transform: scale(0.9);
}
