.produtos-interna {
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px 0;
    background: url(../../../images/dot50.png);
    position: relative;
}

.list-produtos {
    width: 100%;
    min-height: 150px;
    float: left;
    margin-bottom: 20px;
    background: #fff;
}

.btnGabarito {
    width: 200px;
    height: 30px;
    border: 0;
    background-color: #21882b;
    font-size: 14px;
    color: #ffffff;
    font-family: 'opensans-bold';
    display: inline-block;
    text-align: center;
    line-height: 2;
}

.btnGabarito:hover {
    color: #ffffff;
}

.list-produtos figure {
    width: 150px;
    height: 150px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../../../images/tmp/dicas.jpg);
    /*background: url(../../../images/tmp/dicas.jpg) no-repeat center center;*/
    background-size: cover;
}

.list-produtos .bar-top {
    width: 590px;
    height: 50px;
    float: left;
    background-color: #313131;
    position: relative;
    padding-left: 15px;
}

.list-produtos .bar-top h3 {
    font-size: 24px;
    color: #ffffff;
    font-family: 'klavika-bold';
    line-height: 50px;
    margin: 0;
}

.list-produtos .bar-top p.cod {
    font-size: 15px;
    color: #ffffff;
    font-family: 'opensans-bold';
    position: absolute;
    right: 15px;
    top: 15px;
    text-transform: uppercase;
}

.list-produtos .bar-bottom {
    width: 590px;
    min-height: 100px;
    float: left;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
}

.list-produtos .bar-bottom a.adicionar {
    width: 34px;
    height: 32px;
    float: left;
    background: url(../../../images/adicionar.png) no-repeat center center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
}

.list-produtos .bar-bottom a.adicionar:hover {
    background: url(../../../images/adicionar.png) no-repeat left -50px center;
}

.list-produtos .bar-bottom a.adicionar img {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-produtos .bar-bottom a.adicionar:hover img {
    width: 25px;
    height: 25px;
}

.bar-portifolio {
    position: absolute;
    width: 600px;
    height: 80px;
    bottom: -80px;
    background-color: #f2f2f2;
}

.bar-portifolio a {
    font-size: 26px;
    color: #ff1b20;
    font-family: 'klavika-media';
    line-height: 80px;
    width: 100%;
    height: 80px;
    display: block;
    padding-left: 30px;
    background: url(../../../images/seta-right.png)no-repeat right 30px center, url(../../../images/barra-logo.png) repeat-y left -752px top;
}

.bar-portifolio a:hover {
    background: url(../../../images/seta-right.png)no-repeat right 15px center, url(../../../images/barra-logo.png) repeat-y left -712px top;
}

.bar-portifolio .bar-white-right {
    width: 1000px;
    height: 80px;
    position: absolute;
    left: -1000px;
    background-color: #ffffff;
    bottom: 0;
}

.bar-portifolio a,
.bar-portifolio a:hover {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.list-produtos .bar-bottom a.adicionar:hover img,
.list-produtos .bar-bottom a.adicionar img,
.list-produtos .bar-bottom a.adicionar:hover,
.list-produtos .bar-bottom a.adicionar,
.dicas-interna a.voltar:hover::after,
.dicas-interna a.voltar::after,
.dicas-interna a.voltar:hover,
.dicas-interna a.voltar {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}


/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ultrawide and down */

@media screen and (min-width: 1921px) and (max-width: 2560px) {}


/* 1099 and down */

@media screen and (max-width:1199px) {
    .list-produtos .bar-top,
    .list-produtos .bar-bottom {
        width: 380px;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    .list-produtos {
        height: auto;
    }
    .list-produtos figure {
        width: 100%;
        height: 200px;
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
    }
    .list-produtos .bar-top,
    .list-produtos .bar-bottom {
        width: 100%;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    .list-produtos .bar-top p.cod {
        position: relative;
        right: 0;
        top: inherit;
        width: 100%;
        float: left;
        display: block;
    }
    .list-produtos .bar-top h3 {
        height: auto;
        float: left;
        display: block;
    }
    .list-produtos .bar-top {
        height: auto;
    }
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
    }
    .produtos-interna {
        padding: 30px 0 60px 0;
    }
    .bar-portifolio {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: -40px;
    }
    .bar-portifolio a {
        font-size: 18px;
        line-height: 1.3;
        width: 100%;
        height: auto;
        background: #f3f3f3 url();
        padding: 30px 15px;
        text-align: center;
    }
    .bar-portifolio a:hover {
        background: url();
    }
    .list-produtos {
        height: auto;
    }
}


/* 349 and down */

@media screen and (max-width:349px) {
    .bar-portifolio {
        bottom: -60px;
    }
}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {}