.cat-home {
    width: 100%;
    height: 200px;
    background-image: url(img/mechanic-hand-checking-and-fixing-a-broken-car-in-car-service-garage-min.jpg);
    background-size: cover;
    background-position-y: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.cat-home h2 {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: absolute;
    display: flex;
    color: white;
    margin: 0px 0px 0px 175px;
}

.cat-shadow {
    width: 100%;
    height: 202px;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) -33%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 120%);
}


/* .cat-home {
    overflow-x: hidden;
} */

.produts {
    width: 180px;
    height: 234px;
    border: solid;
    justify-content: space-around;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 5px;
    border-color: gainsboro;
    box-shadow: 0 0 1em #0000001f;
    border-radius: 22px;
}

.list-produt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-produt img {
    width: 150px;
}

.list-produt p {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}

.subitens {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.subitens h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.back-botton {
    background-color: #e2e2e2;
    width: 55px;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    position: fixed;
    z-index: 99999;
    bottom: 100px;
    right: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: 0.2s;
    overflow: hidden;
}

.back-botton:hover {
    background-color: #e2e2e2;
    width: 58px;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    position: fixed;
    z-index: 99999;
    bottom: 100px;
    right: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: 0.2s;
}

.back-botton img {
    width: 30px;
}

.sentence-itens {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
}

.sentence-itens h2 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.sentence-itens a {
    color: #0059a0;
    text-decoration: none;
    font-weight: 800;
}