body main.document page {
  width: 100%;
  display: block; }

@keyframes rotate {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(180deg); } }
@keyframes rotate-off {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0); } }
@keyframes rotate-icon {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body main.document page.adm {
  min-height: calc(100vh - 280px);
  padding-bottom: 20px; }
  body main.document page.adm .has-photo {
    background-image: url("../img/has-photo.jpg");
    min-width: 27px;
    min-height: 27px;
    display: inline-block;
    background-position: -27px; }
    body main.document page.adm .has-photo.active {
      background-position: 0; }
  body main.document page.adm .switch {
    margin: 0; }
    body main.document page.adm .switch input:checked ~ .switch-paddle {
      background: #6EDC5F; }
      body main.document page.adm .switch input:checked ~ .switch-paddle:after {
        left: 1.75rem;
        box-shadow: 1px 1px 1px #848484; }
    body main.document page.adm .switch .switch-paddle {
      border-radius: 30px; }
      body main.document page.adm .switch .switch-paddle:after {
        border-radius: 30px; }

body main.document header.adm section.top.bar {
  background: linear-gradient(to bottom, #666, #BBB);
  border-bottom: 1px solid #eee;
  padding-top: 2px;
  padding-bottom: 10px; }
  body main.document header.adm section.top.bar .grid-container {
    font-size: 13px;
    color: #444444;
    margin-top: 10px; }
  body main.document header.adm section.top.bar article.home a {
    font-family: "Akrobat Regular", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #111; }
    body main.document header.adm section.top.bar article.home a img {
      top: -2px;
      position: relative;
      height: 18px;
      margin: 0 5px; }
  body main.document header.adm section.top.bar article.client {
    font-family: "Akrobat Regular", sans-serif;
    font-weight: bold;
    font-size: 14px; }
  body main.document header.adm section.top.bar article.exit a {
    font-family: "Akrobat Regular", sans-serif;
    font-weight: bold; }
    body main.document header.adm section.top.bar article.exit a img {
      top: -1px;
      position: relative;
      height: 18px;
      margin: 0 5px; }
body main.document header.adm section.main.bar {
  min-height: 80px;
  margin-top: 16px; }
  body main.document header.adm section.main.bar article.brand {
    display: inline-flex;
    align-items: center; }
    body main.document header.adm section.main.bar article.brand a {
      width: 100%;
      display: inline-flex;
      align-items: center; }
      body main.document header.adm section.main.bar article.brand a img {
        height: 100px; }
      body main.document header.adm section.main.bar article.brand a .text {
        padding-left: 10px;
        font-family: 'Creighton Regular', sans-serif;
        font-size: 25px;
        color: #123267;
        float: right;
        line-height: 26px;
        padding-right: 5px; }
        body main.document header.adm section.main.bar article.brand a .text span {
          font-weight: bold;
          font-size: 30px; }
    body main.document header.adm section.main.bar article.brand img {
      height: 45px; }
  body main.document header.adm section.main.bar article.banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right; }
body main.document header.adm section.action.bar {
  margin-top: 18px;
  background-color: #E8E8E8; }
  body main.document header.adm section.action.bar article.menu-bar {
    font-family: 'Akrobat Regular', sans-serif; }
    body main.document header.adm section.action.bar article.menu-bar .menu-main ul li a {
      margin-bottom: 8px;
      font-size: 16px;
      color: #424244; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li a .icon-hover {
        width: 23px;
        height: 23px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 4px; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li a i {
        display: inline-block; }
    body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover {
      background-color: #424244; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover a {
        color: #FFF; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover .icon-hover {
        background-position: -23px; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover .engrenagem {
        animation-name: rotate-icon;
        animation-duration: 1s;
        animation-fill-mode: forwards; }
      body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover .menu-down {
        color: white;
        animation-name: rotate;
        animation-duration: 0.3s;
        animation-fill-mode: forwards; }
    body main.document header.adm section.action.bar article.menu-bar .menu-main ul li:hover > .sub-menu {
      display: inline-block; }
    body main.document header.adm section.action.bar article.menu-bar .menu-user ul li a {
      margin-bottom: 8px;
      font-size: 13px;
      color: #424244; }
      body main.document header.adm section.action.bar article.menu-bar .menu-user ul li a .icon-hover {
        width: 23px;
        height: 23px;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 4px; }
    body main.document header.adm section.action.bar article.menu-bar .menu-user ul li:hover {
      background-color: #424244; }
      body main.document header.adm section.action.bar article.menu-bar .menu-user ul li:hover a {
        color: #FFF; }
      body main.document header.adm section.action.bar article.menu-bar .menu-user ul li:hover .engrenagem {
        animation-name: rotate-icon;
        animation-duration: 1s;
        animation-fill-mode: forwards; }
      body main.document header.adm section.action.bar article.menu-bar .menu-user ul li:hover .menu-down {
        color: white;
        animation-name: rotate;
        animation-duration: 0.3s;
        animation-fill-mode: forwards; }
    body main.document header.adm section.action.bar article.menu-bar .menu-user ul li:hover > .sub-menu {
      display: inline-block; }
    body main.document header.adm section.action.bar article.menu-bar .menu-user ul li ul.sub-menu li a {
      text-align: left; }
    body main.document header.adm section.action.bar article.menu-bar .sub-menu {
      z-index: 1;
      position: absolute;
      width: 200px;
      background-color: #424244;
      list-style: none;
      margin: 0;
      padding: 20px 15px;
      display: none;
      color: #FFF; }
      body main.document header.adm section.action.bar article.menu-bar .sub-menu li {
        width: 170px; }
        body main.document header.adm section.action.bar article.menu-bar .sub-menu li a {
          padding: 0.5rem 1rem; }
    body main.document header.adm section.action.bar article.menu-bar .menu-down {
      color: #444444;
      font-size: 12px;
      animation-name: rotate-off;
      animation-duration: 0.3s;
      animation-fill-mode: forwards;
      margin-left: 5px; }

body main.document header.adm section.action.bar article.menu-bar .menu-user ul.menu {
  width: max-content;
  height: 100%;
  margin-left: auto; }

footer.adm {
  background-color: #E8E8E8;
  height: 55px; }

body main.document page.adm.login {
  height: 100vh;
  padding: 15px 0;
  background-color: #EEEEEE; }
  body main.document page.adm.login ::selection {
    background-color: #E13300;
    color: white; }
  body main.document page.adm.login ::-moz-selection {
    background-color: #E13300;
    color: white; }
  body main.document page.adm.login .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh; }
  body main.document page.adm.login #container {
    margin: 10px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
    background-color: #FBFBFB; }
    @media (max-width: 40em) {
      body main.document page.adm.login #container {
        width: 99vw; } }
    @media (min-width: 64em) {
      body main.document page.adm.login #container {
        width: 380px; } }
    body main.document page.adm.login #container header {
      padding-top: 10px; }
      body main.document page.adm.login #container header h1 {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: relative; }
        body main.document page.adm.login #container header h1:after {
          content: none;
          background-image: none; }
        body main.document page.adm.login #container header h1 img {
          position: absolute;
          opacity: 1;
          filter: none;
          bottom: 45px;
          height: 110px; }
        body main.document page.adm.login #container header h1 .text {
          bottom: -18px;
          position: relative;
          text-align: center;
          font-family: 'Creighton Regular', sans-serif;
          font-size: 18px;
          color: #123267;
          line-height: 20px;
          padding-right: 5px; }
          body main.document page.adm.login #container header h1 .text span {
            font-weight: bold;
            font-size: 22px; }
      body main.document page.adm.login #container header .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Creighton Regular', sans-serif;
        background-color: transparent;
        margin: 0 0 14px 0;
        padding: 12px 15px 8px 15px;
        text-align: center;
        max-height: 105px; }
        body main.document page.adm.login #container header .inner .brand {
          display: inline-block;
          min-width: 90px; }
          body main.document page.adm.login #container header .inner .brand img {
            min-width: 85px;
            min-height: 85px;
            opacity: .9;
            filter: grayscale(25%);
            height: 85px; }
        body main.document page.adm.login #container header .inner .text {
          min-width: 190px;
          display: inline-block;
          padding-left: 10px;
          color: #123267;
          text-align: left;
          font-size: 18px;
          line-height: 120%; }
          body main.document page.adm.login #container header .inner .text span.title {
            font-size: 22px; }
    body main.document page.adm.login #container footer {
      padding: 15px 10px 0 10px;
      border-top: 1px solid #D0D0D0; }
      body main.document page.adm.login #container footer p.footer {
        text-align: center;
        font-size: 11px; }
    body main.document page.adm.login #container #body {
      font-family: 'Abadi MT Condensed Light', sans-serif;
      padding-top: 20px;
      margin: 0 30px 0 30px; }
      body main.document page.adm.login #container #body label.user {
        position: relative; }
        body main.document page.adm.login #container #body label.user input {
          padding-left: 40px; }
        body main.document page.adm.login #container #body label.user img {
          top: 36px;
          left: 8px;
          position: absolute;
          height: 18px; }
      body main.document page.adm.login #container #body label.pass {
        position: relative; }
        body main.document page.adm.login #container #body label.pass input {
          padding-left: 40px; }
        body main.document page.adm.login #container #body label.pass img {
          top: 32px;
          left: 7px;
          position: absolute;
          height: 24px; }
      body main.document page.adm.login #container #body input[type=text], body main.document page.adm.login #container #body input[type=email], body main.document page.adm.login #container #body input[type=password] {
        font-family: Consolas, Monaco, Courier New, Courier, monospace;
        font-size: 12px;
        background-color: #f9f9f9;
        border: 1px solid #D0D0D0;
        display: block;
        padding: 12px 10px 12px 10px; }
      body main.document page.adm.login #container #body input[type=submit] {
        outline: none;
        margin: 15px 0 30px 0;
        padding: 8px 0; }

body main.document page.adm.part {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.part header {
    font-family: 'Vogue Plain', sans-serif;
    background-image: url("../img/bck-menu.png");
    padding: 20px 0;
    margin-bottom: 15px; }
    body main.document page.adm.part header .title {
      color: #FFF;
      font-size: 22px;
      padding-left: 10px; }
@media print, screen and (min-width: 64em) {
  body main.document page.adm.part.prefecture.index section.content form article.main {
    width: 76.1%; } }
body main.document page.adm.part.prefecture.index section.content form article.main .field {
  padding-right: 10px; }
  body main.document page.adm.part.prefecture.index section.content form article.main .field .cke {
    margin-bottom: 15px; }
@media print, screen and (min-width: 64em) {
  body main.document page.adm.part.prefecture.index section.content form article.main .curricullum.field .cke_contents {
    height: 10.2vw !important; } }
@media print, screen and (min-width: 75em) {
  body main.document page.adm.part.prefecture.index section.content form article.main .curricullum.field .cke_contents {
    height: 135px !important; } }
body main.document page.adm.part.prefecture.index section.content form article.main .address.field .cke_contents, body main.document page.adm.part.prefecture.index section.content form article.main .horary.field .cke_contents, body main.document page.adm.part.prefecture.index section.content form article.main .phone.field .cke_contents {
  height: 80px !important; }
body main.document page.adm.part.prefecture.index section.content form article.main input[type=text] {
  margin-right: 5px; }
body main.document page.adm.part.prefecture.index section.content form article.aux {
  margin-top: 15px;
  padding-left: 25px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.adm.part.prefecture.index section.content form article.aux {
      width: 23.9%; } }
  body main.document page.adm.part.prefecture.index section.content form article.aux button[type=submit] {
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: #9BC242;
    padding: 15px 0;
    border-radius: 0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 25px; }
  body main.document page.adm.part.prefecture.index section.content form article.aux .history {
    padding-top: 25px; }
    body main.document page.adm.part.prefecture.index section.content form article.aux .history header {
      border: 1px solid #EEE;
      border-bottom: 1px solid transparent;
      padding: 10px 15px;
      background: #FFF;
      margin-bottom: 0; }
    body main.document page.adm.part.prefecture.index section.content form article.aux .history section {
      height: 260px;
      overflow-y: auto;
      border: 1px solid #eee;
      padding-top: 20px; }
      body main.document page.adm.part.prefecture.index section.content form article.aux .history section ul {
        font-size: 16px;
        list-style: none; }
body main.document page.adm.part.secretary.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.part.secretary.index section.content table thead th, body main.document page.adm.part.secretary.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.part.secretary.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.part.secretary.index section.content table thead th:nth-child(5), body main.document page.adm.part.secretary.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.part.secretary.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.part.secretary.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.part.secretary.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.part.secretary.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.part.secretary.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.part.secretary.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.part.secretary.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.part.secretary.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.part.secretary.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.part.secretary.form section.content form article.main .field {
  padding-right: 10px; }
  body main.document page.adm.part.secretary.form section.content form article.main .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.part.secretary.form section.content form article.main .curricullum.field .cke_contents {
  height: 160px !important; }
body main.document page.adm.part.secretary.form section.content form article.main .address.field .cke_contents, body main.document page.adm.part.secretary.form section.content form article.main .horary.field .cke_contents, body main.document page.adm.part.secretary.form section.content form article.main .phone.field .cke_contents {
  height: 80px !important; }
body main.document page.adm.part.secretary.form section.content form article.main input[type=text] {
  margin-right: 5px; }
body main.document page.adm.part.secretary.form section.content form article.aux {
  margin-top: 15px;
  padding-left: 25px; }
  body main.document page.adm.part.secretary.form section.content form article.aux button[type=submit] {
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: #9BC242;
    padding: 15px 0;
    border-radius: 0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 25px; }
  body main.document page.adm.part.secretary.form section.content form article.aux .history {
    padding-top: 25px; }
    body main.document page.adm.part.secretary.form section.content form article.aux .history header {
      border: 1px solid #EEE;
      border-bottom: 1px solid transparent;
      padding: 10px 15px;
      background: #FFF;
      margin-bottom: 0; }
    body main.document page.adm.part.secretary.form section.content form article.aux .history section {
      height: 260px;
      overflow-y: auto;
      border: 1px solid #eee;
      padding-top: 20px; }
      body main.document page.adm.part.secretary.form section.content form article.aux .history section ul {
        font-size: 16px;
        list-style: none; }

body main.document page.adm.page {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.page header {
    font-family: 'Vogue Plain', sans-serif;
    background-image: url("../img/bck-menu.png");
    padding: 20px 0;
    margin-bottom: 15px; }
    body main.document page.adm.page header .title {
      color: #FFF;
      font-size: 22px;
      padding-left: 10px; }
body main.document page.adm.page.general.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.page.general.index section.content table thead th, body main.document page.adm.page.general.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.page.general.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.page.general.index section.content table thead th:nth-child(4), body main.document page.adm.page.general.index section.content table thead th:nth-child(5), body main.document page.adm.page.general.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.page.general.index section.content table thead td:nth-child(4), body main.document page.adm.page.general.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.page.general.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.page.general.index section.content table tbody td:nth-child(4), body main.document page.adm.page.general.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.page.general.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.page.general.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.page.general.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.page.general.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.page.faq.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.page.faq.index section.content table thead th, body main.document page.adm.page.faq.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.page.faq.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.page.faq.index section.content table thead th:nth-child(4), body main.document page.adm.page.faq.index section.content table thead th:nth-child(5), body main.document page.adm.page.faq.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.page.faq.index section.content table thead td:nth-child(4), body main.document page.adm.page.faq.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.page.faq.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.page.faq.index section.content table tbody td:nth-child(4), body main.document page.adm.page.faq.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.page.faq.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.page.faq.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.page.faq.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.page.faq.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.page.faq.form section.content form article.main .field {
  padding-right: 10px; }
  body main.document page.adm.page.faq.form section.content form article.main .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.page.faq.form section.content form article.main .curricullum.field .cke_contents {
  height: 160px !important; }
body main.document page.adm.page.faq.form section.content form article.main .address.field .cke_contents, body main.document page.adm.page.faq.form section.content form article.main .horary.field .cke_contents, body main.document page.adm.page.faq.form section.content form article.main .phone.field .cke_contents {
  height: 80px !important; }
body main.document page.adm.page.faq.form section.content form article.main input[type=text] {
  margin-right: 5px; }
body main.document page.adm.page.faq.form section.content form article.aux {
  margin-top: 15px;
  padding-left: 25px; }
  body main.document page.adm.page.faq.form section.content form article.aux button[type=submit] {
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: #9BC242;
    padding: 15px 0;
    border-radius: 0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 25px; }
  body main.document page.adm.page.faq.form section.content form article.aux .history {
    padding-top: 25px; }
    body main.document page.adm.page.faq.form section.content form article.aux .history header {
      border: 1px solid #EEE;
      border-bottom: 1px solid transparent;
      padding: 10px 15px;
      background: #FFF;
      margin-bottom: 0; }
    body main.document page.adm.page.faq.form section.content form article.aux .history section {
      height: 260px;
      overflow-y: auto;
      border: 1px solid #eee;
      padding-top: 20px; }
      body main.document page.adm.page.faq.form section.content form article.aux .history section ul {
        font-size: 16px;
        list-style: none; }
body main.document page.adm.page.file.index {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.page.file.index section.content table {
    width: 100% !important;
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.page.file.index section.content table thead th, body main.document page.adm.page.file.index section.content table thead td {
      border-bottom: solid 1px #CCC; }
      body main.document page.adm.page.file.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.page.file.index section.content table thead th:nth-child(4), body main.document page.adm.page.file.index section.content table thead th:nth-child(5), body main.document page.adm.page.file.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.page.file.index section.content table thead td:nth-child(4), body main.document page.adm.page.file.index section.content table thead td:nth-child(5) {
        text-align: center; }
    body main.document page.adm.page.file.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.page.file.index section.content table tbody td:nth-child(4), body main.document page.adm.page.file.index section.content table tbody td:nth-child(5) {
      text-align: center; }
    body main.document page.adm.page.file.index section.content table tbody tr:nth-child(even) {
      border-bottom: 0;
      background-color: #F1F1F1; }
  body main.document page.adm.page.file.index section.content .dataTables_wrapper {
    width: 100%; }
    body main.document page.adm.page.file.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.page.file.index section.content .dataTables_wrapper .dataTables_filter {
      display: none; }

body main.document page.adm.content {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.content header {
    font-family: "Vogue Plain", sans-serif;
    background-image: url("../img/bck-menu.png");
    padding: 20px 0;
    margin-bottom: 15px; }
    body main.document page.adm.content header .title {
      color: #FFF;
      font-size: 22px;
      padding-left: 10px; }
body main.document page.adm.content.banner.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.banner.index section.content table thead th, body main.document page.adm.content.banner.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.banner.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.banner.index section.content table thead th:nth-child(4), body main.document page.adm.content.banner.index section.content table thead th:nth-child(5), body main.document page.adm.content.banner.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.banner.index section.content table thead td:nth-child(4), body main.document page.adm.content.banner.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.banner.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.banner.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.banner.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.banner.index section.content table tbody td:nth-child(4), body main.document page.adm.content.banner.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.banner.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.banner.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.banner.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.banner.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.banner.form section.content form article.main .field {
  padding-right: 10px; }
  body main.document page.adm.content.banner.form section.content form article.main .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.banner.form section.content form article.main .curricullum.field .cke_contents {
  height: 160px !important; }
body main.document page.adm.content.banner.form section.content form article.main .address.field .cke_contents, body main.document page.adm.content.banner.form section.content form article.main .horary.field .cke_contents, body main.document page.adm.content.banner.form section.content form article.main .phone.field .cke_contents {
  height: 80px !important; }
body main.document page.adm.content.banner.form section.content form article.main input[type=text] {
  margin-right: 5px; }
body main.document page.adm.content.banner.form section.content form article.aux {
  margin-top: 15px;
  padding-left: 25px; }
  body main.document page.adm.content.banner.form section.content form article.aux button[type=submit] {
    width: 100%;
    box-shadow: none;
    border: 0;
    background-color: #9BC242;
    padding: 15px 0;
    border-radius: 0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 25px; }
  body main.document page.adm.content.banner.form section.content form article.aux .history {
    padding-top: 25px; }
    body main.document page.adm.content.banner.form section.content form article.aux .history header {
      border: 1px solid #EEE;
      border-bottom: 1px solid transparent;
      padding: 10px 15px;
      background: #FFF;
      margin-bottom: 0; }
    body main.document page.adm.content.banner.form section.content form article.aux .history section {
      height: 260px;
      overflow-y: auto;
      border: 1px solid #eee;
      padding-top: 20px; }
      body main.document page.adm.content.banner.form section.content form article.aux .history section ul {
        font-size: 16px;
        list-style: none; }
body main.document page.adm.content.gallery.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.gallery.index section.content table thead th, body main.document page.adm.content.gallery.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.gallery.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.gallery.index section.content table thead th:nth-child(4), body main.document page.adm.content.gallery.index section.content table thead th:nth-child(5), body main.document page.adm.content.gallery.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.gallery.index section.content table thead td:nth-child(4), body main.document page.adm.content.gallery.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.gallery.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.gallery.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.gallery.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.gallery.index section.content table tbody td:nth-child(4), body main.document page.adm.content.gallery.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.gallery.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.gallery.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.gallery.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.gallery.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.official.diary.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.official.diary.index section.content table thead th, body main.document page.adm.content.official.diary.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.official.diary.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.official.diary.index section.content table thead th:nth-child(4), body main.document page.adm.content.official.diary.index section.content table thead th:nth-child(5), body main.document page.adm.content.official.diary.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.official.diary.index section.content table thead td:nth-child(4), body main.document page.adm.content.official.diary.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.official.diary.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.official.diary.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.official.diary.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.official.diary.index section.content table tbody td:nth-child(4), body main.document page.adm.content.official.diary.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.official.diary.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.official.diary.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.official.diary.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.official.diary.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.official.diary.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.content.official.diary.form section.content form .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.public.account.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.public.account.index section.content table thead th, body main.document page.adm.content.public.account.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.public.account.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.public.account.index section.content table thead th:nth-child(4), body main.document page.adm.content.public.account.index section.content table thead th:nth-child(5), body main.document page.adm.content.public.account.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.public.account.index section.content table thead td:nth-child(4), body main.document page.adm.content.public.account.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.public.account.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.public.account.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.public.account.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.public.account.index section.content table tbody td:nth-child(4), body main.document page.adm.content.public.account.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.public.account.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.public.account.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.public.account.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.public.account.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.public.account.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.content.public.account.form section.content form .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.selective.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.selective.index section.content table thead th, body main.document page.adm.content.selective.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.selective.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.selective.index section.content table thead th:nth-child(4), body main.document page.adm.content.selective.index section.content table thead th:nth-child(5), body main.document page.adm.content.selective.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.selective.index section.content table thead td:nth-child(4), body main.document page.adm.content.selective.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.selective.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.selective.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.selective.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.selective.index section.content table tbody td:nth-child(4), body main.document page.adm.content.selective.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.selective.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.selective.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.selective.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.selective.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.selective.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.content.selective.form section.content form .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.news.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.news.index section.content table thead th, body main.document page.adm.content.news.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.news.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.news.index section.content table thead th:nth-child(4), body main.document page.adm.content.news.index section.content table thead th:nth-child(5), body main.document page.adm.content.news.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.news.index section.content table thead td:nth-child(4), body main.document page.adm.content.news.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.news.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.news.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.news.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.news.index section.content table tbody td:nth-child(4), body main.document page.adm.content.news.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.news.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.news.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.news.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.news.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.news.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.content.news.form section.content form .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.news-type.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.news-type.index section.content table thead th, body main.document page.adm.content.news-type.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.news-type.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.news-type.index section.content table thead th:nth-child(4), body main.document page.adm.content.news-type.index section.content table thead th:nth-child(5), body main.document page.adm.content.news-type.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.news-type.index section.content table thead td:nth-child(4), body main.document page.adm.content.news-type.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.news-type.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.news-type.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.news-type.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.news-type.index section.content table tbody td:nth-child(4), body main.document page.adm.content.news-type.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.news-type.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.news-type.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.news-type.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.news-type.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }
body main.document page.adm.content.news-type.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.content.news-type.form section.content form .field .cke {
    margin-bottom: 15px; }
body main.document page.adm.content.plano.diretor.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.content.plano.diretor.index section.content table thead th, body main.document page.adm.content.plano.diretor.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.content.plano.diretor.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.content.plano.diretor.index section.content table thead th:nth-child(4), body main.document page.adm.content.plano.diretor.index section.content table thead th:nth-child(5), body main.document page.adm.content.plano.diretor.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.content.plano.diretor.index section.content table thead td:nth-child(4), body main.document page.adm.content.plano.diretor.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.content.plano.diretor.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.content.plano.diretor.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.content.plano.diretor.index section.content table tbody td:nth-last-child(-n+2), body main.document page.adm.content.plano.diretor.index section.content table tbody td:nth-child(4), body main.document page.adm.content.plano.diretor.index section.content table tbody td:nth-child(5) {
    text-align: center; }
  body main.document page.adm.content.plano.diretor.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.content.plano.diretor.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.content.plano.diretor.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.content.plano.diretor.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }

body main.document page.adm.file {
  font-family: 'Vogue Plain', sans-serif; }
body main.document page.adm.file.index header {
  background-image: url("../img/bck-menu.png");
  padding: 20px 0;
  margin-bottom: 15px; }
  body main.document page.adm.file.index header .title {
    color: #FFF;
    font-size: 22px;
    padding-left: 10px; }
body main.document page.adm.file.index section.content article.tree {
  border: solid 1px #EEE; }
  body main.document page.adm.file.index section.content article.tree .caption {
    color: #EEE;
    background-color: #333;
    text-transform: uppercase;
    padding: 5px 10px; }
  body main.document page.adm.file.index section.content article.tree .jstree {
    font-family: 'Akrobat Regular', sans-serif;
    padding: 5px;
    max-height: 350px;
    min-height: 350px;
    overflow-y: auto;
    overflow-x: auto; }

body main.document page.adm.info {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.info header {
    font-family: 'Vogue Plain', sans-serif;
    background-image: url("../img/bck-menu.png");
    padding: 20px 0;
    margin-bottom: 15px; }
    body main.document page.adm.info header .title {
      color: #FFF;
      font-size: 22px;
      padding-left: 10px; }

body main.document page.adm.vrsti {
  font-family: 'Akrobat Regular', sans-serif; }
  body main.document page.adm.vrsti header {
    font-family: 'Vogue Plain', sans-serif;
    background-image: url("../img/bck-menu.png");
    padding: 20px 0;
    margin-bottom: 15px; }
    body main.document page.adm.vrsti header .title {
      color: #FFF;
      font-size: 22px;
      padding-left: 10px; }

body main.document page.adm.vrsti.index section.content table {
  width: 100% !important;
  border-bottom: solid 1px #CCC; }
  body main.document page.adm.vrsti.index section.content table thead th, body main.document page.adm.vrsti.index section.content table thead td {
    border-bottom: solid 1px #CCC; }
    body main.document page.adm.vrsti.index section.content table thead th:nth-last-child(-n+2), body main.document page.adm.vrsti.index section.content table thead th:nth-child(4), body main.document page.adm.vrsti.index section.content table thead th:nth-child(5), body main.document page.adm.vrsti.index section.content table thead td:nth-last-child(-n+2), body main.document page.adm.vrsti.index section.content table thead td:nth-child(4), body main.document page.adm.vrsti.index section.content table thead td:nth-child(5) {
      text-align: center; }
  body main.document page.adm.vrsti.index section.content table tbody td:nth-last-child(-n+2) svg, body main.document page.adm.vrsti.index section.content table tbody td:nth-last-child(-n+2) img {
    height: 30px; }
  body main.document page.adm.vrsti.index section.content table tbody td:nth-last-child(-n+2) {
    text-align: center; }
  body main.document page.adm.vrsti.index section.content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #F1F1F1; }
body main.document page.adm.vrsti.index section.content .dataTables_wrapper {
  width: 100%; }
  body main.document page.adm.vrsti.index section.content .dataTables_wrapper .dataTables_length, body main.document page.adm.vrsti.index section.content .dataTables_wrapper .dataTables_filter {
    display: none; }

body main.document page.adm.vrsti.form section.content form .field {
  padding-right: 10px; }
  body main.document page.adm.vrsti.form section.content form .field .cke {
    margin-bottom: 15px; }

body main.document page {
  width: 100%;
  display: block; }

@keyframes rotate {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(180deg); } }
@keyframes rotate-off {
  from {
    transform: rotate(180deg); }
  to {
    transform: rotate(0); } }
@keyframes rotate-icon {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body main.document {
  width: 100vw;
  overflow-x: hidden; }

body {
  width: 100vw;
  overflow-x: hidden; }

body main.document page.site {
  min-height: 500px;
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site header article.title {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Creighton Regular', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #123266;
    text-transform: uppercase; }
    body main.document page.site header article.title span.text {
      position: relative;
      line-height: 120%; }
      body main.document page.site header article.title span.text span.underline {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 130px;
        height: 2px;
        background-color: #00923F; }
        body main.document page.site header article.title span.text span.underline:after {
          content: '';
          border: solid 10px;
          border-color: #00923F transparent transparent;
          position: absolute;
          left: 20%; }
  body main.document page.site header > .grid-container {
    height: 100%; }
  body main.document page.site header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site section.links article.standart {
    padding: 10px 0; }
    body main.document page.site section.links article.standart .link {
      padding: 5px 0; }

body div#my-page {
  background-color: #FFF; }
@media print, screen and (min-width: 20em) {
  body nav#my-menu {
    display: none; } }
@media print, screen and (min-width: 40em) {
  body nav#my-menu {
    display: none; } }
@media print, screen and (min-width: 20em) {
  body nav#my-menu.mm {
    display: block;
    width: 82vw; } }
body nav#my-menu .menu {
  font-family: 'Akrobat Regular', sans-serif; }
@media print, screen and (min-width: 20em) and (max-height: 40em) {
  body .mm-blocker.mm--open {
    width: 18vw; } }

body main.document header.site section.main.bar {
  position: relative;
  padding-top: 12px;
  padding-bottom: 2px; }

body main.document header.site section.top.bar {
  padding: 7px 0;
  background-color: rgba(238, 238, 238, 0.5);
  font-family: 'Abadi MT Condensed Light', sans-serif; }
  @media print, screen and (min-width: 64em) {
    body main.document header.site section.top.bar {
      height: 42px;
      overflow: hidden; } }
  body main.document header.site section.top.bar .accessibility.tag {
    font-weight: bold;
    font-size: 14px; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .accessibility.tag {
        display: none; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.top.bar .accessibility.tag {
        display: block; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.top.bar .accessibility.tag {
        width: 9.584%; } }
    body main.document header.site section.top.bar .accessibility.tag span {
      line-height: 120%;
      vertical-align: sub; }
  body main.document header.site section.top.bar .accessibility.list {
    margin-top: 1px; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .accessibility.list {
        display: none; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.top.bar .accessibility.list {
        display: block; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.top.bar .accessibility.list {
        width: 49.25%; } }
    body main.document header.site section.top.bar .accessibility.list ul li a {
      color: #000;
      font-weight: normal;
      font-size: 14px; }
    body main.document header.site section.top.bar .accessibility.list ul.accessibility {
      margin-right: 24px; }
      body main.document header.site section.top.bar .accessibility.list ul.accessibility li {
        vertical-align: middle; }
        body main.document header.site section.top.bar .accessibility.list ul.accessibility li a {
          display: block;
          width: 24px;
          height: 22px;
          line-height: 22px;
          text-align: center;
          border: solid 1px #D3D3D3;
          letter-spacing: 1px; }
      body main.document header.site section.top.bar .accessibility.list ul.accessibility li.contrast a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px; }
        body main.document header.site section.top.bar .accessibility.list ul.accessibility li.contrast a .icon {
          display: flex;
          overflow: hidden;
          border: solid 1px #000;
          border-radius: 100%;
          position: relative;
          width: 16px;
          height: 16px; }
          body main.document header.site section.top.bar .accessibility.list ul.accessibility li.contrast a .icon .right {
            right: 0;
            position: absolute;
            width: 50%;
            height: 21px;
            background-color: #000; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .accessibility.list ul.toplinks {
        display: none; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.top.bar .accessibility.list ul.toplinks {
        display: initial; } }
    body main.document header.site section.top.bar .accessibility.list ul.toplinks li {
      margin-right: 19px; }
      body main.document header.site section.top.bar .accessibility.list ul.toplinks li a {
        letter-spacing: .25px; }
        body main.document header.site section.top.bar .accessibility.list ul.toplinks li a:hover {
          text-decoration: underline; }
  body main.document header.site section.top.bar .vrsti {
    font-weight: bold;
    font-size: 14px; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .vrsti {
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        width: 26%;
        margin-left: 1%;
        margin-right: 3%;
        position: relative; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.top.bar .vrsti {
        display: block;
        width: unset;
        margin-left: unset;
        margin-right: unset;
        text-align: unset; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.top.bar .vrsti {
        width: 21.9%; } }
    body main.document header.site section.top.bar .vrsti span {
      vertical-align: sub;
      line-height: 120%; }
      @media print, screen and (min-width: 20em) {
        body main.document header.site section.top.bar .vrsti span {
          height: max-content;
          position: absolute;
          left: 0;
          bottom: 5px; } }
      @media print, screen and (min-width: 40em) {
        body main.document header.site section.top.bar .vrsti span {
          height: unset;
          position: unset; } }
      body main.document header.site section.top.bar .vrsti span span {
        vertical-align: initial;
        font-weight: bold;
        color: #F82; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .vrsti span.value {
        left: unset;
        right: 0; } }
    body main.document header.site section.top.bar .vrsti span.value span {
      vertical-align: initial; }
    body main.document header.site section.top.bar .vrsti .load {
      position: relative;
      display: inline-block; }
      @media print, screen and (min-width: 20em) {
        body main.document header.site section.top.bar .vrsti .load {
          width: max-content;
          height: max-content;
          position: relative;
          bottom: 10px; } }
      @media print, screen and (min-width: 40em) {
        body main.document header.site section.top.bar .vrsti .load {
          width: 24px;
          height: 1px;
          bottom: unset; } }
      body main.document header.site section.top.bar .vrsti .load svg {
        top: -18px;
        left: 9px;
        position: absolute;
        float: left;
        width: 36px;
        height: 36px; }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.top.bar .social {
      display: none; } }
  @media print, screen and (min-width: 40em) {
    body main.document header.site section.top.bar .social {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    body main.document header.site section.top.bar .social {
      width: 19.2%; } }
  body main.document header.site section.top.bar .social span.follow {
    font-weight: bold;
    font-size: 14px;
    vertical-align: sub; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.top.bar .social span.follow {
        display: none; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.top.bar .social span.follow {
        display: initial; } }
  body main.document header.site section.top.bar .social ul.social-list {
    float: right; }
    body main.document header.site section.top.bar .social ul.social-list li {
      vertical-align: middle;
      margin-left: .1vw; }
      body main.document header.site section.top.bar .social ul.social-list li a.inner {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid .1em;
        border-radius: 100%;
        overflow: hidden; }
        body main.document header.site section.top.bar .social ul.social-list li a.inner svg {
          float: left; }
      body main.document header.site section.top.bar .social ul.social-list li.facebook a.inner {
        border-color: #45619D; }
        body main.document header.site section.top.bar .social ul.social-list li.facebook a.inner svg {
          fill: #45619D;
          height: 14px; }
      body main.document header.site section.top.bar .social ul.social-list li.youtube a.inner {
        border-color: #D15353; }
        body main.document header.site section.top.bar .social ul.social-list li.youtube a.inner svg {
          fill: #D15353;
          height: 10px; }
      body main.document header.site section.top.bar .social ul.social-list li.instagram a.inner {
        border-color: #C13584; }
        body main.document header.site section.top.bar .social ul.social-list li.instagram a.inner svg {
          height: 15px; }
      body main.document header.site section.top.bar .social ul.social-list li.whatsapp a.inner {
        border: none;
        border-radius: unset; }
        body main.document header.site section.top.bar .social ul.social-list li.whatsapp a.inner svg {
          height: 25px; }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.top.bar .social.mobile {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      width: 35%; } }
  @media print, screen and (min-width: 40em) {
    body main.document header.site section.top.bar .social.mobile {
      display: none; } }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.top.bar .agroup {
      display: block;
      width: 35%; } }
  @media print, screen and (min-width: 40em) {
    body main.document header.site section.top.bar .agroup {
      display: none; } }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.top.bar .agroup .accessibility.tag {
      display: block; } }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.top.bar .agroup .accessibility.list {
      display: block; } }
  body main.document header.site section.top.bar ul {
    list-style: none;
    margin: 0;
    display: inline-block; }
    body main.document header.site section.top.bar ul li {
      display: inline-block; }
body main.document header.site section.main.bar {
  padding: 28px 0 24px 0; }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.main.bar article.brand {
      width: 82%; } }
  @media print, screen and (min-width: 64em) {
    body main.document header.site section.main.bar article.brand {
      width: 35%; } }
  body main.document header.site section.main.bar article.brand a {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.main.bar article.brand a {
        width: unset; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.main.bar article.brand a {
        width: max-content; } }
    body main.document header.site section.main.bar article.brand a img {
      display: inline-block; }
      @media print, screen and (min-width: 20em) {
        body main.document header.site section.main.bar article.brand a img {
          width: 75px;
          height: 75px;
          margin-right: 5px; } }
      @media print, screen and (min-width: 64em) {
        body main.document header.site section.main.bar article.brand a img {
          width: 100px;
          height: 100px;
          margin-right: 5px; } }
      @media print, screen and (min-width: 75em) {
        body main.document header.site section.main.bar article.brand a img {
          width: 110px;
          height: 110px;
          margin-right: 11px; } }
    body main.document header.site section.main.bar article.brand a .text {
      display: inline-block;
      color: #123267;
      font-family: "Creighton Regular", sans-serif;
      line-height: 100%; }
      @media print, screen and (min-width: 20em) {
        body main.document header.site section.main.bar article.brand a .text {
          font-size: 5vw; } }
      @media print, screen and (min-width: 64em) {
        body main.document header.site section.main.bar article.brand a .text {
          font-size: 19px; } }
      @media print, screen and (min-width: 75em) {
        body main.document header.site section.main.bar article.brand a .text {
          font-size: 20px; } }
      body main.document header.site section.main.bar article.brand a .text span {
        font-weight: bold;
        line-height: 100%; }
        @media print, screen and (min-width: 20em) {
          body main.document header.site section.main.bar article.brand a .text span {
            font-size: 6vw; } }
        @media print, screen and (min-width: 64em) {
          body main.document header.site section.main.bar article.brand a .text span {
            font-size: 2.5vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document header.site section.main.bar article.brand a .text span {
            font-size: 28px; } }
  body main.document header.site section.main.bar .hamburger-container {
    width: 18%; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.main.bar .hamburger-container {
        display: flex;
        justify-content: flex-end;
        align-items: center; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.main.bar .hamburger-container {
        display: none; } }
    body main.document header.site section.main.bar .hamburger-container a.hamburger {
      display: block;
      padding: 18px 0; }
      body main.document header.site section.main.bar .hamburger-container a.hamburger span.inner {
        position: relative;
        margin-left: auto;
        display: block;
        width: 40px;
        height: 6px;
        background-color: #123267;
        border-radius: 5px;
        transition: ease all .3s; }
        body main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:before {
          top: -11px; }
        body main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:after {
          bottom: -11px; }
        body main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:before, body main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:after {
          transition: ease all .3s;
          content: "";
          position: absolute;
          width: 40px;
          height: 6px;
          border-radius: 5px;
          background-color: #123267; }
  @media print, screen and (min-width: 20em) {
    body main.document header.site section.main.bar .command {
      width: 100%;
      margin-top: 20px; } }
  @media print, screen and (min-width: 64em) {
    body main.document header.site section.main.bar .command {
      width: 65%;
      margin-top: unset; } }
  body main.document header.site section.main.bar .command article.quick {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    max-height: 56px;
    overflow: hidden; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.main.bar .command article.quick {
        width: 100%;
        margin: 10px 0 20px 0;
        justify-content: space-between; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.main.bar .command article.quick {
        margin: unset;
        justify-content: unset; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.main.bar .command article.quick {
        width: 54.873%; } }
    body main.document header.site section.main.bar .command article.quick ul {
      margin: 0;
      list-style: none; }
      @media print, screen and (min-width: 20em) {
        body main.document header.site section.main.bar .command article.quick ul {
          width: 100%;
          display: flex;
          justify-content: space-between; } }
      @media print, screen and (min-width: 40em) {
        body main.document header.site section.main.bar .command article.quick ul {
          width: unset;
          display: inline-block;
          justify-content: unset; } }
      body main.document header.site section.main.bar .command article.quick ul li {
        display: inline-block; }
        @media print, screen and (min-width: 64em) {
          body main.document header.site section.main.bar .command article.quick ul li {
            margin-right: 3vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document header.site section.main.bar .command article.quick ul li {
            margin-right: 45px; } }
        body main.document header.site section.main.bar .command article.quick ul li a img {
          width: 26px;
          height: 26px;
          margin-right: 8px; }
        body main.document header.site section.main.bar .command article.quick ul li a span {
          font-family: "Abadi MT Condensed Light", sans-serif;
          font-size: 16px;
          font-weight: normal;
          line-height: 120%;
          color: #111; }
        body main.document header.site section.main.bar .command article.quick ul li a:hover span {
          text-decoration: underline; }
  body main.document header.site section.main.bar .command article.search {
    padding-bottom: 12px; }
    @media print, screen and (min-width: 20em) {
      body main.document header.site section.main.bar .command article.search {
        width: 100%; } }
    @media print, screen and (min-width: 40em) {
      body main.document header.site section.main.bar .command article.search {
        width: unset; } }
    @media print, screen and (min-width: 64em) {
      body main.document header.site section.main.bar .command article.search {
        width: 45.128%; } }
    body main.document header.site section.main.bar .command article.search form label {
      overflow: hidden;
      position: relative; }
      body main.document header.site section.main.bar .command article.search form label input {
        height: 44px;
        margin: 0;
        border: solid 1px #EEE;
        padding-right: 38px; }
        body main.document header.site section.main.bar .command article.search form label input::placeholder {
          font-family: "Abadi MT Condensed Light", sans-serif; }
      body main.document header.site section.main.bar .command article.search form label svg {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 20px;
        height: 20px;
        fill: #999; }
  body main.document header.site section.main.bar .command article.menu-bar {
    z-index: 2;
    padding: 18px 0 0 0;
    text-align: left;
    background-color: transparent;
    border-top: solid 1px #EEE; }
    body main.document header.site section.main.bar .command article.menu-bar * {
      background-color: transparent;
      font-family: 'Abadi MT Condensed Light', sans-serif;
      color: #444444; }
      @media print, screen and (min-width: 64em) {
        body main.document header.site section.main.bar .command article.menu-bar * {
          font-size: 15.6px; } }
      @media print, screen and (min-width: 70em) {
        body main.document header.site section.main.bar .command article.menu-bar * {
          font-size: 17px; } }
      @media print, screen and (min-width: 75em) {
        body main.document header.site section.main.bar .command article.menu-bar * {
          font-size: 19px; } }
    @media print, screen and (max-width: 64em) {
      body main.document header.site section.main.bar .command article.menu-bar {
        display: none; } }
    body main.document header.site section.main.bar .command article.menu-bar ul.menu {
      list-style: none;
      display: flex;
      justify-content: space-between; }
      @media print, screen and (min-width: 64em) {
        body main.document header.site section.main.bar .command article.menu-bar ul.menu {
          width: calc(100% + 2vw);
          margin: 0 -1vw 0 -1vw; } }
      @media print, screen and (min-width: 75em) {
        body main.document header.site section.main.bar .command article.menu-bar ul.menu {
          width: calc(100% + 2vw);
          margin: 0 -1vw 0 -1vw; } }
      @media print, screen and (min-width: 77em) {
        body main.document header.site section.main.bar .command article.menu-bar ul.menu {
          width: calc(100% + 2px);
          margin: 0 -1px 0 -1px; } }
      body main.document header.site section.main.bar .command article.menu-bar ul.menu li {
        padding-bottom: 15px;
        margin-bottom: -10px; }
        body main.document header.site section.main.bar .command article.menu-bar ul.menu li a {
          display: block;
          color: #444;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document header.site section.main.bar .command article.menu-bar ul.menu li a {
              font-size: 1.6vw;
              padding: 0 1.130vw 10px 1.130vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document header.site section.main.bar .command article.menu-bar ul.menu li a {
              font-size: 19px;
              padding: 0 1.125vw 10px 1.125vw; } }
          @media print, screen and (min-width: 77em) {
            body main.document header.site section.main.bar .command article.menu-bar ul.menu li a {
              padding: 0 17.57px 35px 17.57px;
              margin-bottom: -20px; } }
        body main.document header.site section.main.bar .command article.menu-bar ul.menu li:hover .submenu {
          display: block; }
      body main.document header.site section.main.bar .command article.menu-bar ul.menu li.has-submenu ul {
        display: none; }
    body main.document header.site section.main.bar .command article.menu-bar ul.submenu {
      display: none;
      background: url("../img/bck-menu.png") repeat-y top center;
      border-top: 3px solid #DDDDDD;
      padding: 40px 0;
      width: 100vw;
      position: absolute;
      left: 0;
      top: calc(100% - 6px);
      z-index: 3;
      min-height: 255px; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .search-menu {
        font-family: 'Creighton Regular', sans-serif !important;
        font-size: 25px !important;
        color: #FFF !important;
        text-align: left;
        line-height: 25px; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .search-menu .search-form {
          position: relative; }
          body main.document header.site section.main.bar .command article.menu-bar ul.submenu .search-menu .search-form .fa-search {
            position: absolute;
            top: 18px;
            right: 75px;
            font-size: 15px;
            width: 23px;
            height: 23px;
            background-size: 23px 23px;
            background-image: url("../img/search-icon.svg");
            cursor: pointer; }
          body main.document header.site section.main.bar .command article.menu-bar ul.submenu .search-menu .search-form input[type=text] {
            background-color: #FFFFFF !important;
            height: 45px;
            width: 100%;
            min-width: 330px;
            max-width: 200px;
            display: inline-block;
            border: 0;
            margin-top: 8px;
            margin-right: 1rem; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-know li {
        font-family: 'Creighton Regular', sans-serif !important;
        font-size: 25px !important;
        color: #FFF !important;
        text-align: left;
        line-height: 25px; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links {
        text-align: left;
        border-left: 1px solid #FFF;
        margin-left: 90px; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links a {
          color: #EEE;
          padding-top: .5em;
          padding-bottom: .5em; }
          body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links a:hover {
            text-decoration: underline; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links2 {
        margin-left: 0 !important;
        float: left;
        width: 50%; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links2.nbl {
          border-left: 0 !important; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links3 {
        margin-left: 0 !important;
        float: left;
        width: 100%;
        margin-top: 10px;
        padding-left: 0 !important;
        border-left: 0 !important; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links3 a {
          padding-left: 0 !important; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links-box li {
        padding-bottom: 0;
        width: 24%;
        margin-bottom: 1px;
        height: 85px;
        margin-right: 1%;
        border: 1px solid #FFF;
        float: left;
        line-height: 90px;
        text-align: center;
        margin-top: 10px;
        transition: ease .3s; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links-box li a {
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: 'Abadi MT Condensed Light', sans-serif !important;
          font-weight: bold;
          font-size: 20px;
          color: #FFFFFF;
          width: 100%;
          height: 100%;
          line-height: 22px !important;
          padding: 4px 1em 4px 1em; }
      body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links-box li:hover {
        background-color: #FFF !important; }
        body main.document header.site section.main.bar .command article.menu-bar ul.submenu .menu-links-box li:hover a {
          color: #123266 !important; }
    body main.document header.site section.main.bar .command article.menu-bar ul.menu > li {
      padding-bottom: 27px;
      margin-bottom: -24px;
      display: table-cell; }
      body main.document header.site section.main.bar .command article.menu-bar ul.menu > li:first-child > a {
        padding-left: 0; }
      body main.document header.site section.main.bar .command article.menu-bar ul.menu > li:last-child > a {
        padding-right: 0; }
    body main.document header.site section.main.bar .command article.menu-bar > ul.menu {
      position: unset !important; }
    body main.document header.site section.main.bar .command article.menu-bar ul.menu > ul > li > a {
      padding: 5px 0;
      padding-left: .8rem;
      padding-right: .8rem; }

body.mm-body--open main.document header.site section.main.bar .hamburger-container a.hamburger span.inner {
  background-color: transparent; }
  body.mm-body--open main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:before {
    top: 0;
    transform: rotate(-45deg); }
  body.mm-body--open main.document header.site section.main.bar .hamburger-container a.hamburger span.inner:after {
    bottom: 0;
    transform: rotate(45deg); }

body main.document footer.site {
  margin-top: 50px; }
  body main.document footer.site section.main {
    background-color: #123267;
    font-family: 'Akrobat Regular', sans-serif; }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main {
        padding: 10px 0 35px 0; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main {
        padding: 35px 0 40px 0; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.address {
        padding: 15px 0 30px 0; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.address {
        padding: unset; } }
    @media print, screen and (min-width: 64em) {
      body main.document footer.site section.main article.address {
        width: 22.16667%; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.address .brand {
        padding: 10px 0 15px 0;
        text-align: center; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.address .brand {
        padding: 25px 0 20px 0;
        text-align: unset; } }
    body main.document footer.site section.main article.address .info {
      font-size: 16px;
      line-height: 140%;
      color: #FFFFFF; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.main article.address .info {
          text-align: center; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.main article.address .info {
          text-align: unset; } }
    body main.document footer.site section.main article.institutional {
      color: #FFFFFF; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.main article.institutional {
          padding: 10px 0 20px 0; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.main article.institutional {
          padding: unset; } }
      @media print, screen and (min-width: 64em) {
        body main.document footer.site section.main article.institutional {
          width: 29.26667%; } }
      body main.document footer.site section.main article.institutional .title {
        font-size: 20px;
        line-height: 140%;
        text-transform: uppercase;
        padding-bottom: 15px; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.institutional .title {
            text-align: center; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.institutional .title {
            text-align: unset; } }
      body main.document footer.site section.main article.institutional .list ul {
        list-style: none;
        margin: 0; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.institutional .list ul li {
            text-align: center;
            width: 49.3%;
            display: inline-block; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.institutional .list ul li {
            text-align: unset; } }
        body main.document footer.site section.main article.institutional .list ul li a {
          font-size: 17px;
          font-weight: normal;
          color: #FFFFFF;
          line-height: 140%; }
          body main.document footer.site section.main article.institutional .list ul li a:hover {
            text-decoration: underline; }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.social {
        padding: 10px 0 20px 0; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.social {
        padding: unset; } }
    body main.document footer.site section.main article.social .title {
      text-transform: uppercase;
      font-size: 20px;
      color: #FFFFFF;
      line-height: 140%;
      padding-bottom: 20px; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.main article.social .title {
          text-align: center; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.main article.social .title {
          text-align: unset; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.social .content {
        padding-bottom: 10px; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.social .content {
        padding-bottom: 70px; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.social .content .facebook, body main.document footer.site section.main article.social .content .instagram, body main.document footer.site section.main article.social .content .youtube {
        display: flex;
        justify-content: center; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.social .content .facebook, body main.document footer.site section.main article.social .content .instagram, body main.document footer.site section.main article.social .content .youtube {
        display: initial; } }
    body main.document footer.site section.main article.social .content .facebook .inner, body main.document footer.site section.main article.social .content .instagram .inner, body main.document footer.site section.main article.social .content .youtube .inner {
      transition: ease all .2s;
      border: solid .0939em #FFF;
      border-radius: 100%;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body main.document footer.site section.main article.social .content .facebook .inner svg, body main.document footer.site section.main article.social .content .instagram .inner svg, body main.document footer.site section.main article.social .content .youtube .inner svg {
        margin-left: .5px;
        fill: #FFF;
        width: 18px;
        height: 18px; }
    body main.document footer.site section.main article.social .content .facebook svg, body main.document footer.site section.main article.social .content .instagram svg, body main.document footer.site section.main article.social .content .youtube svg {
      transition: ease all .2s;
      width: 35px;
      height: 35px; }
      body main.document footer.site section.main article.social .content .facebook svg path, body main.document footer.site section.main article.social .content .instagram svg path, body main.document footer.site section.main article.social .content .youtube svg path {
        transition: ease all .2s; }
    body main.document footer.site section.main article.social .content .facebook a:hover .inner, body main.document footer.site section.main article.social .content .instagram a:hover .inner, body main.document footer.site section.main article.social .content .youtube a:hover .inner {
      border: solid .0939em #00cb57; }
    body main.document footer.site section.main article.social .content .facebook a:hover svg, body main.document footer.site section.main article.social .content .instagram a:hover svg, body main.document footer.site section.main article.social .content .youtube a:hover svg {
      fill: #00cb57; }
      body main.document footer.site section.main article.social .content .facebook a:hover svg path, body main.document footer.site section.main article.social .content .instagram a:hover svg path, body main.document footer.site section.main article.social .content .youtube a:hover svg path {
        fill: #00cb57; }
      body main.document footer.site section.main article.social .content .facebook a:hover svg path.play, body main.document footer.site section.main article.social .content .instagram a:hover svg path.play, body main.document footer.site section.main article.social .content .youtube a:hover svg path.play {
        fill: none; }
    body main.document footer.site section.main article.sac {
      background-color: #1A4897;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      padding: 10px; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.main article.sac {
          position: unset;
          margin: 10px 0; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.main article.sac {
          position: absolute;
          width: 60%;
          height: 80%; } }
      @media print, screen and (min-width: 64em) {
        body main.document footer.site section.main article.sac {
          width: 49%;
          top: -58px;
          right: 2px;
          height: unset; } }
      @media print, screen and (min-width: 75em) {
        body main.document footer.site section.main article.sac {
          width: 56%;
          top: -60px;
          right: -8px; } }
      @media print, screen and (min-width: 80em) {
        body main.document footer.site section.main article.sac {
          top: -70px;
          right: -27px; } }
      body main.document footer.site section.main article.sac .title {
        color: #FFFFFF;
        font-weight: normal;
        line-height: 140%;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.sac .title {
            text-align: center; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.sac .title {
            text-align: center; } }
        @media print, screen and (min-width: 64em) {
          body main.document footer.site section.main article.sac .title {
            font-size: 1.5vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document footer.site section.main article.sac .title {
            font-size: 20px; } }
      body main.document footer.site section.main article.sac .phone, body main.document footer.site section.main article.sac .email {
        font-family: 'Creighton Regular', sans-serif;
        letter-spacing: 1px;
        color: #FFFFFF;
        line-height: 140%;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.sac .phone, body main.document footer.site section.main article.sac .email {
            text-align: center;
            font-size: 7vw; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.sac .phone, body main.document footer.site section.main article.sac .email {
            text-align: unset; } }
        @media print, screen and (min-width: 64em) {
          body main.document footer.site section.main article.sac .phone, body main.document footer.site section.main article.sac .email {
            padding-left: 15px;
            font-size: 1.9vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document footer.site section.main article.sac .phone, body main.document footer.site section.main article.sac .email {
            padding-left: 20px;
            font-size: 25px; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.main article.util {
        display: unset; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.main article.util {
        display: table; } }
    body main.document footer.site section.main article.util .contact {
      color: #FFFFFF; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.main article.util .contact {
          display: inline-block;
          padding: 10px 0;
          width: 49%; }
          body main.document footer.site section.main article.util .contact .grid-x {
            display: flex;
            justify-content: center; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.main article.util .contact {
          display: table-cell; } }
      body main.document footer.site section.main article.util .contact .icon {
        padding-bottom: 5px;
        padding-right: 3px; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.util .contact .icon {
            width: 100%;
            text-align: center; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.util .contact .icon {
            width: unset;
            text-align: unset;
            display: inline-flex;
            align-items: flex-end; } }
      body main.document footer.site section.main article.util .contact .name {
        font-size: 18px;
        line-height: 140%; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.util .contact .name {
            text-align: center; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.util .contact .name {
            text-align: unset; } }
      body main.document footer.site section.main article.util .contact .phone {
        font-family: 'Creighton Regular', sans-serif;
        font-size: 25px;
        line-height: 140%; }
        @media print, screen and (max-width: 40em) {
          body main.document footer.site section.main article.util .contact .phone {
            text-align: center; } }
        @media print, screen and (min-width: 40em) {
          body main.document footer.site section.main article.util .contact .phone {
            text-align: unset; } }
    @media (min-width: 64em) {
      body main.document footer.site section.main .panel.right {
        width: 48.5%; } }
    body main.document footer.site section.main .panel.right > .grid-x {
      position: relative; }
  body main.document footer.site section.legend {
    font-family: 'Akrobat Regular', sans-serif; }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.legend {
        padding: 30px 0; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.legend {
        padding: 15px 0; } }
    body main.document footer.site section.legend .copyright {
      color: #444444; }
      @media print, screen and (max-width: 40em) {
        body main.document footer.site section.legend .copyright {
          text-align: center;
          padding-bottom: 20px;
          font-size: 4.8vw; } }
      @media print, screen and (min-width: 40em) {
        body main.document footer.site section.legend .copyright {
          text-align: left;
          line-height: 200%;
          font-size: 17px; } }
    @media print, screen and (max-width: 40em) {
      body main.document footer.site section.legend .developer {
        text-align: center; } }
    @media print, screen and (min-width: 40em) {
      body main.document footer.site section.legend .developer {
        text-align: right; } }
    body main.document footer.site section.legend .developer img, body main.document footer.site section.legend .developer svg {
      width: 64px;
      height: 39px; }

body main.document page.site.home section.banner.main article.viewport {
  display: table; }
  body main.document page.site.home section.banner.main article.viewport .slide {
    width: 100%;
    height: 100%;
    display: table-cell; }
body main.document page.site.home section.banner.main article.viewport.slick-slider {
  display: block;
  height: 100%; }
  body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-arrow {
    z-index: 1;
    top: calc(50% - 10px); }
  body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-prev {
    left: 20px; }
  body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-next {
    right: 20px; }
  body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-list .slick-track {
    height: 24vw; }
    body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-list .slick-track .slide {
      display: block; }
    body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-list .slick-track .slick-slide {
      height: 24vw; }
      body main.document page.site.home section.banner.main article.viewport.slick-slider .slick-list .slick-track .slick-slide img {
        height: 24vw;
        z-index: 1; }
body main.document page.site.home section.action.bar {
      /*
      @media print, screen and (max-width: 40em) {
        height: unset;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      @media print, screen and (min-width: 40em) {
        height: 90px;
        .table.grid-x {
          display: table;
        }
      }
      article   {
        margin: 0 .9375rem;
        justify-content: center;
        align-items: center;
        @media print, screen and (max-width: 40em) {
          width: 100%;
          margin-top: 5px;
          margin-bottom: 5px;
          padding-top: 10px;
          padding-bottom: 10px;
          background-color: #008338;
        }
        @media print, screen and (min-width: 40em) {
          display: table-cell;
          width: 19.9%;
          margin: 0;
          background: linear-gradient(to right, #008338 0%, rgba(255,255,255,0) 10%);
        }
        .inner {
          width: 100%;
          height: 100%;
          color: #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Abadi MT Condensed Light", sans-serif;
          .info {
            height: unset;
            @media print, screen and (max-width: 40em) {
              width: min-content;
            }
            @media print, screen and (min-width: 40em) {
              width: max-content;
            }
            .quantity {
              padding-top: 5px;
              text-transform: uppercase;
              font-size: 26px;
              line-height: 22px;
              span {
                padding-left: 3px;
                font-size: 16px;
              }
            }
            .text {
              text-transform: uppercase;
              font-size: 19.5px;
              font-weight: bold;
            }
          }
        }
      }
      article.weather {
        position: relative;
        .inner {
          width: 100%;
          @media print, screen and (max-width: 40em) {
            position: relative;
          }
          @media print, screen and (min-width: 40em) {
          }
          img {
            margin: 0 15px 0 20px;
            filter: invert(1);
          }
          .info {
            width: unset;
            .quantity {
              @media print, screen and (max-width: 40em) {
                font-size: 8vw;
              }
              @media print, screen and (min-width: 40em) {
              }
              span {
                padding-left: 3px;
                font-size: 23px;
              }
            }
            .text {
              @media print, screen and (max-width: 40em) {
                font-size: 5.8vw;
              }
              @media print, screen and (min-width: 40em) {
              }
            }
          }
        }
      }
      article.population {
        .inner {
          width: 100%;
          img {
            filter: invert(1);
            @media print, screen and (max-width: 40em) {
              margin: 0 15px 0 0;
            }
            @media print, screen and (min-width: 40em) {
              margin: 0 15px 0 10px;
            }
          }
        }
      }
      article.territory {
        .inner {
          width: 100%;
          img {
            @media print, screen and (max-width: 40em) {
              margin: 0 20px 0 5px;
            }
            @media print, screen and (min-width: 40em) {
              margin: 0 20px 0 25px;
            }
          }
        }
      }
      article.family {
        .inner {
          img {
            filter: invert(1);
            @media print, screen and (max-width: 40em) {
              margin: 0 15px 0 25px;
            }
            @media print, screen and (min-width: 40em) {
              margin: 0 15px 0 30px;
            }
          }
          .info {
            width: unset;
            .quantity {
              @media print, screen and (max-width: 40em) {
                  font-size: 8vw;
              }
              @media print, screen and (min-width: 40em) {

              }
            }
            .text {
              @media print, screen and (max-width: 40em) {
                font-size: 5.2vw;
              }
              @media print, screen and (min-width: 40em) {
              }
            }
          }
        }
      }
      */ }
@media print, screen and (max-width: 40em) {
  body main.document page.site.home section.services {
    background: #F2F2F2; } }
@media print, screen and (min-width: 40em) {
  body main.document page.site.home section.services {
    background: linear-gradient(to right, #F2F2F2 0%, #F2F2F2 45%, #DDD 45%); } }
body main.document page.site.home section.services article.target.services {
  background-color: #F2F2F2;
  padding-bottom: 30px; }
  @media print, screen and (max-width: 40em) {
    body main.document page.site.home section.services article.target.services {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    body main.document page.site.home section.services article.target.services {
      width: 42.9%; } }
  body main.document page.site.home section.services article.target.services .title {
    font-family: "Abadi MT Condensed Light", sans-serif;
    color: #98A5BA;
    margin-top: 28px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: ease .3s;
    text-transform: uppercase; }
    @media print, screen and (max-width: 40em) {
      body main.document page.site.home section.services article.target.services .title {
        font-size: 4vw;
        line-height: 5vw;
        text-align: center; } }
    @media print, screen and (min-width: 40em) {
      body main.document page.site.home section.services article.target.services .title {
        font-size: 18px;
        line-height: 25px; } }
    body main.document page.site.home section.services article.target.services .title div {
      font-weight: bold;
      display: block; }
      @media print, screen and (max-width: 40em) {
        body main.document page.site.home section.services article.target.services .title div {
          font-size: 6vw;
          text-align: center; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.services article.target.services .title div {
          font-size: 30px; } }
  body main.document page.site.home section.services article.target.services .title.selected {
    color: #123266; }
  body main.document page.site.home section.services article.target.services .arrow.rail {
    position: relative;
    transition: ease .3s;
    height: 6px;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    padding-left: 5px;
    border-bottom: 1px solid #CCC;
    top: -2px; }
    body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select {
      transition: ease .3s;
      position: absolute;
      bottom: 0;
      height: 2.2px;
      background-color: #00923F; }
      @media print, screen and (max-width: 40em) {
        body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select {
          display: none; }
          body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select:before {
            left: 45%; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select {
          left: -1px;
          width: 26%; }
          body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select:before {
            left: 10%; } }
      body main.document page.site.home section.services article.target.services .arrow.rail .arrow.select:before {
        position: absolute;
        content: '';
        bottom: -12px;
        border: solid 6px;
        border-color: #00923F transparent transparent; }
  body main.document page.site.home section.services article.target.services .service-box {
    margin-top: 5px; }
    body main.document page.site.home section.services article.target.services .service-box .item {
      padding: 5px; }
      @media print, screen and (max-width: 40em) {
        body main.document page.site.home section.services article.target.services .service-box .item {
          width: 50%; } }
      body main.document page.site.home section.services article.target.services .service-box .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #FFF;
        transition: ease .3s;
        text-align: center;
        color: #123266;
        font-family: "Abadi MT Condensed Light", sans-serif;
        font-size: 18px; }
        body main.document page.site.home section.services article.target.services .service-box .item .outer:hover {
          background-color: #123266;
          color: #FFF; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.home section.services article.target.services {
      padding-right: 2.5vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.home section.services article.target.services {
      padding-right: 32.1px; } }
body main.document page.site.home section.services article.most.searched {
  background-color: #DDD;
  padding-bottom: 30px; }
  @media print, screen and (max-width: 40em) {
    body main.document page.site.home section.services article.most.searched {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    body main.document page.site.home section.services article.most.searched {
      width: 57%; } }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.home section.services article.most.searched {
      padding-left: 2.5vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.home section.services article.most.searched {
      padding-left: 32px; } }
  body main.document page.site.home section.services article.most.searched header {
    text-transform: uppercase;
    color: #123266;
    font-family: "Abadi MT Condensed Light", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    margin-bottom: 25px; }
    @media print, screen and (max-width: 40em) {
      body main.document page.site.home section.services article.most.searched header {
        font-size: 8vw;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px; } }
    @media print, screen and (min-width: 40em) {
      body main.document page.site.home section.services article.most.searched header {
        font-size: 33px;
        padding-left: 5px;
        margin-left: 5px;
        margin-top: 25px; } }
    body main.document page.site.home section.services article.most.searched header div {
      font-family: "Creighton Bold", sans-serif;
      font-size: 100px;
      display: inline-block;
      vertical-align: bottom; }
      @media print, screen and (max-width: 40em) {
        body main.document page.site.home section.services article.most.searched header div {
          font-size: 25vw;
          line-height: 15vw; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.services article.most.searched header div {
          font-size: 100px;
          line-height: 60px; } }
  body main.document page.site.home section.services article.most.searched .content .item {
    padding: 5px; }
    @media print, screen and (max-width: 40em) {
      body main.document page.site.home section.services article.most.searched .content .item {
        width: 50%; } }
    body main.document page.site.home section.services article.most.searched .content .item .outer {
      display: flex;
      padding: 8px;
      justify-content: center;
      align-items: center;
      height: 110px;
      background-color: #123267;
      transition: ease .3s;
      text-align: center;
      color: #FFF;
      font-family: "Abadi MT Condensed Light", sans-serif; }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.services article.most.searched .content .item .outer {
          font-size: 1.205vw; } }
      @media print, screen and (min-width: 75em) {
        body main.document page.site.home section.services article.most.searched .content .item .outer {
          font-size: 15px; } }
      body main.document page.site.home section.services article.most.searched .content .item .outer .inner {
        text-transform: uppercase; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .icon {
          width: 75px;
          height: 50px;
          display: block;
          margin: auto auto 5px;
          background-image: url("../img/icons-services.png"); }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-bidding {
          background-position: 0 0; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-cash {
          background-position: -75px 0; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-beach {
          background-position: -225px 0; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-traffic-cone {
          background-position: 0 -50px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-nfe {
          background-position: -75px -50px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-libra {
          background-position: -225px -50px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-place-mark-find {
          background-position: 0 -100px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-clock {
          background-position: -75px -100px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-info {
          background-position: -150px -100px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner .ic-files-check {
          background-position: -225px -100px; }
        body main.document page.site.home section.services article.most.searched .content .item .outer .inner span {
          display: block; }
      body main.document page.site.home section.services article.most.searched .content .item .outer:hover {
        background-color: #FFF;
        color: #123267; }
body main.document page.site.home section.news header {
  margin-top: 40px;
  margin-bottom: 40px; }
  body main.document page.site.home section.news header .title {
    color: #123266;
    font-family: "Abadi MT Condensed Light", sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase; }
  body main.document page.site.home section.news header .arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px; }
    body main.document page.site.home section.news header .arrows .arrow, body main.document page.site.home section.news header .arrows .pause, body main.document page.site.home section.news header .arrows .play {
      display: inline-block; }
      body main.document page.site.home section.news header .arrows .arrow img, body main.document page.site.home section.news header .arrows .pause img, body main.document page.site.home section.news header .arrows .play img {
        height: 20px; }
body main.document page.site.home section.news article.viewport {
  margin-left: -5px;
  margin-right: -5px; }
  body main.document page.site.home section.news article.viewport .item {
    padding-left: 15px;
    padding-right: 15px; }
    @media print, screen and (min-width: 20em) and (max-width: 40em) {
      body main.document page.site.home section.news article.viewport .item {
        margin-bottom: 50px; } }
    body main.document page.site.home section.news article.viewport .item .inner .title {
      height: 48px;
      font-family: 'Akrobat Regular', sans-serif;
      margin-top: 5px;
      color: #123266;
      text-transform: uppercase;
      text-align: left;
      font-size: 16px;
      font-weight: bold; }
    body main.document page.site.home section.news article.viewport .item .inner .text {
      padding-top: 10px;
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 15px;
      color: #333;
      line-height: 140%;
      text-align: justify; }
    body main.document page.site.home section.news article.viewport .item .inner .read-more {
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: bold;
      font-size: 16px;
      color: #333;
      line-height: 150%; }
body main.document page.site.home section.news article.viewport.small {
  margin-top: 50px; }
  body main.document page.site.home section.news article.viewport.small .item .inner .text {
    overflow: hidden;
    font-size: 16px;
    padding-top: 0;
    text-align: initial;
    height: 70px;
    margin-bottom: 10px; }
body main.document page.site.home section.news article.more {
  padding: 80px 0 70px 0; }
  body main.document page.site.home section.news article.more a.more-button {
    border: solid 1px #CCC;
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 150%;
    padding: 9px 40px;
    margin-bottom: 10px;
    transition: ease all .3s; }
    body main.document page.site.home section.news article.more a.more-button:hover {
      color: #FFF;
      background-color: rgba(0, 125, 53, 0.7); }
body main.document page.site.home section.banner.central {
  position: relative;
  max-height: 505px;
  overflow: hidden; }
  body main.document page.site.home section.banner.central article.viewport {
    max-height: 35vw; }
    body main.document page.site.home section.banner.central article.viewport .slide {
      position: relative;
      max-height: 35vw; }
      body main.document page.site.home section.banner.central article.viewport .slide .background {
        background-repeat: no-repeat;
        background-size: 110%;
        max-height: 32vw; }
      body main.document page.site.home section.banner.central article.viewport .slide .layer {
        position: absolute;
        top: 0;
        background-color: rgba(91, 51, 78, 0.8);
        width: 50vw; }
      body main.document page.site.home section.banner.central article.viewport .slide .container {
        position: relative;
        top: -500px;
        margin-bottom: -10px; }
        body main.document page.site.home section.banner.central article.viewport .slide .container .brief {
          width: 45%;
          padding-top: 60px;
          padding-bottom: 20px;
          border-bottom: solid 1px #FFF;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif;
          font-size: 22px;
          line-height: 120%; }
          body main.document page.site.home section.banner.central article.viewport .slide .container .brief * {
            line-height: 120%; }
        body main.document page.site.home section.banner.central article.viewport .slide .container .caption {
          padding-top: 30px;
          color: #FFFFFF;
          font-family: 'Abadi MT Condensed Light', sans-serif;
          font-size: 30px;
          line-height: 115%; }
        body main.document page.site.home section.banner.central article.viewport .slide .container .title {
          color: #FFFFFF;
          font-family: 'Aller Display Regular', sans-serif;
          font-size: 85px;
          line-height: 115%;
          text-transform: uppercase; }
    body main.document page.site.home section.banner.central article.viewport .slick-list {
      height: 100%; }
body main.document page.site.home section.tv.prefeitura header {
  margin-top: 40px;
  margin-bottom: 40px; }
  body main.document page.site.home section.tv.prefeitura header .title {
    color: #123266;
    font-family: "Abadi MT Condensed Light", sans-serif;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase; }
  body main.document page.site.home section.tv.prefeitura header .arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px; }
    body main.document page.site.home section.tv.prefeitura header .arrows .arrow, body main.document page.site.home section.tv.prefeitura header .arrows .pause, body main.document page.site.home section.tv.prefeitura header .arrows .play {
      cursor: pointer;
      display: inline-block; }
      body main.document page.site.home section.tv.prefeitura header .arrows .arrow img, body main.document page.site.home section.tv.prefeitura header .arrows .pause img, body main.document page.site.home section.tv.prefeitura header .arrows .play img {
        height: 20px; }
body main.document page.site.home section.tv.prefeitura article.viewport.videos {
  display: table;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
  width: calc(100% + 10px); }
  body main.document page.site.home section.tv.prefeitura article.viewport.videos .video {
    width: 0;
    display: none;
    padding: 0 10px; }
    body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner {
      position: relative;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      height: 214px;
      transition: ease all .3s; }
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner img {
        width: 100px;
        transition: ease all .3s; }
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner .layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0)); }
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner span.title {
        position: absolute;
        left: 10px;
        bottom: 0;
        font-family: "Akrobat Regular", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 140%;
        color: #FFF; }
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner:hover {
        background-size: 110%; }
        body main.document page.site.home section.tv.prefeitura article.viewport.videos .video .inner:hover img {
          transform: scale(1.02); }
  body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(1), body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(2), body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(3) {
    display: table-cell; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(1) .inner, body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(2) .inner, body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(3) .inner {
        height: 17.3vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(1) .inner, body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(2) .inner, body main.document page.site.home section.tv.prefeitura article.viewport.videos .video:nth-child(3) .inner {
        height: 211px; } }
body main.document page.site.home section.tv.prefeitura article.viewport.slick-slider.videos {
  display: block; }
  body main.document page.site.home section.tv.prefeitura article.viewport.slick-slider.videos .slick-list .slick-track .video {
    display: block; }
    body main.document page.site.home section.tv.prefeitura article.viewport.slick-slider.videos .slick-list .slick-track .video .inner {
      background-size: 100%;
      height: 211px; }
@media print, screen and (max-width: 40em) {
  body main.document page.site.home section.tv.prefeitura .more {
    width: 100%; } }
@media print, screen and (min-width: 40em) {
  body main.document page.site.home section.tv.prefeitura .more {
    padding: 40px 0 70px 0; } }
body main.document page.site.home section.tv.prefeitura .more a.more {
  border: solid 1px #CCC;
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 150%;
  padding: 9px 40px;
  transition: ease all .3s; }
  body main.document page.site.home section.tv.prefeitura .more a.more:hover {
    color: #FFF;
    background-color: rgba(0, 125, 53, 0.7); }

body main.document page.site.home section.action.bar {
  overflow: hidden;
  background-color: #00923F; }
  @media print, screen and (min-width: 20em) {
    body main.document page.site.home section.action.bar {
      height: unset; } }
  @media print, screen and (min-width: 40em) {
    body main.document page.site.home section.action.bar {
      height: 89px; } }
  body main.document page.site.home section.action.bar article {
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 20em) {
      body main.document page.site.home section.action.bar article {
        padding: 5px 0; } }
    @media print, screen and (min-width: 40em) {
      body main.document page.site.home section.action.bar article {
        padding: 20px 0; } }
    body main.document page.site.home section.action.bar article .inner {
      width: 100%;
      display: flex;
      align-items: center; }
      body main.document page.site.home section.action.bar article .inner .icon {
        display: inline-flex; }
        body main.document page.site.home section.action.bar article .inner .icon svg {
          width: auto;
          fill: #FFF; }
      body main.document page.site.home section.action.bar article .inner .info {
        color: #FFF;
        text-transform: uppercase;
        font-family: "Abadi MT Condensed Light", sans-serif;
        display: inline-block; }
        body main.document page.site.home section.action.bar article .inner .info .quantity {
          line-height: 100%;
          font-size: 26px; }
          body main.document page.site.home section.action.bar article .inner .info .quantity span {
            font-weight: bold;
            color: #F82;
            font-size: 14px; }
          body main.document page.site.home section.action.bar article .inner .info .quantity span.unit {
            color: #FFF; }
        body main.document page.site.home section.action.bar article .inner .info .text {
          line-height: 100%;
          font-weight: bold;
          font-size: 20px; }
  body main.document page.site.home section.action.bar article.weather {
    justify-content: flex-start;
    background-color: transparent; }
    @media print, screen and (min-width: 20em) {
      body main.document page.site.home section.action.bar article.weather {
        width: 24%; } }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.home section.action.bar article.weather {
        width: 21.667%; } }
    body main.document page.site.home section.action.bar article.weather .inner {
      justify-content: flex-start; }
      @media print, screen and (min-width: 20em) {
        body main.document page.site.home section.action.bar article.weather .inner .icon {
          width: 100%;
          max-height: 48px;
          justify-content: center;
          margin-bottom: 7px; } }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.weather .inner .icon {
          max-height: unset;
          justify-content: unset;
          width: 28%;
          margin-right: 3%;
          margin-bottom: unset; } }
      @media print, screen and (min-width: 20em) {
        body main.document page.site.home section.action.bar article.weather .inner .icon svg {
          max-width: 80%;
          max-height: 37px; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.action.bar article.weather .inner .icon svg {
          height: 49px;
          max-width: 90%;
          max-height: unset; } }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.weather .inner .info {
          width: 66%; } }
      body main.document page.site.home section.action.bar article.weather .inner .info .load {
        width: 100%;
        height: 1px;
        position: relative; }
        body main.document page.site.home section.action.bar article.weather .inner .info .load svg {
          position: absolute;
          top: -32px;
          left: calc(50% - 32px);
          width: 64px;
          height: 64px; }
          body main.document page.site.home section.action.bar article.weather .inner .info .load svg rect {
            fill: #DEDEDE; }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.weather .inner .info .quantity {
          text-align: center;
          padding-right: 5px;
          font-size: 20px; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.action.bar article.weather .inner .info .quantity {
          text-align: unset;
          padding-right: unset; } }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.weather .inner .info .text {
          display: none !important; } }
  body main.document page.site.home section.action.bar article.population {
    justify-content: center;
    background: linear-gradient(to right, rgba(0, 125, 53, 0.7) 30%, transparent); }
    @media print, screen and (min-width: 20em) {
      body main.document page.site.home section.action.bar article.population {
        width: 24%; } }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.home section.action.bar article.population {
        width: 21.167%; } }
    body main.document page.site.home section.action.bar article.population .inner {
      justify-content: center; }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.population .inner .icon {
          width: 21.26%;
          margin-right: 2%; } }
      @media print, screen and (min-width: 20em) {
        body main.document page.site.home section.action.bar article.population .inner .icon svg {
          max-width: 80%;
          max-height: 48px; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.action.bar article.population .inner .icon svg {
          height: 47px;
          max-height: unset;
          max-width: unset; } }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.population .inner .info {
          width: 36%; } }
      body main.document page.site.home section.action.bar article.population .inner .info .load {
        width: 100%;
        height: 1px;
        position: relative; }
        body main.document page.site.home section.action.bar article.population .inner .info .load svg {
          position: absolute;
          top: -32px;
          left: calc(50% - 32px);
          width: 64px;
          height: 64px; }
          body main.document page.site.home section.action.bar article.population .inner .info .load svg rect {
            fill: #DEDEDE; }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.population .inner .info .quantity {
          text-align: center;
          font-size: 20px; } }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.population .inner .info .quantity span.unit {
          display: none; } }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.population .inner .info .text {
          display: none !important; } }
  body main.document page.site.home section.action.bar article.territory {
    background: linear-gradient(to right, rgba(0, 125, 53, 0.7) 30%, transparent); }
    @media print, screen and (min-width: 20em) {
      body main.document page.site.home section.action.bar article.territory {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.home section.action.bar article.territory {
        display: unset;
        width: 24.167%; } }
    body main.document page.site.home section.action.bar article.territory .inner {
      justify-content: center; }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.territory .inner .icon {
          width: 21.26%;
          margin-right: 2%; } }
      body main.document page.site.home section.action.bar article.territory .inner .icon img {
        height: 47px; }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.territory .inner .info {
          width: 46%; } }
      body main.document page.site.home section.action.bar article.territory .inner .info .load {
        width: 100%;
        height: 1px;
        position: relative; }
        body main.document page.site.home section.action.bar article.territory .inner .info .load svg {
          position: absolute;
          top: -32px;
          left: calc(50% - 32px);
          width: 64px;
          height: 64px; }
          body main.document page.site.home section.action.bar article.territory .inner .info .load svg rect {
            fill: #DEDEDE; }
  body main.document page.site.home section.action.bar article.family {
    justify-content: flex-end;
    background: linear-gradient(to right, rgba(0, 125, 53, 0.7) 30%, transparent); }
    @media print, screen and (min-width: 20em) {
      body main.document page.site.home section.action.bar article.family {
        width: 52%; } }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.home section.action.bar article.family {
        width: 33%; } }
    body main.document page.site.home section.action.bar article.family .inner {
      justify-content: center; }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.family .inner {
          display: flex; } }
      @media print, screen and (min-width: 20em) {
        body main.document page.site.home section.action.bar article.family .inner .icon {
          width: unset;
          max-width: 40px;
          max-height: 40px;
          margin-right: 5px;
          top: -5px;
          position: relative; } }
      @media print, screen and (min-width: 40em) {
        body main.document page.site.home section.action.bar article.family .inner .icon {
          width: unset;
          max-width: unset;
          max-height: unset;
          margin-right: unset;
          top: unset;
          position: unset; } }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.family .inner .icon {
          margin-right: 5%; } }
      body main.document page.site.home section.action.bar article.family .inner .icon svg {
        height: 47px; }
      @media print, screen and (min-width: 64em) {
        body main.document page.site.home section.action.bar article.family .inner .info {
          width: 49%; } }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.family .inner .info .quantity {
          font-size: 18px; } }
      @media print, screen and (min-width: 20em) and (max-width: 40em) {
        body main.document page.site.home section.action.bar article.family .inner .info .text {
          font-size: 15px;
          font-weight: normal; } }
body main.document page.site.home section.news article.viewport {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
  body main.document page.site.home section.news article.viewport .item .inner .date {
    font-weight: bold;
    color: #123266; }
  body main.document page.site.home section.news article.viewport .item .inner .category {
    color: #999; }
  body main.document page.site.home section.news article.viewport .item .inner .text {
    padding-top: 15px;
    height: 69px;
    font-family: 'Akrobat', sans-serif;
    font-size: 17px;
    color: #333;
    transition: ease all .2s;
    overflow: hidden;
    margin-bottom: 8px; }
  body main.document page.site.home section.news article.viewport .item .inner .date, body main.document page.site.home section.news article.viewport .item .inner .category {
    font-family: 'Abadi MT Condensed Light', sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 120%; }
  body main.document page.site.home section.news article.viewport .item .inner .photo {
    overflow: hidden; }
  body main.document page.site.home section.news article.viewport .item .inner img.lazy {
    transform: scale(1);
    transition: ease all .2s; }
  body main.document page.site.home section.news article.viewport .item .inner:hover img.lazy {
    transform: scale(1.05); }
  body main.document page.site.home section.news article.viewport .item .inner:hover .text {
    text-decoration: underline; }
@media print, screen and (min-width: 20em) {
  body main.document page.site.home section.news article.viewport.small {
    display: none; } }
@media print, screen and (min-width: 40em) {
  body main.document page.site.home section.news article.viewport.small {
    display: flex; } }

body main.document page.site.city {
  position: relative; }
  body main.document page.site.city header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.city header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.city header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.city header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.city header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
    body main.document page.site.city header article.menu {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      body main.document page.site.city header article.menu ul.menu {
        height: auto; }
        body main.document page.site.city header article.menu ul.menu li a {
          font-family: 'Creighton Regular', sans-serif;
          font-weight: normal;
          font-size: 18px;
          color: #555555;
          line-height: 120%; }
        body main.document page.site.city header article.menu ul.menu li.active a {
          display: flex;
          justify-content: center;
          position: relative;
          color: #00923F;
          background-color: transparent; }
          body main.document page.site.city header article.menu ul.menu li.active a:after {
            position: absolute;
            content: '';
            top: 35px;
            border: solid 8px;
            border-color: #00923F transparent transparent; }
  body main.document page.site.city header > .grid-container {
    height: 100%; }
  body main.document page.site.city header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.city article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
body main.document page.site.city.how-to-get section.content {
  padding-top: 40px;
  padding-bottom: 60px; }
  body main.document page.site.city.how-to-get section.content .title {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #00923F;
    line-height: 160%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  body main.document page.site.city.how-to-get section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 50px; }
body main.document page.site.city.know section.content {
  padding-top: 40px;
  padding-bottom: 60px; }
  body main.document page.site.city.know section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 50px; }
body main.document page.site.city.history section.content {
  padding-top: 40px;
  padding-bottom: 60px; }
  body main.document page.site.city.history section.content .title {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #00923F;
    line-height: 160%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  body main.document page.site.city.history section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 50px; }
body main.document page.site.city.symbols section.content {
  padding-top: 40px;
  padding-bottom: 60px; }
  body main.document page.site.city.symbols section.content .title {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #00923F;
    line-height: 160%;
    text-transform: uppercase;
    padding-bottom: 20px; }
  body main.document page.site.city.symbols section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 50px; }
body main.document page.site.city.way section.content {
  padding-top: 40px;
  padding-bottom: 60px; }
  body main.document page.site.city.way section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 10px; }

body main.document page.site.prefecture {
  position: relative; }
  body main.document page.site.prefecture header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.prefecture header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.prefecture header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.prefecture header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.prefecture header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.prefecture header > .grid-container {
    height: 100%; }
  body main.document page.site.prefecture header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.prefecture article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.prefecture section.info {
    width: 102%;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: solid 1px #EEEEEE;
    display: table;
    margin-left: -1%; }
    body main.document page.site.prefecture section.info .info {
      width: 33%;
      margin-left: 4%;
      display: table-cell; }
      body main.document page.site.prefecture section.info .info .grid-x {
        margin: auto;
        width: max-content; }
      body main.document page.site.prefecture section.info .info .icon {
        height: 100px;
        line-height: 100px;
        text-align: center; }
        body main.document page.site.prefecture section.info .info .icon img, body main.document page.site.prefecture section.info .info .icon svg {
          height: 30px; }
      body main.document page.site.prefecture section.info .info .text {
        text-align: center;
        font-family: 'Akrobat Regular', sans-serif;
        font-size: 16px;
        color: #333333; }
    body main.document page.site.prefecture section.info .info:first-child {
      width: 22%;
      margin-left: 0; }
      body main.document page.site.prefecture section.info .info:first-child .grid-x {
        margin-left: 0; }
    body main.document page.site.prefecture section.info .info:last-child {
      width: 14%; }
      body main.document page.site.prefecture section.info .info:last-child .grid-x {
        margin-right: 0; }
  body main.document page.site.prefecture section.content {
    width: 83%;
    margin-right: 1%; }
    body main.document page.site.prefecture section.content article.mayor.staff, body main.document page.site.prefecture section.content article.vice.staff {
      width: 38%;
      margin-right: 10%; }
      body main.document page.site.prefecture section.content article.mayor.staff .photo, body main.document page.site.prefecture section.content article.vice.staff .photo {
        padding: 10px; }
        body main.document page.site.prefecture section.content article.mayor.staff .photo .inner, body main.document page.site.prefecture section.content article.vice.staff .photo .inner {
          display: flex;
          justify-content: center;
          width: 100%;
          border: solid 1px #CCC;
          padding: 15px; }
      body main.document page.site.prefecture section.content article.mayor.staff .info, body main.document page.site.prefecture section.content article.vice.staff .info {
        padding: 10px; }
        body main.document page.site.prefecture section.content article.mayor.staff .info .name, body main.document page.site.prefecture section.content article.vice.staff .info .name {
          padding-top: 5px;
          color: #00923F;
          font-family: 'Akrobat Regular', sans-serif;
          font-size: 30px;
          font-weight: bold;
          line-height: 120%;
          text-align: center; }
        body main.document page.site.prefecture section.content article.mayor.staff .info .desc, body main.document page.site.prefecture section.content article.vice.staff .info .desc {
          color: #333;
          font-family: 'Akrobat Regular', sans-serif;
          font-size: 16px;
          line-height: 160%;
          text-align: center;
          padding-bottom: 10px; }
        body main.document page.site.prefecture section.content article.mayor.staff .info .desc.text, body main.document page.site.prefecture section.content article.vice.staff .info .desc.text {
          padding: 25px;
          text-align: justify; }
  body main.document page.site.prefecture section.links {
    padding-top: 10px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.prefecture section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.prefecture section.links {
        width: 16%; } }
    body main.document page.site.prefecture section.links article.prefecture {
      margin-bottom: 30px; }
      body main.document page.site.prefecture section.links article.prefecture header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.prefecture section.links article.prefecture header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.prefecture section.links article.prefecture .content .link a {
        font-family: "Abadi MT Condensed Light", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        background: #FFF linear-gradient(to top, #EFECEC, #FFF);
        margin-bottom: 6px;
        padding: 6px 6px 6px 10px;
        -webkit-transition: all 0.2s ease;
        transition: all .2s ease;
        border: 1px solid #EBEBEB;
        color: #123266;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        min-height: 45px; }
      body main.document page.site.prefecture section.links article.prefecture .content .link a.active, body main.document page.site.prefecture section.links article.prefecture .content .link a:hover {
        color: #FFF;
        font-weight: normal;
        background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
      body main.document page.site.prefecture section.links article.prefecture .content .link a:hover {
        background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }
    body main.document page.site.prefecture section.links article.services {
      margin-bottom: 30px; }
      body main.document page.site.prefecture section.links article.services header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.prefecture section.links article.services header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.prefecture section.links article.services .content .item {
        padding: 5px; }
        body main.document page.site.prefecture section.links article.services .content .item .outer {
          display: flex;
          padding: 8px;
          justify-content: center;
          align-items: center;
          height: 110px;
          background-color: #123267;
          transition: ease .3s;
          text-align: center;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document page.site.prefecture section.links article.services .content .item .outer {
              font-size: 1.205vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document page.site.prefecture section.links article.services .content .item .outer {
              font-size: 15px; } }
          body main.document page.site.prefecture section.links article.services .content .item .outer .inner {
            text-transform: uppercase; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .icon {
              width: 75px;
              height: 50px;
              display: block;
              margin: auto auto 5px;
              background-image: url("../img/icons-services.png"); }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-bidding {
              background-position: 0 0; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-cash {
              background-position: -75px 0; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-beach {
              background-position: -225px 0; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-traffic-cone {
              background-position: 0 -50px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-nfe {
              background-position: -75px -50px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-libra {
              background-position: -225px -50px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-place-mark-find {
              background-position: 0 -100px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-clock {
              background-position: -75px -100px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-info {
              background-position: -150px -100px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-files-check {
              background-position: -225px -100px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner .ic-deiss {
              background-position: -150px -50px; }
            body main.document page.site.prefecture section.links article.services .content .item .outer .inner span {
              display: block; }
          body main.document page.site.prefecture section.links article.services .content .item .outer:hover {
            background-color: #EEE;
            color: #123267; }

body main.document page.site.secretary {
  position: relative; }
  body main.document page.site.secretary header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.secretary header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.secretary header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.secretary header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.secretary header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.secretary header > .grid-container {
    height: 100%; }
  body main.document page.site.secretary header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.secretary article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.secretary section.info {
    width: 102%;
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: solid 1px #EEEEEE;
    display: table;
    margin-left: -1%; }
    body main.document page.site.secretary section.info .info {
      width: 33%;
      margin-left: 4%;
      display: table-cell; }
      body main.document page.site.secretary section.info .info .grid-x {
        margin: auto;
        width: max-content; }
      body main.document page.site.secretary section.info .info .icon {
        height: 100px;
        line-height: 100px;
        text-align: center; }
        body main.document page.site.secretary section.info .info .icon img, body main.document page.site.secretary section.info .info .icon svg {
          height: 30px; }
      body main.document page.site.secretary section.info .info .text {
        text-align: center;
        font-family: 'Akrobat Regular', sans-serif;
        font-size: 16px;
        color: #333333; }
    body main.document page.site.secretary section.info .info:first-child {
      width: 22%;
      margin-left: 0; }
      body main.document page.site.secretary section.info .info:first-child .grid-x {
        margin-left: 0; }
    body main.document page.site.secretary section.info .info:last-child {
      width: 14%; }
      body main.document page.site.secretary section.info .info:last-child .grid-x {
        margin-right: 0; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.secretary section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.secretary section.content {
      width: 84%;
      margin-right: 1%; } }
  body main.document page.site.secretary section.content article.personal {
    width: 97%;
    min-height: 320px;
    font-family: 'Akrobat Regular', sans-serif; }
    body main.document page.site.secretary section.content article.personal .photo {
      padding: 10px 0 5px 0;
      display: flex;
      justify-content: flex-start; }
      body main.document page.site.secretary section.content article.personal .photo .inner {
        width: max-content;
        height: max-content;
        border: solid 1px #CCCCCC;
        padding: 8px; }
    body main.document page.site.secretary section.content article.personal .info {
      padding-left: 30px; }
    body main.document page.site.secretary section.content article.personal .name {
      padding-left: 10px;
      padding-top: 10px;
      color: #00923F;
      font-size: 22px;
      font-weight: bold;
      line-height: 160%;
      padding-bottom: 10px; }
    body main.document page.site.secretary section.content article.personal .curricullum {
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;
      color: #333333;
      font-size: 16px;
      line-height: 160%; }
  body main.document page.site.secretary section.content article.brief {
    width: 97%;
    font-family: 'Akrobat Regular', sans-serif;
    padding: 25px 0 35px 0; }
    body main.document page.site.secretary section.content article.brief .title {
      color: #00923F;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 160%;
      padding-bottom: 10px; }
    body main.document page.site.secretary section.content article.brief .text {
      color: #333333;
      text-align: justify;
      font-size: 16px;
      line-height: 160%; }
      body main.document page.site.secretary section.content article.brief .text .pdftip-jck {
        background-image: url("../img/pdf.png") !important;
        background-color: #FAFAFA !important;
        background-position: left center !important;
        background-repeat: no-repeat !important;
        background-size: 28px auto !important;
        border-bottom: 1px dotted #C8C8C8;
        border-top: 1px dotted #C8C8C8;
        display: block;
        margin: 10px 0 !important;
        padding: 7px 10px 7px 35px !important; }
  body main.document page.site.secretary section.links {
    padding-top: 10px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.secretary section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.secretary section.links {
        width: 15%; } }
    body main.document page.site.secretary section.links article.secretary {
      margin-bottom: 30px; }
      body main.document page.site.secretary section.links article.secretary header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.secretary section.links article.secretary header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.secretary section.links article.secretary .content .link a {
        font-family: "Abadi MT Condensed Light", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        background: #FFF linear-gradient(to top, #EFECEC, #FFF);
        margin-bottom: 6px;
        padding: 6px 6px 6px 10px;
        -webkit-transition: all 0.2s ease;
        transition: all .2s ease;
        border: 1px solid #EBEBEB;
        color: #123266;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        min-height: 45px; }
      body main.document page.site.secretary section.links article.secretary .content .link a.active, body main.document page.site.secretary section.links article.secretary .content .link a:hover {
        color: #FFF;
        font-weight: normal;
        background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
      body main.document page.site.secretary section.links article.secretary .content .link a:hover {
        background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }
    body main.document page.site.secretary section.links article.services {
      margin-bottom: 30px; }
      body main.document page.site.secretary section.links article.services header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.secretary section.links article.services header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.secretary section.links article.services .content .item {
        padding: 5px; }
        body main.document page.site.secretary section.links article.services .content .item .outer {
          display: flex;
          padding: 8px;
          justify-content: center;
          align-items: center;
          height: 110px;
          background-color: #123267;
          transition: ease .3s;
          text-align: center;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document page.site.secretary section.links article.services .content .item .outer {
              font-size: 1.205vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document page.site.secretary section.links article.services .content .item .outer {
              font-size: 15px; } }
          body main.document page.site.secretary section.links article.services .content .item .outer .inner {
            text-transform: uppercase; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .icon {
              width: 75px;
              height: 50px;
              display: block;
              margin: auto auto 5px;
              background-image: url("../img/icons-services.png"); }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-bidding {
              background-position: 0 0; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-cash {
              background-position: -75px 0; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-beach {
              background-position: -225px 0; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-traffic-cone {
              background-position: 0 -50px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-nfe {
              background-position: -75px -50px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-libra {
              background-position: -225px -50px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-place-mark-find {
              background-position: 0 -100px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-clock {
              background-position: -75px -100px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-info {
              background-position: -150px -100px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-files-check {
              background-position: -225px -100px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner .ic-deiss {
              background-position: -150px -50px; }
            body main.document page.site.secretary section.links article.services .content .item .outer .inner span {
              display: block; }
          body main.document page.site.secretary section.links article.services .content .item .outer:hover {
            background-color: #EEE;
            color: #123267; }
body main.document page.site.general section.links {
  padding-top: 10px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.general section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.general section.links {
      width: 15%; } }
  body main.document page.site.general section.links article.secretary {
    margin-bottom: 30px; }
    body main.document page.site.general section.links article.secretary header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.general section.links article.secretary header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.general section.links article.secretary .content .link a {
      font-family: "Abadi MT Condensed Light", sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      text-align: center;
      background: #FFF linear-gradient(to top, #EFECEC, #FFF);
      margin-bottom: 6px;
      padding: 6px 6px 6px 10px;
      -webkit-transition: all 0.2s ease;
      transition: all .2s ease;
      border: 1px solid #EBEBEB;
      color: #123266;
      font-weight: bold;
      font-size: 15px;
      line-height: 120%;
      min-height: 45px; }
    body main.document page.site.general section.links article.secretary .content .link a.active, body main.document page.site.general section.links article.secretary .content .link a:hover {
      color: #FFF;
      font-weight: normal;
      background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
    body main.document page.site.general section.links article.secretary .content .link a:hover {
      background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }

body main.document page.site.secretaries {
  position: relative; }
  body main.document page.site.secretaries header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.secretaries header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.secretaries header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.secretaries header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.secretaries header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.secretaries header > .grid-container {
    height: 100%; }
  body main.document page.site.secretaries header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.secretaries article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.secretaries section.content {
    padding: 35px 0; }
    body main.document page.site.secretaries section.content .items {
      margin-left: -1.5%;
      width: 103%; }
      body main.document page.site.secretaries section.content .items .item {
        padding: 15px 20px 10px 20px; }
        body main.document page.site.secretaries section.content .items .item .inner {
          color: #00923F;
          background-color: #EEE;
          text-align: center;
          border-radius: 30px;
          text-transform: uppercase;
          height: calc(1.7em + 45px);
          line-height: 45px;
          font-family: "Akrobat Regular", sans-serif;
          font-weight: bold;
          font-size: 18px;
          transition: ease all .2s; }
          body main.document page.site.secretaries section.content .items .item .inner:hover {
            background-color: #00923F;
            color: #EEE; }

body main.document page.site.content {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.content header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.content header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.content header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.content header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.content header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.content header > .grid-container {
    height: 100%; }
  body main.document page.site.content header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.content article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
body main.document page.site.content.news section.content header {
  background-color: unset;
  height: unset; }
body main.document page.site.content.news.index section.content {
  font-family: "Akrobat Regular", sans-serif; }
  body main.document page.site.content.news.index section.content article.brief {
    padding: 20px 0;
    font-size: 16px;
    color: #333; }
    body main.document page.site.content.news.index section.content article.brief p {
      margin: 0; }
  body main.document page.site.content.news.index section.content article.filter {
    padding-top: 15px; }
    body main.document page.site.content.news.index section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.content.news.index section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.content.news.index section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.content.news.index section.content article.filter .content table tbody td {
        padding-top: .1px;
        padding-bottom: 1px; }
      body main.document page.site.content.news.index section.content article.filter .content table tbody input[type=text], body main.document page.site.content.news.index section.content article.filter .content table tbody select, body main.document page.site.content.news.index section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px;
        margin-bottom: 5px; }
      body main.document page.site.content.news.index section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }
  body main.document page.site.content.news.index section.content article.result {
    position: relative;
    min-height: 300px; }
    body main.document page.site.content.news.index section.content article.result .filter-loader {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.5); }
      body main.document page.site.content.news.index section.content article.result .filter-loader img {
        margin-top: 50px;
        height: max-content; }
    body main.document page.site.content.news.index section.content article.result .items-pagination nav.legend-nav {
      width: 50%;
      min-height: 35px;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      vertical-align: middle; }
    body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav {
      display: inline-flex;
      justify-content: flex-end;
      align-items: center;
      width: 50%;
      vertical-align: middle; }
      body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination {
        margin: 0; }
        body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li {
          display: inline-flex;
          justify-content: center;
          align-items: center; }
          body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li a, body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li span {
            width: 35px;
            height: 35px;
            border: solid 1px #EEE;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 15px; }
        body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.current {
          color: #333;
          width: 35px;
          height: 35px;
          border: solid 1px #EEE;
          background: linear-gradient(to bottom, #FFF 0%, #DCDCDC 100%); }
          body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.current span {
            width: unset; }
        body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.pagination-previous a, body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.pagination-previous span, body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.pagination-next a, body main.document page.site.content.news.index section.content article.result .items-pagination nav.pagination-nav ul.pagination li.pagination-next span {
          width: unset; }
body main.document page.site.content.news.index .news.items {
  margin-left: -20px;
  margin-right: -20px; }
  body main.document page.site.content.news.index .news.items .news.item {
    padding: 20px 5px 15px 5px; }
    body main.document page.site.content.news.index .news.items .news.item .photo {
      padding: 10px;
      text-align: center;
      min-height: 180px; }
      body main.document page.site.content.news.index .news.items .news.item .photo .inner {
        width: max-content;
        height: max-content;
        margin: auto;
        overflow: hidden;
        max-width: 230px;
        max-height: 152px; }
        body main.document page.site.content.news.index .news.items .news.item .photo .inner img {
          transition: ease all .2s;
          transform: scale(1);
          max-height: 230px; }
    body main.document page.site.content.news.index .news.items .news.item .created {
      color: #111;
      padding: 5px 15px;
      text-align: center;
      line-height: 100%;
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: normal;
      font-size: 14px; }
    body main.document page.site.content.news.index .news.items .news.item .title {
      color: #111;
      padding: 5px 15px;
      text-align: center;
      line-height: 110%;
      text-transform: uppercase;
      min-height: 50px;
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: bold;
      font-size: 15px; }
    body main.document page.site.content.news.index .news.items .news.item .brief {
      color: #111;
      padding: 8px 20px;
      text-align: justify;
      line-height: 120%;
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: normal;
      font-size: 15px; }
    body main.document page.site.content.news.index .news.items .news.item:hover .photo .inner img {
      transform: scale(1.05); }
@media print, screen and (min-width: 64em) {
  body main.document page.site.content.news.single section.content {
    width: 82vw; } }
@media print, screen and (min-width: 75em) {
  body main.document page.site.content.news.single section.content {
    width: 85%;
    margin-right: 1%; } }
body main.document page.site.content.news.single section.content header.title {
  text-transform: uppercase;
  font-family: 'Akrobat Regular', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #0C977A;
  background-color: unset;
  text-rendering: optimizelegibility;
  padding: 25px 0 35px 0; }
  body main.document page.site.content.news.single section.content header.title span {
    text-transform: unset;
    font-size: 16px;
    color: #098447; }
body main.document page.site.content.news.single section.content article.news {
  width: 100%;
  padding-right: 30px; }
  body main.document page.site.content.news.single section.content article.news .photo {
    float: left;
    margin-right: 31px;
    margin-bottom: 25px; }
    body main.document page.site.content.news.single section.content article.news .photo img {
      max-width: 405px; }
  body main.document page.site.content.news.single section.content article.news .content {
    font-family: 'Akrobat Regular', sans-serif;
    text-align: justify; }
body main.document page.site.content.news.single section.links {
  padding-top: 30px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.content.news.single section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.content.news.single section.links {
      width: 14%; } }
  body main.document page.site.content.news.single section.links article.secretary {
    margin-bottom: 30px; }
    body main.document page.site.content.news.single section.links article.secretary header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.content.news.single section.links article.secretary header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.content.news.single section.links article.secretary .content .link a {
      font-family: "Abadi MT Condensed Light", sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      text-align: center;
      background: #FFF linear-gradient(to top, #EFECEC, #FFF);
      margin-bottom: 6px;
      padding: 6px 6px 6px 10px;
      -webkit-transition: all 0.2s ease;
      transition: all .2s ease;
      border: 1px solid #EBEBEB;
      color: #123266;
      font-weight: bold;
      font-size: 15px;
      line-height: 120%;
      min-height: 45px; }
    body main.document page.site.content.news.single section.links article.secretary .content .link a.active, body main.document page.site.content.news.single section.links article.secretary .content .link a:hover {
      color: #FFF;
      font-weight: normal;
      background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
    body main.document page.site.content.news.single section.links article.secretary .content .link a:hover {
      background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }
  body main.document page.site.content.news.single section.links article.services {
    margin-bottom: 30px; }
    body main.document page.site.content.news.single section.links article.services header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.content.news.single section.links article.services header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.content.news.single section.links article.services .content .item {
      padding: 5px; }
      body main.document page.site.content.news.single section.links article.services .content .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #123267;
        transition: ease .3s;
        text-align: center;
        color: #FFF;
        font-family: "Abadi MT Condensed Light", sans-serif; }
        @media print, screen and (min-width: 64em) {
          body main.document page.site.content.news.single section.links article.services .content .item .outer {
            font-size: 1.205vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document page.site.content.news.single section.links article.services .content .item .outer {
            font-size: 15px; } }
        body main.document page.site.content.news.single section.links article.services .content .item .outer .inner {
          text-transform: uppercase; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .icon {
            width: 75px;
            height: 50px;
            display: block;
            margin: auto auto 5px;
            background-image: url("../img/icons-services.png"); }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-bidding {
            background-position: 0 0; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-cash {
            background-position: -75px 0; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-beach {
            background-position: -225px 0; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-traffic-cone {
            background-position: 0 -50px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-nfe {
            background-position: -75px -50px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-libra {
            background-position: -225px -50px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-place-mark-find {
            background-position: 0 -100px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-clock {
            background-position: -75px -100px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-info {
            background-position: -150px -100px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-files-check {
            background-position: -225px -100px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner .ic-deiss {
            background-position: -150px -50px; }
          body main.document page.site.content.news.single section.links article.services .content .item .outer .inner span {
            display: block; }
        body main.document page.site.content.news.single section.links article.services .content .item .outer:hover {
          background-color: #EEE;
          color: #123267; }
body main.document page.site.content.iptu.index section.content {
  padding-top: 30px; }
  body main.document page.site.content.iptu.index section.content article.brief {
    padding-bottom: 40px;
    font-family: 'Akrobat Regular', sans-serif; }
    body main.document page.site.content.iptu.index section.content article.brief .advice {
      text-transform: uppercase;
      font-size: 16px;
      color: #333; }
    body main.document page.site.content.iptu.index section.content article.brief .content .tip {
      padding-top: 35px; }
  body main.document page.site.content.iptu.index section.content article.generator {
    width: 100%;
    font-family: 'Akrobat Regular', sans-serif;
    padding-bottom: 40px; }
    body main.document page.site.content.iptu.index section.content article.generator iframe {
      width: 100%;
      height: 300px;
      border: none; }
body main.document form.site.content.iptu {
  width: 100%;
  font-family: 'Akrobat Regular', sans-serif;
  padding-bottom: 40px; }
  body main.document form.site.content.iptu table thead th {
    padding: .5rem .5rem .5rem .5rem; }
    body main.document form.site.content.iptu table thead th label span {
      font-weight: bold;
      font-size: 16px;
      color: #333; }
  body main.document form.site.content.iptu table thead th:first-child {
    padding: .5rem .5rem .5rem 1.2rem; }
  body main.document form.site.content.iptu table thead th:last-child {
    padding: .5rem 1.2rem .5rem .6rem; }
  body main.document form.site.content.iptu div.cell {
    text-align: center;
    padding-top: 15px; }
    body main.document form.site.content.iptu div.cell input[type=submit] {
      background-color: #123266;
      height: 45px;
      text-transform: uppercase;
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 19px;
      font-weight: bold;
      padding: .6em 1em; }
body main.document page.plano.diretor article.tabs ul {
  margin: 0;
  list-style: none; }
  body main.document page.plano.diretor article.tabs ul li {
    height: 50px;
    margin: 3px 0; }
    body main.document page.plano.diretor article.tabs ul li a {
      display: block;
      width: 100%;
      background: #FFF;
      border: solid 1px #DDD;
      color: #00923F;
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 18px;
      font-weight: bold;
      padding: 8px 15px; }
  body main.document page.plano.diretor article.tabs ul li.active {
    position: relative; }
    body main.document page.plano.diretor article.tabs ul li.active a {
      font-weight: normal;
      background: #00923F;
      color: #FFF; }
    body main.document page.plano.diretor article.tabs ul li.active:after {
      content: "";
      position: absolute;
      border: solid 8px;
      border-color: transparent transparent transparent #FFF;
      top: calc(50% - 9px);
      right: 6px; }
body main.document page.plano.diretor section.content {
  padding-left: 20px; }
  body main.document page.plano.diretor section.content article {
    display: none;
    padding-left: 5px; }
    body main.document page.plano.diretor section.content article h1 {
      text-transform: uppercase;
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 25px;
      font-weight: bold;
      line-height: 160%;
      color: #00923F;
      margin-bottom: 10px; }
    body main.document page.plano.diretor section.content article p {
      font-size: 16px;
      color: #333;
      line-height: 160%;
      padding-bottom: 30px;
      border-bottom: solid #EEE 1px;
      margin-bottom: 35px; }
  body main.document page.plano.diretor section.content article.active {
    display: block; }

body main.document page.site.general {
  position: relative; }
  body main.document page.site.general header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.general header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.general header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.general header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.general header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.general header > .grid-container {
    height: 100%; }
  body main.document page.site.general header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.general article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.general section.content {
    font-family: 'Akrobat Regular', sans-serif; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.general section.content {
        width: 82vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.general section.content {
        width: 85%;
        margin-right: 1%; } }
    body main.document page.site.general section.content #articlepxfontsize1 {
      text-align: justify !important; }
      body main.document page.site.general section.content #articlepxfontsize1 span {
        font-family: "Akrobat Regular", sans-serif !important; }
  body main.document page.site.general section.links {
    padding-top: 25px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.general section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.general section.links {
        width: 14%; } }
    body main.document page.site.general section.links article.services {
      margin-bottom: 30px; }
      body main.document page.site.general section.links article.services header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.general section.links article.services header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.general section.links article.services .content .item {
        padding: 5px; }
        body main.document page.site.general section.links article.services .content .item .outer {
          display: flex;
          padding: 8px;
          justify-content: center;
          align-items: center;
          height: 110px;
          background-color: #123267;
          transition: ease .3s;
          text-align: center;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document page.site.general section.links article.services .content .item .outer {
              font-size: 1.205vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document page.site.general section.links article.services .content .item .outer {
              font-size: 15px; } }
          body main.document page.site.general section.links article.services .content .item .outer .inner {
            text-transform: uppercase; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .icon {
              width: 75px;
              height: 50px;
              display: block;
              margin: auto auto 5px;
              background-image: url("../img/icons-services.png"); }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-bidding {
              background-position: 0 0; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-cash {
              background-position: -75px 0; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-beach {
              background-position: -225px 0; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-traffic-cone {
              background-position: 0 -50px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-nfe {
              background-position: -75px -50px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-libra {
              background-position: -225px -50px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-place-mark-find {
              background-position: 0 -100px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-clock {
              background-position: -75px -100px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-info {
              background-position: -150px -100px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-files-check {
              background-position: -225px -100px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner .ic-deiss {
              background-position: -150px -50px; }
            body main.document page.site.general section.links article.services .content .item .outer .inner span {
              display: block; }
          body main.document page.site.general section.links article.services .content .item .outer:hover {
            background-color: #EEE;
            color: #123267; }

body main.document page.site.file {
  position: relative; }
  body main.document page.site.file header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.file header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.file header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.file header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.file header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.file header > .grid-container {
    height: 100%; }
  body main.document page.site.file header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.file article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.file section.content {
    padding-top: 72px;
    padding-bottom: 20px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.file section.content {
        width: 82vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.file section.content {
        width: 84%;
        margin-right: 2%; } }
    body main.document page.site.file section.content table {
      font-family: "Akrobat Regular", sans-serif; }
      body main.document page.site.file section.content table a {
        color: #111; }
  body main.document page.site.file section.links {
    padding-top: 18px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.file section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.file section.links {
        width: 14%; } }
    body main.document page.site.file section.links article.services {
      margin-bottom: 30px; }
      body main.document page.site.file section.links article.services header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.file section.links article.services header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.file section.links article.services .content .item {
        padding: 5px; }
        body main.document page.site.file section.links article.services .content .item .outer {
          display: flex;
          padding: 8px;
          justify-content: center;
          align-items: center;
          height: 110px;
          background-color: #123267;
          transition: ease .3s;
          text-align: center;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document page.site.file section.links article.services .content .item .outer {
              font-size: 1.205vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document page.site.file section.links article.services .content .item .outer {
              font-size: 15px; } }
          body main.document page.site.file section.links article.services .content .item .outer .inner {
            text-transform: uppercase; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .icon {
              width: 75px;
              height: 50px;
              display: block;
              margin: auto auto 5px;
              background-image: url("../img/icons-services.png"); }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-bidding {
              background-position: 0 0; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-cash {
              background-position: -75px 0; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-beach {
              background-position: -225px 0; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-traffic-cone {
              background-position: 0 -50px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-nfe {
              background-position: -75px -50px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-libra {
              background-position: -225px -50px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-place-mark-find {
              background-position: 0 -100px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-clock {
              background-position: -75px -100px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-info {
              background-position: -150px -100px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-files-check {
              background-position: -225px -100px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner .ic-deiss {
              background-position: -150px -50px; }
            body main.document page.site.file section.links article.services .content .item .outer .inner span {
              display: block; }
          body main.document page.site.file section.links article.services .content .item .outer:hover {
            background-color: #EEE;
            color: #123267; }

body main.document page.site.gallery {
  position: relative; }
  body main.document page.site.gallery header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.gallery header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.gallery header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.gallery header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.gallery header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.gallery header > .grid-container {
    height: 100%; }
  body main.document page.site.gallery header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.gallery article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.gallery section.content .result .items {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 30px;
    padding-bottom: 60px; }
    body main.document page.site.gallery section.content .result .items .item {
      padding: 15px 15px 30px 15px; }
      body main.document page.site.gallery section.content .result .items .item .inner {
        display: block; }
        body main.document page.site.gallery section.content .result .items .item .inner .cover {
          border: solid 1px #EEE;
          height: 270px; }
          body main.document page.site.gallery section.content .result .items .item .inner .cover img {
            height: 270px; }
          body main.document page.site.gallery section.content .result .items .item .inner .cover.empty {
            padding: 10%;
            text-align: center; }
            body main.document page.site.gallery section.content .result .items .item .inner .cover.empty img {
              opacity: .5;
              filter: grayscale(0.8);
              height: 100%; }
        body main.document page.site.gallery section.content .result .items .item .inner .text {
          font-family: 'Akrobat Regular', sans-serif;
          font-weight: bold;
          font-size: 20px;
          color: #333; }

body main.document page.site.public.tenders {
  position: relative; }
  body main.document page.site.public.tenders header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.public.tenders header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.public.tenders header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.public.tenders header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.public.tenders header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.public.tenders header > .grid-container {
    height: 100%; }
  body main.document page.site.public.tenders header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.public.tenders article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.public.tenders section.content {
    font-family: "Akrobat Regular", sans-serif; }
    body main.document page.site.public.tenders section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.public.tenders section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.public.tenders section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.public.tenders section.content article.filter .content table tbody td {
        padding-top: 1px;
        padding-bottom: 1px; }
      body main.document page.site.public.tenders section.content article.filter .content table tbody input[type=text], body main.document page.site.public.tenders section.content article.filter .content table tbody select, body main.document page.site.public.tenders section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px; }
      body main.document page.site.public.tenders section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }
    body main.document page.site.public.tenders section.content article.result {
      min-height: 400px; }
      body main.document page.site.public.tenders section.content article.result table {
        width: 100% !important;
        margin-bottom: 40px; }
        body main.document page.site.public.tenders section.content article.result table thead {
          background-color: #00923F;
          text-transform: uppercase;
          color: #FFFFFF;
          font-weight: normal; }
          body main.document page.site.public.tenders section.content article.result table thead th, body main.document page.site.public.tenders section.content article.result table thead td {
            border-bottom: none; }
        body main.document page.site.public.tenders section.content article.result table tbody tr a.action {
          text-align: left; }
          body main.document page.site.public.tenders section.content article.result table tbody tr a.action button {
            cursor: pointer;
            padding: 4px 24px;
            border: solid 1px #CCC;
            color: #444; }
            body main.document page.site.public.tenders section.content article.result table tbody tr a.action button img {
              width: 20px; }
            body main.document page.site.public.tenders section.content article.result table tbody tr a.action button span {
              font-size: 14px;
              text-transform: uppercase; }
          body main.document page.site.public.tenders section.content article.result table tbody tr a.action:hover button {
            background: #CCCCCC22; }
        body main.document page.site.public.tenders section.content article.result table tbody tr:nth-child(even) {
          border-bottom: 0;
          background-color: #F1F1F1; }
      body main.document page.site.public.tenders section.content article.result table.dataTable.no-footer {
        border-bottom: none; }
      body main.document page.site.public.tenders section.content article.result .dataTables_wrapper {
        width: 100%;
        min-height: 400px; }
        body main.document page.site.public.tenders section.content article.result .dataTables_wrapper .dataTables_length, body main.document page.site.public.tenders section.content article.result .dataTables_wrapper .dataTables_filter {
          display: none; }
      body main.document page.site.public.tenders section.content article.result .dataTables_paginate {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        text-align: center; }
        body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button, body main.document page.site.public.tenders section.content article.result .dataTables_paginate .ellipsis {
          width: 35px;
          height: 35px;
          color: #123266;
          border: solid 1px #EEE;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.next {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          top: 6px; }
        body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.current {
          color: #FFF;
          background-color: #123266; }
        body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.disabled {
          display: none; }
        body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.public.tenders section.content article.result .dataTables_paginate .paginate_button.next {
          width: unset; }

body main.document page.site.public.tenders section.content article.result .dataTables_wrapper .dataTables_processing {
  top: -5%;
  left: unset;
  margin-left: unset;
  margin-top: unset;
  padding-top: unset;
  width: 100%;
  height: 100%;
  color: transparent;
  background: rgba(255, 255, 255, 0.5) url("../img/load-ajax.svg") no-repeat center;
  background-size: 80px; }

body main.document page.site.public.accounts {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.public.accounts header {
    background-color: #EEE;
    height: 130px; }
    body main.document page.site.public.accounts header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.public.accounts header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.public.accounts header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.public.accounts header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
    body main.document page.site.public.accounts header article.menu {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      body main.document page.site.public.accounts header article.menu ul.menu {
        height: auto; }
        body main.document page.site.public.accounts header article.menu ul.menu li a {
          font-family: 'Creighton Regular', sans-serif;
          font-weight: normal;
          font-size: 18px;
          color: #555555;
          line-height: 120%; }
        body main.document page.site.public.accounts header article.menu ul.menu li.active a {
          display: flex;
          justify-content: center;
          position: relative;
          color: #00923F;
          background-color: transparent; }
          body main.document page.site.public.accounts header article.menu ul.menu li.active a:after {
            position: absolute;
            content: '';
            top: 35px;
            border: solid 8px;
            border-color: #00923F transparent transparent; }
  body main.document page.site.public.accounts header > .grid-container {
    height: 100%; }
  body main.document page.site.public.accounts header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.public.accounts article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.public.accounts section.content {
    font-family: "Akrobat Regular", sans-serif; }
    body main.document page.site.public.accounts section.content article.brief {
      padding: 40px 0;
      font-size: 16px;
      color: #333333; }
      body main.document page.site.public.accounts section.content article.brief p {
        line-height: 160%; }
    body main.document page.site.public.accounts section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.public.accounts section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.public.accounts section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.public.accounts section.content article.filter .content table tbody td {
        padding-top: 1px;
        padding-bottom: 1px; }
      body main.document page.site.public.accounts section.content article.filter .content table tbody input[type=text], body main.document page.site.public.accounts section.content article.filter .content table tbody select, body main.document page.site.public.accounts section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px; }
      body main.document page.site.public.accounts section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }
    body main.document page.site.public.accounts section.content article.result {
      min-height: 400px; }
      body main.document page.site.public.accounts section.content article.result table {
        width: 100% !important;
        margin-bottom: 40px; }
        body main.document page.site.public.accounts section.content article.result table thead {
          background-color: #00923F;
          text-transform: uppercase;
          color: #FFFFFF;
          font-weight: normal; }
          body main.document page.site.public.accounts section.content article.result table thead th, body main.document page.site.public.accounts section.content article.result table thead td {
            border-bottom: none; }
        body main.document page.site.public.accounts section.content article.result table tbody tr a.action {
          text-align: left; }
          body main.document page.site.public.accounts section.content article.result table tbody tr a.action button {
            cursor: pointer;
            padding: 4px 24px;
            border: solid 1px #CCC;
            color: #444; }
            body main.document page.site.public.accounts section.content article.result table tbody tr a.action button img {
              width: 20px; }
            body main.document page.site.public.accounts section.content article.result table tbody tr a.action button span {
              font-size: 14px;
              text-transform: uppercase; }
          body main.document page.site.public.accounts section.content article.result table tbody tr a.action:hover button {
            background: #CCCCCC22; }
        body main.document page.site.public.accounts section.content article.result table tbody tr:nth-child(even) {
          border-bottom: 0;
          background-color: #F1F1F1; }
      body main.document page.site.public.accounts section.content article.result table.dataTable.no-footer {
        border-bottom: none; }
      body main.document page.site.public.accounts section.content article.result .dataTables_wrapper {
        width: 100%;
        min-height: 400px; }
        body main.document page.site.public.accounts section.content article.result .dataTables_wrapper .dataTables_length, body main.document page.site.public.accounts section.content article.result .dataTables_wrapper .dataTables_filter {
          display: none; }
        body main.document page.site.public.accounts section.content article.result .dataTables_wrapper .dataTables_processing {
          top: -5%;
          left: unset;
          margin-left: unset;
          margin-top: unset;
          padding-top: unset;
          width: 100%;
          height: 100%;
          color: transparent;
          background: rgba(255, 255, 255, 0.5) url("../img/load.svg") no-repeat center;
          background-size: 80px; }
      body main.document page.site.public.accounts section.content article.result .dataTables_paginate {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        text-align: center; }
        body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button, body main.document page.site.public.accounts section.content article.result .dataTables_paginate .ellipsis {
          width: 35px;
          height: 35px;
          color: #123266;
          border: solid 1px #EEE;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.next {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          top: 6px; }
        body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.current {
          color: #FFF;
          background-color: #123266; }
        body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.disabled {
          display: none; }
        body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.public.accounts section.content article.result .dataTables_paginate .paginate_button.next {
          width: unset; }

body main.document page.site.tourism {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.tourism header {
    background-color: #EEE;
    height: 130px; }
    body main.document page.site.tourism header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.tourism header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.tourism header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.tourism header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.tourism header > .grid-container {
    height: 100%; }
  body main.document page.site.tourism header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.tourism article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }

body main.document page.site.legislation {
  position: relative; }
  body main.document page.site.legislation header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.legislation header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.legislation header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.legislation header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.legislation header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.legislation header > .grid-container {
    height: 100%; }
  body main.document page.site.legislation header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.legislation article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.legislation section.links {
    padding-top: 10px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.legislation section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.legislation section.links {
        width: 15%; } }
    body main.document page.site.legislation section.links article.secretary {
      margin-bottom: 30px; }
      body main.document page.site.legislation section.links article.secretary header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.legislation section.links article.secretary header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.legislation section.links article.secretary .content .link a {
        font-family: "Abadi MT Condensed Light", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        background: #FFF linear-gradient(to top, #EFECEC, #FFF);
        margin-bottom: 6px;
        padding: 6px 6px 6px 10px;
        -webkit-transition: all 0.2s ease;
        transition: all .2s ease;
        border: 1px solid #EBEBEB;
        color: #123266;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        min-height: 45px; }
      body main.document page.site.legislation section.links article.secretary .content .link a.active, body main.document page.site.legislation section.links article.secretary .content .link a:hover {
        color: #FFF;
        font-weight: normal;
        background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
      body main.document page.site.legislation section.links article.secretary .content .link a:hover {
        background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }

body main.document page.site.official.diary {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.official.diary header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.official.diary header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.official.diary header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.official.diary header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.official.diary header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.official.diary header > .grid-container {
    height: 100%; }
  body main.document page.site.official.diary header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.official.diary article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.official.diary section.content {
    font-family: "Akrobat Regular", sans-serif; }
    body main.document page.site.official.diary section.content article.brief {
      padding: 40px 0;
      font-size: 16px;
      color: #333333; }
      body main.document page.site.official.diary section.content article.brief p {
        line-height: 160%;
        text-align: justify; }
    body main.document page.site.official.diary section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.official.diary section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.official.diary section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.official.diary section.content article.filter .content table tbody td {
        padding-top: 1px;
        padding-bottom: 1px; }
      body main.document page.site.official.diary section.content article.filter .content table tbody input[type=text], body main.document page.site.official.diary section.content article.filter .content table tbody select, body main.document page.site.official.diary section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px; }
      body main.document page.site.official.diary section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }
    body main.document page.site.official.diary section.content article.result {
      min-height: 400px; }
      body main.document page.site.official.diary section.content article.result table {
        width: 100% !important;
        margin-bottom: 40px; }
        body main.document page.site.official.diary section.content article.result table thead {
          background-color: #00923F;
          text-transform: uppercase;
          color: #FFFFFF;
          font-weight: normal; }
          body main.document page.site.official.diary section.content article.result table thead th, body main.document page.site.official.diary section.content article.result table thead td {
            border-bottom: none; }
        body main.document page.site.official.diary section.content article.result table tbody tr {
          height: 51px; }
          body main.document page.site.official.diary section.content article.result table tbody tr a.action {
            text-align: left; }
            body main.document page.site.official.diary section.content article.result table tbody tr a.action button {
              cursor: pointer;
              padding: 4px 24px;
              border: solid 1px #CCC;
              color: #444; }
              body main.document page.site.official.diary section.content article.result table tbody tr a.action button img {
                width: 20px; }
              body main.document page.site.official.diary section.content article.result table tbody tr a.action button span {
                font-size: 14px;
                text-transform: uppercase; }
            body main.document page.site.official.diary section.content article.result table tbody tr a.action:hover button {
              background: #CCCCCC22; }
        body main.document page.site.official.diary section.content article.result table tbody tr:nth-child(even) {
          border-bottom: 0;
          background-color: #F1F1F1; }
      body main.document page.site.official.diary section.content article.result table.dataTable.no-footer {
        border-bottom: none; }
      body main.document page.site.official.diary section.content article.result .dataTables_wrapper {
        width: 100%;
        min-height: 400px; }
        body main.document page.site.official.diary section.content article.result .dataTables_wrapper .dataTables_length, body main.document page.site.official.diary section.content article.result .dataTables_wrapper .dataTables_filter {
          display: none; }
        body main.document page.site.official.diary section.content article.result .dataTables_wrapper .dataTables_processing {
          top: -5%;
          left: unset;
          margin-left: unset;
          margin-top: unset;
          padding-top: unset;
          width: 100%;
          height: 100%;
          color: transparent;
          background: rgba(255, 255, 255, 0.5) url("../img/load-ajax.svg") no-repeat center;
          background-size: 80px; }
      body main.document page.site.official.diary section.content article.result .dataTables_paginate {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        text-align: center; }
        body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button, body main.document page.site.official.diary section.content article.result .dataTables_paginate .ellipsis {
          width: 35px;
          height: 35px;
          color: #123266;
          border: solid 1px #EEE;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.next {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          top: 6px; }
        body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.current {
          color: #FFF;
          background-color: #123266; }
        body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.disabled {
          display: none; }
        body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.previous, body main.document page.site.official.diary section.content article.result .dataTables_paginate .paginate_button.next {
          width: unset; }

body main.document page.site.transparency {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.transparency header {
    background-color: #EEE;
    height: 130px; }
    body main.document page.site.transparency header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.transparency header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.transparency header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.transparency header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.transparency header > .grid-container {
    height: 100%; }
  body main.document page.site.transparency header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.transparency article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.transparency section.content .blocks {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 50px;
    padding-bottom: 50px; }
    body main.document page.site.transparency section.content .blocks .box {
      padding: 9.094px; }
      body main.document page.site.transparency section.content .blocks .box .inner {
        cursor: pointer;
        background-color: #123266;
        transition: ease .3s; }
        body main.document page.site.transparency section.content .blocks .box .inner .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100px; }
          body main.document page.site.transparency section.content .blocks .box .inner .icon img {
            width: 45px;
            height: 45px; }
        body main.document page.site.transparency section.content .blocks .box .inner .text {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px;
          height: 100px;
          font-family: 'Akrobat Regular', sans-serif;
          font-weight: bold;
          font-size: 22px;
          line-height: 120%;
          text-transform: uppercase;
          color: #FFF;
          text-align: center; }
      body main.document page.site.transparency section.content .blocks .box .inner:hover {
        background-color: #EEE; }
        body main.document page.site.transparency section.content .blocks .box .inner:hover .text {
          color: #123266; }
  body main.document page.site.transparency section.content .info {
    padding-bottom: 50px; }
    body main.document page.site.transparency section.content .info .header {
      display: flex;
      align-items: center;
      padding-bottom: 10px; }
      body main.document page.site.transparency section.content .info .header .title {
        color: #123266;
        font-family: 'Akrobat Regular', sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 160%; }
      body main.document page.site.transparency section.content .info .header .line {
        height: 1px;
        background-color: #CCC; }
    body main.document page.site.transparency section.content .info .content ul.menu li {
      display: inline-flex;
      align-items: center; }
      body main.document page.site.transparency section.content .info .content ul.menu li img {
        width: 10px; }
      body main.document page.site.transparency section.content .info .content ul.menu li a {
        padding: .5rem .8rem;
        color: #444;
        font-family: 'Abadi MT Condensed Light', sans-serif;
        font-size: 17px;
        line-height: 120%;
        text-transform: uppercase; }
    body main.document page.site.transparency section.content .info.general .header .title {
      width: 5vw; }
    body main.document page.site.transparency section.content .info.general .header .line {
      width: 78vw; }
    body main.document page.site.transparency section.content .info.personal .title {
      width: 6vw; }
    body main.document page.site.transparency section.content .info.personal .line {
      width: 77vw; }
    body main.document page.site.transparency section.content .info.administrative .title {
      width: 10vw; }
    body main.document page.site.transparency section.content .info.administrative .line {
      width: 73vw; }
    body main.document page.site.transparency section.content .info.budget .title {
      width: 8vw; }
    body main.document page.site.transparency section.content .info.budget .line {
      width: 73vw; }
    body main.document page.site.transparency section.content .info.education .title {
      width: 12vw; }
    body main.document page.site.transparency section.content .info.education .line {
      width: 73vw; }

body main.document page.site.faq {
  position: relative; }
  body main.document page.site.faq header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.faq header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.faq header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.faq header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.faq header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.faq header > .grid-container {
    height: 100%; }
  body main.document page.site.faq header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.faq article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.faq section.content {
    padding: 15px 25px 15px 0; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.faq section.content {
        width: 82vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.faq section.content {
        width: 85%;
        margin-right: 1%; } }
    body main.document page.site.faq section.content .asks {
      padding: 5px 0;
      font-family: "Akrobat Regular", sans-serif; }
      body main.document page.site.faq section.content .asks .ask {
        margin: 10px 0; }
        body main.document page.site.faq section.content .asks .ask a.question {
          font-weight: bold;
          background-color: #eee;
          color: #444;
          cursor: pointer;
          padding: 18px;
          width: 100%;
          border: none;
          text-align: left;
          outline: none;
          font-size: 16px;
          transition: 0.4s; }
        body main.document page.site.faq section.content .asks .ask .response {
          text-align: justify;
          border: none;
          font-size: 15px;
          font-weight: normal;
          color: #444; }
  body main.document page.site.faq section.links {
    padding-top: 25px; }
    @media print, screen and (min-width: 64em) {
      body main.document page.site.faq section.links {
        width: 15vw; } }
    @media print, screen and (min-width: 75em) {
      body main.document page.site.faq section.links {
        width: 14%; } }
    body main.document page.site.faq section.links article.secretary {
      margin-bottom: 30px; }
      body main.document page.site.faq section.links article.secretary header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.faq section.links article.secretary header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.faq section.links article.secretary .content .link a {
        font-family: "Abadi MT Condensed Light", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        text-align: center;
        background: #FFF linear-gradient(to top, #EFECEC, #FFF);
        margin-bottom: 6px;
        padding: 6px 6px 6px 10px;
        -webkit-transition: all 0.2s ease;
        transition: all .2s ease;
        border: 1px solid #EBEBEB;
        color: #123266;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        min-height: 45px; }
      body main.document page.site.faq section.links article.secretary .content .link a.active, body main.document page.site.faq section.links article.secretary .content .link a:hover {
        color: #FFF;
        font-weight: normal;
        background: #00923F linear-gradient(to bottom, #00B43F, #00923F); }
      body main.document page.site.faq section.links article.secretary .content .link a:hover {
        background: #00B43F linear-gradient(to bottom, #00923F, #00B43F); }
    body main.document page.site.faq section.links article.services {
      margin-bottom: 30px; }
      body main.document page.site.faq section.links article.services header {
        position: relative;
        text-align: center;
        background: transparent;
        height: unset;
        color: #545454;
        font-family: "Creighton Regular", sans-serif;
        font-size: 20px;
        margin-bottom: 20px; }
        body main.document page.site.faq section.links article.services header:after {
          content: '';
          position: absolute;
          width: 18px;
          height: 18px;
          border: solid 10px;
          border-color: #555 transparent transparent;
          top: 28px;
          left: calc(50% - 9px); }
      body main.document page.site.faq section.links article.services .content .item {
        padding: 5px; }
        body main.document page.site.faq section.links article.services .content .item .outer {
          display: flex;
          padding: 8px;
          justify-content: center;
          align-items: center;
          height: 110px;
          background-color: #123267;
          transition: ease .3s;
          text-align: center;
          color: #FFF;
          font-family: "Abadi MT Condensed Light", sans-serif; }
          @media print, screen and (min-width: 64em) {
            body main.document page.site.faq section.links article.services .content .item .outer {
              font-size: 1.205vw; } }
          @media print, screen and (min-width: 75em) {
            body main.document page.site.faq section.links article.services .content .item .outer {
              font-size: 15px; } }
          body main.document page.site.faq section.links article.services .content .item .outer .inner {
            text-transform: uppercase; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .icon {
              width: 75px;
              height: 50px;
              display: block;
              margin: auto auto 5px;
              background-image: url("../img/icons-services.png"); }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-bidding {
              background-position: 0 0; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-cash {
              background-position: -75px 0; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-beach {
              background-position: -225px 0; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-traffic-cone {
              background-position: 0 -50px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-nfe {
              background-position: -75px -50px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-libra {
              background-position: -225px -50px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-place-mark-find {
              background-position: 0 -100px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-clock {
              background-position: -75px -100px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-info {
              background-position: -150px -100px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-files-check {
              background-position: -225px -100px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner .ic-deiss {
              background-position: -150px -50px; }
            body main.document page.site.faq section.links article.services .content .item .outer .inner span {
              display: block; }
          body main.document page.site.faq section.links article.services .content .item .outer:hover {
            background-color: #EEE;
            color: #123267; }
body main.document page.site.faqs {
  position: relative; }
  body main.document page.site.faqs header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.faqs header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.faqs header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.faqs header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.faqs header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.faqs header > .grid-container {
    height: 100%; }
  body main.document page.site.faqs header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.faqs article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.faqs section.content .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 20px; }
  body main.document page.site.faqs section.content .brief.text {
    padding-top: 40px;
    padding-bottom: 40px; }
  body main.document page.site.faqs section.content .blocks {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 80px; }
    body main.document page.site.faqs section.content .blocks .box {
      padding: 9.094px; }
      body main.document page.site.faqs section.content .blocks .box .inner {
        display: block;
        cursor: pointer;
        background-color: #123266;
        transition: ease .3s; }
        body main.document page.site.faqs section.content .blocks .box .inner > .grid-x {
          align-items: center; }
        body main.document page.site.faqs section.content .blocks .box .inner .icon {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 70px;
          width: 55px;
          margin: 25px auto auto;
          background-size: auto 140px;
          background-repeat: no-repeat;
          background-position: -147px -85px;
          background-image: url("../img/icons-services.png"); }
        body main.document page.site.faqs section.content .blocks .box .inner .text {
          padding: 10px;
          height: 100px;
          font-family: 'Abadi MT Condensed Light', sans-serif;
          font-weight: bold;
          font-size: 22px;
          line-height: 120%;
          text-transform: uppercase;
          color: #FFF;
          text-align: center; }
        body main.document page.site.faqs section.content .blocks .box .inner:hover {
          background-color: #EEE; }
          body main.document page.site.faqs section.content .blocks .box .inner:hover .text {
            color: #123266; }

body main.document page.site.ouvidoria {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.ouvidoria header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.ouvidoria header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.ouvidoria header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.ouvidoria header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.ouvidoria header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.ouvidoria header > .grid-container {
    height: 100%; }
  body main.document page.site.ouvidoria header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.ouvidoria article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.ouvidoria section.info .text {
    padding-top: 45px;
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 17px;
    color: #333;
    line-height: 160%;
    text-align: justify;
    padding-bottom: 55px; }
  body main.document page.site.ouvidoria section.content {
    width: 85%;
    margin-right: 1%; }
    body main.document page.site.ouvidoria section.content .text {
      padding-top: 45px;
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 17px;
      color: #333;
      line-height: 160%;
      text-align: justify;
      padding-bottom: 55px; }
    body main.document page.site.ouvidoria section.content .info .title {
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 22px;
      font-weight: bold;
      color: #00923F;
      line-height: 130%;
      text-transform: uppercase;
      padding-bottom: 20px; }
    body main.document page.site.ouvidoria section.content .info .value {
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 17px;
      color: #333;
      line-height: 130%;
      padding-bottom: 35px; }
    body main.document page.site.ouvidoria section.content form {
      padding-right: 20px; }
      body main.document page.site.ouvidoria section.content form input[type=submit] {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        font-weight: bold;
        font-size: 20px;
        margin-right: 15px;
        line-height: 45px;
        height: 45px;
        padding-top: 0;
        padding-bottom: 0;
        text-transform: uppercase;
        background-color: #00923F; }
      body main.document page.site.ouvidoria section.content form label {
        padding-right: 15px; }
        body main.document page.site.ouvidoria section.content form label input, body main.document page.site.ouvidoria section.content form label select {
          height: 45px; }
        body main.document page.site.ouvidoria section.content form label input, body main.document page.site.ouvidoria section.content form label select, body main.document page.site.ouvidoria section.content form label textarea {
          font-family: 'Abadi MT Condensed Light', sans-serif;
          color: #666666;
          font-size: 17px;
          line-height: 120%; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.ouvidoria section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.ouvidoria section.links {
      width: 14%; } }
  body main.document page.site.ouvidoria section.links article.services {
    margin-bottom: 30px; }
    body main.document page.site.ouvidoria section.links article.services header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.ouvidoria section.links article.services header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.ouvidoria section.links article.services .content .item {
      padding: 5px; }
      body main.document page.site.ouvidoria section.links article.services .content .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #123267;
        transition: ease .3s;
        text-align: center;
        color: #FFF;
        font-family: "Abadi MT Condensed Light", sans-serif; }
        @media print, screen and (min-width: 64em) {
          body main.document page.site.ouvidoria section.links article.services .content .item .outer {
            font-size: 1.205vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document page.site.ouvidoria section.links article.services .content .item .outer {
            font-size: 15px; } }
        body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner {
          text-transform: uppercase; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .icon {
            width: 75px;
            height: 50px;
            display: block;
            margin: auto auto 5px;
            background-image: url("../img/icons-services.png"); }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-bidding {
            background-position: 0 0; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-cash {
            background-position: -75px 0; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-beach {
            background-position: -225px 0; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-traffic-cone {
            background-position: 0 -50px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-nfe {
            background-position: -75px -50px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-libra {
            background-position: -225px -50px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-place-mark-find {
            background-position: 0 -100px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-clock {
            background-position: -75px -100px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-info {
            background-position: -150px -100px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-files-check {
            background-position: -225px -100px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner .ic-deiss {
            background-position: -150px -50px; }
          body main.document page.site.ouvidoria section.links article.services .content .item .outer .inner span {
            display: block; }
        body main.document page.site.ouvidoria section.links article.services .content .item .outer:hover {
          background-color: #EEE;
          color: #123267; }

body main.document page.site.ouvidoria section.content .form-outer {
  position: relative; }
  body main.document page.site.ouvidoria section.content .form-outer form {
    position: relative; }
    body main.document page.site.ouvidoria section.content .form-outer form .text-message {
      position: absolute;
      top: -35px;
      width: 100%;
      height: 35px;
      text-align: center;
      margin-bottom: 15px; }
      body main.document page.site.ouvidoria section.content .form-outer form .text-message span {
        font-family: 'Akrobat Regular', sans-serif;
        font-weight: bold;
        color: #F00; }
    body main.document page.site.ouvidoria section.content .form-outer form .button-outer {
      display: flex;
      justify-content: flex-end; }
      body main.document page.site.ouvidoria section.content .form-outer form .button-outer input[type=submit]:hover {
        color: #DEF;
        background-color: #11701D; }
  body main.document page.site.ouvidoria section.content .form-outer .load {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center; }
    body main.document page.site.ouvidoria section.content .form-outer .load svg {
      width: 25%;
      height: 35%; }
  body main.document page.site.ouvidoria section.content .form-outer .success {
    display: flex;
    justify-content: center;
    align-items: center; }
    body main.document page.site.ouvidoria section.content .form-outer .success .inner {
      display: flex;
      flex-direction: column;
      width: max-content; }
      body main.document page.site.ouvidoria section.content .form-outer .success .inner .text {
        font-family: "Akrobat Regular", sans-serif;
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0; }
      body main.document page.site.ouvidoria section.content .form-outer .success .inner .icon {
        text-align: center; }
        body main.document page.site.ouvidoria section.content .form-outer .success .inner .icon svg {
          width: 80px;
          height: 80px; }

body main.document page.site.links {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.links header {
    background-color: #EEE;
    height: 130px; }
    body main.document page.site.links header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.links header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.links header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.links header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.links header > .grid-container {
    height: 100%; }
  body main.document page.site.links header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.links article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.links section.content {
    width: 85%;
    margin-right: 1%;
    padding-top: 30px; }
    body main.document page.site.links section.content h3 {
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: bold;
      font-size: 22px;
      color: #33637E;
      line-height: 160%;
      padding: 10px 0; }
    body main.document page.site.links section.content ul {
      list-style: none;
      margin: 0; }
      body main.document page.site.links section.content ul li a {
        font-family: 'Akrobat Regular', sans-serif;
        font-size: 18px;
        color: #335566;
        line-height: 140%; }
      body main.document page.site.links section.content ul li a:hover {
        text-decoration: underline; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.links section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.links section.links {
      width: 14%; } }
  body main.document page.site.links section.links article.services {
    padding-top: 40px;
    margin-bottom: 30px; }
    body main.document page.site.links section.links article.services header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.links section.links article.services header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.links section.links article.services .content .item {
      padding: 5px; }
      body main.document page.site.links section.links article.services .content .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #123267;
        transition: ease .3s;
        text-align: center;
        color: #FFF;
        font-family: "Abadi MT Condensed Light", sans-serif; }
        @media print, screen and (min-width: 64em) {
          body main.document page.site.links section.links article.services .content .item .outer {
            font-size: 1.205vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document page.site.links section.links article.services .content .item .outer {
            font-size: 15px; } }
        body main.document page.site.links section.links article.services .content .item .outer .inner {
          text-transform: uppercase; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .icon {
            width: 75px;
            height: 50px;
            display: block;
            margin: auto auto 5px;
            background-image: url("../img/icons-services.png"); }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-bidding {
            background-position: 0 0; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-cash {
            background-position: -75px 0; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-beach {
            background-position: -225px 0; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-traffic-cone {
            background-position: 0 -50px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-nfe {
            background-position: -75px -50px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-libra {
            background-position: -225px -50px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-place-mark-find {
            background-position: 0 -100px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-clock {
            background-position: -75px -100px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-info {
            background-position: -150px -100px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-files-check {
            background-position: -225px -100px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner .ic-deiss {
            background-position: -150px -50px; }
          body main.document page.site.links section.links article.services .content .item .outer .inner span {
            display: block; }
        body main.document page.site.links section.links article.services .content .item .outer:hover {
          background-color: #EEE;
          color: #123267; }

body main.document page.site.map {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.map header {
    background-color: #EEE;
    height: 130px; }
    body main.document page.site.map header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.map header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.map header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.map header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.map header > .grid-container {
    height: 100%; }
  body main.document page.site.map header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.map article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.map section.content {
    width: 85%;
    margin-right: 1%;
    padding-top: 30px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.map section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.map section.links {
      width: 14%; } }
  body main.document page.site.map section.links article.services {
    padding-top: 40px;
    margin-bottom: 30px; }
    body main.document page.site.map section.links article.services header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.map section.links article.services header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.map section.links article.services .content .item {
      padding: 5px; }
      body main.document page.site.map section.links article.services .content .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #123267;
        transition: ease .3s;
        text-align: center;
        color: #FFF;
        font-family: "Abadi MT Condensed Light", sans-serif; }
        @media print, screen and (min-width: 64em) {
          body main.document page.site.map section.links article.services .content .item .outer {
            font-size: 1.205vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document page.site.map section.links article.services .content .item .outer {
            font-size: 15px; } }
        body main.document page.site.map section.links article.services .content .item .outer .inner {
          text-transform: uppercase; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .icon {
            width: 75px;
            height: 50px;
            display: block;
            margin: auto auto 5px;
            background-image: url("../img/icons-services.png"); }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-bidding {
            background-position: 0 0; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-cash {
            background-position: -75px 0; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-beach {
            background-position: -225px 0; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-traffic-cone {
            background-position: 0 -50px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-nfe {
            background-position: -75px -50px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-libra {
            background-position: -225px -50px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-place-mark-find {
            background-position: 0 -100px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-clock {
            background-position: -75px -100px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-info {
            background-position: -150px -100px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-files-check {
            background-position: -225px -100px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner .ic-deiss {
            background-position: -150px -50px; }
          body main.document page.site.map section.links article.services .content .item .outer .inner span {
            display: block; }
        body main.document page.site.map section.links article.services .content .item .outer:hover {
          background-color: #EEE;
          color: #123267; }

body main.document page.site.info {
  position: relative; }
  body main.document page.site.info header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.info header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.info header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.info header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.info header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.info header > .grid-container {
    height: 100%; }
  body main.document page.site.info header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.info article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.info section.links article.services {
    margin-bottom: 30px; }
    body main.document page.site.info section.links article.services header {
      position: relative;
      text-align: center;
      background: transparent;
      height: unset;
      color: #545454;
      font-family: "Creighton Regular", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
      body main.document page.site.info section.links article.services header:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 10px;
        border-color: #555 transparent transparent;
        top: 28px;
        left: calc(50% - 9px); }
    body main.document page.site.info section.links article.services .content .item {
      padding: 5px; }
      body main.document page.site.info section.links article.services .content .item .outer {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        height: 110px;
        background-color: #123267;
        transition: ease .3s;
        text-align: center;
        color: #FFF;
        font-family: "Abadi MT Condensed Light", sans-serif; }
        @media print, screen and (min-width: 64em) {
          body main.document page.site.info section.links article.services .content .item .outer {
            font-size: 1.205vw; } }
        @media print, screen and (min-width: 75em) {
          body main.document page.site.info section.links article.services .content .item .outer {
            font-size: 15px; } }
        body main.document page.site.info section.links article.services .content .item .outer .inner {
          text-transform: uppercase; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .icon {
            width: 75px;
            height: 50px;
            display: block;
            margin: auto auto 5px;
            background-image: url("../img/icons-services.png"); }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-bidding {
            background-position: 0 0; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-cash {
            background-position: -75px 0; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-beach {
            background-position: -225px 0; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-traffic-cone {
            background-position: 0 -50px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-nfe {
            background-position: -75px -50px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-libra {
            background-position: -225px -50px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-place-mark-find {
            background-position: 0 -100px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-clock {
            background-position: -75px -100px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-info {
            background-position: -150px -100px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-files-check {
            background-position: -225px -100px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner .ic-deiss {
            background-position: -150px -50px; }
          body main.document page.site.info section.links article.services .content .item .outer .inner span {
            display: block; }
        body main.document page.site.info section.links article.services .content .item .outer:hover {
          background-color: #EEE;
          color: #123267; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info section.links {
      width: 15vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info section.links {
      width: 14%; } }
body main.document page.site.info.access section.content {
  padding-top: 25px;
  padding-bottom: 100px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info.access section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info.access section.content {
      width: 83%;
      margin-right: 3%; } }
  body main.document page.site.info.access section.content .title {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    line-height: 160%;
    color: #00923F;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 25px; }
  body main.document page.site.info.access section.content .text.brief {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 17px;
    line-height: 160%;
    color: #333;
    padding-bottom: 35px;
    text-align: justify; }
  body main.document page.site.info.access section.content .caption {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    line-height: 160%;
    color: #333;
    font-weight: bold; }
  body main.document page.site.info.access section.content .text.desc {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 17px;
    line-height: 160%;
    color: #333;
    text-align: justify;
    padding-bottom: 35px; }
  body main.document page.site.info.access section.content .action-grid {
    padding-top: 35px;
    padding-bottom: 60px;
    margin-left: -20px;
    margin-right: -20px; }
    body main.document page.site.info.access section.content .action-grid .action {
      padding: 5px 20px; }
      body main.document page.site.info.access section.content .action-grid .action .inner {
        padding: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #EEE; }
        body main.document page.site.info.access section.content .action-grid .action .inner button {
          margin-left: 20px;
          cursor: pointer;
          padding: 4px 24px;
          border: solid 1px #CCC;
          color: #444;
          text-transform: uppercase; }
          body main.document page.site.info.access section.content .action-grid .action .inner button img {
            width: 26px;
            margin-right: 5px; }
    body main.document page.site.info.access section.content .action-grid .action.pdf {
      font-family: 'Abadi MT Condensed Light', sans-serif;
      color: #444;
      text-transform: uppercase;
      font-weight: bold;
      width: 46%; }
    body main.document page.site.info.access section.content .action-grid .action.globe {
      font-family: 'Abadi MT Condensed Light', sans-serif;
      color: #444;
      text-transform: uppercase;
      font-weight: bold;
      width: 54%; }
  body main.document page.site.info.access section.content .info .title {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 22px;
    color: #00923F;
    line-height: 130%;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 15px;
    text-transform: uppercase; }
  body main.document page.site.info.access section.content .info .text {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 130%; }
body main.document page.site.info.access section.links {
  padding-top: 22px; }
body main.document page.site.info.legislation section.content {
  padding-top: 10px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info.legislation section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info.legislation section.content {
      width: 83%;
      margin-right: 3%; } }
  body main.document page.site.info.legislation section.content table {
    margin-top: 45px;
    font-family: 'Abadi MT Condensed Light', sans-serif;
    font-size: 17px;
    line-height: 120%;
    color: #444; }
    body main.document page.site.info.legislation section.content table tr {
      height: 45px; }
      body main.document page.site.info.legislation section.content table tr .action {
        text-align: right;
        padding: .3em .625em .3em .625em; }
        body main.document page.site.info.legislation section.content table tr .action button {
          cursor: pointer;
          padding: 3px 24px;
          border: solid 1px #CCC;
          color: #444; }
          body main.document page.site.info.legislation section.content table tr .action button img {
            width: 26px; }
body main.document page.site.info.legislation section.links {
  padding-top: 10px; }
body main.document page.site.info.attendance section.content {
  padding-top: 30px;
  padding-bottom: 60px;
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 160%;
  text-align: justify; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info.attendance section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info.attendance section.content {
      width: 83%;
      margin-right: 3%; } }
  body main.document page.site.info.attendance section.content h6 {
    font-size: 1.3em;
    font-family: 'Abadi MT Condensed Light', sans-serif;
    text-transform: uppercase; }
body main.document page.site.info.attendance section.links {
  padding-top: 10px; }
body main.document page.site.info.requirements section.content {
  padding-top: 10px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info.requirements section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info.requirements section.content {
      width: 83%;
      margin-right: 3%; } }
  body main.document page.site.info.requirements section.content table {
    margin-top: 45px;
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 17px;
    line-height: 120%;
    color: #444; }
    body main.document page.site.info.requirements section.content table .action {
      text-align: right; }
      body main.document page.site.info.requirements section.content table .action button {
        cursor: pointer;
        padding: 4px 24px;
        border: solid 1px #CCC; }
        body main.document page.site.info.requirements section.content table .action button img {
          width: 24px;
          margin-right: 10px; }
body main.document page.site.info.requirements section.links {
  padding-top: 10px; }
body main.document page.site.info.tourism section.content {
  padding-top: 5px; }
  @media print, screen and (min-width: 64em) {
    body main.document page.site.info.tourism section.content {
      width: 82vw; } }
  @media print, screen and (min-width: 75em) {
    body main.document page.site.info.tourism section.content {
      width: 82%;
      margin-right: 4%; } }
  body main.document page.site.info.tourism section.content .content {
    padding-top: 10px; }
    body main.document page.site.info.tourism section.content .content .title {
      padding-top: 15px;
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: bold;
      font-size: 20px;
      color: #333;
      line-height: 160%; }
    body main.document page.site.info.tourism section.content .content .text {
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 16px;
      color: #333;
      line-height: 160%;
      text-align: justify;
      padding-bottom: 20px; }
  body main.document page.site.info.tourism section.content .address {
    padding-bottom: 70px; }
    body main.document page.site.info.tourism section.content .address .title {
      font-family: 'Akrobat Regular', sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 130%;
      color: #00923F; }
    body main.document page.site.info.tourism section.content .address .text {
      font-family: 'Akrobat Regular', sans-serif;
      font-size: 16px;
      line-height: 130%;
      color: #333; }
body main.document page.site.info.tourism section.links {
  padding-top: 35px; }
@media print, screen and (min-width: 64em) {
  body main.document page.site.info.order section.content {
    width: 82vw; } }
@media print, screen and (min-width: 75em) {
  body main.document page.site.info.order section.content {
    width: 82%;
    margin-right: 4%; } }
body main.document page.site.info.order section.content .text {
  padding-top: 25px;
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 160%;
  text-align: justify;
  padding-bottom: 55px; }
body main.document page.site.info.order section.content form {
  padding-right: 20px; }
  body main.document page.site.info.order section.content form label {
    padding-right: 15px; }
    body main.document page.site.info.order section.content form label input, body main.document page.site.info.order section.content form label select, body main.document page.site.info.order section.content form label textarea {
      font-family: 'Abadi MT Condensed Light', sans-serif;
      color: #666;
      font-size: 17px;
      line-height: 120%; }
    body main.document page.site.info.order section.content form label input, body main.document page.site.info.order section.content form label select {
      height: 45px; }
  body main.document page.site.info.order section.content form input[type=submit] {
    font-family: 'Abadi MT Condensed Light', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    line-height: 45px;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    background-color: #00923F; }
body main.document page.site.info.order section.content .title {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #00923F;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 20px; }
body main.document page.site.info.order section.content .value {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 17px;
  color: #333;
  line-height: 130%;
  padding-bottom: 35px; }
body main.document page.site.info.order section.links {
  padding-top: 20px; }
@media print, screen and (min-width: 64em) {
  body main.document page.site.info.school.calendar section.content {
    width: 82vw; } }
@media print, screen and (min-width: 75em) {
  body main.document page.site.info.school.calendar section.content {
    width: 82%;
    margin-right: 4%; } }
body main.document page.site.info.school.calendar section.content .blocks {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -5px; }
  body main.document page.site.info.school.calendar section.content .blocks .box {
    padding: 12px; }
    body main.document page.site.info.school.calendar section.content .blocks .box .inner {
      display: flex;
      justify-content: flex-start;
      cursor: pointer;
      background-color: transparent;
      transition: ease .3s; }
      body main.document page.site.info.school.calendar section.content .blocks .box .inner:hover {
        opacity: 0.8; }
body main.document page.site.info.school.calendar section.links {
  padding-top: 20px; }

body main.document page.site.loa {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.loa header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.loa header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.loa header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.loa header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.loa header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.loa header > .grid-container {
    height: 100%; }
  body main.document page.site.loa header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.loa article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.loa section.content {
    font-family: "Akrobat Regular", sans-serif; }
    body main.document page.site.loa section.content article.brief {
      padding: 40px 0;
      font-size: 16px;
      color: #333333; }
      body main.document page.site.loa section.content article.brief p {
        line-height: 160%;
        text-align: justify; }
    body main.document page.site.loa section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.loa section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.loa section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.loa section.content article.filter .content table tbody td {
        padding-top: 1px;
        padding-bottom: 1px; }
      body main.document page.site.loa section.content article.filter .content table tbody input[type=text], body main.document page.site.loa section.content article.filter .content table tbody select, body main.document page.site.loa section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px; }
      body main.document page.site.loa section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }

body main.document page.site.ldo {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.ldo header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.ldo header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.ldo header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.ldo header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.ldo header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.ldo header > .grid-container {
    height: 100%; }
  body main.document page.site.ldo header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.ldo article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
  body main.document page.site.ldo section.content {
    font-family: "Akrobat Regular", sans-serif; }
    body main.document page.site.ldo section.content article.brief {
      padding: 40px 0;
      font-size: 16px;
      color: #333333; }
      body main.document page.site.ldo section.content article.brief p {
        line-height: 160%;
        text-align: justify; }
    body main.document page.site.ldo section.content article.filter .title {
      padding-left: 5px;
      font-weight: bold;
      color: #333;
      font-size: 22px;
      line-height: 160%; }
    body main.document page.site.ldo section.content article.filter .content table thead {
      background-color: #EEE;
      font-family: 'Abadi MT Condensed Light', sans-serif; }
    body main.document page.site.ldo section.content article.filter .content table tbody {
      background-color: #EEE; }
      body main.document page.site.ldo section.content article.filter .content table tbody td {
        padding-top: 1px;
        padding-bottom: 1px; }
      body main.document page.site.ldo section.content article.filter .content table tbody input[type=text], body main.document page.site.ldo section.content article.filter .content table tbody select, body main.document page.site.ldo section.content article.filter .content table tbody button {
        font-family: 'Abadi MT Condensed Light', sans-serif;
        height: 45px; }
      body main.document page.site.ldo section.content article.filter .content table tbody button {
        background-color: #123266;
        font-weight: bold;
        font-size: 20px;
        padding: 0;
        width: 100%;
        text-align: center; }

body main.document page.site.search {
  position: relative;
  padding-bottom: 80px; }
  body main.document page.site.search header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.search header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.search header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.search header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          max-width: 130px;
          height: 2px;
          background-color: #00923F; }
          body main.document page.site.search header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.search header > .grid-container {
    height: 100%; }
  body main.document page.site.search header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.search article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }
body main.document page.site.search.index section.content {
  padding-top: 50px; }
  body main.document page.site.search.index section.content h3 {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #1A0DAB; }
  body main.document page.site.search.index section.content .link {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    margin: 0;
    color: #006621; }
  body main.document page.site.search.index section.content .content {
    font-family: 'Akrobat Regular', sans-serif;
    font-size: 16px;
    color: #545454;
    margin-bottom: 25px; }

body main.document page.site.todo {
  position: relative; }
  body main.document page.site.todo header {
    background-color: #EEEEEE;
    height: 130px; }
    body main.document page.site.todo header article.title {
      height: 100%;
      display: flex;
      align-items: center;
      font-family: 'Creighton Regular', sans-serif;
      font-weight: normal;
      font-size: 30px;
      color: #123266;
      text-transform: uppercase; }
      body main.document page.site.todo header article.title span.text {
        position: relative;
        line-height: 120%; }
        body main.document page.site.todo header article.title span.text span.underline {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #00923F;
          max-width: 130px; }
          body main.document page.site.todo header article.title span.text span.underline:after {
            content: '';
            border: solid 10px;
            border-color: #00923F transparent transparent;
            position: absolute;
            left: 20%; }
  body main.document page.site.todo header > .grid-container {
    height: 100%; }
  body main.document page.site.todo header > .grid-container > .grid-x {
    height: 100%; }
  body main.document page.site.todo article.overhead {
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    box-shadow: 0 13px 7px #CCCCCC7a; }

#articlepxfontsize1 {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: 'Akrobat Regular', sans-serif !important; }
  #articlepxfontsize1 h3 {
    font-family: 'Akrobat Regular', sans-serif !important;
    font-weight: bold;
    color: #0f580f !important;
    font-size: 26PX !important;
    line-height: 26px;
    padding-bottom: 2px;
    border-bottom: 6px solid #d7d6d4;
    margin-top: 15px;
    margin-bottom: 0; }

body {
  background-color: transparent; }

body.dark {
  background-color: #323639; }

@media print, screen and (min-width: 77em) {
  body main.document .grid-container {
    padding-right: unset;
    padding-left: unset; } }
body main.document page.site {
  display: block; }

/*# sourceMappingURL=main.css.map */
