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

#orcamento {
    width: 100%;
    height: auto;
    float: left;
}

#orcamento textarea {
    width: 48%;
    height: 330px;
    float: left;
    padding: 15px;
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
    border: 1px solid #c2c2c2;
}

#orcamento input {
    width: 48%;
    height: 50px;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 15px;
    color: #000000;
    font-family: 'opensans';
    border: 1px solid #c2c2c2;
}

#orcamento button {
    width: 130px;
    height: 50px;
    float: left;
    margin-left: 2%;
    border: 0;
    background-color: #ff2128;
    font-size: 18px;
    color: #ffffff;
    font-family: 'opensans-bold';
}

#orcamento button:hover {
    background-color: #000000;
}

.about-us {
    padding: 160px 0 80px 0 !important;
}

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

aside h3:nth-of-type(2),
aside .orcamento-aside {
    display: none;
}

#orcamento button:hover,
#orcamento button,
.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;
}

.about-us .bar-us-about,
.budget {
    display: none;
}

.bar-portifolio .bar-white-right {
    background: url(../../../images/dot50.png) left top;
}

.bar-portifolio {
    z-index: 11;
}


/* ---------------------------------------------------------------------------------------------------------- 
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) {
    .about-car {
        display: none;
    }
    .about-orcamento {
        width: 60%;
    }
    .about-orcamento2 {
        width: 40%;
    }
    #orcamento textarea {
        width: 98%;
        height: 243px;
        margin-bottom: 20px;
    }
    #orcamento input {
        width: 98%;
        margin-left: 0;
    }
    #orcamento button {
        margin-left: 0;
    }
}


/* 991 and down */

@media screen and (max-width:991px) {
    .about-orcamento {
        width: 50%;
    }
    .about-orcamento2 {
        width: 50%;
    }
}


/* 767 and down */

@media screen and (max-width:767px) {
    h1.interna {
        font-size: 40px;
        margin: -10px 0 10px 0;
    }
    .orcamento {
        padding: 40px 15px 30px 15px;
    }
    .about-us {
        padding: 130px 0 60px 0 !important;
    }
    .orcamento article {
        padding: 0;
    }
    #orcamento textarea {
        height: 190px;
    }
    #orcamento button {
        margin-bottom: 30px;
    }
    #orcamento input {
        margin-bottom: 10px;
    }
    #orcamento textarea {
        margin-bottom: 10px;
    }
    #about-car2 {
        display: none;
    }
    .about-orcamento {
        width: 100%;
    }
    .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;
    }
    .about-us {
        padding: 100px 0 20px 0 !important;
    }

}


/* 349 and down */

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


/* Retina Display */

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