* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
html,
body {
  background-color: #fff;
  color: #666;
}
a {
  color: #003366;
}
a:hover {
  text-decoration: none;
}
.img-responsive {
  transition: transform 0.2s;
  border-radius: 8px;
}
.img-responsive:hover {
  transform: scale(1.1);
}
.noticia-div {
  margin-top: 20px;
}
@media screen and (min-width: 544px) {
  .img-responsive {
    width: 100%;
    min-height: 170px;
    max-height: 170px;
  }
  .noticia {
    min-height: 70px;
    max-height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .img-responsive {
    width: 100%;
    min-height: 197px;
    max-height: 197px;
  }
  .noticia {
    min-height: 70px;
    max-height: 70px;
  }
}
.titulo {
  color: #003366;
}
.uteis-titulo {
  margin-left: 5;
  margin-right: 5;
  margin-bottom: 4px;
  padding: 5px;
  background-color: #003366;
  color: #ffffff;
  display: block;
  border-radius: 10px;
  font-size: 22px;
}
.uteis-corpo {
  color: #003366;
  margin-left: 5;
  margin-right: 5;
  background-color: #d3d3d334;
  border-radius: 10px;
  padding: 10px;
  min-height: 300px;
}
.links {
  display: grid;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: 33.333% 33.333% 33.333%;
}
.links div {
  background-color: #003366;
  color: #fff;
  text-align: center;
  height: 112px;
}
.links div:hover {
  background-color: #012447;
}
.links a {
  padding: 10px;
  color: #fff;
  display: block;
}
.links a:hover {
  color: #fff;
  text-decoration: none;
}
.links a:focus {
  color: #fff;
  text-decoration: none;
  display: block;
}
.links a i {
  font-size: 48px;
  display: block;
}
.links a label {
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  cursor: pointer;
}
.carousel-caption {
  width: 90%;
  right: 5%;
  left: 5%;
}
.item {
  max-height: 500px;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#topbar {
  background: #003366;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}
#corpo {
  position: absolute;
  margin: 0;
  width: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #666;
}
#topo {
  position: fixed;
  min-width: 100%;
  min-height: 194px;
  margin: 0 auto;
  margin-top: 0px;
  z-index: 100;
}
#topoConteudo {
  position: relative;
  width: 1200px;
  min-height: 194px;
  margin: 0 auto;
  margin-top: 0px;
  z-index: 10002;
}
#conteudo {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
#rodape {
  position: absolute;
  background-color: #fecc47;
  min-width: 100%;
  min-height: 150px;
  margin-top: 60px;
  z-index: 1;
}
#rodapeConteudo {
  width: 1200px;
  background-image: url(../img/fundoRodape.png);
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 25px;
  margin: 0 auto;
}
#menuRodape {
  line-height: 26px;
  color: #fff;
}
#menuRodape a {
  text-decoration: none;
  color: #fff;
}
#menuRodape a:hover {
  text-decoration: none;
  color: #666;
}
#menuMinhaConta {
  background-color: #666;
  color: #fff;
  width: 150px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  line-height: 28px;
}
.coluna {
  float: left;
  display: table;
}
.clear {
  clear: both;
}
/* =============== Estilos de formulários =============== */
.hide {
  display: none;
}
select.required.invalid {
  background: #eeeeee url(../img/error.png) no-repeat 96%;
}
select:focus.required.invalid {
  background: #ffc url(../img/error.png) no-repeat 96%;
}
select.required.valid {
  background: #eeeeee url(../img/success.png) no-repeat 96%;
}
select:focus.required.valid {
  background: #ffc url(../img/success.png) no-repeat 96%;
}
input.required.invalid {
  background: #eeeeee url(../img/error.png) no-repeat right;
}
input:focus.required.invalid {
  background: #ffc url(../img/error.png) no-repeat right;
}
input.required.valid {
  background: #eeeeee url(../img/success.png) no-repeat right;
}
input:focus.required.valid {
  background: #ffc url(../img/success.png) no-repeat right;
}
.form span {
  border: 0px solid red;
  color: red;
  font-size: 11px;
  display: block;
}
select,
label.checkbox {
  cursor: pointer;
}
.tabelaListar {
  width: 1200px;
  background-color: #ccc;
  border-spacing: 1px;
  margin-bottom: 20px;
}
.tabelaListar caption {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tabelaListar th {
  height: 40px;
  line-height: 30px;
  background-color: #dfdfdf;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
}
.tabelaListar tr#impar td {
  height: 34px;
  background-color: #ffffff;
  color: #666;
  padding-left: 4px;
  padding-right: 4px;
}
.tabelaListar tr#impar:hover td {
  background-color: #ffffe8;
}
.tabelaListar tr#par td {
  height: 34px;
  background-color: #fcfcfc;
  color: #666;
  padding-left: 4px;
  padding-right: 4px;
}
.tabelaListar tr#vermelho td {
  height: 34px;
  background-color: #f00;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
.tabelaListar tr#verde td {
  height: 34px;
  background-color: #090;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
.tabelaListar tr#par:hover td {
  background-color: #ffffe8;
}
.noticia a {
  text-decoration: none;
  color: #003366;
}
.noticia a:link {
  text-decoration: none;
  color: #003366;
}
.noticia a:visited {
  text-decoration: none;
  color: #003366;
}
.noticia a:hover {
  text-decoration: underline;
  color: #003366;
}
.noticia a:active {
  text-decoration: none;
  color: #003366;
}
.uteis a {
  text-decoration: none;
  color: #8d0000;
}
.uteis a:link {
  text-decoration: none;
  color: #8d0000;
}
.uteis a:visited {
  text-decoration: none;
  color: #8d0000;
}
.uteis a:hover {
  text-decoration: underline;
  color: #8d0000;
}
.uteis a:active {
  text-decoration: none;
  color: #8d0000;
}
.secretarias a {
  text-decoration: none;
  color: #fff;
}
.secretarias a:link {
  text-decoration: none;
  color: #fff;
}
.secretarias a:visited {
  text-decoration: none;
  color: #fff;
}
.secretarias a:hover {
  text-decoration: underline;
  color: #fff;
}
.secretarias a:active {
  text-decoration: none;
  color: #fff;
}
.navbar .nav > li {
  z-index: 10000;
}
