@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  padding-top: 70px;
}
body a {
  color: black;
}
body p {
  line-height: 2;
}
body h3 {
  font-size: 18px;
  font-weight: 600;
}
body select, body .select2-selection {
  border-radius: 8px !important;
  padding: 5px 40px 5px 10px !important;
  border: 1px solid #B1B1B1 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-image: url("./img/select-icon.png");
  max-width: 180px;
  height: 32px !important;
  cursor: pointer;
}
body select:focus, body .select2-selection:focus {
  outline: none;
}
body select b, body .select2-selection b {
  display: none !important;
}
body .select2-container--default .select2-selection--single {
  border-radius: 8px;
  padding: 5px 40px 5px 10px !important;
  border: 1px solid #B1B1B1 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-image: url("./img/select-icon.png");
  max-width: 180px;
  height: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .select2-selection__placeholder span {
  color: black;
  font-size: 14px;
}
body .select2-container--default .select2-selection--single:focus {
  outline: none;
}
body .select2-container--default .select2-results__option {
  padding: 5px 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline: none;
}
body .select2 input.select2-search__field {
  margin: 0 !important;
}
body .select2 input.select2-search__field::-webkit-input-placeholder {
  color: black;
  font-size: 14px;
  margin: 0 !important;
}
body .select2 input.select2-search__field::-moz-placeholder {
  color: black;
  font-size: 14px;
  margin: 0 !important;
}
body .select2 input.select2-search__field:-ms-input-placeholder {
  color: black;
  font-size: 14px;
  margin: 0 !important;
}
body .select2 input.select2-search__field::-ms-input-placeholder {
  color: black;
  font-size: 14px;
  margin: 0 !important;
}
body .select2 input.select2-search__field::placeholder {
  color: black;
  font-size: 14px;
  margin: 0 !important;
}
body button, body [type=submit] {
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  border: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #8d99e5;
  color: white;
  padding: 5px 40px 5px 10px;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-image: url("./img/submit-icon.png");
}
body button:hover, body [type=submit]:hover {
  background-color: #B1B1B1;
}
body button:focus, body [type=submit]:focus {
  outline: none;
}

.content {
  max-width: 1440px;
  padding: 50px 100px;
  min-height: calc(100vh - 296px);
}
@media only screen and (max-width: 1024px) {
  .content {
    padding: 20px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 10px 20px;
  }
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  z-index: 500;
}
.menu-wrap {
  padding: 20px 0px;
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
}
.menu-logo {
  text-align: center;
}
.menu-logo span {
  display: block;
  font-size: 11px;
}
.menu-logo:hover {
  color: #8d99e5;
  text-decoration: none !important;
}
.menu a {
  color: black;
  text-decoration: none;
}
.menu a:hover, .menu a.menu-link.active {
  text-decoration: underline;
  color: #8d99e5;
}
.menu a.submeter {
  background-color: black;
  border-radius: 8px;
  color: white;
  padding: 5px 20px 5px 30px;
  background-repeat: no-repeat;
  background-position: 15px center;
  text-align: center;
  background-image: url("./img/upload-icon.png");
  min-width: 170px;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .menu a.submeter {
    min-width: 100px;
  }
}
.menu a.submeter:hover, .menu a.submeter.menu-link.active {
  text-decoration: none;
  color: #8d99e5;
}
.menu-sep {
  height: 28px;
  width: 1px;
  background: black;
}
.menu input[type=search] {
  border-radius: 8px;
  border: 1px solid #B1B1B1;
  padding: 2px 10px 2px 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-image: url("./img/search-icon.png");
  max-width: 200px;
}
@media only screen and (max-width: 900px) {
  .menu input[type=search] {
    max-width: 100px;
  }
}
.menu input[type=search]::-webkit-input-placeholder {
  font-size: 14px;
}
.menu input[type=search]::-moz-placeholder {
  font-size: 14px;
}
.menu input[type=search]:-ms-input-placeholder {
  font-size: 14px;
}
.menu input[type=search]::-ms-input-placeholder {
  font-size: 14px;
}
.menu input[type=search]::placeholder {
  font-size: 14px;
}
.menu input[type=search]:focus {
  outline: none;
}
.menu-mobile {
  position: relative;
  background: white;
}
.menu-mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-mobile-top input[type=search] {
  max-width: 145px;
}
.menu-mobile-top svg {
  height: auto;
  width: 27px;
}
.menu-mobile-links {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  background: white;
  padding: 30px 0 50px 0;
  border-bottom: 1px solid #B1B1B1;
}
.menu-mobile-links a {
  text-align: center;
  display: block;
  margin: 10px 0;
}
.menu-mobile-links a.submeter {
  max-width: 180px;
  margin: 0 auto;
}
.menu .idioma-list {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  background: white;
  padding: 5px;
  font-size: 14px;
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu .idioma-list {
    right: 15px;
    top: 70px;
  }
}

.homepage {
  background-image: url("./img/home.png");
  padding: 50px 75px;
}
@media only screen and (max-width: 767px) {
  .homepage {
    display: block;
    padding: 40px 20px;
  }
}
.homepage > div {
  margin: 0 auto;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .homepage > div {
    margin: 0;
  }
}
.homepage > div h3 {
  margin-bottom: 24px;
}
.homepage-switch {
  margin: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.homepage-switch a {
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #B1B1B1;
  margin-right: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #B1B1B1;
}
.homepage-switch a.active, .homepage-switch a:hover {
  color: black;
  border: 1px solid black;
}

.listagem form {
  margin: 40px 0 30px 0;
}

.cronologia-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.cronologia-switch {
  margin: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cronologia-switch a {
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #B1B1B1;
  margin-right: 20px;
  text-decoration: none;
  color: #B1B1B1;
}
.cronologia-switch a.active, .cronologia-switch a:hover {
  color: black;
  border: 1px solid black;
}
.cronologia-ano {
  margin-right: 100px;
  border-left: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .cronologia-ano {
    margin-right: 40px;
  }
}
.cronologia-ano h4 {
  border-left: 1px solid white;
  margin-left: -1px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #8d99e5;
}

.card {
  width: 265px;
  border: 0;
  margin: 0 22px 22px 0;
  text-decoration: none;
}
.card:hover h3 {
  color: #8d99e5;
}
.card-info {
  padding: 13px 0;
  border-bottom: 1px solid #B1B1B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-info span {
  height: 25px;
  width: 1px;
  margin: 0 16px;
  background: #B1B1B1;
  display: block;
}
.card-author {
  padding: 8px 0;
  border-bottom: 1px solid #B1B1B1;
  color: #B1B1B1;
}
.card-status {
  color: #8d99e5;
  padding: 8px 0;
  font-size: 12px;
}
.card img {
  width: 100%;
  height: 145px;
  -o-object-fit: none;
     object-fit: none;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 8px 8px 0 0;
}
.card .wiki {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.card h3 {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #B1B1B1;
}
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .card-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.map-img {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.map-slide-block {
  position: relative;
}
.map-slide-block .wiki {
  content: "@wikipedia";
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.map-slide-block h4 {
  position: absolute;
  top: 50px;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 96px;
  background: white;
  font-size: 32px;
  color: #8d99e5;
  margin: 0;
  padding: 0;
  z-index: 200;
}
.map-slide .slick-arrow {
  display: block;
  top: 74px;
  left: 210px;
  height: 48px;
  width: 32px;
  background-repeat: no-repeat;
  border-radius: 0;
  background-image: url("./img/next.png");
  z-index: 100;
}
.map-slide .slick-arrow::before {
  content: "";
}
.map-slide .slick-arrow.slick-prev {
  top: 123px;
  background-image: url("./img/prev.png");
}

.page-template-mapa .content {
  min-height: auto;
}

.pagination {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 5px;
  color: #B1B1B1;
}
.pagination a.current, .pagination a:hover {
  color: black;
}

.artigo .submission-preview-message {
  background: #8d99e5;
  padding: 10px;
  color: white;
  margin-bottom: 30px;
}
.artigo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .artigo-wrap {
    display: block;
  }
}
.artigo-text {
  width: 66.6666666667%;
}
@media only screen and (max-width: 767px) {
  .artigo-text {
    width: 100%;
  }
}
.artigo-autor {
  display: block;
  color: #B1B1B1;
  font-size: 14px;
}
.artigo-titulo {
  font-size: 32px;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 767px) {
  .artigo-titulo {
    width: 100%;
  }
}
.artigo-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.artigo-local span {
  height: 25px;
  width: 1px;
  margin: 0 16px;
  background: #B1B1B1;
  display: block;
}
.artigo-audio {
  padding: 0 30px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .artigo-audio {
    width: 100%;
  }
}
.artigo-audio img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5px;
}
.artigo-audio .artigo-copy {
  display: block;
  font-size: 12px;
}
.artigo-audio audio {
  width: 100%;
  margin-bottom: 20px;
}
.artigo-temas {
  margin-bottom: 20px;
}
.artigo-temas a {
  font-size: 14px;
  margin-right: 10px;
  text-decoration: none;
  background: #f1f3f4;
}
.artigo-temas a:hover {
  text-decoration: underline;
}
.artigo-ref {
  font-size: 12px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
}
.artigo-ref .wp-embedded-content {
  display: none;
}
.artigo-ref-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artigo-ref-files svg {
  height: auto;
  width: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
.artigo-print {
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
.artigo-print svg {
  height: auto;
  width: 20px;
  margin-right: 5px;
}
.artigo-langs a {
  font-size: 14px;
  text-transform: uppercase;
}
.artigo-gallery {
  margin: 50px 0;
}
.artigo-gallery img {
  max-width: 500px;
}
.artigo-gallery .slick-slide {
  text-align: center;
}
.artigo-gallery .slick-arrow {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.footer {
  background: black;
}
.footer .content {
  padding: 50px 100px 0px 100px;
  min-height: auto;
}
.footer-grant {
  padding-bottom: 10px;
  text-align: left;
  color: white;
  font-size: 10px;
}
.footer-sponsors {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-sponsors a img, .footer-sponsors a svg {
  max-height: 100px;
  max-width: 200px;
  margin: 0 15px;
}
.footer-sponsors a img:nth-child(1), .footer-sponsors a svg:nth-child(1) {
  margin: 0 15px 0 0;
}
.footer-content {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content a {
  color: white;
  font-size: 12px;
}
.footer-carbon {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-carbon a {
  color: white;
  font-size: 12px;
  margin-left: 15px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.frontend-form .acf-field-662d21195167b, .frontend-form .acf-field-663e39b06ed0d, .frontend-form .acf-field-663e39f06ed0e,
.frontend-form .acf-field-662d22401101e, .frontend-form .acf-field-6633c5b849cd3, .frontend-form .acf-field-663e3a316ed10,
.frontend-form .acf-field-663e3a516ed11 {
  display: inline-block;
  width: auto;
  max-width: 220px;
}
.frontend-form .acf-field-662d21195167b select, .frontend-form .acf-field-663e39b06ed0d select, .frontend-form .acf-field-663e39f06ed0e select,
.frontend-form .acf-field-662d22401101e select, .frontend-form .acf-field-6633c5b849cd3 select, .frontend-form .acf-field-663e3a316ed10 select,
.frontend-form .acf-field-663e3a516ed11 select {
  max-width: none;
}
.frontend-form .acf-field-6633c5b849cd3 .select2-selection--multiple {
  padding-top: 3px !important;
}
.frontend-form .acf-field.acf-field-true-false {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.frontend-form .acf-field.acf-field-true-false .acf-input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.frontend-form .acf-field.acf-field-true-false .acf-label {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.frontend-form .acf-fr {
  display: none;
}
.frontend-form .file-custom .button {
  text-decoration: underline;
}

#eeBFEL label {
  display: block;
}

.comments h3 {
  padding-top: 25px;
  margin-top: 10px;
  border-top: 1px solid #B1B1B1;
}
.comments .comment {
  font-size: 14px;
}
.comments .comment strong {
  font-weight: 600;
}

.comment-form {
  font-size: 14px;
}
.comment-form h3 {
  padding-top: 15px;
  font-size: 14px;
}
.comment-form button {
  display: block;
  margin-top: 5px;
}

/*! This file is auto-generated */
.wp-color-picker {
  width: 80px;
  direction: ltr;
}

.wp-picker-container .hidden {
  display: none;
}

.wp-picker-container .wp-color-result.button {
  min-height: 30px;
  margin: 0 6px 6px 0;
  padding: 0 0 0 30px;
  font-size: 11px;
}

.wp-color-result-text {
  background: #f6f7f7;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #c3c4c7;
  color: #50575e;
  display: block;
  line-height: 2.54545455;
  padding: 0 6px;
  text-align: center;
}

.wp-color-result:focus, .wp-color-result:hover {
  background: #f6f7f7;
  border-color: #8c8f94;
  color: #1d2327;
}

.wp-color-result:focus:after, .wp-color-result:hover:after {
  color: #1d2327;
  border-color: #a7aaad;
  border-left: 1px solid #8c8f94;
}

.wp-picker-container {
  display: inline-block;
}

.wp-color-result:focus {
  border-color: #4f94d4;
  -webkit-box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
          box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
}

.wp-color-result:active {
  -webkit-transform: none !important;
          transform: none !important;
}

.wp-picker-open + .wp-picker-input-wrap {
  display: inline-block;
  vertical-align: top;
}

.wp-picker-input-wrap label {
  display: inline-block;
  vertical-align: top;
}

.form-table .wp-picker-input-wrap label {
  margin: 0 !important;
}

.wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default, .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default {
  margin-left: 6px;
  padding: 0 8px;
  line-height: 2.54545455;
  min-height: 30px;
}

.wp-picker-container .iris-square-slider .ui-slider-handle:focus {
  background-color: #50575e;
}

.wp-picker-container .iris-picker {
  border-radius: 0;
  border-color: #dcdcde;
  margin-top: 6px;
}

.wp-picker-container input[type=text].wp-color-picker {
  width: 4rem;
  font-size: 12px;
  font-family: monospace;
  line-height: 2.33333333;
  margin: 0;
  padding: 0 5px;
  vertical-align: top;
  min-height: 30px;
}

.wp-color-picker::-webkit-input-placeholder {
  color: #646970;
}

.wp-color-picker::-moz-placeholder {
  color: #646970;
  opacity: 1;
}

.wp-color-picker:-ms-input-placeholder {
  color: #646970;
}

.wp-picker-container input[type=text].iris-error {
  background-color: #fcf0f1;
  border-color: #d63638;
  color: #000;
}

.iris-picker .iris-strip .ui-slider-handle:focus, .iris-picker .ui-square-handle:focus {
  border-color: #3582c4;
  border-style: solid;
  -webkit-box-shadow: 0 0 0 1px #3582c4;
          box-shadow: 0 0 0 1px #3582c4;
  outline: 2px solid transparent;
}

.iris-picker .iris-palette:focus {
  -webkit-box-shadow: 0 0 0 2px #3582c4;
          box-shadow: 0 0 0 2px #3582c4;
}

@media screen and (max-width: 782px) {
  .wp-picker-container input[type=text].wp-color-picker {
    width: 5rem;
    font-size: 16px;
    line-height: 1.875;
    min-height: 32px;
  }
  .wp-customizer .wp-picker-container input[type=text].wp-color-picker {
    padding: 0 5px;
  }
  .wp-picker-input-wrap .button.wp-picker-clear, .wp-picker-input-wrap .button.wp-picker-default {
    padding: 0 8px;
    line-height: 2.14285714;
    min-height: 32px;
  }
  .wp-customizer .wp-picker-input-wrap .button.wp-picker-clear, .wp-customizer .wp-picker-input-wrap .button.wp-picker-default {
    padding: 0 8px;
    font-size: 14px;
    line-height: 2.14285714;
    min-height: 32px;
  }
  .wp-picker-container .wp-color-result.button {
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 2.14285714;
  }
  .wp-customizer .wp-picker-container .wp-color-result.button {
    font-size: 14px;
    line-height: 2.14285714;
  }
  .wp-picker-container .wp-color-result-text {
    padding: 0 14px;
    font-size: inherit;
    line-height: inherit;
  }
  .wp-customizer .wp-picker-container .wp-color-result-text {
    padding: 0 10px;
  }
}