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

h1 {
    text-align: center;
    margin-bottom: 20px;
}

form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

.nav a {
    text-decoration: none;
    color: #007BFF;
}

.section, .competenciaSection, .publicoObjetivoSection, .redSocialSection, .publicidadPagadaSection, .kpiSection, .areaMejoraSection {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

textarea, input[type="text"], input[type="email"], input[type="password"], select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #0056b3;
}

#searchResults table {
    width: 100%;
    border-collapse: collapse;
}

#searchResults table, #searchResults th, #searchResults td {
    border: 1px solid #ccc;
    padding: 10px;
}

#searchResults th {
    background-color: #f4f4f4;
}

#searchResults td {
    text-align: center;
}

#searchResults .client {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
