.dicas-interna {
    width: 100%;
    height: auto;
    float: left;
    padding: 120px 0 60px 0;
    background: url(../../../images/dot30.png);
    position: relative;
}

.dicas-interna figure {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.dicas-interna figure img {
    width: 90%;
    height: auto;
    float: left;
}

.dicas-interna h2 {
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'dincond-bold';
}

.dicas-interna a.voltar {
    font-size: 18px;
    color: #000000;
    font-family: 'klavika-bold';
    margin-top: 20px;
    float: left;
}

.dicas-interna a.voltar::after {
    content: url(../../../images/mini-seta-right.png);
    position: relative;
    left: 7px;
    top: 4px;
}

.dicas-interna a.voltar:hover::after {
    left: 12px;
}

.dicas-interna a.voltar:hover {
    color: #ff1b20;
}

.comentarios {
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}

.comentarios h2 {
    font-size: 60px;
    color: #000000;
    margin: 0px 0 30px 0;
    text-transform: uppercase;
    width: 320px;
    height: 60px;
    float: left;
}

.comentarios .obs {
    width: 100%;
    height: 60px;
    float: left;
    margin: 10px 0 0 0;
}

.comentarios .obs p {
    font-size: 18px;
    font-family: 'klavika';
    text-transform: uppercase;
	width: 100%;
}

.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;
}

.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) {}


/* 991 and down */

@media screen and (max-width:991px) {
    .dicas-interna figure {
        width: 100%;
    }
    .dicas-interna figure img {
        width: 60%;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
    }
    .dicas-interna {
        padding: 40px 15px 30px 15px;
    }
    .dicas-interna a.voltar {
        margin-bottom: 30px;
    }
    .comentarios .obs {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    .comentarios h2 {
        margin: 0;
        height: auto;
    }
    .comentarios .obs p {
        font-size: 15px;
    }
    .bar-portifolio {
        width: 100%;
        left: 0;
    }
    .bar-portifolio a {
        font-size: 20px;
        text-align: center;
        padding-left: 0;
        background: url();
    }
    .bar-portifolio a:hover {
        background: url();
    }
    .budget h2 {
        margin: 30px 0;
    }
}


/* 349 and down */

@media screen and (max-width:449px) {
    .dicas-interna figure img {
        width: 100%;
    }
}

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


/* Retina Display */

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