.grafica {
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px 0;
    position: relative;
    z-index: 9;
    background: url(../../../images/dot50.png) left bottom;
}

.grafica figure.loja {
    width: 100%;
    height: 510px;
    background-color: #000;
}

.grafica figure.loja img {
    width: auto;
    height: 100%;
    float: left;
}

.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;
    background: url(../../../images/dot50.png) left top;
}

.bar-portifolio a,
.bar-portifolio a:hover {
    -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) {}


/* 1199 and down */

@media screen and (max-width:1199px) {
    #about-car2 {
        width: 306px;
        margin-top: 0px;
    }
    .grafica figure.loja {
        overflow: hidden;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    h1.interna {
        margin: -10px 0 30px 0;
    }
    #about-car2 {
        width: 358px !important;
        margin-top: 20px !important;
    }
    .grafica figure.loja {
        width: 358px;
        height: 404px;
        margin-top: 20px;
    }
    .grafica figure.loja img {
        width: 100%;
        height: auto;
    }
    .noPaddingSm {
        padding: 0;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    .grafica {
        padding: 30px 0 110px 0;
    }
    h1.interna {
        font-size: 38px;
        margin: 0 0 15px 0;
        padding: 15px;
    }
    .grafica .volta {
        padding: 0 15px !important;
        text-align: justify;
    }
    #about-car2 {
        width: 300px !important;
        margin-top: 15px !important;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }
    .grafica figure.loja {
        width: 300px;
        height: auto;
        margin-top: 20px;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }
    .bar-portifolio {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        background-color: #f2f2f2;
    }
    .bar-portifolio a {
        font-size: 20px;
        line-height: 1.3;
        width: 100%;
        height: auto;
        padding: 15px 55px 15px 15px;
        background: url(../../../images/seta-right-r.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-r.png)no-repeat right 30px center, url(../../../images/barra-logo.png) repeat-y left -752px top;
    }
}


/* 349 and down */

@media screen and (max-width:449px) {}


/* Retina Display */

@media screen and (-webkit-min-device-pixel-ratio:2) {}