#menu {
  width: 1020px;
  top: 10px;
  left: 10px;
  height: 60px;
  background-image: url(../IMG/GERAL/fundo_menu.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4;
}

#webmail {
  width: 1020px;
  top: 361px !important;
  right: 10px;
  height: 60px;
  position: absolute;
  z-index: 3;
  float: right;
}

#mail {

  width: 180px;
  height: 35px;
  background-color: #009CE7;
  float: right;
}

#logo {
  float: left;
  margin-top: -22px !important;
  margin-left: 10px;
}

.conteudo {
  margin-top: 35px;
  padding: 15px;
  clear: both;
  box-sizing: border-box;
}

.conteudo p {
  font-size: 13px;
  color: #333333;
  line-height: 20px;
}


/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card-img {
  vertical-align: middle;
  border-style: none;
}

.card-btn {
  display: inline-block;
  width: 90%;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;

  text-decoration: none;
}

.grid-container {
  padding: 7px;
  display: grid;
  clear: both;
  grid-template-columns: auto auto auto;
  background-color: #f2f3f5;
  background-image: linear-gradient(#f2f3f5, #fff);
  border-radius: 14px;
  margin-top: 76px;
}

.grid-item {
  text-align: center;
}

.comunicacao .grid-item h2 {
  padding-left: 20px;
  text-align: left;
}

.grid-item span {
  display: inline-block;
  margin: 10px;
  width: 110px;
}

.grid-item span a {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  font-size: 10px;
}

.comunicacao li {
  list-style: square;
  padding: 4px 4px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
}

.comunicacao li a:link {
  text-decoration: none;
  color: #19408c;
}

.button {
  background-color: #19408c;
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 14px;
  width: 70%;
  text-decoration: bold;
  box-shadow: 10px 10px 5px #aaaaaa;
}

.button:hover {
  background-color: #0f0f0e;
  /* Green */
}

.alerta {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 16px;
  text-align: center;
  color: red;

}

.temp {
  padding: 40px !important;
}