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

#dicas {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    padding: 0 20px 0 0;
}

#dicas li {
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    float: left;
}

#dicas li:nth-child(even) figure {
    float: right;
}

#dicas li:nth-child(even) .cont-dicas {
    background-color: #f2f2f2;
}

#dicas figure {
    width: 278px;
    height: 278px;
    float: left;
    background: url(../../../images/tmp/produto.jpg) no-repeat center center;
    background-size: cover;
}

#dicas figure a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../../images/tmp/produto.jpg) no-repeat center center;
    background-size: cover;
}

#dicas figure a:hover {
    opacity: 0.8;
}

#dicas .cont-dicas {
    width: 482px;
    height: 278px;
    background-color: #ffffff;
    float: left;
}

#dicas .cont-dicas a {
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    float: left;
    background: url(../../../images/red-dicas.png)no-repeat left 30px bottom;
    width: 100%;
    padding: 30px;
    font-family: 'dincond-bold'
}

#dicas .cont-dicas a:hover {
    background: #000000 url(../../../images/red.png)no-repeat left bottom;
    color: #ffffff;
}

#dicas .cont-dicas p {
    float: left;
    padding: 0 30px;
}

.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 figure a:hover,
#dicas figure a,
#dicas .cont-dicas a:hover,
#dicas .cont-dicas a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


/* ---------------------------------------------------------------------------------------------------------- 
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) {
    #dicas li {
        overflow: hidden;
    }
    #dicas .cont-dicas p {
        padding: 0 10px;
    }
    #dicas figure {
        width: 100%;
        height: 200px;
    }
    #dicas .cont-dicas {
        width: 100%;
        height: auto;
    }
    #dicas .cont-dicas a {
        font-size: 30px;
        padding: 20px;
        margin-bottom: 15px;
        background: url(../../../images/red-dicas.png)no-repeat left 20px bottom;
    }
    #dicas .cont-dicas p {
        padding: 0 20px 20px 20px;
    }
}


/* 991 and down */

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


/* 767 and down */

@media screen and (max-width:767px) {
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
    }
    .dicas {
        padding: 40px 15px 30px 15px;
    }
    #dicas{
        padding: 0;
    }
    #dicas .cont-dicas a {
        font-size: 24px;
    }
    .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:349px) {}


/* Retina Display */

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