b{
    font-family: 'Dosis-Bold';
}

.barratopo{
    width: 100%;
    height: 3px;
    background-color: #c37001;
    margin-top: 6px;
}

.bgtopo{
    width: 100%;
    height: 123px;
    margin-top: 2px;
    background-image:url('../img/logotipos/header/bgtit.jpg');
    background-size: cover; 
    background-position:center;  
}

.titopocont{
    width: 100%;
    height: 53px;
    background-color: #f0f0f0;
    margin: 5px 0 20px 0;
}

.titopocont h1{
    font-family: 'Impact';
    font-size: 30px;
    float: left;
    margin: 13px 0 0 110px;
    color: #f28300;
    background: -webkit-linear-gradient(#f28300, #ad5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bgorc{
    width: 100%;
    height: 40px;
    background-image:url('../img/logotipos/header/bgorc.jpg');
    background-size: cover; 
    background-position:center;  
}

.bgorc h1{
    font-family: 'Dosis-Bold';
    font-size: 20px;
    float: right;
    margin: 10px 10px 0 0;
    color: #fff;
}

/*---------------------------------------*/

.c_produtos{
    float: left;
    width: 100%;
}

.produtos{
    width: 100%;
}

.textoprodutos{
    width: 100%;
    height: 100px;
}

.textoprodutos p{
    float: left;
    font-size: 20px;
    line-height: 25px;
    margin: 20px 80px 0px 80px;
}

.veja{
    width: 100%;
    height: 182px;
}

.veja img{
    float: left;
    margin: 0 0 0 22px;
}

.veja h1{
    float: left;
    font-family: 'Dosis-Light';
    font-size: 20px;
    font-weight: 700;
    color: #a65a01;
    margin: 35px 0 0 -56px;
}

.veja p{
    float: left;
    font-family: 'Dosis-Light';
    font-weight: 700;
    font-size: 20px;
}

.bgorc a h1:hover{
    opacity: 0.8;
}

.imgtit{
    float: left;
    height: 77px;
    width: 100%;
}

.veja1{
    float: left;
    width: 33%;
}

.veja2{
    float: left;
    width: 33%;
}

.veja3{
    float: left;
    width: 33%;
}


@media screen and (max-width: 980px){
    .c_produtos{
        height: 936px !important;
    }
}