
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

* { font-family: 'Open Sans', sans-serif !important; }

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  color: #333 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

br { display: none; }

.normal {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif !important;
}

.header {
  width: 100%;
  max-width: 100%;
  background-color: #414042;
}

.header .logo {
  height: auto;
  display: block;
  max-width: 100%;
  margin: 5px auto 10px;
}

table .menu tr td div { margin-bottom: 0; }

table .menu tr td div a {
  height: auto;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 6px 12px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

table .menu tr td div a:hover {
  background-color: #888;
}

table.menu {
  width: 700px;
  margin-left: auto;
  margin-bottom: 15px;
}

table.content {
  margin-top: 0;
  margin-bottom: 30px;
}

.content .title{
  padding: 0;
  width: 100%;
  color: #414042;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.content .inicio-atendimento-corpo {
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.select-department td input { margin: 0; }

span.required {
  float: right;
  margin-bottom: 15px;
}

.content .inicio-atendimento-corpo a:hover {
  color: #ccb100 !important;
}

.select-department { margin-top: 20px; }

.fill_in_form {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
select,
textarea {
  width: 100%;
  outline: none;
  display: block;
  padding: 6px 12px;
  margin-bottom: 10px;
  background-color: #fff;
}

input[type="submit"],
input[type="reset"] {
  border: none;
  outline: none;
  font-weight: 600;
  line-height: 1.5;
  padding: 6px 12px;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-color: #777;
}

.select-department input[type="submit"] {
  float: right;
  margin-top: 20px;
}

.select-department input[type="submit"]:hover { background-color: #414042; }
