b{
    font-family: 'Dosis-Bold';
}
/*.img-fixa{ width: 100%; float: left; height: 430px; background: url(../img/img-fixa.jpg) no-repeat center top fixed; position: relative; z-index: -1; }*/
.barratopo{
    width: 100%;
    height: 3px;
    background-color: #c37001;
    margin-top: 176px;
}

.bgtopo{
    width: 100%;
    height: 123px;
    margin-top: 2px;
    background: url(../img/img-fixa2.jpg) no-repeat center top fixed;
    /*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;
}

/*SOBRE HOME*/

.c_sobrehome{
    width: 100%;
    height: 394px;
    background-color: #f0f0f0;
}

.sobrehome{
    width: 100%;
}

.textosobrehome{
    float: left;
    width: 65%;
    height: 394px;
}

.textosobrehome img{
    margin: 55px 0 0 45px;
    position: relative;
}

.textosobrehome p{
    position: relative;
    margin: -77px 64px 0 125px;
    font-family: 'Dosis-Light';
    text-align: justify;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.imgsobrehome{
    float: right;
    width: 35%;
    height: 394px;
}

.imgsobrehome img{
    margin: 65px 0 0 0;
}

/*INTRO PRODUTOS HOME*/

.c_produtoshome{
    width: 100%;
}

.produtoshome{
    width: 100%;
}

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

.textoprodutoshome p{
    margin: 60px 60px 50px 60px;
    line-height: 30px;
    text-align: justify;
    font-family: 'Dosis-Regular';
    font-size: 20px;
}

.botaoprodutoshome{
    width: 100%;
}

.botaoprodutoshome button{
    margin: -10px 0 60px 650px;
    width: 240px;
    height: 31px;
    font-family: 'Dosis-Bold';
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    background-color: #a65a01;
    cursor: pointer;
}

.botaoprodutoshome a button:hover{
    opacity: 0.8;
}


@media (max-width: 990px){
	.botaoprodutoshome button {
    width: 480px;
    margin: 50px 0px;
    height: 120px;
    font-family: 'Dosis-Bold';
    font-size: 35px;
    color: #fff;
    float: right;
    border-radius: 10px;
    border: 0;
    background-color: #a65a01;
    cursor: pointer;
}
}
