html {
    scrollbar-width: thin;
}
.wrapper-form {
    text-align: center;
    margin: 40px auto;
}
@media (min-width: 768px) {

} .wrapper-form {
    text-align: center;
    margin: 80px auto;
}

 form.form-loja {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

 .form-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
}

 .form-group select {
    border-radius: 10px;
    width: 100px;
    height: 40px;
    padding: 0 10px;
}

 .form-group button {
    background: #000;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 100px;
    color: #fff;
    border-radius: 4px;
}

 div#divResultado {
    max-width: 1280px;
    display: none;
    margin: 20px auto;
    flex-direction: column;
    height: 440px;
    flex-wrap: nowrap;
    overflow-y: scroll;
    overflow-x: hidden;
}

 .sideright-item {
    display: flex;
    border-bottom: 1px solid #bdbdbd;
    padding: 20px 0;
    width: 60%;
    margin: 0 auto;
    gap: 10px;
    align-items: initial;
    flex-direction: column;
}

 p.sideright-item__title {
    font-size: 24px;
    margin-bottom: 0px;
}

 p.sideright-item__description {
    font-size: 14px;
}

 p.sideright-item__description {}

 .sideright-item:last-child {
    border: none;
}
@media only screen and (max-width: 500px) {
   .nomeDepartamento p {
        font-size: 13px;
        display: none;
    }
}