/* Estilos para a página de pesquisa 

body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa; 
    padding: 20px;
} 



/*
input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
} */

.form-control2[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

