﻿/*tablet*/
@media (min-width: 768px) {
    .catItem {
        margin: 15px 0.5% 20px;
        width: 99%;
        padding: 15px !important;
    }

    .catImg {
        width: 60%;
        height: 350px;
    }

    .bgCover {
        height: 300px;
        padding-top: 140px;
    }

    .catText {
        width: 40%;
        height: 350px;
        padding: 10px;
    }

    .pCatText {
        font-size: 67px;
        line-height: 65px;
        margin-bottom: 40px;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    .catItem {
        margin: 1%;
        width: 48%;
        padding: 5px !important;
    }

    .catImg {
        width: 100%;
        height: 160px;
    }

    .bgCover {
        height: 140px;
        padding-top: 60px;
    }

    #exames {
        padding-left: 10px;
    }

    .catText {
        width: 100%;
        height: 130px;
        text-align: center;
        padding: 10px 10px 0 10px;
    }

    .pCatText {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

/*computador*/
@media (min-width: 1200px) {
    .catItem {
        margin: 15px 0.5% 20px;
        width: 99%;
        padding: 15px !important;
    }

    .catImg {
        width: 60%;
        height: 350px;
    }

    .bgCover {
        height: 300px;
        padding-top: 140px;
    }

    .catText {
        width: 40%;
        height: 350px;
        padding: 10px;
    }

    .pCatText {
        font-size: 67px;
        line-height: 65px;
        margin-bottom: 40px;
    }
}

.proValor {
    font-size: 16px;
    font-family: 'zb', sans-serif;
    color: #3bb81c;
}

.proRef {
    color: #808080;
    font-family: 'zl', sans-serif;
    font-size: 13px;
}

.proDesc {
    font-family: 'zb', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #4FB35D;
}

.dvBtnsPro {
    overflow: auto;
    width: 100%;
    padding: 0 5px;
    margin: 10px 0px;
}

.btAcoes {
    background: #808080;
    border: 1px solid #808080;
    width: 14%;
    float: left;
    padding: 6px 0px;
    text-align: center;
}

    .btAcoes:hover {
        color: #808080;
    }

.dvBtnsPro input {
    width: 23%;
    margin: 0 0.5%;
    float: left;
    border: 1px solid #808080;
}

.btAddCart {
    width: 47.5%;
    float: left;
    margin-left: 0.5%;
    line-height: 13px;
    font-size: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catText {
    float: left;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'arkina', sans-serif;
    text-transform: lowercase;
    text-align: center;
}

.catItem {
    width: 100%;
    float: left;
    transition: all 0.4s ease-in-out;
    cursor: url(/content/imgtemanovo/cur.cur), default !important;
}
    .catItem:hover {
        -moz-transform: scale(1.01) rotate(-1deg);
        -webkit-transform: scale(1.01) rotate(-1deg);
        -o-transform: scale(1.01) rotate(-1deg);
        -ms-transform: scale(1.01) rotate(-1deg);
        transform: scale(1.01) rotate(-1deg);
        transition: all 0.4s ease-in-out;
    }
    .catItem:hover .catImg {
        -moz-transform: scale(1.01) rotate(1deg);
        -webkit-transform: scale(1.01) rotate(1deg);
        -o-transform: scale(1.01) rotate(1deg);
        -ms-transform: scale(1.01) rotate(1deg);
        transform: scale(1.01) rotate(1deg);
        transition: all 0.4s ease-in-out;
    }
    .proDesc {
    transition: all 0.4s ease-in-out;
}

.catItem:hover .proDesc {
    color: #fff !important;
}

.catImg {
    float: left;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease-in-out;
}
