@font-face {
  font-family: 'MP_font';
  src: url('fonts//MP-PGR-FONT.eot?hsruiw');
  src: url('fonts//MP-PGR-FONT.eot?hsruiw#iefix') format('embedded-opentype'),
    url('fonts//MP-PGR-FONT.ttf?hsruiw') format('truetype'),
    url('fonts//MP-PGR-FONT.woff?hsruiw') format('woff'),
    url('fonts//MP-PGR-FONT.svg?hsruiw#MP-PGR-FONT') format('svg'),
    url('fonts/');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html body {
    padding: 0px;
    font-family: 'Roboto', serif;
    color: var(--fontColor, #2D2D2D);
    font-size: 18px;
    line-height: 27px;
    margin: 0px;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
#header {
    height: 140px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    z-index: 20;
    position: relative;
    width: 100%;
    background: #fff;
    transition: height 0.2s;
    font-family: 'Roboto', serif;
}
.center {
    width: var(--center, 1170px);
    margin: auto;
}
#header .region-header {
    display: flex;
    align-items: center;
    position: relative;
    height: 140px;
    width: 100%;
    justify-content: flex-end;
}
#header .region-header, 
#header .block-system-branding-block img {
    transition: height 0.2s;
}
#header .block-system-branding-block {
    margin-right: auto;
}
#header .block-system-branding-block a {
    display: block;
    line-height: 0;
}
#header .block-system-branding-block img {
    width: auto;
    height: 96px;
}
#header .block-system-powered-by-block, 
#header .search-block-form {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
#header .search-block-form {
    width: auto;
    margin-left: 20px;
    flex-direction: row-reverse;
}
button.menu-toggler {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    padding: 0;
    display: flex;
}
#header .search-block-form button.menu-toggler#search-menu-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}
button.menu-toggler::before {
    font-family: 'MP_font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    color: var(--accentColor, #C50C12);
    font-size: 34px;
}
#header .search-block-form button.menu-toggler#search-menu-toggler::before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    font-family: 'MP_font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: var(--accentColor, #C50C12);
    content: '\e914';
}
#header a.login,
#header a.simp {
    color: var(--cor-primaria-2, #2D2D2D);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
#header a.login:hover,
#header a.login:focus,
#header a.simp:hover,
#header a.simp:focus {
    text-decoration: underline;
}
#header a.simp {
    margin-left: 20px;
}
#header a.login::before,
#header a.simp::before {
    display: inline-block;
    margin-right: 8px;
    font-family: 'MP_font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    content: '\e912';
    color: #C92123;
    overflow: hidden;
    height: 24px;
}
#header a.login::before {
    content: '\e913';
}
.micro-header {
    height: 180px;
    position: relative;
    transition: height 0.2s;
    width: 100%;
    z-index: 19;
    font-family: 'Roboto', serif;
}
.micro-header > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}
.micro-header > .center {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}
.micro-header::after {
    display: block;
    content: '';
    background: rgba(55, 55, 55, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.micro-header > .center h1 {
    color: var(--branco, #FFF);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}
.micro-header > .center h1 > a {
    color: #fff;
    text-decoration: none;
}
.micro-header > .center h1 > a > p, .micro-header > .center h1 > a > i {
    display: inline;
    font-style: normal;
}
.micro-header > .center h1 b {
    font-size: 30px;
    display: block;
}
.main-menu {
    height: 93px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 0;
    background: #C92123;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 19%);
    height: 40px;
    font-family: 'Roboto', serif;
}
.main-menu {
    width: 100%;
    position: relative;
    transition: height 0.2s;
    width: 100%;
    z-index: 18;
    height: 60px;
}
.main-menu > .center {
    height: 100%;
}
button.menu-toggler.mobile-only {
    display: none;
}
.main-menu .region.region-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.main-menu nav.block-menu>ul, .main-menu .region.region-menu nav {
    height: 100%;
}
.main-menu .region.region-menu nav:nth-child(1) {
    width: 100%;
}
.main-menu .region.region-menu nav:nth-child(2) {
    background: var(--cor-primaria-COM-CONTRASTE, #AC1D1F);
    flex-shrink: 0;
}
.main-menu nav ul {
    list-style: none;
}
.main-menu ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}
.main-menu nav.block-menu>ul {
    display: flex;
    align-items: center;
    margin: 0;
}
.main-menu nav.block-menu>ul, .main-menu .region.region-menu nav {
    height: 100%;
}
.main-menu nav.block-menu>ul>li {
    height: 93px;
    cursor: default;
}
.main-menu nav.block-menu>ul>li {
    height: 100%;
    position: relative;
}
.main-menu nav.block-menu>ul>li>span, .main-menu nav.block-menu>ul>li>a:link, .main-menu nav.block-menu>ul>li>a:visited {
    display: flex;
    height: 93px;
    align-items: center;
    box-sizing: border-box;
    color: var(--fontColor);
    text-align: center;
    font-size: 16px;
    font-family: Roboto Slab;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
}
.main-menu nav.block-menu>ul>li>span, .main-menu nav.block-menu>ul>li>a:link, .main-menu nav.block-menu>ul>li>a:visited {
    height: 100%;
    margin: 0;
    color: var(--branco, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 0;
    text-align: left;
}
.main-menu .region.region-menu nav:nth-child(1) > ul > li > span, .main-menu .region.region-menu nav:nth-child(1) > ul > li > a {
    padding-left: 0;
    padding-right: 60px;
}
ul.apoio-menu.menu > li > a {
	padding-right: 20px !important;
}
.main-menu nav.block-menu>ul>li>span:hover, .main-menu nav.block-menu>ul>li>span:focus, .main-menu nav.block-menu>ul>li>a:hover, .main-menu nav.block-menu>ul>li>a:focus {
    text-decoration: underline;
}
#content-wrapper {
	width: 100%;
}
.home-form form div,
#content-wrapper div {
    font-family: 'Roboto', serif !important;
    color: var(--fontColor, #2D2D2D);
    font-size: 18px !important;
    line-height: 27px !important;
}
#content-wrapper div a:link,
#content-wrapper div a:visited {
    color: var(--fontColor, #2D2D2D) !important;
}
#content-wrapper div a:hover,
#content-wrapper div a:focus {
    color: var(--accentColor, #C50C12) !important;
}
#content-wrapper > tbody > tr:last-child > td:first-child {
	display: none;
}
#footer .copyright {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .copyright>span {
    color: #2D2D2D;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}
#footer .copyright>a:link,#footer .copyright>a:visited {
    text-decoration: none;
    color: #2D2D2D;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#footer .copyright>a>span {
    display: inline-block;
    font-size: 0px;
}

#footer .copyright>a>span::before {
    content: '';
    display: inline-flex;
    background: url(images-mp/javali.png);
    width: 55px;
    height: 16px;
}

.txt_8_b_l {
    FONT-WEIGHT: bold;
    TEXT-ALIGN: left;
    background: #fff;
    border: 0 none;
    font-family: 'Roboto', serif;
    color: var(--fontColor, #2D2D2D);
    font-size: 18px;
    line-height: 27px;
    padding: 20px;
}
form#lei-busca table {
    box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.10);
    background: #fff;
    border: 0 none;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
form#lei-busca table .txt_8_b_l > div {
    margin: 0 0 10px !important;
    color: var(--fontColor, #2D2D2D) !important;
    font-weight: normal;
}
form#lei-busca table .txt_8_b_l > div > span {
    font-size: 15px !important;
    line-height: 21px !important;
}
form#lei-busca > table table {
    box-shadow: none;
}
form#lei-busca > table table td > div{
    margin-bottom: 5px;
    font-size: 15px !important;
    line-height: 21px !important;
}
table.articulado {
    box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.10);
    background: #fff;
    border: 0 none;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
#content-wrapper div .jur_doc_item,
table.articulado .txt_base_n_l {
    font-family: 'Roboto', serif;
    color: var(--fontColor, #2D2D2D);
    font-size: 15px;
    line-height: 22px;
    text-align: left !important;
}
#content-wrapper div .jur_doc_item,
#content-wrapper div .jur_doc_item_summary,
#content-wrapper div .jur_doc_item_text {
    color: var(--fontColor, #2D2D2D) !important;
    font-weight: bold !important;
    font-size: 15px !important;
    line-height: 22px !important;
}
#content-wrapper div .jur_doc_item_text {
    font-weight: normal !important;
}
table.articulado  .artigo {
    padding: 0 10px;
    background: #fff;
}
.home-form form .txt_8_b_l {
    padding: 40px 60px;
}
.home-form form#lei-busca table .txt_8_b_l > div{
    margin: 0 0 20px !important;
}
.home-form form h1 {
    color: var(--cor-primaria-2, #2D2D2D);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 150% */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.home-form form h1::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 3px;
    background: var(--accentColor, #C50C12);
    margin-right: 10px;
}
.center.direct {
    color: var(--cor-primaria-2, #000);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    margin: 60px auto;
}
.center.direct a:link,
.center.direct a:visited {
    color: var(--cor-primaria-2, #000);
    text-decoration: underline;
}
.center.direct a:hover,
.center.direct a:focus {
    color: var(--accentColor, #C50C12);
}
.home-form form#lei-busca table .txt_8_b_l > div > span.submit-form {
    float: right;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    position: relative;
}
.home-form form#lei-busca table .txt_8_b_l > div > span.submit-form > span {
    display: none;
}
.home-form form#lei-busca table .txt_8_b_l > div > span.submit-form input {
    appearance: none;
    webkit-appearance: none;
    background: transparent;
    border: 0 none;
    color: var(--cor-primaria-2, #2D2D2D);
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    padding-right: 20px;
}
.home-form form#lei-busca table .txt_8_b_l > div > span.submit-form input:hover{
    color: var(--accentColor, #C50C12);
}
.home-form form#lei-busca table .txt_8_b_l > div > span.submit-form::after {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: calc(50% - 7px);
    font-family: 'MP_font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: var(--accentColor, #C50C12);
    content: '\e90d';
}
.home-form form .txt_8_b_l input:not([type="checkbox"]),
.home-form form .txt_8_b_l select {
     height: 28px !important;
    border-radius: 4px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    margin-left: 4px;
    background: #fff;
}
.home-form form#lei-busca table .txt_8_b_l > div,
.home-form form#lei-busca table .txt_8_b_l > div span {
    display: flex;
    align-items: center;
}
.home-form form#lei-busca table .txt_8_b_l > div.last-row {
    position: relative;
}
.home-form form#lei-busca table .txt_8_b_l > div.last-row span.submit-form {
    position: absolute;
    right: 0;
    top: 0;
}
.home-form form#lei-busca table .txt_8_b_l > div > input:first-child {
    margin-right: 8px;
    transform: translate(0px, -1px);
}