.busca-prestadores {
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 20px 20px 0px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* background-color: #f9f9f9; */
}

.campos-busca {
    display: flex;
    flex-direction: column;
}

.busca-div-botao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.busca-div-botao button{
    margin: 10px;
    max-width: 300px;
}

.campos-busca label {
    margin-bottom: 5px;
    font-weight: bold;
}

.campos-busca input,
.campos-busca select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

