.div-horario {
  background-color: #EEEFEF;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-horario .div-borda-horario {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.div-horario p {
  color: #000000;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  opacity: 1;
}


#titulo-municipio{
  font-family: 'Candal', sans-serif;
  line-height: 40px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.55px;
  color: #fff;
  padding-right: 5px;
}

#subtitulo-municipio{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.0px;
  color: #fff;
  opacity: 1;
}

.align-titulo{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fa-whatsapp:before {
  content: "\f232";
  color: #fff;
  font-size: 18px;
  padding-right: 7px;
  font-weight: 600;
}

.fa-envelope:before {
  content: "\f0e0";
  color: #fff;
  font-size: 18px;
  padding-right: 7px;
}

.div-dados-rodape {
  height: auto;
  background-color: #D90000;
  padding-top: 15px;
  padding-bottom: 20px;
}

.div-dados-rodape .div-logo-rodape {
  margin-top: 20px;
  width: fit-content;
}
.div-redes{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 40px;
}
.div-dados-rodape .div-infos .div-info {
  display: flex;
  align-items: center;
}
.div-dados-rodape .div-infos .div-info img {
  margin-right: 10px;
}
.div-dados-rodape .div-infos .div-info p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  margin: 0;
  color: white;
  font-weight: 600;
}
.div-dados-rodape .div-logo-rodape a {
  display: flex;
  flex-direction: row;
}
.div-dados-rodape .div-logo-rodape a img:first-child {
  width: 66px;
  height: 82px;
  margin: 0px 10px 5px 15px;
}
.div-dados-rodape .div-logo-rodape a img {
  width: 160px;
}
.div-dados-rodape .div-infos {
  margin-top: 10px;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.div-dados-rodape .div-redes-sociais h2 {
  color: #2e61a0;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
.div-dados-rodape .div-redes-sociais .div-redes {
  margin: 20px auto 0px;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1199px) {
  .div-dados-rodape .div-infos .div-info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .div-dados-rodape .div-redes-sociais {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .div-horario p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .div-dados-rodape .div-logo-rodape {
    margin: auto;
  }
  .div-dados-rodape .div-infos {
    align-items: center;
  }
  .div-dados-rodape .div-redes-sociais .div-redes {
    width: 310px;
  }
  .div-horario {
    height: 80px;
  }
}
@media screen and (max-width: 467px) {
  .div-dados-rodape .div-infos .div-info p {
    font-size: 12px;
}
@media screen and (max-width: 410px) {
  .div-dados-rodape .div-infos .div-info p {
    font-size: 10px;
  }
}
@media screen and (max-width: 399px) {
  .div-horario p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 353px) {
  .div-dados-rodape .div-infos .div-info p {
    font-size: 9px;
  }
  #titulo-municipio {
    font-size: 31px;
  }
  #subtitulo-municipio {
    font-size: 11px;
  }
}

/*# sourceMappingURL=07-dados-rodape.css.map */
