﻿/*tablet*/
@media (min-width: 768px) {
    .dvBtnsPro select {
        font-size: 18px;
    }
    .viN {
        width: 50%;
    }
    .viP {
        width: 33.33%;
    }

    .videoImg {
        width: 100%;
        height: 400px;
    }

    .bgCover {
        height: 400px;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    .itemProDesc {
        font-size: 17px;
    }

    .viN {
        width: 50%;
    }

    .dvBtnsPro select {
        font-size: 14px;
    }

    .videoImg {
        height: 140px;
        float: none;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .bgCover {
        height: 140px;
    }

    #exames {
        padding-left: 10px;
    }

    .viP {
        width: 32.33%;
        margin: 0.5%;
    }

        .viP .videoImg {
            height: 95px !important;
        }

        .viP .bgCover {
            height: 95px!important;
        }
}

/*computador*/
@media (min-width: 1200px) {

    .viN {
        width: 50%;
    }

    .viP {
        width: 31.33%;
        margin: 1%;
    }
    .dvBtnsPro select {
        font-size: 18px;
    }
    .videoImg {
        width: 100%;
    }
        .viP .videoImg {
        height: 300px;
    }
    .viP .bgCover {
        height: 300px;
    }
    .viN .videoImg {
        height: 400px;
    }

    .viN .bgCover {
        height: 400px;
    }
}
.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;
}
    .dvBtnsPro select {
        font-family: 'zb', sans-serif;
        color: #4FB35D;
    }

.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;
}



.videoItem {
    text-align: center;
    color: #ED3237;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: url(/content/imgtemanovo/cur.cur), default !important;
}

    .videoItem p {
        line-height: 17px;
        margin: 0 5px 5px;
    }

    .videoItem:hover {
                z-index: 9;
        transform: scale(1.01);
        cursor: url(/content/imgtemanovo/cur.cur), default !important;
    }

        .videoItem:hover .bgCover {
            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;
        }


.videoImg {
    transition: all 0.4s ease-in-out;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgCover {
    display: table-cell;
    position: relative;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-family: 'arkina', sans-serif;
    top: 0px;
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    overflow: hidden;
    -ie-transition: all .3s ease-in-out;
    background: rgb(100 99 94 / 0.55);
    -webkit-transition: all .5s ease-in-out;
    -ie-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: url(/content/imgtemanovo/cur.cur), default !important;
}