.pageheader {
  min-height: 402px;
  margin-bottom: 2rem;
  padding: 4rem 0;
  margin-top: -80px;
}

@media (max-width: 1280px) {
  .pageheader {
    min-height: 280px;
  }
}

.mb-5 {
  margin-bottom: 2rem !important;
}
.shadow {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
.unit {
  border-radius: 0.5rem;
}

.p-4 {
  padding: 1rem 1.5rem !important;
}

.agenda-servico hr:not([size]) {
  height: 2px;
  margin: 0 0 20px 0;
  background: #004c99;
}

.atividade {
  padding-bottom: 20px;
}

.atividade h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.71;
  letter-spacing: 0.21px;
  color: #004c99;
  margin: 20px 0;
}

.horario .left .icon {
  float: left;
  margin-right: 10px;
}

.agenda-servico pre {
  font-family: Roboto !important;
  color: #535353;
  margin-left: 35px;
  margin-bottom: 0;
}
.horario .title {
  font-weight: 600;
  margin-bottom: 10px;
}

.areas .hero__lg {
  max-height: 110px !important;
}

.areas .area {
  margin: 30px 0;
}

.areas .banners {
  margin: 60px 0;
}
/*MOBILE*/

@media (max-width: 767px) {
  .pageheader-small {
    min-height: 10px !important;
    padding: 10px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .unit__activities {
    margin-bottom: 40px !important;
  }

  .unit__title {
    font-size: 24px !important;
    margin-bottom: 25px !important;
  }

  .service_unit__contacts > div {
    font-size: 1rem;
  }
}

.error-404 {
  margin: 100px 0;
  color: #777;
}
.error-404 svg {
  max-width: 300px;
  margin-bottom: 30px;
}

.empty-search {
  margin: 100px 0;
  color: #777;
}
.empty-search svg {
  max-width: 300px;
  margin-bottom: 30px;
}