@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
}

hr {
  margin: 0;
  padding: 0;
  line-height: 0;
  color: #44484B;
  border-color: 'green';
  border-style: solid;
}

i {
  color: #44484B;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

body {
  color: #2B2B2B;
}

.content {
  max-width: 1280px;
  margin: 0px 20px;
}

strong,
b {
  font-weight: bold;
}

a {
  color: #267922;
}

.first-title {
  font: 800 2.25rem/49px Open Sans;
  margin-top: 24px;
}

.second-title {
  font: bold 1.5rem/33px Open Sans;
}

.third-title {
  font: bold 1.25rem/27px Open Sans !important;
}

.text {
  font: 400 1rem/26px Open Sans;
  margin-bottom: .5rem;
}

p {
  margin-bottom: .5rem;
}

.pagination {
  justify-content: center;
  margin-top: 1.5rem;
}

.pagination .nav-links {
  display: flex;
  font: 600 14px/19px Open Sans;
  font-weight: bold;
  text-transform: uppercase;
  color: #359737;
  margin: 1rem auto;
}

.pagination .nav-links .page-numbers {
  color: #44484B;
}

.pagination .nav-links .page-numbers:not(.prev) {
  margin-left: 1rem;
}

.pagination .nav-links .page-numbers.current {
  color: #359737;
  background-color: #EEF7EE;
  border: 1px solid #359737;
  padding: 0px 4px;
}

.pagination .nav-links .page-numbers.next {
  margin-left: 1.5rem;
}

.pagination .nav-links .prev, .pagination .nav-links .next {
  color: transparent;
  margin-right: 1rem;
  display: flex;
  gap: .5rem;
  position: relative;
}

.pagination .nav-links .prev::before, .pagination .nav-links .next::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  color: #359737;
  position: absolute;
  top: 0px;
}

.pagination .nav-links .prev::before {
  content: '\f053';
  right: 0px;
}

.pagination .nav-links .next::after {
  content: '\f054';
  left: 0px;
}

.wp-block-buttons .wp-block-button {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #359737;
  border-radius: 4px;
  font: 400 1rem/26px Open Sans;
  font-weight: bold;
  padding: .5rem 1rem;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #267922;
}

.wp-block-buttons .is-style-outline .wp-block-button__link {
  color: #2B2B2B;
  border-color: #359737;
}

.wp-block-buttons .is-style-outline .wp-block-button__link:hover {
  box-shadow: 0px 3px 6px #00000029;
  background: none;
  color: #267922;
}

.page .wp-block-table table, .single .wp-block-table table {
  font: 400 1rem/26px Open Sans;
  font-weight: 600;
  border: 1px solid #359737;
  margin-bottom: 1rem;
}

.page .wp-block-table table:not(:has(thead)) tbody > tr td, .single .wp-block-table table:not(:has(thead)) tbody > tr td {
  padding: 9px 16px;
  border: none;
  border-right: 1px solid #359737;
  border-bottom: 1px solid #DBDBDB;
}

.page .wp-block-table table:not(:has(thead)) tbody > tr:last-child td, .single .wp-block-table table:not(:has(thead)) tbody > tr:last-child td {
  border-bottom: none;
}

.page .wp-block-table table:not(:has(thead)) tbody > tr:first-child, .single .wp-block-table table:not(:has(thead)) tbody > tr:first-child {
  background: #359737;
  color: #FFF;
  text-transform: uppercase;
}

.page .wp-block-table table:not(:has(thead)) tbody > tr:first-child td, .single .wp-block-table table:not(:has(thead)) tbody > tr:first-child td {
  border-right: 1px solid #FFF;
  border-bottom: none;
}

.page .wp-block-table table:not(:has(thead)) tbody > tr:first-child td:last-child, .single .wp-block-table table:not(:has(thead)) tbody > tr:first-child td:last-child {
  border-right: none;
}

.pageTemplate ul:not([class]), .singleTemplate ul:not([class]) {
  font: 400 1rem/26px Open Sans;
  margin-left: 1.5rem;
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pageTemplate ul:not([class]) li, .singleTemplate ul:not([class]) li {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.pageTemplate ul:not([class]) li::before, .singleTemplate ul:not([class]) li::before {
  content: "\2022";
  display: inline-block;
  color: #267922;
  font-size: 1.5rem;
}

.pageTemplate ol:not([class]), .singleTemplate ol:not([class]) {
  font: 400 1rem/26px Open Sans;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  display: grid;
}

#sp-ea-56892 .ea-card {
  border-left: 2px solid #359737 !important;
  background-color: red;
  box-shadow: 0px 2px 6px #00000029;
}

#sp-ea-56892 .ea-card h3 {
  margin-bottom: 0px;
}

#sp-ea-56892 .ea-card .ea-body {
  padding-top: 0px;
}

#sp-ea-56892 .ea-card .ea-body p {
  margin-bottom: 12px;
}

#sp-ea-56892 .ea-card .ea-body tr {
  font: 400 1rem/26px Open Sans;
  font-weight: 600;
}

#sp-ea-56892 .ea-card .ea-body tr td {
  border: 1px solid #FFF;
}

#sp-ea-56892 .ea-card .ea-body tr > td:first-child {
  background-color: #A6D8A3;
  text-align: center;
  padding: 1rem 2rem;
  margin-right: 1.5rem;
}

#sp-ea-56892 .ea-card .ea-body tr > td:nth-child(2) {
  padding-left: 1.5rem;
}

#page .lm-tab {
  transition: 0.4s;
}

#page .lm-tab label {
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-left: 2px solid #359737;
  box-shadow: 0px 2px 6px #00000029;
  font-weight: bold;
  margin-bottom: .25rem;
}

#page .lm-tab label::after {
  position: static;
  font-size: 32px;
  content: '+';
  padding: 0px;
}

#page .lm-tab input:checked ~ label::after {
  content: '-';
}

#page .lm-tab input:checked ~ .lm-content {
  max-height: 3000px;
}

#page .lm-tab .lm-content {
  border-left: 1px solid #EEF7EE;
  border-right: 1px solid #EEF7EE;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

.ouvidoria-img {
  overflow-x: scroll;
}

.ouvidoria-img img {
  max-width: none;
}

@media (min-width: 768px) {
  .content {
    margin: 0 auto;
    padding: 0px 20px;
  }
  .pagination .nav-links .prev, .pagination .nav-links .next {
    color: #359737;
  }
  .pagination .nav-links .prev::before, .pagination .nav-links .next::after {
    position: inherit;
  }
  .ouvidoria-img {
    overflow-x: auto;
  }
  .ouvidoria-img img {
    max-width: 100%;
  }
}

.containerSeparator {
  border-bottom: 1px solid #EEEEEE;
}

#barraGov .barraGov-social-midias {
  display: flex;
  gap: 1.5rem;
  font-size: 20px;
}

.containerMenu {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: auto;
}

.containerMenu section a {
  margin-left: 24px;
  color: #44484B;
}

.admin-bar header {
  top: 32px;
}

header {
  position: sticky;
  top: 0px;
  z-index: 9;
  box-shadow: 0px 3px 6px #00000029;
  font: 400 1rem/26px Open Sans;
  /* Estilos para ocultar o formulário quando o checkbox estiver marcado */
}

header button {
  background-color: transparent;
  border: none;
}

header #searchIcon,
header #menuMobileIcon {
  font-size: 24px;
  margin-left: 24px;
}

header #menuMobileIcon {
  font-size: 27px;
}

header #myForm {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  width: 90%;
  display: flex;
  position: absolute;
  top: 60px;
  left: -50%;
  right: -50%;
  height: 50px;
  margin: 0px auto;
  border-radius: 4px;
  padding: 0px 10px;
  opacity: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  align-items: center;
  justify-content: space-around;
}

header #myForm.show_search {
  opacity: 1;
  visibility: visible;
}

header #myForm i {
  cursor: pointer;
  font-size: 24px;
}

header input#searchTopMenu {
  width: 95%;
  height: 100%;
  border: none;
  padding: 0px 10px;
}

header input#searchTopMenu:focus {
  outline: 0;
}

header input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

header .toggleForm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  cursor: pointer;
  width: 16px;
  height: 3.5vh;
  position: absolute;
  top: 14.3vh;
  left: 79.2vw;
  z-index: 9999;
  opacity: 0;
}

header #input#toggleSearch {
  width: 28px;
  position: absolute;
  z-index: 999;
  top: 1vh;
  left: 61vw;
  opacity: 0;
}

header input#toggleSearch {
  display: block;
  position: absolute;
  z-index: 333;
  top: 0.5vh;
  left: calc(100% - 28vw);
  right: 8vw;
  opacity: 0;
  width: 43px;
}

header #stickContainer {
  position: sticky;
  top: 0px;
}

header #stickContainer .secondColun {
  display: flex;
}

header #stickContainer .secondColun .menu-mainmenu-container {
  display: none;
}

header .containerFlex {
  margin-top: 100vh;
}

header #closeMainMenu {
  font-size: 33px;
}

header .stick {
  position: sticky;
  top: 0px;
  background: #FFF;
}

header .floatingMenu-section {
  height: 100vh;
  display: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  position: absolute;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
}

header .floatingMenu {
  z-index: 101;
  display: none;
  height: auto;
  background: #F5F5F5;
  width: 100vw;
  border-top: 2px solid #359737;
  padding-bottom: 0vh;
  box-shadow: 0px 2px 6px #00000029;
  padding-bottom: 1rem;
}

header .floatingMenu .floatingMenu-header {
  margin-bottom: 2rem;
}

header .admin-bar input#dropDownMenu {
  top: 103px;
}

header .admin-bar #closerDropMenu {
  top: 64px;
}

header i.fa-solid.fa-universal-access {
  font-size: 30px;
  position: absolute;
  left: 32vw;
  top: 1vh;
}

header .sub-menu {
  display: none;
}

header a span i {
  font-size: 12px;
  font-weight: 800;
  color: green;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
}

header i.fa-solid.fa-arrow-up-right-from-square {
  color: black;
}

header ul.menu {
  display: block;
  margin-left: 32px;
}

header ul.menu li {
  margin-bottom: 24px;
  color: #44484B;
}

header ul.menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #44484B;
  margin-bottom: 0px;
}

header .menuUl > .voltar {
  display: none;
}

header .menu:before {
  content: '';
  display: block;
  position: absolute;
  color: #000;
  width: 210px;
  height: 2px;
  z-index: 99999;
  font-weight: 900;
  top: 20px;
}

header ul#menu-mainmenu:after {
  content: "";
  display: block;
  width: 90vw;
  height: 1px;
  background: #359737;
  text-align: center;
  margin-left: -16px;
}

header .voltar {
  position: relative;
  display: block;
  color: green;
  top: 0px;
  left: 40px;
  cursor: pointer;
  z-index: 10;
}

header .voltar:after {
  content: "";
  position: absolute;
  display: block;
  width: 90vw;
  height: 1px;
  bottom: -4px;
  z-index: 999;
  background: green;
  margin: 8px 0px 0px -24px;
}

header ul#menu-mainmenu.special:after {
  display: none;
}

header li.menu-item-has-children > a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  width: 10px;
  height: 10px;
  font-weight: 900;
  color: green;
  font-size: 10px;
  margin-left: 5px;
}

header #menu-barra-governo li:not(.menu-item-has-children) > a:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  width: 5px;
  height: 5px;
  font-size: 10px;
  margin-left: 5px;
}

header #menu-barra-governo li.menu-item-has-children > a:after {
  color: #2E2E2E;
}

header .voltar:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  width: 5px;
  height: 5px;
  font-weight: 900;
  color: green;
  font-size: 10px;
  position: absolute;
  left: -10px;
  top: 1px;
}

header .stick {
  padding: 1px;
  z-index: 50;
}

header .menu-barra-governo-container {
  margin-top: 24px;
}

#mainMenuDesktop {
  display: none;
}

@media (min-width: 768px) {
  header #myForm {
    position: static;
    border: none;
    display: flex;
    width: 0;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    padding: 0px;
    transition: width 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  }
  header #stickContainer .secondColun {
    align-items: center;
  }
  header #stickContainer .secondColun.show_search #myForm {
    width: 400px;
    /* Novo width após a animação */
    opacity: 1;
    visibility: visible;
    padding: 0px 10px;
  }
  header #stickContainer .secondColun #menuMobileIcon i {
    display: inline-block;
    height: 24px;
  }
}

@media (min-width: 1240px) {
  header #stickContainer .secondColun {
    align-items: center;
  }
  header #stickContainer .secondColun.show_search #myForm {
    width: 1000px;
  }
  header #stickContainer .secondColun.show_search #mainMenuDesktop {
    display: none;
  }
  header #stickContainer .secondColun #mainMenuDesktop {
    width: 100%;
  }
  header #stickContainer .secondColun #mainMenuDesktop.delay_show {
    display: block;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu {
    margin: 0px;
    margin-left: 2.5rem;
    gap: 2rem;
    display: flex;
    justify-content: flex-end;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li {
    margin-bottom: 0px;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li.menu-item-has-children > a:after {
    display: inline-block;
    margin-left: 0px;
    content: "\f078";
    color: #2B2B2B;
    transition: transform .3s ease;
    line-height: 1;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu::before {
    display: none;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu {
    display: none;
    opacity: 0;
    padding-left: 125px;
    grid-template-columns: 3fr 1fr;
    transition: opacity 2s ease-in-out;
    position: absolute;
    top: 48px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu ul > li:not(.menu-item-has-children) a {
    display: inline-block;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu ul > li:not(.menu-item-has-children) a::after {
    content: '';
    display: block;
    background: #359737;
    height: 2px;
    margin-top: 1px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu ul > li:not(.menu-item-has-children) a:hover::after {
    width: 100%;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub {
    padding-top: 2rem;
    min-height: 312px;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub .menuTituloDrop {
    margin-bottom: 1.5rem;
    font: 800 2.25rem / 49px Open Sans;
    display: block;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub .menuTituloDrop::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #F5F5F5;
    margin-top: 1.5rem;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub > ul {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 2rem;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub > ul > li a {
    display: inline-block;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub > ul > li a::after {
    content: '';
    display: block;
    background: #359737;
    height: 2px;
    margin-top: 1px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu .drop-menu .mainSub > ul > li a:hover::after {
    width: 100%;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li::after {
    content: '';
    display: block;
    background: #359737;
    height: 2px;
    margin-top: 1px;
    width: 0%;
    transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li:hover::after {
    width: 100%;
  }
  header #stickContainer .secondColun #mainMenuDesktop #customMenu > li:hover .drop-menu {
    display: grid;
    animation: menuDropAnimation 0.2s forwards;
  }
  header #stickContainer .secondColun #mainMenuDesktop .menu-item-has-children li:first-child {
    padding-top: 0px;
  }
  @keyframes menuDropAnimation {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: grid;
      opacity: 0;
    }
    100% {
      display: grid;
      opacity: 1;
    }
  }
  #govMenuDrop {
    background: #F5F5F5;
    padding: 40px;
    padding-right: 80px;
    margin-top: 0px;
    box-shadow: inset 3px 0px 6px #00000029;
  }
  #govMenuDrop a {
    color: #2B2B2B;
  }
  #govMenuDrop li {
    max-width: 100%;
  }
  #govMenuDrop .menu-item-has-children {
    margin-top: 24px;
  }
  #govMenuDrop .menu-item-has-children > a {
    margin-bottom: 1rem;
    display: inline-block;
  }
  #govMenuDrop .menu-item-has-children li:first-child {
    padding-top: 0px;
  }
  #govMenuDrop .menu {
    display: grid;
    margin-left: 0px;
    max-width: 85px;
    gap: 1rem;
  }
  #govMenuDrop .menu li {
    margin-bottom: 0px;
  }
  #govMenuDrop .menu::before {
    content: "Acesso rápido:";
    position: static;
    height: auto;
    color: #44484B;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
  }
  #govMenuDrop .menu .sub-menu {
    margin-top: 0;
    position: static;
    background: none;
    box-shadow: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: none;
    padding-left: 0px;
  }
  #govMenuDrop li.menu-item-has-children > a:after {
    content: ":";
    display: inline-block;
    margin-left: 0px;
    font-size: 1rem;
    color: #2B2B2B;
  }
  header {
    width: 100%;
    background: #FFF;
  }
  header #menuMobileIcon {
    display: none;
  }
  .stick #stickContainer .secondColun .menu-mainmenu-container, .containerSeparator #stickContainer .secondColun .menu-mainmenu-container {
    display: block;
  }
}

footer {
  margin-top: 40px;
}

#mainFooter {
  margin: 0 20px;
  min-height: 220px;
  position: relative;
  color: #2B2B2B;
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #EEEEEE;
  margin-top: 2.5rem;
}

#mainFooter .logoIfrnVertical {
  display: none;
}

#contactArea {
  font: 600 14px/19px Open Sans;
  display: grid;
  gap: 16px;
}

#contactArea #addressFooter {
  line-height: 1.5em;
}

#footerIcons {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: 32px;
}

#footerIcons a i {
  font-family: "Font Awesome 6 Brands";
  font-size: 24px;
}

#siteMap {
  display: none;
}

@media (min-width: 768px) {
  #mainFooter {
    border-top: none;
    margin-top: 0;
    grid-template-columns: minmax(auto, 90px) 1fr 1fr;
    align-items: center;
    justify-content: space-between;
  }
  #mainFooter .logoIfrnVertical {
    display: block;
    width: 90px;
  }
  #mainFooter .logoIfrnHorizontal {
    display: none;
  }
  #mainFooter .e-mec {
    display: flex;
    justify-content: center;
  }
  #mainFooter #contactArea {
    gap: 0px;
  }
  #mainFooter #contactArea #footerIcons {
    margin-top: 1rem;
    padding-bottom: 0px;
    justify-content: left;
  }
  #siteMap {
    display: block;
    background-color: #F5F5F5;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #siteMap h2 {
    font: bold 1.25rem / 27px Open Sans;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  #siteMap .siteMap-container {
    margin: 0 20px;
  }
  #siteMap .siteMap-container .menu {
    column-gap: 2rem;
    column-count: 4;
  }
  #siteMap .siteMap-container .menu > li {
    break-inside: avoid;
    width: 100%;
  }
  #siteMap .siteMap-container .menu > li:not(.menu-item-has-children) {
    margin-bottom: 1.5rem;
  }
  #siteMap .siteMap-container .menu > li:not(.menu-item-has-children) a {
    margin-bottom: 0px;
  }
  #siteMap .siteMap-container .menu .menu-item-has-children {
    margin-bottom: 1.5rem;
  }
  #siteMap .siteMap-container .menu > .menu-item > a {
    display: inline-block;
    font: 400 1rem / 26px Open Sans;
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: .5rem;
  }
  #siteMap .siteMap-container .sub-menu {
    display: grid;
    gap: .5rem;
  }
  #siteMap .siteMap-container .sub-menu a {
    font: 600 14px / 19px Open Sans;
    font-weight: 400;
    color: inherit;
  }
}

@media (min-width: 1240px) {
  #mainFooter {
    max-width: 1240px;
    margin: 0 auto;
  }
  #siteMap .siteMap-container {
    max-width: 1240px;
    margin: 0 auto;
  }
}

#UserWayDiv {
  position: fixed;
  right: 0;
  top: 75%;
  transform: translateY(calc(-50% + -60px));
  padding: 5px;
  background-color: #2873de;
  border-radius: 12px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}

div[vw].enabled {
  margin: 0 !important;
  top: 75% !important;
}

#breadcrumbs {
  display: flex;
  gap: 8px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

#breadcrumbs .inicio {
  display: none;
}

#breadcrumbs li {
  padding: 8px;
  position: relative;
  font-size: 12px;
}

#breadcrumbs li a {
  color: inherit;
}

#breadcrumbs li:first-child a {
  display: flex;
  gap: 8px;
}

#breadcrumbs li:last-child {
  color: #267922;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-weight: 600;
  position: absolute;
  right: -8px;
  top: 8px;
}

@media (min-width: 768px) {
  #breadcrumbs .inicio {
    display: inline-block;
  }
}

@media (min-width: 1240px) {
  #breadcrumbs {
    gap: 0;
  }
  #breadcrumbs li:first-child {
    padding: 0;
  }
  #breadcrumbs li {
    background-color: aqua;
    position: relative;
    font-size: 14px;
    background-color: #F5F5F5;
    transition: background-color .2s ease-in;
  }
  #breadcrumbs li:first-child a {
    padding: 8px 24px 8px 4px;
  }
  #breadcrumbs li a {
    padding: 8px 20px 8px 20px;
  }
  #breadcrumbs li:last-child {
    color: inherit;
    background-color: #EEF7EE;
    padding: 8px 24px 8px 24px;
  }
  #breadcrumbs li:hover {
    background-color: #EEF7EE;
  }
  #breadcrumbs li::after {
    display: none;
  }
  #breadcrumbs li:first-child {
    clip-path: polygon(0% 0%, 100% 0, calc(100% + -20px) 100%, 0 100%);
    padding-left: 8px;
  }
  #breadcrumbs li:not(:first-child) {
    clip-path: polygon(20px 0%, 100% 0, calc(100% + -20px) 100%, 0 100%);
    margin-left: -17px;
  }
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.header-section h1 {
  font: 800 2.25rem/49px Open Sans;
}

.header-section a {
  color: #267922;
  text-transform: uppercase;
  font: 600 12px/17px Open Sans;
  transition: all 0.2s ease;
}

.header-section a:hover::after {
  width: 100%;
}

.header-section a::after {
  content: '';
  display: block;
  background: #359737;
  height: 2px;
  margin-top: 1px;
  width: 0%;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#slideCarousel {
  max-width: 1240px;
  margin: 0px auto;
}

#slideCarousel .carousel-item {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .3s ease-in-out;
}

#slideCarousel .carousel-item a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#slideCarousel .carousel-item span {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(50px);
  padding: 12px 12px;
  margin: 8px 17%;
  height: 92%;
  border-radius: 5px;
}

#slideCarousel .carousel-item p {
  color: white;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 26px;
  text-shadow: 0px 3px 6px #00000029;
}

.carousel-indicators button[type="button"] {
  height: 5px;
  border-radius: 50%;
  width: 5px;
}

.carousel-indicators button.active {
  background-color: green !important;
}

.carousel-secondClass {
  height: 87px;
  text-align: center;
}

.carousel-item span {
  color: #44484B;
  font-weight: bold;
}

.secondCarousel:before {
  content: "|";
  color: #44484B;
  font-weight: 100;
  font-size: 22px;
  opacity: 0.5;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators.carrouselSubMenu {
  /* margin-top: 1px; */
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#atalhosCarousel .carousel-inner {
  box-shadow: 0px 0px 6px #00000040;
}

#atalhosCarousel .cardCaption {
  display: grid;
  border-right: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  width: 70%;
  margin: 0 auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#atalhosCarousel .carousel-caption {
  position: inherit;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

#atalhosCarousel .carousel-caption .cardCaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#atalhosCarousel .carousel-caption .cardCaption i {
  font-size: 24px;
}

#atalhosCarousel .carousel-caption .cardCaption .card-shortcut {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#atalhosCarousel .carousel-caption .cardCaption span {
  font: 400 1rem/26px Open Sans;
  font-weight: 400;
  line-height: 12px;
}

#atalhosCarousel .carousel-caption .cardCaption span:nth-child(2) {
  font-size: 1.375rem;
  line-height: 22px;
  color: #44484B;
  font-weight: 800;
}

#atalhosCarousel .carousel-indicators {
  margin-bottom: -1.3rem;
}

#atalhosCarousel .carousel-indicators button {
  background-color: #DDD;
}

#atalhosCarousel .carousel-control-next,
#atalhosCarousel .carousel-control-prev {
  background: none;
}

#processos-seletivos-front {
  margin-top: 32px;
}

#processos-seletivos-front::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-top: 32px;
}

#processos-seletivos-front .header-section h1 {
  font-size: 1.9rem;
}

#processos-seletivos-front .tab-itens {
  display: none;
}

#processos-seletivos-front .edital-sumario .edital-situacao-titulo {
  font: bold 1.25rem/27px Open Sans;
  margin-bottom: 1rem;
}

#processos-seletivos-front .edital-sumario .edital-lista {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

#processos-seletivos-front .edital-sumario .edital-lista::after {
  content: '';
  height: 1px;
  width: 100%;
  background: #EEEEEE;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item {
  color: #2B2B2B;
  padding: 1.5rem .8rem;
  padding-bottom: .5rem;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000029;
  position: relative;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item a {
  color: inherit;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .documentos {
  display: grid;
  gap: .5rem;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .documentos i {
  color: #359737;
  margin-right: .5rem;
  font-size: 12px;
  line-height: 1.9;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .documentos li {
  display: flex;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .documentos li:nth-child(n+4) {
  display: none;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .documentos li a {
  font: 400 1rem/26px Open Sans;
  font-weight: 400;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item .publico_alvo {
  position: absolute;
  top: 0px;
  right: 1rem;
  padding: 1px 4px;
  font: 600 12px/17px Open Sans;
  font-weight: bold;
  text-transform: uppercase;
  color: #267922;
  background: #EEF7EE;
}

#processos-seletivos-front .edital-sumario .edital-lista .edital-item > a {
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
}

#noticias {
  margin-top: 40px;
}

#noticias::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-top: 32px;
}

#noticias .card-img-top {
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.noticias-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, auto));
}

.noticias-grid .card {
  width: 100%;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 2px;
  border: none;
}

.noticias-grid .card:nth-child(n+3) .card-img-top {
  display: none;
}

.noticias-grid .card a {
  display: grid;
}

.noticias-grid .card .card-date {
  display: inline-block;
  font: 600 12px/17px Open Sans;
  color: #707070;
  font-weight: 700;
  margin-bottom: 8px;
}

.noticias-grid .card p {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 700;
  color: #2B2B2B;
}

.noticias-grid .card-body {
  padding: 8px 16px;
  display: grid;
}

.noticias-grid .card-body .card-call {
  display: flex;
  align-items: end;
  font: 600 12px/17px Open Sans;
  color: #267922;
}

.noticias-grid .card-body .card-call::after {
  font-family: 'Font Awesome\ 5 Free';
  font-size: inherit;
  content: '\f054';
  font-size: 8px;
  line-height: 2;
  margin-left: .5rem;
}

.section-web-stories {
  margin: 32px 0px;
}

.section-web-stories .header-section {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 1rem;
}

.section-web-stories .splide__track {
  margin-left: 20px;
  margin-bottom: 1rem;
}

.section-web-stories .splide__track .splide__slide {
  height: 380px;
  max-width: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  transition: background-size 0.5s ease;
}

.section-web-stories .splide__track .splide__slide a {
  font: 600 18px/24px Open Sans;
  color: #FFF;
  height: 100%;
  display: flex;
  align-items: end;
  background: transparent linear-gradient(180deg, #00000000 40%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
}

.section-web-stories .splide__arrows {
  display: flex;
  justify-content: end;
  gap: 28px;
  margin: 0px 20px;
}

.section-web-stories .splide__arrows button {
  background: none;
  border: none;
}

.section-web-stories .splide__arrows button:disabled i {
  color: #C3C3C3;
}

.section-web-stories .splide__arrows button i {
  font-size: 1.5rem;
  color: #359737;
}

@media (min-width: 768px) {
  .header-section a {
    font: 600 14px / 19px Open Sans;
  }
  #slideCarousel .carousel-item {
    height: 350px;
  }
  #slideCarousel .carousel-item span {
    position: absolute;
    top: 2rem;
    margin: 0px;
    height: auto;
    max-width: 520px;
    width: 100%;
  }
  #slideCarousel .carousel-item span.esquerda {
    left: 10%;
  }
  #slideCarousel .carousel-item span.direita {
    right: 10%;
  }
  #slideCarousel .carousel-item p {
    font-size: 24px;
    line-height: 33px;
  }
  #slideCarousel .carousel-control-next,
#slideCarousel .carousel-control-prev {
    max-width: 66px;
  }
  /* ATALHOS CAROUSEL*/
  #atalhosCarousel {
    max-width: 1240px;
    margin: 0px auto;
    margin-top: .5rem;
  }
  #atalhosCarousel .carousel-inner {
    display: flex;
    justify-content: space-around;
  }
  #atalhosCarousel .carousel-item {
    width: auto;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    float: none;
    margin-right: 0px;
    transition: transform 0s;
  }
  #atalhosCarousel .carousel-item:hover {
    background-color: #EEF7EE;
  }
  #atalhosCarousel .carousel-item:hover i {
    color: #359737;
  }
  #atalhosCarousel .carousel-item a {
    display: inline-block;
    width: 100%;
  }
  #atalhosCarousel .carousel-item::after {
    content: '';
    display: inline-block;
    height: 70%;
    width: 1px;
    color: #EEEEEE;
    background: #EEEEEE;
    position: absolute;
    right: 0px;
  }
  #atalhosCarousel .carousel-item:last-child::after {
    width: 0px;
  }
  #atalhosCarousel .carousel-caption .cardCaption {
    width: 100%;
    border: none;
  }
  #atalhosCarousel .carousel-caption .cardCaption i {
    display: none;
  }
  #atalhosCarousel .carousel-caption .cardCaption span {
    font: 600 14px / 19px Open Sans;
  }
  #atalhosCarousel .carousel-caption .cardCaption span:nth-child(2) {
    font-size: 18px;
  }
  #atalhosCarousel .carousel-caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  #atalhosCarousel .carousel-indicators,
#atalhosCarousel .carousel-control-prev,
#atalhosCarousel .carousel-control-next {
    display: none;
  }
  .inverte-section {
    flex-direction: column;
  }
  #processos-seletivos-front .header-section h1 {
    font-size: 2.25rem;
  }
  #processos-seletivos-front .tab-itens {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 1.25rem;
  }
  #processos-seletivos-front .tab-itens button {
    background: none;
    border: none;
    padding: 9px 0;
    font-weight: 600;
    transition: color 0.3s ease;
    transition: border 0.2s ease-in;
    border-bottom: 3px solid transparent;
  }
  #processos-seletivos-front .tab-itens button:hover {
    color: #267922;
  }
  #processos-seletivos-front .tab-itens button.active {
    border-bottom: 3px solid #359737;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao {
    display: none;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-situacao-titulo {
    display: none;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao:first-child {
    opacity: 1;
    height: auto;
    display: block;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao.cards-inativo {
    opacity: 0;
    height: 0px;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao.cards-ativo {
    display: block;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-lista {
    display: flex;
    overflow-x: auto;
    padding: .2rem;
    margin-bottom: 0;
    height: 100%;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-lista::after {
    display: none;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-lista .edital-item {
    min-height: 130px;
    min-width: 280px;
    transition: all 0.8s ease-in;
  }
  .noticias-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1240px) {
  #atalhosCarousel .carousel-caption .cardCaption i {
    display: block;
  }
  #atalhosCarousel .carousel-caption .cardCaption span {
    font: 400 1rem / 26px Open Sans;
  }
  #atalhosCarousel .carousel-caption .cardCaption span:nth-child(2) {
    font-size: 22px;
  }
  .carousel-inner {
    border-radius: 4px;
  }
  #noticias .card {
    overflow: hidden;
  }
  #noticias .card .card-img-top {
    transition: transform .2s ease-in;
  }
  #noticias .card:hover .card-img-top {
    transform: scale(1.02);
  }
  .noticias-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
  .noticias-grid .card:nth-child(n+3) .card-img-top {
    display: block;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-lista {
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0;
    overflow-x: visible;
  }
  #processos-seletivos-front .edital-sumario .edital-situacao .edital-lista .edital-item {
    max-width: 286px;
    flex-grow: 1;
  }
  .section-web-stories {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-web-stories .header-section {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-web-stories .splide__slide:hover {
    animation: zoom .3s forwards;
  }
  @keyframes zoom {
    0% {
      background-size: 100%;
    }
    100% {
      background-size: 105%;
    }
  }
  .section-web-stories .splide__slide {
    animation: zoom-out 0.3s forwards;
  }
  @keyframes zoom-out {
    0% {
      background-size: 105%;
    }
    100% {
      background-size: 100%;
    }
  }
  .section-web-stories .splide__track {
    margin-left: 0px;
  }
}

.post-title {
  font: bold 1.5rem/33px Open Sans;
  color: #2B2B2B;
}

#post, .postTemplate {
  color: #2B2B2B;
  margin: 40px 28px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

#post .post-subtitle, .postTemplate .post-subtitle {
  font: 400 1rem/26px Open Sans;
  font-weight: 600;
  color: #44484B;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

#post a:hover, .postTemplate a:hover {
  text-decoration: underline;
}

#post p, .postTemplate p {
  font: 400 1rem/26px Open Sans;
  margin-bottom: .5rem;
}

#post figure, .postTemplate figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#post span, .postTemplate span {
  font: 600 12px/17px Open Sans;
  color: #707070;
}

#post .postDate, .postTemplate .postDate {
  margin-bottom: 1rem;
}

#post sub, .postTemplate sub {
  font: 600 12px/17px Open Sans;
  color: #AAA;
}

#post h2, .postTemplate h2 {
  font: bold 1.25rem/27px Open Sans;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

#post h3, .postTemplate h3 {
  font: 600 18px/24px Open Sans;
  margin-top: 1rem;
  margin-bottom: .25rem;
}

#post .share-post, .postTemplate .share-post {
  text-align: left;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

#post .share-post span, .postTemplate .share-post span {
  color: #44484B;
}

#post .share-post .share-grid, .postTemplate .share-post .share-grid {
  display: flex;
  gap: 1rem;
  justify-content: left;
  margin-top: .5rem;
}

#post .share-post .share-grid div, .postTemplate .share-post .share-grid div {
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: .5rem;
  font-size: 22px;
  line-height: 19px;
}

@media (min-width: 788px) {
  .postTemplate .post-title, #post .post-title {
    font: 800 2.25rem / 49px Open Sans;
  }
  .postTemplate span, #post span {
    font: 600 14px / 19px Open Sans;
  }
}

#page h1 {
  margin-bottom: 1rem;
}

#page h2 {
  font: bold 1.5rem/33px Open Sans;
  margin-top: 2rem;
  margin-bottom: .5rem;
}

#page h3 {
  font: bold 1.25rem/27px Open Sans;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

#page h4 {
  font: 600 18px/24px Open Sans;
  margin-top: .5rem;
  margin-bottom: .3rem;
}

#page p {
  font: 400 1rem/26px Open Sans;
}

#page.two-colunm-template .main-content {
  max-width: 840px;
  margin-bottom: 2rem;
}

#page.two-colunm-template .clean-table {
  margin-bottom: 40px;
}

#page.two-colunm-template .clean-table .table-row {
  display: grid;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #EEEEEE;
}

#page.two-colunm-template .clean-table .table-label {
  font: 600 18px/24px Open Sans;
}

#page.two-colunm-template .clean-table .table-members {
  display: grid;
  font: 400 1rem/26px Open Sans;
}

#page.two-colunm-template .lm-tab {
  margin-bottom: .5rem;
}

#page.two-colunm-template .lm-tab input {
  display: none;
}

#page.two-colunm-template .lm-tab input:checked ~ .lm-content {
  max-height: 300px;
}

#page.two-colunm-template .lm-tab label {
  padding: 20px;
  cursor: pointer;
}

#page.two-colunm-template .lm-tab label::after {
  display: block;
  transition: all 0.4s;
}

#page.two-colunm-template .lm-tab .lm-content {
  max-height: 0px;
  border-bottom: 1px solid #EEF7EE;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}

#page.two-colunm-template .lm-tab .lm-content .lm-content-intern {
  padding-top: 1rem;
  padding-left: 2rem;
}

#page.two-colunm-template .lm-tab .lm-content p {
  display: flex;
  gap: .5rem;
  align-items: center;
  margin-bottom: 1rem;
}

#page.two-colunm-template .docs-section {
  font: 400 1rem/26px Open Sans;
}

#page.two-colunm-template .contact-list h3 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #EEEEEE;
}

#page.two-colunm-template .contact-list ul {
  margin-left: 0px;
}

#page.two-colunm-template .contact-list ul li::before {
  display: none;
}

@media (min-width: 1240px) {
  #page {
    max-width: 1240px;
    margin: 0 auto;
  }
  #page.two-colunm-template {
    display: flex;
    gap: 4rem;
  }
  #page.two-colunm-template .clean-table .table-row {
    grid-template-columns: 1fr 1fr;
  }
}

#page-cursos h1 {
  margin-bottom: 1rem;
}

#page-cursos .text {
  margin-bottom: 1rem;
}

#page-cursos .filtro-cursos-container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1rem;
}

#page-cursos .filtro-cursos-container .filtro-busca {
  position: relative;
  flex-grow: 1;
}

#page-cursos .filtro-cursos-container .filtro-busca .form-control {
  background-color: #F5F5F5;
  border-radius: 4px;
  border: none;
}

#page-cursos .filtro-cursos-container .filtro-busca .submit-busca {
  border: none;
  background: none;
  position: absolute;
  font-size: 24px;
  top: 5px;
  right: 12px;
}

#page-cursos .filtro-cursos-container .botao-filtro {
  display: inline-block;
  padding: 12px 12px;
  background-color: #F5F5F5;
  border: 1px solid #359737;
  color: #2B2B2B;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

#page-cursos .filtro-cursos-container .botao-filtro i {
  color: #359737;
}

#page-cursos .filtros-container {
  margin-bottom: 2rem;
}

#page-cursos .filtros-container.mostrar-filtro {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

#page-cursos .filtros-container.mostrar-filtro .cursos-filtro {
  animation: modalFilterAnimation 0.3s;
  display: block;
}

#page-cursos .filtros-container .cursos-filtro {
  display: none;
  position: fixed;
  top: 10%;
  right: 0px;
  padding: 1.5rem;
  width: 90%;
  height: 80vh;
  background: #F5F5F5;
  border-radius: 4px 0px 0px 4px;
}

#page-cursos .filtros-container .cursos-filtro .filtro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

#page-cursos .filtros-container .cursos-filtro .filtro-header h3 {
  font: 400 1rem/26px Open Sans;
  font-weight: 600;
}

#page-cursos .filtros-container .cursos-filtro .filtro-header i {
  font-size: 22px;
}

#page-cursos .filtros-container .cursos-filtro fieldset {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
  font: 600 14px/19px Open Sans;
}

#page-cursos .filtros-container .cursos-filtro legend {
  margin-bottom: 1rem;
  font-size: inherit;
}

#page-cursos .filtros-container .cursos-filtro legend::after {
  font-family: 'ifzl-font-icon';
  content: 'a';
}

#page-cursos .filtros-container .cursos-filtro .opcoes-filtro {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: .5rem;
}

#page-cursos .botao-aplicar-filtro {
  display: none;
  background-color: #359737;
  border-radius: 4px;
  border: none;
  color: #FFF;
  padding: .5rem;
  width: 100%;
  margin-top: 1rem;
  font: 400 1rem/26px Open Sans;
  font-weight: bold;
}

#page-cursos .botao-aplicar-filtro.mobile {
  display: block;
}

#page-cursos i.fa-sliders {
  color: #359737;
  margin-right: 6.5px;
}

#page-cursos .filtros-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#page-cursos .filtros-info #filtros-ativos, #page-cursos .filtros-info #limpar-filtros {
  display: inline-block;
  font-size: 12px;
  color: #2B2B2B;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
}

#page-cursos .filtros-info #filtros-ativos i, #page-cursos .filtros-info #limpar-filtros i {
  margin-right: .5rem;
}

#page-cursos .aplicar-filtros {
  display: inline-block;
  padding: 8px 110px;
  background-color: #359737;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
  margin-top: 32px;
}

#page-cursos .card-grid {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#page-cursos .card-cursos {
  position: relative;
  max-width: 350px;
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 24px;
  border-radius: 4px;
  cursor: pointer;
}

#page-cursos .card-cursos:hover img {
  filter: brightness(1);
}

#page-cursos .card-cursos:hover .botao-info button {
  background-color: #267922;
}

#page-cursos .card-cursos .categoria-label {
  position: absolute;
  top: 16px;
  left: -1px;
  z-index: 1;
  background-color: #C91517;
  color: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

#page-cursos .card-cursos img {
  border-radius: 4px 4px 0px 0px;
  height: 180px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: filter 0.2s ease-in-out;
}

#page-cursos .card-cursos .card-text {
  padding: 16px 20px 0px 20px;
  color: #2B2B2B;
}

#page-cursos .card-cursos .card-text h3 {
  font: bold 1.25rem/27px Open Sans;
  margin-bottom: 16px;
}

#page-cursos .card-cursos h4 {
  font-size: 14px;
  font-weight: 600;
  color: #44484B;
  margin-bottom: 8px;
}

#page-cursos .card-cursos .modalidade {
  font-size: 19px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 16px;
}

#page-cursos .card-cursos .botao-info {
  display: flex;
}

#page-cursos .card-cursos .botao-info button {
  background-color: #359737;
  color: #fff;
  padding: .5rem 1rem;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
  margin: 0 auto;
}

#page-cursos .card-cursos .botao-info i.fa-circle-info {
  color: #fff;
  margin-right: 6.5px;
}

@media (min-width: 768px) {
  #page-cursos #filtro-cursos-form .botao-filtro {
    display: none;
  }
  #page-cursos .filtros-container {
    display: flex;
    align-items: center;
  }
  #page-cursos .filtros-container.mostrar-filtro {
    background-color: transparent;
    position: inherit;
    height: auto;
    width: auto;
  }
  #page-cursos .filtros-container.mostrar-filtro .cursos-filtro {
    display: flex;
  }
  #page-cursos .filtros-container .cursos-filtro {
    display: flex;
    gap: 2rem;
    position: static;
    height: auto;
    padding: 0px;
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: 1px solid #DBDBDB;
    background: none;
  }
  #page-cursos .filtros-container .cursos-filtro .filtro-header {
    white-space: nowrap;
    font: 400 1rem / 26px Open Sans;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0px;
  }
  #page-cursos .filtros-container .cursos-filtro .filtro-header i {
    display: none;
  }
  #page-cursos .filtros-container .cursos-filtro .filtro-header::before {
    font-family: 'ifzl-font-icon';
    color: #359737;
    content: '"';
  }
  #page-cursos .filtros-container .cursos-filtro .botao-aplicar-filtro {
    display: block;
    grid-column: span 2;
  }
  #page-cursos .filtros-container .cursos-filtro .botao-aplicar-filtro.mobile {
    display: none;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset {
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    border: none;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset .opcoes-filtro {
    display: none;
    grid-template-columns: auto 1fr;
    gap: 1rem .5rem;
    min-width: 200px;
    background: #FFF;
    position: absolute;
    top: 22px;
    left: -16px;
    z-index: 2;
    padding: 1rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    white-space: nowrap;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset .opcoes-filtro input, #page-cursos .filtros-container .cursos-filtro fieldset .opcoes-filtro label {
    cursor: pointer;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset:hover .opcoes-filtro {
    display: grid;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset legend {
    font: 600 14px / 19px Open Sans;
    margin-bottom: 0px;
  }
  #page-cursos .filtros-container .cursos-filtro fieldset legend::after {
    font-family: 'ifzl-font-icon';
    content: 'a';
  }
  #page-cursos .card-grid {
    grid-template-columns: auto auto;
  }
  #page-cursos .card-grid .card-cursos {
    height: 100%;
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  #page-cursos .card-grid .card-cursos > a {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
  }
  #page-cursos .card-grid .card-cursos .card-text {
    display: grid;
    align-content: space-between;
  }
}

@media (min-width: 1240px) {
  #page-cursos .card-grid {
    grid-template-columns: auto auto auto;
  }
  #page-cursos .card-grid .card-cursos {
    min-width: 392px;
  }
}

@keyframes ModalFilterAnimation {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

#archive .search-feedback, #search .search-feedback {
  font: 600 16px/22px Open Sans;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: .5rem;
  max-width: 1130px;
}

#archive .search-feedback span, #search .search-feedback span {
  color: #359737;
}

#archive .card-item, #search .card-item {
  margin-top: 2rem;
}

#archive .card-item img, #search .card-item img {
  display: none;
}

#archive .card-item h2 a, #search .card-item h2 a {
  margin-bottom: .5rem;
  font: inherit;
  color: inherit;
}

#archive .card-item span, #search .card-item span {
  font: 600 12px/17px Open Sans;
  margin-bottom: 1rem;
  color: #7E8488;
}

#archive .card-item a, #search .card-item a {
  font: 600 12px/17px Open Sans;
}

#archive .card-item::after, #search .card-item::after {
  content: '';
  display: block;
  height: 1px;
  width: 30%;
  margin: 0 auto;
  margin-top: 2rem;
  background: #DBDBDB;
}

@media (min-width: 768px) {
  #archive .card-item, #search .card-item {
    padding-bottom: 2rem;
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #DBDBDB;
  }
  #archive .card-item img, #search .card-item img {
    display: block;
    object-fit: cover;
    min-width: 160px;
    max-width: 160px;
    max-height: 100px;
    border-radius: 5px;
  }
  #archive .card-item::after, #search .card-item::after {
    display: none;
  }
}

@media (min-width: 1240px) {
  #archive .card-item, #search .card-item {
    gap: 1.5rem;
    max-width: 1130px;
  }
  #archive .card-item img, #search .card-item img {
    min-width: 200px;
    max-width: 200px;
    max-height: 130px;
  }
}

#search .search-not-found h1, #search .search-not-found h2 {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0px;
}

#search .search-not-found h1 {
  font-size: 24px;
  margin: 26px 0 16px 0;
  line-height: 1.5;
}

#search .search-not-found h2 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.2;
}

#search .search-not-found ul {
  margin-left: 3rem;
  margin-bottom: 1rem;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

#search .search-not-found ul li {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}

#search .search-not-found ul li::before {
  content: "";
  margin-top: 10px;
  height: 4px;
  width: 4px;
  background-color: #2B2B2B;
  border-radius: 50%;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #search .search-not-found {
    margin-left: 65px;
  }
  #search .search-not-found h1 {
    margin-bottom: 24px;
  }
  #search .search-not-found ul {
    margin-bottom: 80px;
  }
}

#slide-shortcode {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#slide-shortcode ol, #slide-shortcode ul {
  list-style: none;
  display: flex;
  text-decoration: none;
  gap: 0px;
}

#slide-shortcode .splide__track {
  max-width: 240px;
  margin: 0 auto;
}

#slide-shortcode .splide__track iframe {
  width: 100%;
  height: auto;
}

#slide-shortcode .splide__track .last-slide {
  background: #F5F5F5;
  border-radius: 4px;
}

#slide-shortcode .splide__track .last-slide i {
  font-size: 2rem;
  color: #FF0000;
}

#slide-shortcode .splide__track .last-slide a {
  display: flex;
  height: 100%;
}

#slide-shortcode .splide__track .last-slide a .coluna-1 {
  padding: 12px 16px;
}

#slide-shortcode .splide__track .last-slide a .coluna-1 p {
  margin-top: .5rem;
  color: #292C2E;
}

#slide-shortcode .splide__track .last-slide a .coluna-2 {
  display: grid;
  align-items: center;
  padding: 12px 20px;
  background-color: #44484B;
  color: #FFF;
  border-radius: 0 4px 4px 0;
}

#slide-shortcode .splide__track .last-slide p, #slide-shortcode .splide__track .last-slide span {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: bold;
}

#slide-shortcode .splide__arrow {
  position: absolute;
  top: 40%;
  background: none;
  border: none;
}

#slide-shortcode .splide__arrow i {
  font-size: 1.5rem;
}

#slide-shortcode .splide__arrow--prev {
  left: 0px;
}

#slide-shortcode .splide__arrow--next {
  right: 0px;
}

#slide-shortcode .splide__pagination {
  display: flex;
  gap: .5rem;
}

#slide-shortcode .splide__pagination li button {
  background-color: #DDD;
  border-radius: 50%;
  border: none;
  height: 5px;
  width: 5px;
  padding: 0px;
}

#slide-shortcode .splide__pagination li button.is-active {
  background-color: #359737;
}

@media (min-width: 768px) {
  #slide-shortcode .splide__track {
    max-width: 90%;
  }
  #slide-shortcode .splide__track iframe {
    min-height: 140px;
  }
}

@media (min-width: 1240px) {
  #slide-shortcode .splide__track iframe {
    min-height: 210px;
  }
}

#not-found .roboErro404 {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#not-found .wp-block-buttons {
  margin-bottom: 40px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#not-found h1, #not-found h2, #not-found h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
}

#not-found h1 {
  font-size: 90px;
}

#not-found h2 {
  font-size: 24px;
}

#not-found h3 {
  font-size: 20px;
}

@media (min-width: 768px) {
  #not-found {
    max-width: 760px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto;
    justify-content: space-between;
  }
  #not-found h1 {
    font-size: 160px;
  }
  #not-found h2 {
    font-size: 36px;
  }
  #not-found h3 {
    font-size: 24px;
  }
  #not-found .texto {
    margin-bottom: 32px;
  }
  #not-found .roboErro404 {
    max-width: 378px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1240px) {
  #not-found {
    align-items: center;
    max-width: 990px;
    margin: auto;
  }
  #not-found .roboErro404 {
    max-width: 470px;
    height: auto;
    margin: 0;
    margin-top: 76px;
    margin-bottom: 45px;
  }
}

#choose-ava {
  align-content: center;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
}

#choose-ava h1 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 36px;
  margin: 34px 0;
}

#choose-ava a {
  display: inline-block;
  background: #EEF7EE 0% 0% no-repeat padding-box;
  border: 1px solid #359830;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  color: #2B2B2B;
}

#choose-ava a:hover {
  color: #FFFF;
  background: #359830;
}

#choose-ava a:hover .h2-ava::before {
  background-color: #35AC43;
}

#choose-ava h2 {
  font-weight: bold;
  text-align: left;
}

#choose-ava h2::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
}

#choose-ava .h2-ava::before {
  background-color: #359830;
}

#choose-ava .h2-aberto::before {
  background-color: #8300E7;
}

#choose-ava h3 {
  font: 600 12px/17px Open Sans;
  text-align: left;
  letter-spacing: 0px;
  color: #7E8488;
}

#choose-ava .descricao {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  #choose-ava {
    margin: 0 auto;
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

#webStories .title-filter {
  display: inline-block;
  font-size: 14px;
  margin-top: 16px;
  padding-bottom: 8px;
}

#webStories .filter-tablet-desktop {
  display: none;
}

#webStories .filter-mobile {
  margin-bottom: 16px;
}

#webStories .filter-mobile form select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #359830;
  background: var(--branco) 0% 0% no-repeat padding-box;
  font-weight: 600;
  color: var(--texto);
  outline: none;
  cursor: pointer;
}

#webStories .filter-mobile form select:focus {
  background: var(--hover-secundário-eef7ee) 0% 0% no-repeat padding-box;
  background: #EEF7EE 0% 0% no-repeat padding-box;
  border-radius: 4px 4px 0 0;
}

#webStories .filter-mobile form select:focus option {
  background: #ffffff;
}

#webStories .group-web-stories {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

#webStories .group-web-stories li {
  width: 280px;
  height: 374px;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#webStories .group-web-stories li a {
  display: block;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 40%, #000000 100%) 0% 0% no-repeat padding-box;
  color: white;
  font: 600 18px/24px Open Sans;
  display: flex;
  align-items: end;
  padding: 1.5rem;
  border-radius: .5rem;
}

@media (min-width: 768px) {
  #webStories .filter-mobile {
    display: none;
  }
  #webStories .filter-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: fit-content;
    margin: auto;
    margin-top: 24px;
  }
  #webStories .filter-tablet-desktop {
    display: block;
    padding-left: 16px;
    position: relative;
    min-width: 220px;
  }
  #webStories .filter-tablet-desktop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 2px;
    height: calc(100% + 100px);
    background-color: #359737;
  }
  #webStories .filter-tablet-desktop .title-filter {
    flex: 1;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 16px;
  }
  #webStories .filter-tablet-desktop ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #webStories .filter-tablet-desktop li a {
    padding-left: 16px;
    color: black;
    position: relative;
    line-height: 1.5;
  }
  #webStories .group-web-stories {
    display: flex;
    flex-wrap: wrap;
    width: 508px;
  }
  #webStories .group-web-stories li {
    width: 236px;
    height: 318px;
  }
}

@media (min-width: 1240px) {
  #webStories .filter-content {
    margin: 24px 0 0 0;
  }
  #webStories .filter-tablet-desktop::before {
    background-color: #EEEEEE;
  }
  #webStories .filter-tablet-desktop li a {
    border: 2px solid transparent;
  }
  #webStories .filter-tablet-desktop .ativo a {
    border-left: 2px solid #359737;
  }
  #webStories .group-web-stories {
    width: 922px;
    gap: 32px;
  }
  #webStories .group-web-stories li {
    width: 286px;
    height: 382px;
    animation: zoom-out 0.3s forwards;
  }
  #webStories .group-web-stories li:hover {
    animation: zoom .3s forwards;
  }
  @keyframes zoom {
    0% {
      background-size: 100%;
    }
    100% {
      background-size: 105%;
    }
  }
  @keyframes zoom-out {
    0% {
      background-size: 105%;
    }
    100% {
      background-size: 100%;
    }
  }
}

#processos-seletivos .processos-seletivos-grid .editais {
  font: 400 1rem/26px Open Sans;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EEEEEE;
}

#processos-seletivos .processos-seletivos-grid .editais .first-title {
  margin-bottom: 1rem;
}

#processos-seletivos .processos-seletivos-grid .editais > strong {
  font-weight: 600;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo-situacao {
  font: bold 1.5rem/33px Open Sans;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo {
  border: none;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #00000029;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  margin-bottom: 1rem;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-publico {
  position: absolute;
  top: 0px;
  right: 1rem;
  padding: 1px 4px;
  font: 600 12px/17px Open Sans;
  font-weight: bold;
  text-transform: uppercase;
  color: #267922;
  background: #EEF7EE;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-titulo {
  margin-bottom: .5rem;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-titulo a {
  font: bold 1.25rem/27px Open Sans;
  text-decoration: underline;
  font-weight: 600;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-periodo {
  margin-bottom: 1rem;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-inscrevase {
  display: flex;
}

#processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-inscrevase a {
  display: inline-block;
  margin: 0 auto;
  margin-top: 1rem;
  background: #359737;
  color: #FFF;
  padding: .5rem 1rem;
  text-align: center;
  font-weight: bold;
}

#processos-seletivos .processos-seletivos-grid .editais .psa-tab input:checked ~ label::after {
  content: "-";
}

#processos-seletivos .processos-seletivos-grid .editais .psa-tab .heading-more {
  font: bold 1.25rem/27px Open Sans;
  color: #2B2B2B;
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  box-shadow: 0px 2px 6px #00000029;
  border-left: 2px solid #359737;
}

#processos-seletivos .processos-seletivos-grid .editais .psa-tab .heading-more::after {
  content: "+";
  padding: 0px;
  position: static;
  font-size: 32px;
  font-weight: bold;
}

#processos-seletivos .processos-seletivos-grid .editais .psa-tab .psa-content {
  padding: 0 .5rem;
  margin-top: 1rem;
}

#processos-seletivos .processos-seletivos-grid .noticias {
  padding-top: 2rem;
}

#processos-seletivos .processos-seletivos-grid .noticias .second-title {
  margin-bottom: 1.5rem;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card {
  padding-bottom: 2rem;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card .post-tag {
  background: #EEF7EE;
  color: #267922;
  padding: 0px 4px;
  font: 600 12px/17px Open Sans;
  text-transform: capitalize;
  margin-bottom: .5rem;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card .third-title {
  margin-bottom: 1rem;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card .third-title a {
  color: inherit;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card .noticia-data {
  font: 600 14px/19px Open Sans;
  display: block;
  color: #7E8488;
}

#processos-seletivos .processos-seletivos-grid .noticias .archive-card::after {
  content: '';
  display: block;
  height: 1px;
  width: 30%;
  margin: 0 auto;
  margin-top: 2rem;
  background: #DBDBDB;
}

#processos-seletivos .processos-seletivos-grid .noticias .button-green {
  display: flex;
}

#processos-seletivos .processos-seletivos-grid .noticias .button-green > a {
  display: inline-block;
  margin: 0 auto;
  background: #359737;
  color: #FFF;
  padding: .5rem 1rem;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 768px) {
  #processos-seletivos .processos-seletivos-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  #processos-seletivos .processos-seletivos-grid .editais {
    max-width: 760px;
    border-bottom: none;
  }
  #processos-seletivos .processos-seletivos-grid .editais .first-title {
    margin-top: 0px;
  }
  #processos-seletivos .processos-seletivos-grid .editais .processo-seletivo .processo-seletivo-inscrevase {
    display: block;
  }
  #processos-seletivos .processos-seletivos-grid .noticias {
    min-width: 250px;
    max-width: 320px;
    padding-top: 0px;
  }
  #processos-seletivos .processos-seletivos-grid .noticias .second-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 16px;
  }
}

/* cards */
.processo-seletivo {
  border: 2px solid green;
}

/* acordeoes */
.psa-tab,
.psa-tab * {
  box-sizing: border-box;
}

.psa-tab input {
  display: none;
}

.psa-tab label {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  font-weight: 500;
  color: #555;
  background-image: linear-gradient(#fff, #efefef);
  border: solid 1px #DBDBDB;
  cursor: pointer;
}

.psa-tab .psa-content {
  background: #FFF;
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
  padding-right: 20px;
}

.psa-tab .psa-content p {
  padding: 15px;
}

.psa-tab input:checked ~ .psa-content {
  max-height: unset;
}

.psa-tab label::after {
  display: block;
  padding: 10px;
  content: "\25bc";
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.4s;
}

.psa-tab input:checked ~ label::after {
  transform: rotate(-180deg);
}

#polos-map {
  display: flex;
  height: 600px;
}

#polos-map #map {
  height: 600px;
  width: 100%;
}

#polos-map #map .leaflet-pane, #polos-map #map .leaflet-control, #polos-map #map .leaflet-top {
  z-index: 1;
}

#polos-map .restart-map-button, #polos-map .polos-list-toggle {
  z-index: 2;
  position: absolute;
  background-color: white;
  padding: .5rem .75rem;
  margin: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: .25rem;
  cursor: pointer;
}

#polos-map .restart-map-button:hover, #polos-map .polos-list-toggle:hover {
  background-color: #FAFAFA;
}

#polos-map .restart-map-button {
  right: 0;
}

#polos-map .polos-list-toggle {
  display: none;
  left: 0;
}

#polos-map .polos-sidebar {
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  transition: width .3s ease-in-out;
}

#polos-map .polos-sidebar h2 {
  margin-top: 0;
  margin-bottom: .25rem;
}

#polos-map .polos-sidebar p {
  font: 600 12px/17px Open Sans;
  color: #44484B;
}

#polos-map .leaflet-popup-content h3, #polos-map .leaflet-popup-content p {
  margin: 0;
}

#polos-map .leaflet-popup-content h3 {
  margin-bottom: .5rem;
}

#polos-map .leaflet-popup-content p {
  font: 600 14px/19px Open Sans;
  margin-bottom: .25rem;
  font-weight: 400;
}

#polos-map #search-container {
  display: flex;
  gap: .25rem;
  padding: 1rem .75rem;
  background-color: white;
  height: auto;
}

#polos-map #search-input {
  /* position: relative; */
  padding: 5px;
  flex-grow: 1;
}

#polos-map #clear-search {
  /* position: absolute; */
  /* right: 4px; */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  padding: 0;
  line-height: 1;
}

#polos-map #clear-search:hover {
  color: #333;
}

#polos-map #polos-list-items {
  height: auto;
  overflow-y: auto;
}

#polos-map #polos-list-items::-webkit-scrollbar {
  width: 6px;
}

#polos-map #polos-list-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#polos-map #polos-list-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#polos-map #polos-list-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#polos-map .not-found-message {
  padding: 1rem .75rem;
}

#polos-map .polo-item {
  padding: 1rem .75rem;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#polos-map .polo-item:hover {
  background-color: #EEE;
}

#polos-map .polo-item.selected {
  background-color: #EEE;
}

#polos-map .leaflet-container a.leaflet-popup-close-button {
  top: .5rem;
  right: .5rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  #polos-map {
    margin-inline: -20px;
  }
  #polos-map.sidebar-open .polos-sidebar {
    width: 300px;
  }
  #polos-map.sidebar-open .polos-list-toggle i.fa-list {
    display: none;
  }
  #polos-map.sidebar-open .polos-list-toggle i.fa-xmark {
    display: inline-block;
  }
  #polos-map.sidebar-open .restart-map-button {
    display: none;
  }
  #polos-map .polos-sidebar {
    width: 0;
  }
  #polos-map .polos-list-toggle {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  #polos-map .polos-list-toggle i.fa-list {
    display: inline-block;
  }
  #polos-map .polos-list-toggle i.fa-xmark {
    display: none;
  }
}

/* (A) TABS CONTAINER */
.lm-tab,
.lm-tab * {
  box-sizing: border-box;
}

/* (B) HIDE CHECKBOX */
.lm-tab input {
  display: none;
}

/* (C) TAB LABEL */
.lm-tab label {
  /* (C1) DIMENSIONS */
  position: relative;
  /* required for (f2) position:absolute */
  display: block;
  width: 100%;
  padding: 20px;
  /* (C2) COSMETICS */
  font-weight: 500;
  color: #555;
  background-image: linear-gradient(#fff, #efefef);
  border: solid 1px #dbdbdb;
  cursor: pointer;
}

/* (D) TAB CONTENT - HIDDEN BY DEFAULT */
/* css animation will not work with auto height */
/* this is why we use max-height instead */
.lm-tab .lm-content {
  background: #FFF;
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
  padding-right: 20px;
}

.lm-tab .lm-content p {
  padding: 15px;
}

/* (E) OPEN TAB ON CHECKED */
.lm-tab input:checked ~ .lm-content {
  max-height: unset;
}

/* (F) EXTRA - ADD ARROW INDICATOR */
.lm-tab label::after {
  /* (F1) RIGHT ARROW */
  display: block;
  padding: 10px;
  content: "\25bc";
  /* (F2) PLACE AT RIGHT SIDE */
  position: absolute;
  right: 10px;
  top: 10px;
  /* (F3) ANIMATED ARROW */
  transition: all 0.4s;
}

/* (F4) ROTATE ARROW ON CHECKED */
.lm-tab input:checked ~ label::after {
  transform: rotate(-180deg);
}
