body.overflow {
  overflow: hidden; }

.sm-hide {
  display: none; }

.content {
  padding: 0 20px; }

.page-header {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 2rem; }

.header-wrapper {
  line-height: 25px;
  padding: 26px 20px; }
  .header-wrapper .logo {
    margin-left: 25px; }
  .header-wrapper .search {
    margin-left: auto; }

.logo__text {
  margin: 0; }

.logo__title {
  font-size: 1rem; }

.section-title {
  margin-top: 24px; }

.highlight {
  margin-bottom: 35px;
  width: 100%; }

.highlight__title {
  font-weight: 400;
  line-height: 1.275;
  margin: 0.875rem 0; }
  .highlight__title a {
    color: #222222; }

.highlight__subtitle {
  color: #909090; }

.highlight__footer {
  border-top: 1px solid #dbdbdb;
  color: #909090;
  font-weight: 300;
  margin: 0 1rem;
  padding: 1rem 0; }

.latest {
  margin-bottom: .5rem;
  width: 100%; }
  .latest > .section-title {
    margin-top: 0; }

.latest__info {
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header-wrapper .form-wrapper {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: -100%;
  overflow: auto;
  padding: 15px 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 11; }
  .header-wrapper .form-wrapper.open {
    right: 0;
    top: 0; }

.header-wrapper .form-close {
  color: #ffffff;
  cursor: pointer;
  line-height: 46px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center; }

.header-wrapper .search__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
  position: relative;
  width: calc(100% - 125px); }

.header-wrapper .search__input {
  font-size: 12px;
  margin-left: 29px;
  margin-top: 8px;
  max-width: 90%;
  padding: 6px; }

.header-wrapper .search__submit {
  background-image: url(../img/ico-busca.svg);
  left: 0;
  width: 24px; }

.header-wrapper .form-close {
  color: #FF6D00; }

.not-found .text,
.not-found .image {
  width: 100%; }

.not-found .image {
  text-align: center; }
  
/* incremento para responsividade na busca */
.header-wrapper .search__form {
    width: unset;
}
.header-wrapper ul.lum-actions {
    left: 0;
    width: 24px;
}
.lumis-service-search.lumis-service-search-search.lum-non-administration-area.lum-interface-type-standard {
    width:calc(100% - 125px);
    margin-left: 20px;
}
.lumis-service-search-search .lum-content-body {
    max-width: unset;
}
/* fim incremento */

