.servicos::-webkit-scrollbar{
    display: none;
}
::-webkit-scrollbar{
    background: #f7f7f7;
    height: 8px;
    width: 6px;
}
::-webkit-scrollbar-thumb{
    background-color: #c4c4c4;
    border-radius: 3px;
    width: 6px;
    margin-left: 3px;
}

/* HEROAREA*/
.heroarea{
    background: url("/img/servicos/heroarea_menutencao.png") no-repeat;
    background-size: cover;
    margin-top: 85px;
}
.heroarea .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 920px;
    margin: 0px auto 0px;
    padding: 35px 15px;
    color: #fff;
}
.heroarea h1{
    margin: 0px 0px 20px 0px;
}
.heroarea h5{
    text-align: center;
    margin: 20px 0px 0px 0px;
    max-width: 500px;
}

/* Tipo Categoria */
.servicos{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    background: #021B2D;
}
.container_cards{
    display: flex;
    padding: 32px;
    max-width: 920px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.container_cards .cards{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.container_cards .card_categoria{
    display: flex;
    flex-direction: column;
    width: 328px;
    min-width: 328px;
    max-width: 328px;
    padding: 12px;
    gap: 8px;

    border-radius: 5px;
    background: #FCFBFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.container_cards .card_produto{
    height: 107px;
    border-radius: 5px;
    border: 1px solid #313131;
}
.container_cards .card_produto img{
    height: 107px;
    width: 100%;
    border-radius: 5px;
}
.container_cards .card_categoria .card_produto p{
    text-align: center;
    position: relative;
    padding: 8px 20px;
    right: 0px;
    bottom: 37px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.80);
}
.card_categoria .list{
    height: 100%;
    border-left: 2px solid #B2C1D5;
 }

.card_categoria .list li{
   padding: 0px 0px 4px 8px;
}



.container_outros_produtos{
    margin: 0 auto;
    max-width: 950px;
}
.container_outros_produtos .card_produto{
    height: 91px;
    width: 296px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #5F5F5F;
}
.container_outros_produtos .cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 0px 15px;
    padding-bottom:12px;
}
.container_outros_produtos .card_produto p{
    text-align: center;
    position: relative;
    padding: 8px 20px;
    right: 0px;
    bottom: 37px;
    border-radius: 0px 0px 8px 8px;
    color: #021B2D;
    background: rgba(255, 255, 255, 0.80);
}
.container_outros_produtos h2{
    color: #fff;
    margin: 32px 15px;
}
