.md-hide {
  display: none; }

body.overflow {
  overflow: hidden; }

.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; }

.related__list {
  margin-bottom: 2rem; }

.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; }

.header-wrapper .search__input {
  font-size: 12px;
  margin-left: 29px;
  margin-top: 8px;
  max-width: 95%;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .not-found .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .not-found .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    max-width: 400px; }

