.titulo1 {
  color: #000;
  font-size: 37px;
  font-weight: bold;
}

.header-page {
  font-size: 35px;
  font-weight: 900;
}

.texto-alinhado {
  text-align: justify;
}

.page-info-divisor {
  border-top: 2px solid #00a859;
  opacity: 1;
}

.retangulo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 8px;
  /*background-color: #cccccc;*/
  background-color: #028dcf;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 770px) {
  .retangulo-link {
    font-size: 18px !important;
    height: 8rem;
  }
}
.retangulo-link:hover {
  /* background-color: #0056b3;*/
  background-color: #00a859;
  color: white;
}

.col-custom {
  min-height: 74px;
  padding: 5px;
  box-sizing: border-box;
  /*min-height: 74px;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;*/ /* Diminui as margens laterais das colunas */
  /*padding-bottom: 5px;
  box-sizing: border-box;*/
}

/* cor secretarias*/
/*.fundeb:hover {
    background-color: #004ec5;
}

.antidrogas:hover {
    background-color: #848688;
}
.seas:hover {
    background-color: #8781BD;
}
.meio-ambiente:hover {
    background-color: #A6CE39;
}
.urbano:hover {
    background-color: #F58220;
}
.educacao:hover {
    background-color: #004EC5;
}
.esporte:hover {
    background-color: #00A99D;
}
.fmh:hover {
    background-color: #8D1103;
}
.juventude:hover {
    background-color: #14D9CC;
}
.defesa-civil:hover {
    background-color: #003974;
}

.saude:hover {
    background-color: #00A651;
}
.turismo:hover {
    background-color: #B41E8E;
}
.fnd-ambiente:hover {
    background-color: #A6CE39;
}

.saneamento-basico:hover {
    background-color: #00A651;
}
.cmc:hover {
    background-color: #B41E8E;
}*/


/*# sourceMappingURL=conselhos.css.map */
