.inner-banner{
    width: 100%;
    padding: 150px 0;
    background: url("../img/produtos/banner.jpg") no-repeat top;
    background-attachment: fixed;
    background-size: cover;
    box-shadow: inset rgba(0,0,0,0.4) 0 0 15px;
}

.projeto-inn{
    background: #ffffff;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
    padding: 10px;
}
.title-category{
    background-color: rgb(197, 197, 197);
    color: rgb(66, 66, 66);
    padding: 15px 25px;
}
.btn-more{
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 15px;
    padding-top: 7px;
    font-size: 16px;
    color: rgb(66, 66, 66);
    font-weight: bolder;
    display: block;
    background-color: rgb(255, 255, 255);
}
.btn-more:hover{

    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color:rgb(66, 66, 66);
}


.pdf-download{
    margin-top: 15px;
    width: 100%;
    height: 40px;
    text-align: center;
    border-radius: 15px;
    padding-top: 7px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    display: block;
    background-color: rgb(255, 172, 77);
}
.pdf-download:hover{

    color: rgb(66, 66, 66);
    text-decoration: none;
    background-color:rgb(255, 2555, 255);
}