#jumbotron-linhas {
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../img/linha-produtos/linha-produtos-bg2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 1%;
    padding-top: 15px;
    border-radius: 0px;
    width: 100%;
}
#linha-produtos {
    color: rgba(255, 255, 255, 1.0);
    padding: 10px;
}
#linha-produtos h1 {
    background-color: rgba(0, 164, 189, 1);
    color: rgba(255, 255, 255, 1.0);
    padding: 10px;
    border-radius: 3px;
}
#linha-produtos .card {
    background-color: rgba(255, 255, 255, 0);
}
#linha-produtos .card img:hover {
    /*background-color: rgba(250, 160, 0,1);*/
    background-color: rgba(250, 160, 0, 0.5);
    /*border-radius: 9px;*/
}
#linha-produtos h2 {
    background-color: rgba(0, 164, 189, 1);
    color: rgba(255, 255, 255, 1.0);
    font-size: 13px;
    font-weight: bold;
    line-height: 140%;
    padding: 7px 0px 9px 0px;
}
#linha-produtos h2 p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 25px;
    font-weight: normal;
    line-height: 140%;
}
#linha-produtos .linha-prod-texto {
    background-color: rgba(255, 255, 255, 0);
}