/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::selection {
  background-color: #a2ca3a;
  color: #1a1a1a;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  counter-reset: info-counter feature-counter quality-card;
}

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

fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  border: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
}

hr{
  margin: 25px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main-container {
  max-width: 1800px;
  margin: 0 auto;
}

.container {
  max-width: 1573px;
  margin: 0 auto;
}

.container-md {
  max-width: 1300px;
  margin: 0 auto;
}

.container-sm {
  max-width: 550px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.other-related-container {
  max-width: 1478px;
  margin: 0 auto;
}

.container-team,
.container-bibliography,
.container-podcast {
  max-width: 720px;
  margin: 0 auto;
}

.interest-container,
.single-team-container,
.activity-container,
.single-event-container {
  max-width: 1043px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.presentation-container {
  max-width: 996px;
  margin: 0 auto;
}

.info-container {
  max-width: 777px;
  margin: 0 auto;
}

.info-container ul {
  margin-bottom: 20px;
}

ol{
  padding-left: 20px;
}

.info-container li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 16px;
}

.error-container,
.archive-podcast-container {
  max-width: 785px;
  margin: 0 auto;
}

.barometer-container {
  max-width: 1450px;
  margin: 0 auto;
}

.agenda-container {
  max-width: 1450px;
  margin: 0 0 0 13%;
}

.concepts-container {
  max-width: 983px;
  margin: 0 auto;
}

.subscribe-newsletter-container {
  max-width: 950px;
  margin: 0 auto;
}

.quality-information-container {
  max-width: 1167px;
  margin: 0 auto;
}

.podcast-container {
  max-width: 1147px;
  margin: 0 auto;
}

h2 {
  color: #231f20;
  font-family: "Montserrat Alternates";
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

h2.small-h2,
.presentation-info h2 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}

h1 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
}

h1.small-h1 {
  color: #231f20;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 166.667%;
}

p.small-p {
  color: #797979;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

span.black-span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

/* AJUSTES */
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.text-subtitle {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.self-center {
  align-self: center;
}

.color-white {
  color: #fff;
}

/* BOTÕES */
.display-none {
  display: none;
}

.btn-more {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-more::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(assets/images/icons/icon-btn-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.btn-more:hover::after {
  transform: translateX(5px);
}

.post-card .btn-more::after {
  width: 29px;
  background-image: url(assets/images/icons/icon-btn-more-big.svg);
}

.post-card .btn-more:hover::after {
  transform: none;
}

.btn-more-rounded {
  color: #231f20;
  font-family: "Montserrat Alternates";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100.885%;
  /* 14.124px */
  padding: 14px 20px;
  border-radius: 10px;
  background-color: #fff;
  width: fit-content;
  height: fit-content;
  transition: all 0.2s;
}

.btn-more-rounded:hover {
  background-color: #c4c4c4;
}

.btn-survey {
  color: #231f20;
  font-family: "Montserrat Alternates";
  font-size: 15px;
  font-weight: 700;
  line-height: 100.885%;
  /* 15.133px */
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-survey::after {
  content: "";
  width: 26px;
  aspect-ratio: 1;
  background-image: url(assets/images/icons/btn-survey.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.main-button {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100.885%;
  border-radius: 30px;
  display: block;
  padding: 15.5px 32.5px;
  min-width: 200px;
  width: fit-content;
}

.main-button.transparent {
  color: #231f20;
  border: 1px solid #717171;
}

.main-button.black {
  color: #ffffff;
  background-color: #231f20;
}

.small-button {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100.885%;
  padding: 16px 30px;
  border-radius: 34px;
  width: fit-content;
  transition: all 0.2s;
}

.small-button.grey {
  color: #262626;
  background-color: #e6e6e6;
}

.small-button.grey:hover {
  color: #ffffff;
  background-color: #000;
}

.download-pdf {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100.885%;
  padding: 16px 30px;
  border-radius: 34px;
  background-color: #2d2d2d;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}

.download-pdf:hover {
  background-color: #fff;
  color: #212121;
}

.download-pdf::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 15px;
  background-image: url(assets/images/icons/download-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.download-pdf:hover::after {
  filter: invert(1);
}

.listen-button {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 151%;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #373737;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  align-self: flex-end;
  transition: all 0.2s;
  border: 1px solid transparent;
}

.archive-podcast-title>span {
  display: block;
}

.archive-podcast-intro .listen-button {
  font-size: 14px;
  padding: 14px 35px;
  border-radius: 30px;
}

.archive-podcast-intro .listen-button::after {
  min-width: 14px;
  height: 17px;
}

.listen-button:hover {
  border: 1px solid #373737;
  background-color: transparent;
}

.listen-button.white {
  background-color: #fff;
  color: #262626;
}

.listen-button.white:hover {
  background-color: #c7c7c7;
}

.listen-button::after {
  content: " ";
  position: relative;
  display: inline-block;
  min-width: 8px;
  height: 11px;
  background-image: url(assets/images/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.listen-button.white::after {
  filter: invert(1);
}

/* HEADER */
header {
  padding: 10px 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

header.dark {
  background-color: #212121;
}

.header-language {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header-language>button {
  color: #6c6c6c;
  text-align: center;
  font-size: 11.086px;
  font-weight: 400;
  line-height: 100.885%;
  padding: 6px 9px;
  cursor: pointer;
  border-radius: 25.584px;
  transition: all .2s;
}

.dark-header .header-language>button {
  background-color: rgba(237, 237, 237, 0.15);
  color: #ababab;
}

.btn-tool {
  width: 27px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}

.btn-reset.hidden {
  display: none;
}

.btn-tool.active,
.btn-tool:hover {
  background-color: #404040;
}

.go-to-main {}

.footer-accessibility .increase-font:hover,
.increase-font {
  background-image: url(assets/images/icons/T+.svg);
}

.btn-reset {
  color: #707070;
  text-align: center;
  font-size: 11.086px;
  font-style: normal;
  font-weight: 500;
  line-height: 100.885%;
  text-decoration-line: underline;
  background-color: transparent;
  padding: 9px;
  border-radius: 25.584px;
  transition: all 0.2s;
  cursor: pointer;
}

.btn-dark-mode,
.btn-light-mode {
  display: none;
}

.btn-reset:hover {
  background-color: #eee;
}

.footer-accessibility .increase-font:hover,
.footer-accessibility .decrease-font:hover {
  background-color: #eee;
}

.increase-font:hover {
  background-image: url(assets/images/icons/T+white.svg);
}

.decrease-font,
.footer-accessibility .decrease-font:hover {
  background-image: url(assets/images/icons/T-.svg);
}

.decrease-font:hover {
  background-image: url(assets/images/icons/T-white.svg);
}

.btn-tool.btn-dark-mode {
  background-image: url(assets/images/icons/dark-mode.svg);
  background-color: #eee;
}

.btn-dark-mode.active,
.btn-dark-mode:hover {
  background-image: url(assets/images/icons/dark-mode-white.svg);
  background-color: #404040;
}

.footer-accessibility .btn-dark-mode.active,
.footer-accessibility .btn-dark-mode:hover {
  background-color: #eee;
  background-image: url(assets/images/icons/dark-mode.svg);
}

.btn-light-mode {
  background-image: url(assets/images/icons/light-mode.svg);
}

.btn-light-mode.active,
.btn-light-mode:hover {
  background-image: url(assets/images/icons/light-mode-white.svg);
}

.footer-accessibility .btn-light-mode.active,
.footer-accessibility .btn-light-mode:hover {
  background-image: url(assets/images/icons/light-mode.svg);
  background-color: #eee;
}

.header-menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-language>button:hover,
.header-language>button.active {
  color: #231f20;
  background: #f4f4f4;
  font-weight: 600;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.social-button {
  width: 18px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.social-button:hover {
  scale: 1.05;
}

.header-socials {
  display: flex;
  gap: 12px;
}

.dark-header .social-button>img {
  filter: invert(1);
}

.bip-button {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100.885%;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: fit-content;
  transition: all 0.2s;
}

.bip-button::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 27px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.bip-button.black {
  color: #fff;
  background-color: #231f20;
}

.bip-button.black:hover {
  background-color: #000;
}

.bip-button.black::after {
  background-image: url(assets/images/icons/bip-black-button.svg);
}

.bip-button.white {
  background-color: #f1f1f1;
  color: #231f20;
}

.bip-button.white:hover {
  background-color: #c4c4c4;
}

.bip-button.white::after {
  background-image: url(assets/images/icons/bip-white-button.svg);
}

.header-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-top {
  display: flex;
  gap: 37px;
  align-items: center;
}

.menu-top>li>a {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  line-height: 100.885%;
  letter-spacing: 0.56px;
  transition: all 0.2s;
}

.menu-top>li.current-menu-item>a,
header.dark .menu-top>li.current-menu-item>a,
header.dark .menu-top>li>a:hover,
.menu-top>li>a:hover {
  color: #757575;
}

header.dark .menu-top>li>a {
  color: #fff;
}

.menu-top .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-top .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: calc(100% + 20px);
}

.menu-top .menu-item-has-children::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/images/icons/dropdown.svg);
}

header.dark .menu-top .menu-item-has-children::after {
  filter: invert(1);
}

.menu-top .menu-item-has-children .sub-menu {
  position: absolute;
  top: 30px;
  left: -26px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  background-color: #ffffff;
  padding: 18px 0;
  border-radius: 10px;
  min-width: 185px;
  width: max-content;
}

.menu-top .menu-item-has-children:focus-within .sub-menu,
.menu-top .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-direction: column;
}

.menu-top .sub-menu a {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 100.885%;
  /* 14.124px */
  letter-spacing: 0.14px;
  padding: 11px 20px 11px 26px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.menu-top .sub-menu a::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 0px;
  height: 1px;
  background-color: #000;
  left: -26px;
  transition: all 0.4s;
}

.menu-top .sub-menu a:hover::before,
.menu-top .sub-menu .current-menu-item a::before {
  width: 25px;
  left: -12px;
}

.menu-top .sub-menu a:hover,
.menu-top .sub-menu .current-menu-item a {
  padding-left: 12px;
}

.menu-top .menu-item-13 .sub-menu {
  min-width: 262px;
}

/* FOOTER */
.wpml-ls {
  display: none;
}

footer {
  padding: 0 40px 40px 40px;
  background-image: url(assets/images/masks/mask-bip-footer.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 520px;
}

.footer-container {
  border-radius: 20px;
  background-color: #1a1a1a;
  padding: 50px;
  position: relative;
  z-index: 0;
}

.footer-mobile-flex,
.footer-mobile {
  display: none;
}

.page-template-page-apresentacao footer,
.single-barometro footer {
  background-color: #f1f1f1;
}

.page-template-page-contactos footer {
  background-color: #f5f5f5;
}

.single-podcast footer,
.post-type-archive-podcast footer {
  background-color: #212121;
}

.footer-grid {
  display: grid;
  grid-template-columns: 25% 20% 10% 10% 1fr;
  gap: 40px;
}

.footer-identity {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-identity>img {
  width: fit-content;
}

.footer-phrase {
  color: #ebebeb;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  margin: 35px 0 25px 0;
}

.footer-funders {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.menu-footer>li>a,
.menu-footer li>a,
.footer-content a,
.footer-content h3,
.footer-content h2,
.footer-content p {
  color: #ebebeb;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 3px;
}

.footer-content a {
  margin-bottom: 8px;
}

.footer-navigation a:not([href]),
a[href="#"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.footer-content h2,
.footer-content h3 {
  margin-bottom: 4px;
}

.menu-footer>li>a:hover,
.menu-footer li>a:hover,
.footer-content a:hover {
  color: #999;
}

.footer-content>h2,
.menu-footer>li>a,
.footer-content>h3 {
  font-weight: 700;
}

.menu-footer>li>a {
  margin-bottom: 8px;
  cursor: pointer;
}

.menu-footer>li.edit-cookies>a{
  pointer-events: initial;
}

.menu-footer>li {
  margin-bottom: 22px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: auto;
  margin-bottom: 30px;
}

.footer-newsletter>h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  /* 25.5px */
}

.footer-newsletter>h3>span {
  color: #a2ca3a;
}

.footer-newsletter-input {
  display: flex;
  align-items: center;
  margin: 15px 0;
  position: relative;
}

.label-template-newsletter {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}

.footer-newsletter-response,
.newsletter-response {
  color: #f04e48;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}

.footer-newsletter-response.success,
.newsletter-response.success {
  color: #a2ca3a;
}

.footer-newsletter-input>input {
  height: 50px;
  padding: 15px 55px 15px 20px;
  background-color: #4a4a4a;
  border-radius: 37px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 98.885%;
  /* 14.833px */
  letter-spacing: -0.3px;
  width: 100%;
}

.footer-newsletter-label-input:has(~ #email-newsletter:focus) {
  display: none;
}

.footer-newsletter-label-input:has(~ #email-newsletter:valid) {
  display: none;
}

.footer-newsletter-label-input:has(~ #email-newsletter:not(:placeholder-shown)) {
  display: none;
}

.footer-newsletter-label-input {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 98.885%;
  /* 14.833px */
  letter-spacing: -0.3px;
  font-family: "Montserrat", sans-serif;
}

/* .footer-newsletter-input>input::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 98.885%;
  letter-spacing: -0.3px;
} */

.footer-newsletter-input>button {
  color: #202020;
  font-family: "Montserrat Alternates";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  border-radius: 37px;
  background-color: #fff;
  padding: 13px 27px;
  margin-left: -45px;
  cursor: pointer;
  transition: all 0.2s;
}

.footer-newsletter-input>button:hover {
  background-color: #a2ca3a;
}

.footer-newsletter-message {
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 140px;
  display: block;
}

.footer-newsletter-message>a {
  text-decoration: underline;
  display: inline-block;
}

.footer-language-select {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-language {
  margin-bottom: 55px;
}

.footer-language span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  /* 130.769% */
  margin-right: 10px;
}

.footer-language>div {
  display: flex;
  gap: 11px;
  align-items: center;
}

.footer-accessibility {
  margin-top: 20px;
}

.footer-accessibility>div {
  display: flex;
  gap: 4px;
}

.footer-accessibility .btn-tool {
  background-color: #3a3a3a;
}

.footer-accessibility .increase-font {
  background-image: url(assets/images/icons/T+white.svg);
}

.footer-accessibility .decrease-font {
  background-image: url(assets/images/icons/T-white.svg);
}

.footer-accessibility .btn-dark-mode {
  background-image: url(assets/images/icons/dark-mode-white.svg);
}

.footer-accessibility .btn-light-mode {
  background-image: url(assets/images/icons/light-mode-white.svg);
}

.footer-language-select>a {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 100.885%;
  /* 11.184px */
  border-radius: 25px;
  background-color: rgba(237, 237, 237, 0.15);
  padding: 9px;
  cursor: pointer;
  transition: all 0.2s;
}

.footer-language-select>a.selected,
.footer-language-select>a:hover {
  background-color: rgba(255, 255, 255, 0.72);
  color: #231f20;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.footer-bottom .edit-cookies {
  cursor: pointer;
}

.footer-bottom a:hover {
  color: #999;
}

.footer-bottom>li {
  color: #aeaeae;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  /* 218.185% */
}

.footer-newsletter h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

.footer-newsletter h3 span {
  color: #a2ca3a;
}

.menu-footer ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* Frontpage */
#frontpage-team {
  padding: 45px 0 40px 0;
}

.frontpage-team-slide {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding: 55px 5% 30px 0;
  padding-right: 5%;
  cursor: grab;
}

.frontpage-team-slide::-webkit-scrollbar {
  display: none;
}

.frontpage-team-slide.active {
  cursor: grabbing;
}

.frontpage-team-slide .team-card {
  flex: 0 0 303px;
}

/* Equipa */
.team-card {
  display: flex;
  padding: 50px 30px 30px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  border: 1.3px solid transparent;
}

.frontpage-team-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.frontpage-team-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
}

.team-control {
  width: 20px;
  height: 15px;
  background-image: url(assets/images/icons/icon-btn-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.team-control:hover {
  transform: translateX(2px);
}

.team-control-left {
  scale: -1;
}

.team-card:hover {
  border: 1.3px solid #cfcfcf;
}

.events-none {
  pointer-events: none;
}

.team-card--name {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  font-family: "Montserrat", sans-serif;
}

.team-card--content {
  margin-bottom: 10px;
}

.team-card--position {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}

.team-card--desc {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  /* 20.4px */
  margin: 10px 0 35px 0;
}

.team-card--image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 14px;
  background-color: #000;
}

.team-list .team-card--image {
  max-width: 109px;
}

.team-card--image img {
  scale: 1.05;
  object-position: bottom center;
  transition: all 0.2s;
}

.team-card:hover .team-card--image img {
  scale: 0.9;
}

#bip-objectives {
  background-color: #f1f1f1;
  padding: 95px 5%;
}

.page-template-page-objetivos #bip-objectives {
  background-color: #fff;
}

.page-template-page-objetivos .objective-item {
  background-color: #f1f1f1;
}

.bip-objectives-container {
  max-width: 1200px;
  margin: 0 auto;
}

.bip-objectives-header {
  position: relative;
}

.bip-objectives-header>a {
  position: absolute;
  top: 0;
  right: 0;
}

.bip-objectives-header>a::after {
  background-image: url(assets/images/icons/icon-btn-more-big.svg);
  width: 29px;
}

.objectives-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  counter-reset: obj;
}

.objective-item {
  border-radius: 15px;
  background-color: #fff;
  padding: 35px;
  position: relative;
}

.objective-item:first-child::before {
  content: "";
  width: 126px;
  aspect-ratio: 1;
  background-image: url(assets/images/masks/mask-bip-objetivo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -95px;
}

.objective-name {
  color: #231f20;
  font-family: "Montserrat Alternates";
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
  /* 25px */
  margin: 10px 0 15px 0;
}

.objective-item>p {
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.objective-number {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.objective-number::after {
  counter-increment: obj;
  content: counter(obj, decimal-leading-zero);
  margin-left: 05px;
}

.post-card {
  padding: 20px;
  transition: all 0.2s;
  border-radius: 15px;
}

.post-card:hover {
  background-color: #f1f1f1;
}

.post-card>p:not(.post-card-date-time) {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
  /* 22.1px */
}

.post-card-image {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.post-card-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-title-wrapper {
  max-width: 90%;
}

.post-card-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 5px;
}

.post-card-date-time {
  color: #5f5f5f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 25px 0 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.post-card-date-time>* {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-card-time::before,
.post-card-date::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

.post-card-date::before {
  background-image: url(assets/images/icons/icon-date.svg);
}

.post-card-time::before {
  background-image: url(assets/images/icons/icon-time.svg);
}

#frontpage-presentation {
  background-color: #231f20;
  padding: 75px 5% 0 5%;
}

.frontpage-presentation-container {
  margin: 0 auto;
  max-width: 1350px;
}

.recent-posts {
  padding: 90px 5% 60px 5%;
}

.frontpage-presentation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.frontpage-presentation-grid-left {
  max-width: 464px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 17px;
  padding-bottom: 30px;
}

.frontpage-presentation-grid-left>h1 {
  color: #fff;
  font-family: "Montserrat Alternates";
  font-size: 26px;
  font-weight: 700;
  line-height: 125%;
  /* 32.5px */
}

.frontpage-presentation-grid-left>p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.frontpage-presentation-developed {
  display: flex;
  align-items: center;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.frontpage-presentation-developed>span {
  color: #b5b5b5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 22.209px */
  flex: 1 0 100%;
}

#frontpage-events {
  padding: 80px 5% 75px 5%;
  background: #f7f7f7;
}

.frontpage-events-container {
  max-width: 1546px;
  margin: 0 auto;
}

.main-events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 42px;
}

.event-card {
  display: flex;
  position: relative;
  margin-right: 42px;
  transition: all 0.2s;
  height: 100%;
  max-width: 292px;
  padding: 10px;
}

.event-card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.event-block {
  position: relative;
}

.event-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background-color: #d6d6d6;
  display: block;
}

.event-card-date {
  border-radius: 6px;
  background-color: #ededed;
  flex: 0 0 75px;
  color: #231f20;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 18.102px */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  transition: all 0.2s;
}

.event-card:hover .event-card-date {
  background-color: #fff;
}

.event-card-date::before {
  all: unset;
  content: "";
  width: 22px;
  aspect-ratio: 1;
  background-image: url(assets/images/icons/icon-date.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.event-card-date>strong {
  font-weight: 700;
  margin-top: auto;
}

.event-card-content {
  padding: 7px 17px;
  display: flex;
  flex-direction: column;
}

.event-card-info>time,
.event-card-info>span,
.event-card-content>span {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.event-card-content>span {
  margin-bottom: 3px;
}

.event-card-name {
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}

.event-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.event-card-info>span {
  font-weight: 400;
}

.event-card-info>time {
  font-weight: 700;
}

#frontpage-survey {
  background: linear-gradient(180deg, #f2f2f2 44.05%, #f2f2f2 100%);
  padding-top: 105px;
  position: relative;
}

#frontpage-survey::after {
  content: "";
  background: url(assets/images/masks/banner-shape-bottom.svg) no-repeat bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
}

#frontpage-survey::before {
  content: "";
  background-image: url(assets/images/masks/mask-bip-hero.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 17%;
  pointer-events: none;
}

.frontpage-survey-container {
  background-color: #181616;
  max-width: 882px;
  margin: 0 auto;
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

#frontpage-survey>div {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#frontpage-survey>div::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 135%;
  height: 182px;
  border-radius: 13.339px;
  background-color: #000000;
  bottom: 0;
}

.frontpage-survey-title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 117%;
  /* 16.38px */
  letter-spacing: 0.98px;
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 1;
}

.frontpage-survey-text {
  color: #fff;
  text-align: center;
  font-family: "Montserrat Alternates";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 131%;
  z-index: 1;
}

.frontpage-survey-link {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.frontpage-survey-total {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  max-width: 166px;
  z-index: 1;
}

/* BREADCRUMBS */

.breadcrumbs .container-md,
.breadcrumbs .breadcrumbs-flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #231f20;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 49px;
  transition: all 0.2s;
  position: relative;
}

.breadcrumbs.white a,
.breadcrumbs.white span {
  color: #fff;
}

.breadcrumbs li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url(assets/images/icons/breadcrumb-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumbs.white li:not(:last-child)::after {
  background-image: url(assets/images/icons/breadcrumb-next-white.svg);
}

.breadcrumbs a:hover {
  background-color: #e6e6e6;
  color: #231f20;
}

.breadcrumbs .call-to-action-home {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-image: url(assets/images/icons/icon-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 12px;
}

.breadcrumbs.white .call-to-action-home {
  background-image: url(assets/images/icons/icon-home-white.svg);
}

.breadcrumbs.white .call-to-action-home:hover {
  background-image: url(assets/images/icons/icon-home.svg);
}

.breadcrumbs .call-to-action-home:hover {
  background-color: #e6e6e6;
}

/* PAGE: EQUIPA */

.team-section {
  padding: 0 5%;
}

.container-team {
  text-align: center;
  margin-top: 35px;
}

.container-team h1,
.container-team h2 {
  margin-bottom: 10px;
}

.team-banner {
  padding: 50px 5% 107px 5%;
  background-color: #f1f1f1;
  background-image: url(assets/images/masks/linhas-opacidade.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.team-banner::after {
  content: " ";
  position: absolute;
  top: -100px;
  right: 0;
  width: 25%;
  height: 86%;
  background-image: url(assets/images/icons/bip-big-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.team-banner-buttons {
  display: flex;
  margin-top: 15px;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  justify-content: center;
  margin-top: -57px;
  z-index: 1;
  position: relative;
}

.team-section .team-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.team-list .team-card {
  max-width: 100%;
  flex: 0 0 248px;
  padding: 35px 25px 25px 25px;
}

.team-card .btn-more {
  margin-top: auto;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.2s;
}

.team-card .btn-more::after {
  background-image: url(assets/images/icons/icon-btn-more-big.svg);
  background-size: auto;
  background-position: right;
}

.team-card .btn-more:hover::after {
  transform: none;
}

.team-card:hover .btn-more {
  background-color: #eee;
}

.team-card:hover .btn-more::after {
  width: 25px;
}

.team-list .team-card--name {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 700;
}

.team-list .team-card--position {
  font-size: 15px;
  font-weight: 500;
  line-height: 107%;
}

.team-list .team-card--desc {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 16px;
}

.team-section .team-list .team-card--desc {
  font-size: 12px;
}

.interest {
  padding: 90px 5% 80px 5%;
}

.interest .interest-container {
  display: flex;
  border-radius: 20px;
  border: 1px solid #cecece;
}

.interest-content {
  padding: 60px 40px 60px 60px;
  align-content: center;
}

.interest figure {
  flex: 0 0 auto;
}

.interest img {
  height: 100%;
  width: fit-content;
  border-radius: 20px;
  object-fit: cover;
}

.interest-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.interest h3 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.interest p {
  color: #231f20;
  font-size: 14px;
  line-height: 160%;
  margin-top: 10px;
}

/* Single Equipa */
.single-team-banner {
  margin-top: 45px;
}

.single-team-banner-info {
  margin-top: 46px;
}

.single-team-banner-info figure {
  width: 152px;
  height: 152px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.single-team-banner-info img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.single-team-banner-info .single-team-container {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.single-team-banner-info h1 {
  color: #000;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 106.667%;
  margin-bottom: 7px;
}

.single-team-banner-info span {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.single-team-banner-info .content {
  padding-bottom: 12px;
}

.team-banner.single-team::after {
  background-image: url(assets/images/masks/single-equipa-bg.webp);
  height: 100%;
  width: 672px;
  top: 0;
  background-position: right;
}

.team-banner.single-team {
  padding: 40px 5% 30px 5%;
}

.single-team-info {
  padding: 50px 5%;
}

.single-team-info .content {
  flex: 0 0 67%;
}

.single-team-info .content p {
  color: #393939;
  font-weight: 500;
  margin-top: 10px;
}

.single-team-info .content h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.single-team-info .single-team-container {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}

.in-touch .black-span {
  margin-bottom: 15px;
  display: block;
}

.in-touch-card {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  width: 100%;
  text-align: left;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 11px;
  align-items: center;
}

.in-touch-card.copied {
  background-color: #a2ca3a;
}

.in-touch-card::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(assets/images/icons/icon-copy.svg);
  background-repeat: no-repeat;
  background-size: 19px 22px;
  background-position: center;
  transition: all 0.4s;
  border-radius: 7px;
  background-color: #f1f1f1;
  border: 1px solid transparent;
}

.in-touch-card:hover::after {
  background-image: url(assets/images/icons/icon-copy-hover.svg);
  background-color: #fff;
  border: 1px solid #e2e2e2;
}

.in-touch-card:hover {
  border: 1px solid transparent;
  box-shadow: 0px -3px 33.3px 0px rgba(0, 0, 0, 0.08);
}

.in-touch-card .title {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  display: block;
}

.in-touch-card .info {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
}

.other-members {
  padding: 40px 5% 90px 5%;
}

.other-members .team-card {
  padding: 35px 13.5px 22.5px 13.5px;
}

.other-members-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.other-members-intro {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}

.see-more {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.see-more.white {
  color: #fff;
}

.see-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 29px;
  right: 0;
  height: 8px;
  background-image: url(assets/images/icons/icon-btn-more-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

a.see-more.white::after {
  filter: invert(1);
}

a.see-more:hover::after {
  right: -5px;
}

/* PAGE: OBJETIVOS */

.about-banner {
  background-color: #f1f1f1;
  padding: 40px 5% 60px 5%;
  position: relative;
}

.page-template-page-atividades .about-banner {
  padding: 40px 5% 108px 5%;
}

.single-atividade .about-banner {
  padding: 40px 5% 120px 5%;
}

.single-dado .about-banner {
  padding: 40px 5% 160px 5%;
}

.single-dado .about-banner-figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}

.about-banner .download-poster {
  margin-top: 30px;
  font-size: 15px;
  padding: 16px 30px;
}

.about-banner.black {
  background-color: #212121;
}

.about-banner.secondary {
  padding-bottom: 125px;
}

.about-banner-info {
  margin-top: 66px;
}

.title-break {
  max-width: 505px;
}

.about-banner-info-wrapper {
  max-width: 460px;
  margin-top: 15px;
  z-index: 10;
  position: relative;
}

.page-template-page-anuarios .about-banner-info-wrapper,
.page-template-page-relatorios .about-banner-info-wrapper,
.page-template-page-newsletters .about-banner-info-wrapper,
.page-template-page-base-de-dados .about-banner-info-wrapper,
.page-template-page-projetos-analogos .about-banner-info-wrapper {
  max-width: 544px;
}

.page-template-page-conceitos-e-metodologias .about-banner-info-wrapper {
  max-width: 463px;
}

.about-banner-info-wrapper p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.about-banner-info-wrapper p strong {
  font-weight: 700;
  margin-bottom: 10px;
}

.about-banner-info-wrapper p:not(:last-child) {
  margin-bottom: 10px;
}

.about-banner-figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.about-banner-figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #f1f1f1 0%, transparent 50%);
}

.about-banner.black h1 {
  color: #fff;
}

.about-banner.black .about-banner-info-wrapper p {
  color: #fff;
}

.about-banner.black .about-banner-figure::before {
  background: linear-gradient(90deg, #212121 0%, transparent 50%);
}

.dark-mode .about-banner-figure::before {
  background: linear-gradient(to right, #0f0f0f, transparent);
}

.about-banner-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-objetivos .bip-objectives-header .btn-more {
  display: none;
}

/* PAGE: APRESENTAÇÃO */
.presentation-info {
  padding: 90px 5% 80px 5%;
  position: relative;
}

.presentation-info.grey,
.presentation-info.implications {
  background-color: #f1f1f1;
}

.presentation-info.grey::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 37px;
  width: 16%;
  height: 80%;
  background-image: url(assets/images/masks/bip-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.presentation-info .presentation-container {
  display: flex;
  gap: 77px;
}

.presentation-info .presentation-container p:not(:last-child) {
  margin-bottom: 10px;
}

.presentation-info .presentation-container.align-center {
  align-items: center;
}

.presentation-info.grey .presentation-container {
  align-items: center;
  transform: translateX(-50px);
}

.presentation-info h2 {
  margin-bottom: 8px;
}

.presentation-info .see-more {
  margin-top: 15px;
}

.presentation-info figure {
  position: relative;
}

.presentation-info img {
  position: relative;
  z-index: 1;
}

.presentation-info.implications figure::after {
  content: " ";
  position: absolute;
  left: -120px;
  bottom: -60px;
  width: 323px;
  height: 323px;
  background-image: url(assets/images/masks/big-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.presentation-info.implications {
  padding-bottom: 110px;
}

.presentation-info.implications .presentation-container {
  transform: translateX(-50px);
}

/* PAGE: INFO */
.info-page {
  padding: 40px 5% 190px 5%;
  background-color: #f5f5f5;
}

.info-page .info-container {
  margin-top: 34px;
}

.info-page h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 29px;
}

.info-page p {
  margin-bottom: 18px;
}

.info-page p > a{
  font-weight: 500;
  text-decoration: underline;
}

.info-page p em {
  color: #9f9f9f;
  text-align: center;
  font-size: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-bottom: 50px;
}

.info-page h2 {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  gap: 10px;
}

.info-page h2::before {
  content: counter(info-counter, decimal-leading-zero) ".";
  position: relative;
  display: inline-block;
  counter-increment: info-counter;
  color: #8c8c8c;
}

.info-page h3 {
  margin: 15px 0;
  color: #231f20;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.info-page li > a{
  font-weight: 500;
  text-decoration: underline;
}

.content-text table {
  margin-top: 20px;
}

table {
  width: 100%;
  margin-bottom: 10px;
}

thead td,
thead th {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  padding: 7px 10px 10px 8px;
  text-align: start;
}

tbody td {
  color: #231f20;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
  padding: 7px 10px 10px 8px;
  max-width: 338px;
}

tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

table caption {
  margin-bottom: 10px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 166.667%;
}

/* PAGE: FAQ */

.letter-box,
.faq-title {
  padding: 12px 17px 12px 15px;
  border-radius: 10px;
  background-color: #f1f1f1;
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.2s;
}

.faq-title:hover {
  background-color: #ddd;
}

.letter-box::after,
.faq-title::after {
  content: " ";
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-image: url(assets/images/icons/faq-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 13px 7px;
  background-position: center;
  transition: all 0.2s;
}

.faq-title:hover::after {
  background-color: #c1c1c1;
}

.faq-title.open::after {
  background-color: #3f3f3f;
  transform: rotateZ(180deg);
  background-image: url(assets/images/icons/faq-dropdown-grey.svg);
}

.faq-title span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-content {
  border-bottom: 1px solid #cdcdcd;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  max-height: 0;
  padding: 0 25px 0 25px;
}

.faq-content p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 166.667%;
}

.faq-content a {
  display: inline;
  text-decoration: underline;
}

.bio-content p {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.bio-content p>strong {
  color: #231f20;
  font-weight: 700;
}

.bio-content p>a {
  text-decoration: underline;
  transition: all 0.2s;
}

.bio-content p>a:hover {
  color: #231f20;
}

.faq-title.open~.faq-content {
  padding: 15px 25px 15px 25px;
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}

.faq-content:last-child {
  border-bottom: none;
}

.faq-title.open {
  background-color: #231f20;
}

.faq-title.open span {
  color: #fff;
}

/* ERRO 404 */

.error-content {
  padding: 88px 5% 120px 5%;
  text-align: center;
  background-color: #f1f1f1;
  background-image: url(assets/images/masks/error-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.error-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(assets/images/icons/linhas.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.error-content .error-container {
  z-index: 1;
  position: relative;
}

.error-content h1 {
  color: #231f20;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}

.error-content h2 {
  color: #1a1a1a;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 10px;
}

.error-content p {
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.error-content .btn-more {
  justify-content: center;
}

/* SINGLE: BAROMETRO */

.barometer-submit {
  padding: 0 5% 60px 5%;
  position: relative;
  background-color: #212121;
}

.barometer-submit .container-md {
  z-index: 2;
  position: relative;
}

.barometer-submit::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background-color: #181616;
}

.barometer-submit::before {
  content: " ";
  position: absolute;
  top: -75px;
  right: 234px;
  width: 270px;
  height: 270px;
  background-image: url(assets/images/icons/bip-icon-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.barometer-submit form {
  border-radius: 14px 14px 0px 0px;
  background: #181616;
  padding: 50px 130px 0 130px;
}

.barometer-submit form h3 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 117%;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.barometer-submit .wrapper {
  margin-bottom: 30px;
}

.personal-info .wrapper {
  margin-top: 30px;
}

.barometer-submit form .wrapper h4 {
  color: #868686;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
}

.barometer-form .response-form .form-errors {
  margin-top: 30px;
}

.barometer-form .response-form p {
  color: #f04e48;
}

.input-flex {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: 24px 0 30px 0;
  position: relative;
}

.label-as-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
}

.label-in-search {
  left: 45px;
  position: absolute;
  top: 26px;
  color: #ababab;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.barometer-submit input[type="text"]:valid~.label-as-placeholder,
.barometer-submit input[type="number"]:valid~.label-as-placeholder,
.barometer-submit input[type="number"]:valid~.label-as-placeholder,
.barometer-submit input[type="text"]:focus~.label-as-placeholder {
  display: none;
}

.label-as-placeholder:has(~ input:focus) {
  display: none;
}

.label-as-placeholder:has(~ input:valid) {
  display: none;
}

/* .label-as-placeholder:has(~ input:not(:placeholder-shown)) {
  display: none;
} */

.input-flex input {
  width: 50%;
}

.barometer-submit input[type="text"],
.barometer-submit input[type="number"] {
  background-color: transparent;
  padding-bottom: 15px;
  border-bottom: 1px solid #303030;
}

.barometer-submit input[type="text"].error,
.barometer-submit input[type="number"].error {
  border-color: #f04e48;
}

.barometer-submit input[type="text"]::placeholder,
.barometer-submit input[type="number"]::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
}

.barometer-submit input[type="text"],
.barometer-submit input[type="number"] {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 123%;
}

/* Esconde as setas nativas */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Wrapper e setas custom */
.custom-number-wrapper {
  position: relative;
  display: inline-block;
  width: 50%;
}

.custom-number-wrapper input[type="number"] {
  width: 100%;
  padding-right: 30px;
  /* espaço para as setas */
  box-sizing: border-box;
}

.custom-arrows {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.custom-arrows .arrow {
  cursor: pointer;
  font-size: 10px;
  user-select: none;
  color: #333;
  width: 13px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.custom-arrows .arrow.up {
  background-image: url(assets/images/icons/number-arrow-up.svg);
}

.custom-arrows .arrow.down {
  background-image: url(assets/images/icons/number-arrow-down.svg);
}

.barometer-submit input:-webkit-autofill,
.barometer-submit input:-webkit-autofill:hover,
.barometer-submit input:-webkit-autofill:focus,
.barometer-submit input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #181616 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.checkboxes input[type="radio"] {
  appearance: none;
  height: 21px;
  width: 21px;
  background-color: #181616;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.checkboxes input[type="radio"].error {
  border-color: #f04e48;
}

.checkboxes input[type="radio"]:hover,
.checkboxes input[type="radio"]:checked {
  background-color: #fff;
}

.validations {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.validations>div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.validations label {
  color: #d9d9d9;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
}

.validations a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.validations input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #707070;
  cursor: pointer;
}

.validations input[type="checkbox"].error {
  border-color: #f04e48;
}

.validations input[type="checkbox"]:checked {
  background-color: #707070;
}

.barometer-submit button {
  border-radius: 10px;
  background: #282828;
  padding: 10px 30px;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100.885%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px auto 0 auto;
  cursor: pointer;
  transition: all 0.2s;
}

.barometer-submit button:hover {
  background-color: #fff;
  color: #231f20;
}

.barometer-submit button::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(assets/images/icons/bip-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.barometer-submit button:hover::after {
  background-image: url(assets/images/icons/bip-white-button.svg);
}

.barometer-submit .checkboxes {
  display: flex;
  column-gap: 17px;
  row-gap: 10px;
  border-bottom: 1px solid #303030;
  padding-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.barometer-submit .checkboxes>div {
  display: flex;
  gap: 11px;
  align-items: end;
}

.barometer-submit .checkboxes>div:focus-within{
  outline: 1px solid #fff   ;
}

.checkboxes label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
  cursor: pointer;
}

.success-modal-back {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  background: rgba(35, 31, 32, 0.5);
  backdrop-filter: blur(7px);
  justify-content: center;
}

.success-modal {
  max-width: 368px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #fff;
  padding: 41px 48px 45px 48px;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
}

.success-modal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 13px;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(240, 78, 72, 1) 6%,
      rgba(255, 202, 23, 1) 6%,
      rgba(255, 202, 23, 1) 33%,
      rgba(162, 202, 58, 1) 33%);
}

.success-modal::before {
  content: " ";
  position: absolute;
  right: -25px;
  top: 0;
  background-image: url(assets/images/masks/modal-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 100%;
}

.success-modal span {
  color: #181616;
  font-size: 16px;
  font-weight: 800;
  line-height: 123%;
  margin-bottom: 4px;
  display: block;
  position: relative;
  z-index: 1;
}

.success-modal a.see-more {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.barometer-results {
  background-color: #fff;
  max-width: 554px;
  margin: 0 auto;
  padding: 37px 43px 46px 60px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.barometer-results h2,
.barometer-results>span {
  text-align: center;
  display: block;
}

.barometer-results>span {
  color: #181616;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.barometer-results h2 {
  margin-bottom: 5px;
  font-size: 30px;
}

.barometer-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 22px;
  align-items: center;
}

.barometer-results-graphic {
  padding-right: 31px;
  border-right: 1px solid #d9d9d9;
}

.barometer-results-graphic figure {
  width: fit-content;
  margin: 0 auto 12px auto;
}

.barometer-results-info {
  padding-left: 46px;
}

span.percentage {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
  display: block;
}

span.percentage.medium {
  color: #ffca17;
}

span.percentage.good {
  color: #a2ca3a;
}

span.percentage.bad {
  color: #f04e48;
}

.barometer-results-info p {
  color: #181616 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.barometer-results-response {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  margin-top: 22px;
}

.barometer-hero {
  background-color: #212121;
  padding: 40px 5% 70px 5%;
}

.barometer-features h2 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}

.barometer-features .text-wrapper {
  max-width: 581px;
}

.barometer-features .text-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}

.barometer-features .text-wrapper p strong {
  font-weight: 700;
}

.barometer-features-list {
  margin-top: 7px;
}

.barometer-features li {
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding: 25px 20px 20px 60px;
  position: relative;
  transition: all 0.2s;
  border-radius: 14px;
  z-index: 1;
}

/* .barometer-features li:hover {
  background-color: #1a1717;
} */

.barometer-features li::before {
  counter-increment: feature-counter;
  content: counter(feature-counter) "º";
  position: relative;
  display: inline-block;
  color: #929292;
  font-size: 21px;
  font-weight: 700;
  line-height: 160%;
  top: 20px;
  left: 20px;
  position: absolute;
}

.barometer-features li strong {
  font-weight: 800;
}

.barometer-hero .barometer-container {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 100px;
  margin-top: 60px;
}

.barometer-hero h1 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
}

.barometer-hero .wrapper {
  max-width: 494px;
}

.barometer-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 60px;
  background-image: url(assets/images/masks/sondagem-mask.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 140px;
  border-radius: 13.339px;
  background-color: #181616;
  position: relative;
  max-width: 608px;
  min-height: 469px;
  margin: 0 auto;
  z-index: 1;
}

.barometer-question-content {
  position: relative;
  height: fit-content;
}

.barometer-question-content::before,
.barometer-question-content::after {
  content: " ";
  position: absolute;
  top: 45px;
  background-image: url(assets/images/masks/black-mask.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80%;
  height: 80%;
}

.barometer-question-content::before {
  left: 0;
  background-position: left;
}

.barometer-question-content::after {
  right: 0;
  background-position: right;
}

.barometer-question span {
  color: #fff;
  text-align: center;
  font-size: 9.782px;
  font-weight: 400;
  line-height: 117%;
  letter-spacing: 0.685px;
  text-transform: uppercase;
  margin: 15px 0 9px 0;
}

.single-barometer-archive {
  padding: 50px 5%;
  background-color: #f1f1f1;
  position: relative;
}

.single-barometer-archive.ellipsis::after {
  content: " ";
  position: absolute;
  top: -139px;
  left: 0;
  width: 100vw;
  height: 141px;
  background-image: url(assets/images/masks/mask-ellipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.archive-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 23px;
}

.barometer-card {
  display: flex;
  gap: 15px;
  padding: 25px 14px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
  border-radius: 10px;
  border: 1px solid transparent;
}

.barometer-card:hover {
  border: 1px solid #808080;
}

.barometer-card:hover .barometer-image {
  background-color: transparent;
}

.barometer-card:hover .progress-circle::before,
.barometer-card:hover .progress-circle::after {
  background-color: #f1f1f1;
}

.barometer-card-content {
  display: flex;
  flex-direction: column;
}

.barometer-image {
  background-color: #fff;
  border-radius: 10.214px;
  flex: 0 0 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  transition: all 0.2s;
}

.progress-circle {
  --size: 71px;
  --border: 15px;
  --bg: #231f20;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-circle.bartometer-main-result {
  margin: 0 auto;
  scale: 1.3;
}

.progress-center-circle {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  z-index: 1;
}

.progress-circle::before {
  content: "";
  position: absolute;
  width: calc(var(--size) - var(--border) * 2);
  height: calc(var(--size) - var(--border) * 2);
  background: white;
  border-radius: 50%;
}

.progress-circle::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  display: blocK;
  transition: all 0.2s;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.progress-center-needle {
  position: absolute;
  height: 35px;
  width: auto;
  z-index: 1;
  top: calc(50% - 35px);
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(19deg);
  transition: all 1s;
}

.barometer-card-content .published-date {
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.barometer-card-content .published-date::before {
  content: " ";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(assets/images/icons/icon-date-2.svg);
}

.barometer-card-content h3 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}

.barometer-card-content-info {
  display: flex;
  gap: 18px;
  margin-top: auto;
}

.barometer-card-content-info>div {
  display: flex;
  flex-direction: column;
}

.barometer-card-content-info span {
  font-size: 11px;
  font-weight: 700;
  line-height: 140%;
}

.barometer-card-content-info .back-span {
  color: #231f20;
}

.barometer-card-content-info .grey-span {
  color: #6d6d6d;
  font-weight: 500;
  text-transform: capitalize;
}

/* Archive: Barometro */

.archive-barometer-banner {
  padding: 40px 5% 30px 5%;
  background-color: #212121;
}

.archive-barometer-banner .content {
  margin-top: 70px;
}

.archive-barometer-banner input[type="text"] {
  width: 100%;
  background-color: transparent;
  padding: 9.5px 45px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background-image: url(assets/images/icons/lupa.svg);
  background-position: 15px 6px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  margin-top: 16px;
  color: #fff;
  height: 40px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.archive-barometer-banner input[type="text"]:not(:placeholder-shown)~label,
.archive-barometer-banner input[type="text"]:focus~label {
  display: none;
}

.archive-barometer-banner input[type="text"]::placeholder {
  color: #ababab;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.archive-barometer-banner .flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.archive-barometer-banner .flex>div {
  display: flex;
  gap: 25px;
  align-items: center;
}

.archive-barometer-banner h1 {
  color: #fff;
}

.archive-list {
  padding: 40px 5% 80px 5%;
}

.archive-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 40px;
}

.archive-list-header h2 {
  margin-bottom: 5px;
}

.archive-list-filter {
  display: flex;
  align-items: center;
  gap: 11px;
}

.archive-list-filter>span {
  color: #767676;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.archive-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

.archive-list-grid .barometer-card {
  background-color: #f1f1f1;
}

.archive-list-grid .barometer-card:hover {
  background-color: #fff;
}

.pagination {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 44px;
}

.pagination a,
.pagination span {
  color: #231f20;
  text-align: center;
  font-size: 12.757px;
  font-weight: 600;
  line-height: 175%;
}

.pagination a {
  width: 35px;
  height: 35px;
  align-content: center;
  border-radius: 50%;
  transition: all 0.2s;
}

.pagination a:hover {
  background-color: #f1f1f1;
}

.pagination .current {
  width: 35px;
  height: 35px;
  background-color: #dbdbdb;
  align-content: center;
  border-radius: 50%;
}

.pagination .prev,
.pagination .next {
  font-size: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.pagination .prev:hover,
.pagination .next:hover {
  scale: 1.1;
}

.pagination .prev {
  background-image: url(assets/images/icons/pagination-prev.svg);
}

.pagination .next {
  background-image: url(assets/images/icons/pagination-next.svg);
}

/* Single: Atividade */

.about-banner .download-pdf {
  margin-top: 30px;
}

.single-activity {
  padding: 40px 5% 60px 5%;
}

.single-activity h2 {
  line-height: 140%;
  margin-bottom: 15px;
}

.single-activity p:not(:last-child) {
  margin-bottom: 10px;
}

/* Page: Atividade */

.activity-list {
  padding: 90px 5%;
}

.activity-list .activity-container {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 65px;
  align-items: center;
}

.activity-list:nth-of-type(even) {
  background-color: #f1f1f1;
  overflow: hidden;
}

.activity-list-image {
  position: relative;
}

.page-template-page-atividades .activity-list:nth-of-type(odd) .activity-list-image::before {
  content: " ";
  position: absolute;
  left: -57px;
  bottom: -142px;
  width: 532px;
  height: 532px;
  background-image: url(assets/images/icons/bip-activity.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-page-atividades .activity-list:nth-of-type(odd) .activity-list-image img {
  z-index: 1;
  position: relative;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(even) {
  background-color: #f1f1f1;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(odd) {
  background-color: #fff;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(3) {
  padding: 40px 5% 90px 5%;
}

.activity-list:nth-of-type(odd) .activity-list-content {
  order: 2;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(odd) .activity-list-content {
  order: 1;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(odd) .activity-list-image {
  order: 2;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(even) .activity-list-content {
  order: 2;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(even) .activity-list-image {
  order: 1;
}

.activity-list-content h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 140%;
}

.activity-list-content .see-more {
  margin-top: 15px;
}

.activity-list-content li {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 166.667%;
}

.activity-list-content ul {
  margin-bottom: 15px;
}

.activity-list-content p:not(:last-child) {
  margin-bottom: 5px;
}

.activity-list-image img {
  width: 100%;
  object-fit: contain;
}

/* PAGE: Projetos Analogos */

.analogous-projects {
  padding: 50px 5% 90px 5%;
}

.analogous-projects .container-md {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.analogous-projects .faq-content {
  border: none;
}

.faq-content-text {
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}

.faq-website {
  padding-top: 15px;
}

.faq-content-text p {
  max-width: 83%;
}

.faq-content .see-more {
  margin-top: 15px;
}

.subscribe-newsletter {
  padding: 0 5% 90px 5%;
}

.subscribe-newsletter p {
  color: #8d8d8d;
  font-size: 10.866px;
  font-weight: 500;
  line-height: 141.667%;
  letter-spacing: -0.109px;
  margin-top: 7px;
}

.subscribe-newsletter p a {
  display: inline-block;
  text-decoration: underline;
}

.subscribe-newsletter .subscribe-newsletter-container {
  border-radius: 18.109px;
  background-color: #262626;
  padding: 36px 36px 40px 49px;
  position: relative;
}

.subscribe-newsletter .subscribe-newsletter-container::before {
  content: " ";
  position: absolute;
  top: 36px;
  left: -30px;
  width: 49px;
  height: 30px;
  background-image: url(assets/images/icons/bip-colors.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.subscribe-newsletter-container>div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.subscribe-newsletter-container .wrapper {
  max-width: 340px;
}

.subscribe-newsletter-container .footer-newsletter-input {
  margin: 0 0 10px 0;
  width: 430px;
}

.subscribe-newsletter h2 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 19.92px;
  font-weight: 700;
  line-height: 130%;
}

.subscribe-newsletter .footer-newsletter-input>input {
  background-color: transparent;
  border: 1px solid #696969;
}

.subscribe-newsletter .footer-newsletter-input>input:valid~label,
.subscribe-newsletter .footer-newsletter-input>input:focus~label {
  display: none;
}

.label-template-email-newsletter {
  position: absolute;
  top: 19px;
  left: 20px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 98.885%;
  /* 13.844px */
  letter-spacing: -0.28px;
}

.subscribe-newsletter .footer-newsletter-input>input::placeholder {
  color: #fff;
}

/* PAGE: Contactos */

.contacts-page {
  display: grid;
  grid-template-columns: 45% 1fr;
  background-color: #f5f5f5;
}

.contacts-page h1 {
  font-size: 28px;
}

.contacts-page-info {
  padding: 80px 5% 100px 118px;
}

.contacts-page-info>div {
  max-width: 689px;
}

.contacts-page-info-wrapper {
  max-width: 90%;
}

.contacts-page-info-wrapper p {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 9px;
}

.contacts-page-info-details {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}

.contacts-page-info-details--contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacts-page-info-details--contact h2 {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.contacts-page-info-details--contact span {
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.contacts-page-info-details--contact {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: space-between;
  border-radius: 20px;
  transition: all 0.4s;
  cursor: pointer;
}

.contacts-page-info-details--contact::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(assets/images/icons/icon-copy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.contacts-page-info-details--contact:hover {
  background-color: #e8e8e8;
  padding: 20px;
}

.contacts-page-info-details--contact:hover::after {
  opacity: 1;
  visibility: visible;
}

.contacts-page-info-details--figure {
  position: relative;
}

.contacts-page-info-details--figure img {
  width: 100%;
  object-fit: cover;
}

.contacts-page-info-details--figure::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

/* PAGE: Bibliografia */

.bibliography {
  padding: 55px 0 90px 0;
}

.bibliography-item {
  padding: 30px 5%;
}

.bibliography-item:nth-of-type(even) {
  background-color: #e9e9e9;
}

.bibliography-item p,
.bibliography-item a {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.bibliography-item p strong {
  font-weight: 700;
  color: #231f20;
}

.bibliography-item a {
  display: inline-block;
}

.bibliography-item a:hover {
  text-decoration: underline;
}

/* Single: Podcast */
.single-podcast-content {
  background-color: #1a1a1a;
  padding: 40px 5% 50px 5%;
}

.single-podcast-content .breadcrumbs {
  margin-bottom: 34px;
}

.single-podcast-content .container-podcast {
  text-align: center;
}

#podcast-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.single-podcast-content h1 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 135%;
  margin: 10px 0;
}

.single-podcast-content span.podcast-title {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.single-podcast-content p {
  color: #9f9f9f;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.episode-iframe {
  margin-top: 30px;
}

.single-podcast-info {
  padding: 30px 5% 60px 5%;
  background-color: #212121;
}

.single-podcast-info .container-md {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 95px;
}

.single-podcast-info h3,
.single-podcast-info h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 152.941%;
}

.useful-link-container {
  padding: 10px 0;
  border-bottom: 1px solid #5e5e5e;
}

.single-podcast-info--useful-links h3 {
  margin-bottom: 20px;
}

.useful-link {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  position: relative;
  display: flex;
  gap: 17px;
  align-items: flex-end;
  justify-content: space-between;
  transition: all 0.2s;
  padding: 10px;
}

.useful-link:hover {
  background-color: #1a1a1a;
  border-radius: 10px;
  font-weight: 400;
}

.useful-link::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  height: 34px;
  background-image: url(assets/images/icons/useful-link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.useful-link:hover::after {
  scale: 1.1;
}

.single-previous-episode {
  padding: 90px 5%;
  background-color: #212121;
  border-top: 1px solid #5e5e5e;
}

.single-podcast-card h2 {
  color: #fff;
}

.single-podcast-card--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.single-podcast-card--header h2 {
  color: #fff;
}

.single-podcast-card--episode {
  border-radius: 20px;
  background-color: #1a1a1a;
  margin-top: 30px;
  padding: 20px;
  display: grid;
  grid-template-columns: 71% 1fr;
  gap: 31px;
  align-items: center;
}

.single-podcast-card--episode-content {
  display: flex;
  gap: 21px;
}

.single-podcast-card--episode-content figure {
  min-width: 230px;
}

.single-podcast-card--episode-content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.single-podcast-card--episode-content-info span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  display: block;
}

.single-podcast-card--episode-content-info h3 {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 151%;
}

.single-podcast-card--episode-content-info p {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 164.286%;
}

.single-podcast-card--episode-info span {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.36px;
  margin-bottom: 6px;
  display: block;
}

.date,
.duration {
  padding-left: 29px;
  border-left: 1px solid #4c4c4c;
}

.duration p,
.date p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.52px;
  position: relative;
  display: flex;
  gap: 9px;
  align-items: center;
}

.duration p::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  min-width: 20px;
  height: 20px;
  background-image: url(assets/images/icons/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.date p::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  min-width: 18px;
  height: 20px;
  background-image: url(assets/images/icons/icon-agenda.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-podcast-card--episode-info {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 30px;
}

.single-podcast-card--episode-info>div {
  display: flex;
  gap: 29px;
}

.single-podcast-card--episode-content-info {
  margin-top: 16px;
}

.single-podcast-info--participants--title {
  width: 100%;
  border-radius: 10px;
  background: #1a1a1a;
  padding: 10px 10px 14px 17px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.single-podcast-info--participants--title::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(assets/images/icons/icon-dropdown-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.single-podcast-info--participants--title.open::after {
  transform: rotate(180deg);
}

.single-podcast-info--participants-content li {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 166.667%;
}

.single-podcast-info--participants-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 17px;
  opacity: 0;
  max-height: 0;
  transition: all 0.2s;
}

.single-podcast-info--participants-content.open {
  transform: translateY(0);
  max-height: 500px;
  opacity: 1;
}

/* Archive: Podcast */

.archive-podcast-intro {
  background-color: #212121;
  padding: 40px 5% 57px 5%;
  background-image: url(assets/images/masks/archive-podcast-bg.webp);
  background-repeat: no-repeat;
  background-position: center 90px;
}

.archive-podcast-intro h1 {
  color: #fff;
  margin: 56px 0 15px 0;
}

.archive-podcast-intro .archive-podcast-container {
  text-align: center;
}

.archive-podcast-intro .archive-podcast-container p {
  color: #fff;
  margin-bottom: 62px;
}

.archive-podcast-container .listen-button {
  margin: 0 auto;
}

.archive-podcast-list {
  background-color: #212121;
  padding: 0 5% 100px 5%;
}

.total-posts {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.archive-podcast-list .podcast-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive-podcast-list--flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.archive-podcast-list .single-podcast-card--episode {
  margin-top: 0;
}

@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.archive-podcast-list .single-podcast-card--episode.show {
  animation: fadeInOpacity 0.5s ease forwards;
}

/* Arquivo: Agenda */

.agenda-banner {
  background-image: url(assets/images/masks/agenda-banner-bg.webp);
  background-repeat: no-repeat;
  padding: 40px 5% 60px 5%;
}

.agenda-banner h1 {
  color: #fff;
  margin-top: 70px;
}

.agenda-banner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 66px;
  overflow: hidden;
}

.agenda-banner-grid .event-block::after,
.past-events-grid .event-block::after {
  right: -33px;
}

.agenda-past-events {
  padding: 70px 5% 0px 5%;
}

.agenda-banner-grid .event-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-right: 0;
  max-width: 100%;
  border: 2px solid transparent;
}

.agenda-banner-grid .event-card:hover {
  background-color: #efefef;
  border: 2px solid #c2c2c2;
}

.agenda-banner-grid .event-card:hover .event-card-date {
  background-color: #efefef;
}

.agenda-banner-grid .event-card-date {
  background-color: #fff;
}

.past-events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 66px;
  margin-top: 25px;
  padding-bottom: 90px;
}

.past-events-grid .event-card {
  margin-right: 0;
}

.past-events-grid .event-block:nth-child(4n)::after {
  display: none;
}

/* SINGLE: Evento */

.single-event-content {
  background-color: #f1f1f1;
  padding: 40px 5% 60px 5%;
  background-image: url(assets/images/masks/linhas-evento.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.single-event-content .info {
  display: flex;
  gap: 12px;
}

.single-event-content .info {
  margin-top: 35px;
}

.event-date span,
.event-time {
  color: #6d6d6d;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-date span::before,
.event-time::before {
  content: " ";
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-date span::before {
  background-image: url(assets/images/icons/icon-date-grey.svg);
  width: 13px;
  height: 15px;
}

.event-time::before {
  width: 13px;
  height: 13px;
  background-image: url(assets/images/icons/icon-clock-grey.svg);
}

.single-event-content .content {
  margin-top: 42px;
  padding-bottom: 30px;
}

.event-download {
  border-top: 1px solid #8f8f8f;
  display: flex;
  gap: 18px;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
}

.event-download span {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.download-poster {
  color: #000;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 12px 27px;
  border-radius: 34px;
  background: #e0e0e0;
  width: fit-content;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.2s;
}

.download-poster:hover {
  background-color: #d0d0d0;
}

.download-poster::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 15px;
  top: -1px;
  background-image: url(assets/images/icons/download-pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
}

.single-event-content .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.single-event-content .content-image {
  aspect-ratio: 16 / 9;
  height: fit-content;
}

.single-event-content .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.single-event-content h1 {
  margin-bottom: 15px;
}

.single-event-content .location {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-bottom: 20px;
}

.single-event-content .intro p {
  font-size: 16px;
  line-height: 177.667%;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-event-content .intro p strong {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.single-event-content .content-text {
  margin-top: 30px;
  max-width: 800px;
}

.single-event-content .content-text h3 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.content-text > h2{
  margin-bottom: 15px;
}

.content-text>p>a {
  text-decoration: underline;
  font-weight: 500;
}

.single-event-content .content-text p mark {
  background-color: #a2ca3a;
}

.single-event-content .content-text ul ul {
  margin-left: 10px;
  margin-top: 0;
}

.single-event-content .content-text h4 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 5px;
}

.content-image figcaption {
  margin-top: 10px;
  color: #393939;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content-image figcaption strong {
  font-weight: 700;
}

.content-text p:not(:last-of-type) {
  margin-bottom: 10px;
}

.content-text p {
  line-height: 177.667%;
}

.single-event-content .content-text ul {
  margin-top: 10px;
}

.single-activity .content-text ul {
  margin: 10px 0;
}

.single-event-content .content-text ol {
  margin: 10px 0 10px 15px;
}

.single-event-content .content-text ol ol {
  margin: 0 0 0 10px;
}

.single-activity .content-text dt,
.single-activity .content-text dd,
.single-activity .content-text li,
.single-event-content .content-text dt,
.single-event-content .content-text dd,
.single-event-content .content-text li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 166.667%;
  padding-left: 10px;
}

.single-event-content .content-text dl {
  margin-bottom: 10px;
}

.single-event-content .content-text blockquote {
  margin: 10px 0;
}

.single-other-related {
  background-color: #f1f1f1;
  padding: 90px 5%;
  border-top: 1px solid #8f8f8f;
}

.single-dado .single-other-related {
  background-color: #fff;
}

.other-related-top {
  text-align: center;
}

.other-related-top--title {
  position: relative;
  margin-bottom: 10px;
}

.recent-posts .container {
  position: relative;
}

.other-related-top--title .see-more,
.recent-posts .see-more {
  position: absolute;
  top: 0;
  right: -40px;
}

.other-related-top .wrapper {
  max-width: 551px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.recent-posts .top-content {
  margin-bottom: 30px;
}

/* SINGLE: Post */
.post-authors {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 30px;
}

.single-newsletter-content .newsletter-authors {
  border-top: 1px solid #8f8f8f;
  padding-top: 20px;
}

.post-authors-span,
.post-author>span {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.post-authors-list {
  display: flex;
  flex-wrap: wrap;
}

.post-author-info {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 21px;
  transition: all 0.2s;
  border-radius: 10px;
}

.newsletter-author,
.newsletter-authors {
  display: flex;
  align-items: center;
  gap: 15px;
}

.newsletter-author {
  flex-wrap: wrap;
  gap: 0 15px;
}

.newsletter-authors>span {
  font-weight: 600;
}

.post-author-info:hover {
  background-color: #e4e4e4;
}

.post-author-info figure {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  overflow: hidden;
}

.post-author-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-author-info h2,
.post-author-info h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 141.549%;
}

.post-author-info span {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 500;
  line-height: 115.261%;
}

/* ARQUIVO: Blog */

.blog-top-content {
  background-color: #f1f1f1;
  padding: 40px 5%;
}

.blog-top-content h1 {
  margin: 70px 0 30px 0;
}

.blog-top-content-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.post-big-item {
  width: 50%;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.2s;
  height: fit-content;
}

.post-big-item a {
  padding: 30px;
  display: block;
}

.post-big-item figure {
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 13px;
}

.post-big-item:hover img {
  scale: 1.05;
}

.post-big-item img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
  border-radius: 13px;
  display: flex;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-big-item h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 5px;
}

.post-item .info {
  display: flex;
  column-gap: 12px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.post-big-item .info {
  margin-bottom: 11px;
}

.post-big-item p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.post-big-item .info .event-date span,
.post-big-item .info .event-time {
  color: #000;
}

.post-big-item .info .event-time::before {
  background-image: url(assets/images/icons/icon-clock-black.svg);
}

.post-big-item .info .event-date span::before {
  background-image: url(assets/images/icons/icon-date-black.svg);
}

.post-secondary-wrapper {
  width: 50%;
}

.post-secondary-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.post-secondary-wrapper .post-item a {
  display: flex;
  align-items: center;
  gap: 25px;
  height: 100%;
  transition: all 0.2s;
  border-radius: 20px;
}

.post-secondary-wrapper .post-item a:hover {
  background-color: #e2e2e2;
}

.post-secondary-wrapper .post-item a>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 14px 14px 0;
}

.post-secondary-wrapper .post-item {
  position: relative;
  padding: 0 10px 0 22px;
  height: fit-content;
}

.post-secondary-wrapper .post-item:nth-of-type(1)::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #949494;
  bottom: -24.5px;
  left: 0;
}

.post-secondary-wrapper .post-item figure {
  flex: 0 0 220px;
  aspect-ratio: 12/ 13;
  height: 100%;
}

.post-secondary-wrapper .post-item figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}

.post-secondary-wrapper .post-item h2 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  margin: 15px 0 7px 0;
}

.post-secondary-wrapper .post-item p {
  font-weight: 300;
  line-height: 150%;
}

.post-secondary-wrapper .post-item>div {
  align-self: center;
}

.blog-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  margin-top: 30px;
}

.common-post-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 15px;
}

.common-post-item a {
  padding: 20px;
  border-radius: 15px;
  transition: all 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.common-post-item a:hover {
  background-color: #e2e2e2;
}

.common-post-item h2 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 141.176%;
  margin: 9px 0 5px 0;
}

.common-post-item .info {
  display: flex;
  column-gap: 12px;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.common-post-item p {
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
  margin-bottom: 10px;
}

.common-post-item .see-more {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin-top: auto;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}

.common-post-item .see-more::after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 29px;
  height: 9px;
  background-image: url(assets/images/icons/icon-btn-more-big.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog-bottom-content {
  padding: 62px 5% 80px 5%;
}

.blog-bottom-content--filters {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.blog-bottom-content--filters input[type="text"] {
  width: 75%;
  border-radius: 10px;
  border: 1px solid #bababa;
  padding: 10px 45px;
  background-image: url(assets/images/icons/lupa-preto.svg);
  background-position: 15px 7px;
  background-size: 21px 23px;
  background-repeat: no-repeat;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blog-label,
.blog-bottom-content--filters input[type="text"]::placeholder {
  color: #5f5f5f;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.blog-bottom-content--filters input[type="text"]:focus~label,
.blog-bottom-content--filters input[type="text"]:not(:placeholder-shown)~label {
  display: none;
}

.blog-label {
  position: absolute;
  top: 10px;
  left: 45px;
}

.blog-bottom-content--filters .order-by {
  display: flex;
  align-items: center;
  gap: 11px;
}

.podcast-order-span,
.blog-order-span {
  color: #5f5f5f;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.podcast-order-span {
  color: #ddd;
}

.nav-links {
  display: flex;
  align-items: center;
}

/* PAGE: Anuario */

.directory-list {
  padding: 50px 5% 90px 5%;
}

.directory-list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.directory-card {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #cecece;
  transition: all 0.2s;
}

.directory-card:hover {
  border: 1px solid #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
}

.directory-card h2 {
  margin: 15px 0;
  font-size: 22px;
}

.directory-card p strong {
  color: #231f20;
  font-weight: 700;
}

.directory-card ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: disc;
  margin-left: 20px;
}

.directory-card li {
  color: #767676;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.directory-card .download-poster,
.report-card .download-poster {
  margin-top: 15px;
  width: 100%;
  justify-content: center;
  font-size: 15px;
  padding: 16px 27px;
}

/* Page: Relatorios */

.report-list {
  padding: 50px 5% 90px 5%;
}

.report-list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.report-card {
  padding: 40px;
  transition: all 0.2s;
  border: 1px solid #cecece;
  border-top-right-radius: 40px;
}

.report-card:hover {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.report-card h2 {
  font-size: 18px;
  line-height: 140%;
  margin: 15px 0 9px 0;
}

.report-card p {
  color: #767676;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}

/* Page: Newsletters */

.newsletter-list {
  padding: 30px 5% 70px 5%;
}

.year-selectors {
  display: flex;
  gap: 8px;
}

.year-selector {
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.52px;
  transition: all 0.2s;
}

.year-selector:hover,
.year-selector.active {
  background-color: #eee;
  border: 1px solid #eee;
}

.newsletter-list--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  gap: 20px;
}

.newsletter-card {
  border-radius: 20px;
  border: 1px solid #cecece;
  padding: 30px;
  transition: all 0.2s;
}

.newsletter-card:hover {
  border: 1px solid #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
}

.newsletter-card h2 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 10px 0 5px 0;
}

.newsletter-card h3 {
  color: #231f20;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}

.newsletter-card .see-more {
  margin-top: 10px;
}

/* Single: Newsletter */

.single-newsletter-banner {
  background-color: #f1f1f1;
  padding: 40px 5% 50px 5%;
}

.single-newsletter-banner--title h1 {
  margin-top: 66px;
}

.single-newsletter-banner--title span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 15px;
  display: block;
}

.single-newsletter-content {
  padding: 50px 5%;
}

.single-newsletter-content .info {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.single-newsletter-content--text p {
  margin-bottom: 10px;
  font-weight: 500;
}

.single-newsletter-content--text p strong {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.related-content-span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 20px;
  display: block;
  font-family: "Montserrat", sans-serif;
}

.newsletter-barometer-card {
  display: flex;
  gap: 27px;
  background-color: #f1f1f1;
  padding: 14px;
  border-radius: 10px;
}

.newsletter-barometer-card .see-more {
  margin-top: 20px;
}

.newsletter-barometer-card .barometer-image {
  flex: 0 0 177px;
  height: auto;
}

.newsletter-barometer-card .barometer-image img {
  width: 90px;
  height: 90px;
}

.related-content-container {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.related-content-container:not(:first-of-type) {
  border-top: 1px solid #cecece;
}

.newsletter-related-card {
  display: flex;
  gap: 25px;
}

.newsletter-related-card figure {
  flex: 0 0 190px;
}

.newsletter-related-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.newsletter-related-card h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}

.newsletter-related-card p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
}

.newsletter-related-card .see-more {
  margin-top: 8px;
}

.newsletter-related-card--content {
  flex: 0 0 60%;
}

.single-newsletter .single-other-related {
  background-color: #fff;
  padding: 90px 5% 64px 5%;
}

/* Single: Base de dados */

.database-info {
  padding: 40px 5% 50px 5%;
}

.database-info h2 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 140%;
}

.database-info-download {
  padding-top: 11px;
}

.database-info-download span {
  color: #393939;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.database-info-download {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  border-top: 1px solid #8f8f8f;
}

.database-info .wrapper {
  max-width: 645px;
}

.other-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.document-card {
  padding: 20px;
}

.document-card figure {
  max-height: 302px;
}

.document-card figure img {
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
}

.document-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin: 25px 0 5px 0;
}

.document-card p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
}

.document-card .see-more {
  margin-top: 8px;
}

.database-filters {
  background-color: #fff;
  padding: 40px 5% 0 5%;
}

.page-template-page-base-de-dados .activity-list:nth-of-type(1) {
  padding-top: 40px;
}

/* Page: Conceitos e Metodologias */

.quality-information .wrapper {
  max-width: 930px;
  text-align: center;
  margin: 0 auto;
}

.quality-information h2,
.concepts-main-section h2,
.investigation-process h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.quality-information-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.quality-information-card {
  border-radius: 20px;
  background-color: #231f20;
  padding: 28px 20px 23px 85px;
  position: relative;
  overflow: hidden;
}

.quality-information-card::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 100%;
  background-image: url(assets/images/icons/icon-quality-card.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.quality-information-card h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.quality-information-card>div {
  display: flex;
  position: relative;
  gap: 21px;
  align-items: center;
}

.quality-information-card>div::before {
  counter-increment: quality-card;
  content: counter(quality-card, decimal-leading-zero) ".";
  color: #f4f4f4;
  font-size: 49px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  display: inline-block;
}

.quality-information-card h3 strong {
  font-weight: 700;
}

.concepts-main-section,
.investigation-process,
.quality-information {
  padding: 90px 5%;
}

.concepts-main-section.grey {
  background-color: #f1f1f1;
}

.concepts-main-section .concepts-container {
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 66px;
  align-items: center;
}

.concepts-main-section img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.concepts-main-section .see-more {
  margin-top: 15px;
}

.investigation-process {
  border-bottom: 1px solid #cfcfcf;
}

.investigation-process .wrapper {
  max-width: 874px;
  margin: 0 auto;
  text-align: center;
}

.investigation-process .see-more {
  justify-content: center;
  margin-top: 15px;
}

/* Nice Select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 5px;
  border-bottom: 1px solid #303030;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.custom-select.nice-select {
  border-radius: 0;
  width: 100%;
}

.custom-select.error~.custom-select.nice-select {
  border-color: #f04e48;
}

.custom-select.vote-value.nice-select {
  border: none;
}

.custom-select.nice-select .option {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 10px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #f0f0f0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.dark-select.nice-select .list {
  background-color: #181616;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #e3e3e3;
}

.nice-select.dark-select .option:hover,
.nice-select.dark-select .option.focus,
.nice-select.dark-select .option.selected.focus {
  background-color: #303030;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.order-date.nice-select {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 10px;
  background: #ededed;
  height: fit-content;
  padding: 10px 33px 10px 20px;
  border-bottom: 0;
  min-width: 150px;
}

.order-date.order-date-news.nice-select {
  color: #1f1f1f;
}

.order-date.nice-select.dark-select {
  background: #3b3b3b;
  color: #fff;
}

.order-date.nice-select.dark-select .list {
  border-radius: 10px;
  background-color: #3b3b3b;
}

.order-date.nice-select.dark-select .option:hover,
.order-date.nice-select.dark-select .option.focus,
.order-date.nice-select.dark-select .option.selected.focus {
  background-color: #313131;
}

.order-date.nice-select.dark-select .option,
.order-date.nice-select.dark-select .option.selected {
  color: #fff;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 11px 21px 11px 35px;
}

.result-not-found {
  margin: 20px 0;
}

.header-info.mobile,
.header-tools.mobile,
.header-language.mobile,
.icon-mobile,
.white-logo,
.header-logo.dark .custom-logo-link {
  display: none;
}

html.no-overflow {
  overflow: hidden;
}

/****************************************** Dark Mode *************************************************/

.header-logo.dark .white-logo {
  display: block;
}

.dark-mode,
.dark-mode.page-template-page-apresentacao footer,
.dark-mode.single-barometro footer,
.dark-mode #frontpage-events {
  background-color: #090909;
}

.dark-mode a.see-more,
.dark-mode .btn-more,
.dark-mode .text-subtitle,
.dark-mode .main-button.transparent,
.dark-mode h1,
.dark-mode .single-team-banner-info h1,
.dark-mode h2,
.dark-mode h2.small-h2,
.dark-mode .presentation-info h2,
.dark-mode .interest h3,
.dark-mode .barometer-card-content h3,
.dark-mode .interest p,
.dark-mode .single-team-info .content p,
.dark-mode p {
  color: #f1f1f1;
}

.dark-mode span.black-span,
.dark-mode .in-touch-card .info,
.dark-mode .single-team-banner-info span,
.dark-mode .single-team-info .content h2,
.dark-mode .breadcrumbs a,
.dark-mode .breadcrumbs span,
.dark-mode .about-banner-info-wrapper p,
.dark-mode .post-card>p:not(.post-card-date-time),
.dark-mode .post-card-title {
  color: #fff;
}

.dark-mode .team-banner,
.dark-mode .presentation-info.grey,
.dark-mode .presentation-info.implications,
.dark-mode #bip-objectives,
.dark-mode .single-barometer-archive,
.dark-mode .post-card:hover {
  background-color: #212121;
}

.dark-mode .main-button.black {
  background-color: #ffffff;
  color: #231f20;
}

.dark-mode .presentation-info.grey::after {
  opacity: 0.2;
}

.dark-mode a.see-more::after,
.dark-mode .btn-more::after,
.dark-mode .post-card .btn-more::after {
  filter: invert(1);
}

.dark-mode .breadcrumbs .call-to-action-home {
  background-image: url(assets/images/icons/icon-home-white.svg);
}

.dark-mode .breadcrumbs .call-to-action-home:hover {
  background-image: url(asset/images/icons/icon-home.svg);
}

.dark-mode .team-card .btn-more::after {
  filter: invert(0);
}

.dark-mode .objective-item>p,
.dark-mode .event-card-date,
.dark-mode .team-card>.btn-more {
  color: #231f20;
}

.dark-mode .in-touch-card:hover .info {
  color: #000;
}

.dark-mode .event-block::after {
  background-color: #4d4d4d;
}

.dark-mode .about-banner {
  background-color: #0f0f0f;
}

.dark-mode .event-card-content {
  background-color: #ededed;
  width: 100%;
  border-radius: 0 6px 6px 0;
}

.dark-mode .event-card-date {
  border-radius: 6px 0 0 6px;
}

.last-update {
  padding-top: 25px;
  justify-content: flex-end;
  font-size: 13px !important;
  display: flex;
}

span.form-error-message {
  color: red;
  font-size: 12px;
  margin: 15px 0 25px 0;
  display: block;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* QUERIES */
@media screen and (max-width: 1840px) {
  header {
    padding: 10px 3%;
  }

  .footer-grid {
    grid-template-columns: 20% 20% 10% 10% 1fr;
  }
}

@media screen and (max-width: 1745px) {
  #frontpage-survey::before {
    right: 14%;
  }

  .agenda-container {
    margin: 0 0 0 8%;
  }
}

@media screen and (max-width: 1680px) {
  .menu-top {
    gap: 30px;
  }

  .frontpage-survey-text {
    font-size: 28px;
  }

  .post-card-title {
    font-size: 18px;
  }

  .frontpage-survey-container {
    padding: 45px;
  }

  h2 {
    font-size: 25px;
  }

  .team-card--image {
    width: 115px;
  }

  .about-banner-info-wrapper p {
    font-size: 15px;
  }

  h2.small-h2,
  .presentation-info h2 {
    font-size: 21px;
  }

  .single-team-banner-info h1 {
    font-size: 28px;
  }

  .barometer-hero h1 {
    font-size: 25px;
  }

  .barometer-features h2 {
    font-size: 28px;
  }

  .barometer-features>p {
    font-size: 15px;
  }

  .barometer-submit::before {
    width: 220px;
    height: 220px;
  }

  .barometer-card-content h3 {
    font-size: 17px;
  }

  .archive-grid {
    gap: 20px;
  }

  .single-podcast-info .container-md {
    gap: 60px;
  }

  .progress-circle.bartometer-main-result {
    scale: 1.2;
  }
}

@media screen and (max-width: 1550px) {
  h2 {
    font-size: 24px;
  }

  .bip-button {
    font-size: 14px;
  }

  .menu-top>li>a {
    font-size: 13px;
  }

  .custom-logo-link {
    max-width: 215px;
  }

  .custom-logo-link img {
    width: 100%;
    object-fit: contain;
  }

  .bip-button::after {
    width: 23px;
  }

  .footer-grid {
    grid-template-columns: 18% 20% 10% 10% 1fr;
  }

  .footer-identity>img {
    width: 100%;
  }

  #frontpage-survey::before {
    right: 10%;
  }

  .frontpage-presentation-grid-left>h1 {
    font-size: 25px;
  }

  .frontpage-presentation-grid>img {
    width: 90%;
    object-fit: contain;
    object-position: bottom;
    height: 100%;
  }

  .objective-name {
    font-size: 23px;
  }

  .objective-item:first-child::before {
    width: 115px;
    left: -80px;
  }

  .team-card--name {
    font-size: 18px;
  }

  .team-card--position {
    font-size: 16px;
  }

  .frontpage-survey-container {
    padding: 45px 20px;
    max-width: 800px;
  }

  .team-list .team-card--name {
    font-size: 15px;
  }

  .team-list .team-card--position {
    font-size: 14px;
  }

  .interest h3 {
    font-size: 20px;
  }

  .small-button {
    font-size: 14px;
  }

  .interest figure {
    flex: 0 0 42%;
  }

  .small-button {
    padding: 13px 27px;
  }

  .insterest figure {
    flex: 0 0 4%;
  }

  h1 {
    font-size: 28px;
  }

  .presentation-info.grey::after {
    right: -31px;
    width: 13%;
  }

  .presentation-info .presentation-container {
    gap: 60px;
  }

  .single-team-banner-info figure {
    width: 140px;
    height: 140px;
  }

  .single-team-banner-info .single-team-container {
    gap: 11px;
  }

  .single-team-banner-info h1 {
    font-size: 26px;
  }

  .single-team-banner-info span {
    font-size: 19px;
  }

  .error-content h2 {
    font-size: 28px;
  }

  .barometer-features h2 {
    font-size: 26px;
  }

  .barometer-hero h1 {
    font-size: 24px;
  }

  .barometer-submit form .wrapper h4 {
    font-size: 18px;
  }

  .form-label,
  .label-as-placeholder,
  .checkboxes label,
  .barometer-submit input[type="text"],
  .barometer-submit input[type="number"],
  .nice-select {
    font-size: 15px;
  }

  .barometer-card-content h3 {
    font-size: 16px;
  }

  .barometer-results h2 {
    font-size: 23px;
  }

  .contacts-page-info {
    padding: 80px 5% 80px 80px;
  }

  .archive-podcast-intro .archive-podcast-container p {
    margin-bottom: 40px;
  }

  .agenda-container {
    margin: 0 auto;
  }

  .agenda-banner h1 {
    margin-top: 50px;
  }

  .single-event-container .intro p {
    font-size: 17px;
  }

  .single-podcast-content h1 {
    font-size: 27px;
  }

  .single-event-content .intro p strong {
    font-size: 18px;
  }

  .blog-top-content h1 {
    margin: 40px 0 20px 0;
  }

  .single-newsletter-banner--title h1 {
    margin-top: 40px;
  }

  .single-newsletter-content--text p strong {
    font-size: 18px;
  }

  .newsletter-related-card h2 {
    font-size: 18px;
  }

  .document-card h3 {
    font-size: 19px;
  }

  .quality-information-card>div::before {
    font-size: 45px;
  }

  .single-dado .about-banner {
    padding: 40px 5% 120px 5%;
  }

  .page-template-page-atividades .activity-list:nth-of-type(odd) .activity-list-image::before {
    left: -40px;
    width: 480px;
    height: 483px;
  }

  .custom-select.nice-select .option {
    font-size: 14px;
  }

  .info-page {
    padding: 40px 5% 120px 5%;
  }
}

@media screen and (max-width: 1440px) {
  .post-secondary-wrapper .post-item figure {
    flex: 0 0 180px;
  }

  .post-secondary-wrapper .post-item:nth-of-type(1)::after {
    bottom: -35px;
  }

  .menu-top {
    gap: 20px;
  }

  .bip-button {
    padding: 10px 25px;
  }

  .footer-newsletter-input>button {
    font-size: 13px;
  }

  .frontpage-survey-text {
    font-size: 26px;
  }

  .event-card-date {
    font-size: 13px;
  }

  #frontpage-events {
    padding: 50px 5%;
  }

  .post-card-title {
    font-size: 18px;
  }

  h2 {
    font-size: 23px;
  }

  .objective-name {
    font-size: 20px;
  }

  .objective-number {
    font-size: 13px;
  }

  .team-card--name {
    font-size: 16px;
  }

  .team-card--position {
    font-size: 15px;
  }

  .team-card {
    padding: 30px;
  }

  .team-card--image {
    width: 115px;
  }

  #frontpage-survey::before {
    right: 13%;
    width: 200px;
  }

  .frontpage-survey-title {
    font-size: 13px;
  }

  .frontpage-survey-container {
    max-width: 750px;
  }

  p.small-p {
    font-size: 13px;
  }

  .team-banner::after {
    width: 18%;
    height: 70%;
  }

  .main-button {
    padding: 13px 30px;
  }

  .about-banner {
    padding: 50px 5%;
  }

  .about-banner-info-wrapper p {
    font-size: 14px;
  }

  .about-banner-info {
    margin-top: 40px;
  }

  .single-team-banner-info {
    margin-top: 35px;
    position: relative;
    z-index: 1;
  }

  .single-team-banner-info h1 {
    font-size: 25px;
  }

  .in-touch-card::after {
    width: 35px;
    height: 35px;
  }

  .single-team-banner-info figure {
    width: 130px;
    height: 130px;
  }

  .single-team-banner-info h1 {
    font-size: 24px;
  }

  .single-team-banner-info span {
    font-size: 18px;
  }

  .single-team-info .content h2 {
    font-size: 19px;
  }

  .menu-top .sub-menu a {
    font-size: 13px;
  }

  .info-page h1 {
    font-size: 26px;
  }

  .faq-title span {
    font-size: 15px;
  }

  .faq-title::after {
    width: 40px;
    height: 40px;
  }

  .barometer-hero h1 {
    font-size: 23px;
  }

  .barometer-question-content::before,
  .barometer-question-content::after {
    display: none;
  }

  .barometer-hero .barometer-container {
    gap: 50px;
  }

  .progress-circle.bartometer-main-result {
    scale: 1.1;
  }

  .barometer-features li {
    padding: 15px;
    padding-left: 55px;
  }

  .barometer-features li::before {
    top: 12px;
  }

  .barometer-question figure {
    max-width: 85px;
  }

  .barometer-question figure img {
    width: 100%;
  }

  span.percentage {
    font-size: 28px;
  }

  .barometer-results-info p {
    font-size: 13px;
  }

  .contacts-page h1 {
    font-size: 26px;
  }

  .agenda-banner-grid {
    margin-top: 30px;
  }

  .single-event-content .location {
    font-size: 15px;
  }

  .content-image figcaption {
    margin-top: 8px;
  }

  .single-podcast-info h3 {
    font-size: 16px;
  }

  .single-podcast-info--participants-content li {
    font-size: 14px;
  }

  .post-big-item h2 {
    font-size: 19px;
  }

  .report-card h2 {
    font-size: 17px;
  }

  .single-newsletter-banner--title span {
    font-size: 15px;
  }

  .single-newsletter-content--text p strong {
    font-size: 17px;
  }

  .post-author {
    gap: 20px;
  }

  .database-info h2 {
    font-size: 21px;
  }

  .document-card h3 {
    font-size: 18px;
  }

  .concepts-main-section,
  .investigation-process,
  .quality-information {
    padding: 70px 5%;
  }

  .concepts-main-section .concepts-container {
    grid-template-columns: 48% 1fr;
  }

  #frontpage-survey>div::before {
    height: 165px;
  }

  .frontpage-presentation-grid-left>p {
    font-size: 14px;
  }

  h1 {
    font-size: 26px;
  }

  .presentation-info {
    padding: 70px 5% 50px 5%;
  }

  .faq-content p {
    font-size: 14px;
  }

  .activity-list {
    padding: 70px 5%;
  }

  .archive-podcast-intro .archive-podcast-container p {
    margin-bottom: 30px;
  }

  .order-date.nice-select {
    font-size: 13px;
  }

  .team-card .btn-more {
    padding: 10px 22px;
  }

  .single-dado .about-banner {
    padding: 40px 5% 100px 5%;
  }

  .single-atividade .about-banner {
    padding: 40px 5% 80px 5%;
  }

  .frontpage-team-slide {
    padding: 65px 5% 65px 0;
  }

  .event-card {
    margin-right: 20px;
  }

  .btn-more-rounded {
    font-size: 13px;
  }

  .barometer-question {
    min-height: 445px;
  }

  .subscribe-newsletter {
    padding: 0 5% 70px 5%;
  }

  .analogous-projects {
    padding: 50px 5% 70px 5%;
  }

  .activity-list-content h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 1376px) {
  .bip-button {
    font-size: 13px;
  }

  .frontpage-team-container {
    margin: 0 5%;
  }

  .header-socials {
    display: none;
  }

  .custom-logo-link {
    max-width: 190px;
  }

  #frontpage-survey::before {
    width: 200px;
  }

  .main-events-grid {
    gap: 20px;
  }

  .frontpage-presentation-grid-left>h1 {
    font-size: 24px;
  }

  .btn-more-rounded {
    font-size: 12px;
  }

  .post-card-title {
    font-size: 17px;
  }

  .post-card>p {
    margin: 15px 0 10px 0;
  }

  .objective-item:first-child::before {
    display: none;
  }

  .btn-more {
    font-size: 13px;
  }

  .frontpage-team-slide .team-card {
    flex: 0 0 270px;
  }

  .frontpage-team-slide {
    padding: 50px 0;
  }

  .footer-grid {
    grid-template-columns: 20% 1fr 1fr 1fr;
  }

  .footer-newsletter {
    grid-area: 2/1/3/5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .frontpage-survey-container {
    padding: 40px 20px;
  }

  .frontpage-survey-text {
    font-size: 25px;
  }

  .footer-newsletter-message {
    margin-bottom: 40px;
  }

  .footer-language {
    margin-bottom: 0;
  }

  h1 {
    font-size: 25px;
  }

  .info-page li,
  p {
    font-size: 14px;
  }

  .presentation-info .presentation-container {
    gap: 40px;
  }

  .single-team-info .content h2 {
    font-size: 18px;
  }

  .single-team-info .single-team-container {
    gap: 40px;
  }

  .single-team-banner-info h1 {
    font-size: 23px;
  }

  .error-content h2 {
    font-size: 26px;
  }

  .error-content {
    padding: 70px 5% 100px 5%;
  }

  .barometer-hero h1 {
    font-size: 22px;
  }

  .barometer-features>p {
    font-size: 14px;
  }

  .barometer-question {
    max-width: 100%;
  }

  .barometer-features h2 {
    font-size: 25px;
  }

  .form-label,
  .label-as-placeholder,
  .checkboxes label,
  .barometer-submit input[type="text"],
  .barometer-submit input[type="number"],
  .nice-select,
  .barometer-submit input[type="text"]::placeholder,
  .barometer-submit input[type="number"]::placeholder {
    font-size: 14px;
  }

  .barometer-submit::before {
    top: -55px;
    right: 64px;
    width: 250px;
    height: 250px;
  }

  .barometer-submit .checkboxes {
    row-gap: 15px;
    justify-content: flex-start;
  }

  .barometer-submit .wrapper {
    margin-bottom: 20px;
  }

  .personal-info .wrapper {
    margin-top: 20px;
  }

  .checkboxes input[type="radio"] {
    height: 18px;
    width: 18px;
  }

  .barometer-submit form {
    padding: 50px 100px 0 100px;
  }

  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-modal {
    padding: 40px 40px 50px 40px;
  }

  .success-modal span {
    font-size: 15px;
  }

  a.see-more {
    font-size: 13px;
  }

  .barometer-results-response {
    font-size: 13px;
    margin-top: 12px;
  }

  span.percentage {
    font-size: 27px;
  }

  .barometer-results h2 {
    font-size: 22px;
  }

  .barometer-results>span {
    font-size: 15px;
  }

  .archive-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subscribe-newsletter h2 {
    font-size: 18px;
  }

  .archive-podcast-intro h1 {
    margin: 40px 0 15px 0;
  }

  .archive-podcast-intro .archive-podcast-container p {
    margin-bottom: 30px;
  }

  .archive-podcast-intro {
    padding: 40px 5%;
  }

  .single-podcast-card--episode-content figure {
    min-width: 215px;
  }

  .agenda-banner {
    padding: 40px 0 50px 0;
  }

  .agenda-banner-grid {
    display: flex;
    padding: 0 5%;
    overflow-x: scroll;
  }

  .agenda-banner-grid::-webkit-scrollbar {
    display: none;
  }

  .agenda-banner-grid .event-block {
    flex: 0 0 300px;
  }

  .agenda-banner .breadcrumbs,
  .agenda-banner h1 {
    padding-left: 5%;
  }

  .single-event-container .intro p {
    font-size: 16px;
  }

  .content-text p:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .event-download span {
    font-size: 15px;
  }

  .single-event-content .content-text li,
  .single-event-content .content-text dt,
  .single-event-content .content-text dd,
  .single-event-content .content-text li {
    font-size: 14px;
  }

  .single-other-related {
    padding: 70px 5%;
  }

  .other-related-top--title .see-more {
    right: 0;
  }

  .single-podcast-content h1 {
    font-size: 26px;
  }

  .single-podcast-content span.podcast-title {
    font-size: 12px;
  }

  .single-event-content .intro p strong {
    font-size: 16px;
  }

  .common-post-item h2 {
    font-size: 16px;
  }

  .common-post-item .info {
    margin-top: 15px;
  }

  .common-post-item .see-more {
    font-size: 13px;
  }

  .blog-bottom-grid {
    row-gap: 20px;
  }

  .directory-card .download-poster,
  .report-card .download-poster {
    font-size: 14px;
  }

  .report-card {
    padding: 30px;
  }

  .newsletter-card h2 {
    font-size: 17px;
  }

  .newsletter-card h3 {
    font-size: 14px;
  }

  .single-newsletter-banner {
    padding: 40px 5%;
  }

  .breadcrumbs li {
    gap: 7px;
  }

  .breadcrumbs a {
    padding: 7px;
  }

  .related-content-span {
    margin: 20px 0 10px 0;
  }

  .document-card h3 {
    font-size: 17px;
  }

  .single-other-related {
    padding: 60px 5%;
  }

  .quality-information-card>div::before {
    font-size: 40px;
  }

  #frontpage-survey>div::before {
    height: 135px;
    width: 125%;
  }

  .team-section .team-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .recent-posts,
  #bip-objectives {
    padding: 70px 5% 60px 5%;
  }

  .single-newsletter .single-other-related {
    padding: 70px 5% 60px 5%;
  }

  .archive-podcast-intro .listen-button {
    padding: 12px 30px;
    font-size: 13px;
  }

  .archive-podcast-intro .listen-button::after {
    min-width: 12px;
    height: 15px;
  }

  .past-events-grid {
    padding-bottom: 60px;
  }

  .info-page {
    padding: 40px 5% 90px 5%;
  }
}

@media screen and (max-width: 1280px) {

  .post-big-item p {
    font-size: 15px;
  }

  .frontpage-presentation-grid>img {
    width: 95%;
  }

  .frontpage-presentation-developed>span {
    font-size: 13px;
  }

  .post-card-title {
    font-size: 16px;
  }

  .objective-name {
    font-size: 19px;
  }

  .objective-name {
    margin: 10px 0;
  }

  .objective-item {
    padding: 25px;
  }

  footer {
    padding: 0 5% 40px 5%;
  }

  .frontpage-survey-container {
    max-width: 700px;
  }

  .frontpage-survey-text {
    font-size: 24px;
  }

  .frontpage-survey-title {
    margin-bottom: 10px;
  }

  #frontpage-survey::before {
    width: 180px;
  }

  .team-card--image {
    width: 100px;
  }

  .breadcrumbs li,
  .breadcrumbs .container-md {
    gap: 5px;
  }

  .main-button {
    font-size: 13px;
  }

  .team-banner::after {
    height: 60%;
  }

  .about-banner-info {
    margin-top: 30px;
  }

  .about-banner-figure {
    right: -100px;
  }

  h2.small-h2,
  .presentation-info h2 {
    font-size: 20px;
  }

  .presentation-info.grey::after {
    display: none;
  }

  .single-team-banner-info h1 {
    font-size: 23px;
  }

  .error-content h2 {
    font-size: 25px;
  }

  .barometer-hero .barometer-container {
    grid-template-columns: 1fr 45%;
  }

  .barometer-hero h1 {
    font-size: 21px;
  }

  .barometer-question {
    padding: 50px;
  }

  .barometer-features li::before {
    font-size: 19px;
    left: 15px;
  }

  .barometer-submit form h3 {
    font-size: 12px;
  }

  .barometer-features li {
    padding-left: 45px;
  }

  .input-flex {
    margin: 20px 0;
  }

  .contacts-page {
    grid-template-columns: 40% 1fr;
  }

  .single-podcast-card--episode-content-info h3 {
    font-size: 17px;
  }

  .date,
  .duration {
    padding-left: 20px;
  }

  .single-podcast-card--episode-info>div {
    display: flex;
    gap: 20px;
  }

  .archive-podcast-list {
    padding: 0 5% 70px 5%;
  }

  .agenda-banner-grid {
    gap: 40px;
  }

  .agenda-banner-grid .event-block::after,
  .past-events-grid .event-block::after {
    right: -20px;
  }

  .past-events-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
    column-gap: 40px;
  }

  .past-events-grid .event-block::after {
    right: 0;
  }

  .single-event-content .info {
    margin-top: 25px;
  }

  .single-event-content .content {
    margin-top: 30px;
  }

  .episode-iframe {
    margin-top: 20px;
  }

  .single-podcast-content {
    padding: 40px 5%;
  }

  .single-podcast-info--participants--title::after {
    width: 27px;
    height: 27px;
  }

  .single-podcast-info .container-md {
    gap: 40px;
  }

  .useful-link,
  .single-podcast-info--participants-content li {
    font-size: 13px;
  }

  .single-podcast-info--participants-content {
    margin-top: 15px;
  }

  .post-secondary-wrapper .post-item {
    padding: 0 10px;
  }

  .common-post-item a {
    padding: 15px;
  }

  .order-date.nice-select {
    font-size: 12px;
  }

  .directory-card .download-poster {
    font-size: 14px;
    padding: 14px 25px;
  }

  .directory-card {
    padding: 30px;
  }

  .directory-list {
    padding: 50px 5%;
  }

  .newsletter-card {
    padding: 25px;
  }

  .newsletter-list {
    padding: 30px 5% 50px 5%;
  }

  .subscribe-newsletter {
    padding: 0 5% 70px 5%;
  }

  .document-card h3 {
    margin: 15px 0 5px 0;
  }

  .document-card {
    padding: 15px;
  }

  .concepts-main-section .concepts-container {
    grid-template-columns: 45% 1fr;
  }

  .team-card .btn-more {
    font-size: 12px;
  }

  .single-dado .about-banner {
    padding: 40px 5% 90px 5%;
  }

  .presentation-info.grey .presentation-container {
    align-items: center;
    transform: translateX(0px);
  }

  h1 {
    font-size: 24px;
  }

  #bip-objectives .objectives-grid {
    margin-top: 30px;
  }

  .page-template-page-objetivos #bip-objectives {
    padding: 20px 5% 50px 5%;
  }

  .frontpage-presentation-grid-left {
    padding-top: 0;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 1180px) {
  .custom-logo-link {
    max-width: 170px;
  }

  .bip-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .menu-top>li>a {
    font-size: 12px;
  }

  .menu-top .menu-item-has-children::after {
    width: 13px;
    height: 13px;
  }

  .main-events-grid {
    display: flex;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .main-events-grid::-webkit-scrollbar,
  .recent-posts .grid-3::-webkit-scrollbar {
    display: none;
  }

  #frontpage-events {
    padding: 50px 0;
  }

  .event-block {
    flex: 0 0 325px;
  }

  .frontpage-presentation-grid-left>h1 {
    font-size: 22px;
  }

  .frontpage-presentation-grid-left>p {
    font-size: 15px;
  }

  .btn-more {
    font-size: 13px;
  }

  .post-card>p {
    font-size: 12px;
  }

  .objectives-grid {
    margin-top: 25px;
  }

  #bip-objectives {
    padding: 65px 5%;
  }

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer-language {
    margin-bottom: 20px;
  }

  .footer-newsletter-message {
    margin-bottom: 30px;
  }

  .frontpage-survey-container {
    max-width: 650px;
  }

  .frontpage-survey-text {
    font-size: 23px;
  }

  #frontpage-survey::before {
    width: 170px;
  }

  .frontpage-survey-title {
    font-size: 12px;
  }

  .team-list .team-card--name {
    font-size: 14px;
  }

  .team-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .about-banner-figure {
    right: -150px;
  }

  h1 {
    font-size: 24px;
  }

  .about-banner-info-wrapper {
    margin-top: 10px;
  }

  .about-banner-info .container-md {
    position: relative;
    z-index: 1;
  }

  .other-members-grid {
    display: flex;
    padding: 30px 5% 50px 5%;
    overflow-x: scroll;
  }

  .other-members-grid::-webkit-scrollbar {
    display: none;
  }

  .other-members-grid .team-card {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .other-members-grid .team-card {
    flex: 0 0 200px;
  }

  .other-members {
    padding: 40px 0 0px 0;
  }

  .other-members-intro {
    padding: 0 5%;
    margin-bottom: 0;
  }

  .info-page h1 {
    font-size: 25px;
  }

  .info-page p em {
    margin-bottom: 30px;
  }

  .faq-title::after {
    width: 35px;
    height: 35px;
    background-size: 11px 5px;
  }

  .faq-title span {
    font-size: 14px;
  }

  .error-content {
    padding: 70px 5%;
  }

  .info-page h3 {
    font-size: 18px;
  }

  .barometer-hero .barometer-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .barometer-features h2 {
    font-size: 23px;
  }

  .barometer-submit::before {
    top: -90px;
    right: auto;
    width: 180px;
    height: 180px;
  }

  .barometer-submit button {
    font-size: 14px;
  }

  .barometer-submit {
    padding: 0 5% 40px 5%;
  }

  span.percentage {
    font-size: 26px;
  }

  .barometer-results-info p {
    line-height: 140%;
  }

  .barometer-results {
    padding: 30px 40px 40px 40px;
  }

  .archive-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contacts-page {
    grid-template-columns: 30% 1fr;
  }

  .contacts-page h1 {
    font-size: 24px;
  }

  .contacts-page-info-details figure {
    max-width: 240px;
  }

  .contacts-page-info-details img {
    width: 100%;
  }

  .contacts-page-info {
    padding: 60px 5% 60px 60px;
  }

  .single-podcast-card--episode-content figure {
    min-width: 190px;
  }

  .single-podcast-card--episode-content-info p {
    font-size: 13px;
  }

  .duration p::before {
    min-width: 17px;
    height: 17px;
  }

  .date p::before {
    min-width: 15px;
    height: 17px;
  }

  .duration p,
  .date p {
    font-size: 12px;
  }

  .agenda-past-events {
    padding: 50px 5% 0 5%;
  }

  .past-events-grid {
    padding-bottom: 60px;
  }

  .single-podcast-content h1 {
    font-size: 25px;
  }

  .post-authors-span,
  .post-author>span {
    font-size: 15px;
  }

  .post-author {
    gap: 20px;
  }

  .post-big-item {
    width: 45%;
  }

  .post-secondary-wrapper {
    width: 55%;
  }

  .post-big-item a {
    padding: 40px;
  }

  .blog-bottom-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-bottom-content--filters input[type="text"] {
    width: 65%;
  }

  .directory-card h2 {
    font-size: 20px;
  }

  .report-card h2 {
    font-size: 16px;
  }

  .single-newsletter-content--text p strong {
    font-size: 16px;
  }

  .single-newsletter-banner--title span {
    margin-top: 10px;
  }

  .database-info h2 {
    font-size: 20px;
  }

  .quality-information-card {
    padding: 23px 20px 23px 75px;
  }

  .quality-information-card h3 {
    font-size: 14px;
  }

  .quality-information-card>div::before {
    font-size: 36px;
  }

  .concepts-main-section .concepts-container {
    grid-template-columns: 42% 1fr;
    gap: 40px;
  }

  .frontpage-survey-container::before {
    width: 125%;
  }

  .presentation-info.implications .presentation-container {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1080px) {
  .dark-header .social-button>img {
    filter: none;
  }

  .barometer-submit input[type="text"],
  .barometer-submit input[type="number"] {
    padding-bottom: 12px;
  }

  .custom-arrows .arrow {
    width: 10px;
  }

  .custom-logo-link {
    max-width: 160px;
  }

  .menu-top .menu-item-has-children::before,
  .header-info {
    display: none;
  }

  .frontpage-survey-container {
    max-width: 600px;
  }

  .frontpage-survey-text {
    font-size: 22px;
  }

  header {
    padding: 10px 5%;
  }

  .barometer-hero .barometer-container {
    grid-template-columns: 1fr;
  }

  .barometer-question .bip-button {
    width: fit-content;
  }

  .barometer-question {
    padding: 35px;
  }

  .barometer-features li::before {
    font-size: 17px;
  }

  .barometer-question figure {
    max-width: 80px;
  }

  .barometer-question span {
    margin: 10px 0;
  }

  .barometer-submit::before {
    top: -46px;
    right: auto;
    width: 130px;
    height: 130px;
  }

  .barometer-submit form {
    padding: 50px 80px 0 80px;
  }

  .barometer-submit form .wrapper h4 {
    font-size: 17px;
  }

  .single-barometer-archive.ellipsis {
    padding: 30px 5% 50px 5%;
  }

  .contacts-page-info-details--figure {
    display: none;
  }

  .contacts-page {
    grid-template-columns: 1fr;
  }

  .contacts-page-info>div {
    max-width: 100%;
  }

  .bibliography {
    padding: 50px 5%;
  }

  .archive-podcast-intro {
    background-size: 100%;
  }

  .blog-top-content-flex {
    flex-direction: column;
  }

  .post-big-item {
    width: 100%;
  }

  .post-secondary-wrapper {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .post-secondary-wrapper .post-item a {
    flex-direction: column;
    gap: 10px;
  }

  .post-secondary-wrapper .post-item a>div {
    padding: 14px;
  }

  .blog-top-content-flex {
    gap: 30px;
  }

  .post-big-item img {
    max-height: 300px;
    object-fit: cover;
  }

  .post-secondary-wrapper .post-item:nth-of-type(1)::after {
    left: auto;
    right: 0;
    width: 1px;
    height: 100%;
    right: -24.5px;
    bottom: 0;
  }

  .directory-list--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .directory-card h2 {
    margin: 10px 0;
  }

  .report-list--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }

  .newsletter-list--grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }

  .single-newsletter-banner--title h1 {
    margin-top: 30px;
  }

  .other-docs-grid {
    display: flex;
    overflow-x: auto;
    padding: 0 5%;
  }

  .other-docs-grid::-webkit-scrollbar {
    display: none;
  }

  .document-card {
    flex: 0 0 400px;
  }

  .single-dado .single-other-related {
    padding: 60px 0;
  }

  .quality-information-card>div {
    gap: 15px;
  }

  .team-section .team-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .interest img {
    height: 100%;
    width: 100%;
  }

  .page-template-page-atividades .activity-list:nth-of-type(odd) .activity-list-image::before {
    display: none;
  }

  .post-secondary-wrapper .post-item figure {
    aspect-ratio: unset;
  }

  .barometer-question {
    min-height: fit-content;
  }

  .header-menu-top {
    display: none;
  }

  .header-tools.mobile,
  .header-socials,
  .header-language.mobile {
    display: flex;
  }

  .btn-tool:not(.footer-accessibility .btn-tool) {
    background-color: #dbdbdb;
    width: 45px;
  }

  .social-button {
    width: 20px;
  }

  /* NAV */
  .nav-icon-5 {
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }

  .dark .nav-icon-5 span {
    background-color: #fff;
  }

  .nav-icon-5 span {
    background-color: #000;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 4px;
    transition-duration: 500ms;
  }

  .nav-icon-5 span:nth-child(1) {
    top: 0px;
    left: 0px;
  }

  .nav-icon-5 span:nth-child(2) {
    top: 13px;
    left: 0px;
    opacity: 1;
  }

  .nav-icon-5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
  }

  .nav-icon-5:not(.open):hover span:nth-child(1) {
    transform: rotate(-3deg) scaleY(1.1);
  }

  .nav-icon-5:not(.open):hover span:nth-child(2) {
    transform: rotate(3deg) scaleY(1.1);
  }

  .nav-icon-5:not(.open):hover span:nth-child(3) {
    transform: rotate(-4deg) scaleY(1.1);
  }

  .nav-icon-5.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
  }

  .nav-icon-5.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-icon-5.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
  }

  .header-navigation {
    position: fixed;
    left: 100vw;
    top: 70px;
    height: calc(100vh - 65px);
    width: 100vw;
    background-color: #f1f1f1;
    padding: 0;
    transition: all 0.5s;
  }

  .nav-icon-5.open~.header-navigation {
    left: 0;
  }

  .menu-top {
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    max-height: 70vh;
    gap: 0;
  }

  .header-info.mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-top,
  .header-info.mobile,
  .header-tools.mobile {
    max-width: 500px;
    margin: 0 auto;
  }

  .header-tools.mobile {
    margin-top: 30px;
  }

  .menu-top>li>a {
    font-size: 14px;
    padding: 18px 5%;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  header.dark .menu-top>li>a {
    color: #231f20;
  }

  .menu-top>li:last-child>a {
    border-bottom: none;
  }

  .menu-top .menu-item-has-children::after {
    width: 15px;
    height: 14px;
    position: absolute;
    top: 18px;
    right: 5%;
  }

  .menu-top .menu-item-has-children,
  .menu-top>li {
    display: block;
    width: 100%;
  }

  .menu-top .menu-item-has-children:hover .sub-menu {
    display: none;
  }

  .menu-top .menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    flex-direction: column;
    background-color: transparent;
    min-width: auto;
    width: 100%;
    display: none;
  }

  .menu-top .menu-item-has-children.open>.sub-menu {
    display: block;
  }

  .menu-top .menu-item-has-children.open>a {
    background-color: #ddd;
    border-bottom: none;
  }

  .menu-top .menu-item-has-children .sub-menu>li {
    width: 100%;
  }

  .menu-top .sub-menu a {
    padding: 15px 20px 15px 45px;
    border-bottom: 1px solid #ddd;
  }

  .menu-top .menu-item-has-children .sub-menu>li:last-child>a {
    border-bottom: 2px solid #000;
  }

  .menu-top .sub-menu a:hover {
    padding-left: 45px;
  }

  .menu-top .sub-menu a::before {
    display: none;
  }

  .bip-button {
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }

  .post-secondary-wrapper .post-item figure img{
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 1024px) {
  .event-card-date {
    font-size: 12px;
  }

  .frontpage-presentation-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .frontpage-presentation-grid>img {
    width: 55%;
    margin: 0 auto;
  }

  .frontpage-presentation-grid-left {
    display: grid;
    grid-template-columns: 60% 1fr;
    max-width: 100%;
    column-gap: 40px;
    row-gap: 20px;
    padding-bottom: 0;
  }

  .frontpage-presentation-grid-left .btn-more-rounded {
    grid-area: 1 / 2 / 2 / 3;
    margin-top: 0;
  }

  .frontpage-presentation-developed {
    margin-top: 0;
  }

  .post-card-title {
    font-size: 15px;
  }

  .post-card {
    padding: 15px;
  }

  h2 {
    font-size: 22px;
    line-height: 115%;
  }

  .post-card>p {
    margin: 10px 0;
  }

  .recent-posts {
    padding: 50px 5% 25px 5%;
  }

  .objective-name {
    margin: 7px 0;
  }

  .objective-item {
    padding: 20px;
  }

  #bip-objectives {
    padding: 50px 5%;
  }

  .team-card {
    padding: 20px;
  }

  .team-card--position {
    font-size: 14px;
  }

  .footer-newsletter h3 {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 25% 1fr 1fr 1fr;
  }

  .menu-footer>li {
    margin-bottom: 10px;
  }

  #frontpage-team {
    padding: 45px 0 50px 0;
  }

  #frontpage-presentation {
    padding: 50px 5% 0 5%;
  }

  #frontpage-survey {
    padding-top: 80px;
  }

  .insterest {
    padding: 50px 5%;
  }

  .presentation-info {
    padding: 65px 5%;
  }

  .presentation-info figure,
  .presentation-info .content {
    width: 50%;
  }

  .presentation-info img {
    width: 100%;
    object-fit: contain;
  }

  .presentation-info .presentation-container {
    align-items: center;
  }

  h2.small-h2,
  .presentation-info h2 {
    font-size: 18px;
  }

  .presentation-info.implications {
    padding-bottom: 70px;
  }

  .interest-content {
    padding: 40px;
  }

  .info-page h1 {
    font-size: 23px;
  }

  .error-content h2 {
    font-size: 24px;
  }

  .error-content p {
    font-size: 13px;
  }

  .barometer-results h2 {
    font-size: 20px;
  }

  .barometer-results>span {
    font-size: 14px;
  }

  span.percentage {
    font-size: 25px;
  }

  .barometer-results-info p {
    font-size: 12px;
  }

  .contacts-page-info-wrapper p {
    font-size: 13px;
  }

  .contacts-page h1 {
    font-size: 23px;
  }

  .contacts-page-info {
    padding: 50px 5%;
  }

  .single-podcast-card--episode {
    grid-template-columns: 1fr;
  }

  .single-podcast-card--episode-info {
    margin-top: 0;
  }

  .single-podcast-card--episode-info {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .single-podcast-card--episode-info {
    height: fit-content;
  }

  .single-podcast-card--episode-info .listen-button {
    margin-top: 0;
  }

  .agenda-banner h1 {
    margin-top: 40px;
  }

  .agenda-banner-grid {
    margin-top: 20px;
  }

  .singel-event-container .intro p {
    font-size: 16px;
  }

  .other-related-top--title .see-more {
    position: relative;
  }

  .other-related-top--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .single-podcast-info .container-md {
    grid-template-columns: 60% 1fr;
  }

  .useful-link::after {
    min-width: 30px;
    height: 30px;
    width: 30px;
  }

  .single-podcast-info h3,
  .single-podcast-info h2 {
    font-size: 15px;
  }

  .post-author-info h2,
  .post-author-info h3 {
    font-size: 14px;
  }

  .post-author-info span {
    font-size: 13px;
  }

  .recent-posts .top-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .recent-posts .top-content .see-more {
    position: relative;
    right: 0;
  }

  .year-selector {
    font-size: 12px;
  }

  .newsletter-card .see-more {
    font-size: 13px;
  }

  .newsletter-related-card h2 {
    font-size: 17px;
  }

  .activity-list-content h2 {
    font-size: 20px;
  }

  .quality-information-card {
    padding: 23px 20px 23px 65px;
  }

  .quality-information-card h3 {
    font-size: 13px;
  }

  .quality-information-card>div::before {
    font-size: 32px;
  }

  .single-podcast-card--episode {
    gap: 25px;
  }

  .frontpage-presentation-grid-left>p {
    font-size: 14px;
  }
}

@media screen and (max-width: 890px) {
  .event-card-date::before {
    width: 20px;
  }

  .post-card>p {
    margin: 5px 0;
  }

  .post-card-date-time {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .btn-more {
    font-size: 12px;
  }

  .post-card .btn-more::after {
    background-image: url(assets/images/icons/icon-btn-more.svg);
  }

  .objectives-grid {
    grid-template-columns: 1fr;
  }

  .objective-item {
    text-align: center;
  }

  .objective-name {
    font-size: 18px;
  }

  .objective-number {
    font-size: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-newsletter {
    grid-area: 3 / 1 / 4 / 3;
  }

  .footer-identity>img {
    width: 60%;
  }

  .footer-newsletter h3 {
    font-size: 15px;
  }

  .footer-container {
    padding: 40px;
  }

  .footer-bottom {
    column-gap: 30px;
    row-gap: 15px;
  }

  .footer-language>span {
    font-size: 12px;
  }

  .team-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-banner-figure {
    right: -250px;
  }

  h1 {
    font-size: 22px;
  }

  .presentation-info .presentation-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .presentation-info.grey .presentation-container {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .presentation-info .presentation-container.align-center {
    align-items: flex-start;
  }

  .presentation-info figure,
  .presentation-info .content {
    width: 100%;
  }

  .presentation-info.implications figure::after {
    display: none;
  }

  .presentation-info.implications .presentation-container {
    flex-direction: column-reverse;
  }

  .team-banner::after {
    height: 50%;
  }

  .container-team {
    margin-top: 25px;
  }

  .interest h3 {
    font-size: 18px;
  }

  .interest img {
    object-fit: cover;
  }

  .interest-content {
    padding: 30px;
  }

  .interest {
    padding: 60px 5%;
  }

  .team-banner.single-team::after {
    right: -100px;
  }

  .single-team-info .content h2 {
    font-size: 17px;
  }

  .single-team-banner-info figure {
    width: 120px;
    height: 120px;
  }

  .single-team-banner-info h1 {
    font-size: 22px;
  }

  .single-team-banner-info span {
    font-size: 17px;
  }

  .single-team-info .content {
    flex: 0 0 60%;
  }

  .in-touch-card .title {
    font-size: 11px;
  }

  .info-page {
    padding: 40px 5% 50px 5%;
  }

  .error-content h2 {
    font-size: 23px;
  }

  .info-page h3 {
    font-size: 17px;
  }

  .barometer-submit form {
    padding: 50px 50px 0 50px;
  }

  .archive-grid {
    column-gap: 20px;
    row-gap: 10px;
  }

  .barometer-card-content-info {
    flex-wrap: wrap;
  }

  .barometer-image {
    scale: 0.8;
  }

  .archive-grid {
    grid-auto-rows: auto;
  }

  .barometer-card-content h3 {
    font-size: 14px;
  }

  .archive-barometer-banner .flex {
    flex-direction: column;
    gap: 30px;
  }

  .archive-list-grid {
    grid-template-columns: 1fr;
  }

  .activity-list .activity-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .activity-list {
    padding: 40px 5%;
  }

  .activity-list-image img {
    object-fit: contain;
    height: auto;
  }

  .activity-list-image {
    display: flex;
    justify-content: center;
    max-height: 350px;
    order: 2;
  }

  .activity-list:nth-of-type(odd) .activity-list-content {
    order: 1;
  }

  .subscribe-newsletter-container>div {
    flex-direction: column;
    gap: 15px;
  }

  .subscribe-newsletter-container .wrapper {
    max-width: 100%;
  }

  .analogous-projects {
    padding: 50px 5%;
  }

  .subscribe-newsletter-container .footer-newsletter-input {
    width: 80%;
  }

  .subscribe-newsletter {
    padding: 0 5% 50px 5%;
  }

  .archive-podcast-list {
    padding: 0 5% 50px 5%;
  }

  .past-events-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 30px;
  }

  .past-events-grid .event-block:nth-child(2n)::after {
    display: none;
  }

  .single-event-container .intro p {
    font-size: 15px;
  }

  .single-event-content .location {
    font-size: 13px;
  }

  .single-event-content .content-text {
    margin-top: 20px;
  }

  .single-event-content .content {
    border-bottom: 0;
    position: relative;
  }

  .single-event-content .content::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -5%;
    width: calc(100vw + 5%);
    height: 1px;
    background-color: #8f8f8f;
  }

  .single-event-content {
    padding-bottom: 20px;
  }

  .single-podcast-content h1 {
    font-size: 24px;
  }

  .single-podcast-content p {
    font-size: 13px;
  }

  .single-podcast-info .container-md {
    gap: 20px;
  }

  .single-event-content .intro p strong {
    font-size: 15px;
  }

  .recent-posts .grid-3 {
    display: flex;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .blog-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .common-post-item img {
    height: 200px;
  }

  .blog-bottom-grid {
    row-gap: 15px;
  }

  .blog-bottom-content--filters input[type="text"] {
    width: 55%;
  }

  .report-list {
    padding: 50px 5%;
  }

  .single-newsletter-banner--title span {
    font-size: 14px;
  }

  .related-content-span {
    font-size: 15px;
  }

  .newsletter-related-card--content {
    flex: 0 0 70%;
  }

  .quality-information-card {
    padding: 23px 20px 23px 50px;
  }

  .quality-information-grid {
    grid-template-columns: 1fr;
  }

  .concepts-main-section,
  .investigation-process,
  .quality-information {
    padding: 50px 5%;
  }

  .frontpage-survey-container {
    max-width: 515px;
  }

  .faq-content-text p {
    max-width: 100%;
  }

  .home .recent-posts .post-card {
    flex: 0 0 320px;
  }

  .home .recent-posts {
    padding: 50px 0 25px 0;
  }

  .custom-select.nice-select .option {
    font-size: 13px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .frontpage-team-controls {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    .post-big-item p {
        font-size: 14px;
    }
  
  .title-break {
    max-width: 100%;
  }

  .post-card {
    flex: 0 0 300px;
  }

  .footer-identity>img {
    width: 70%;
  }

  .frontpage-presentation-grid-left {
    display: flex;
    flex-direction: column;
  }

  .frontpage-presentation-grid-left .btn-more-rounded {
    order: 4;
  }

  .team-card {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }

  .team-card--image {
    width: 90px;
  }

  .frontpage-team-slide .team-card {
    flex: 0 0 245px;
  }

  .recent-posts {
    padding: 50px 0 25px 0;
  }

  .recent-posts .container-sm {
    padding: 0 5%;
  }

  .frontpage-survey-text {
    font-size: 20px;
  }

  .frontpage-survey-title {
    font-size: 11px;
  }

  #frontpage-survey::before {
    width: 100px;
    right: 5%;
  }

  .about-banner-figure {
    display: none;
  }

  .about-banner-info-wrapper,
  .page-template-page-anuarios .about-banner-info-wrapper,
  .page-template-page-relatorios .about-banner-info-wrapper,
  .page-template-page-newsletters .about-banner-info-wrapper,
  .page-template-page-conceitos-e-metodologias .about-banner-info-wrapper {
    max-width: 100%;
  }

  .interest .interest-container {
    flex-direction: column;
  }

  .interest img {
    max-height: 240px;
    object-position: top;
  }

  .interest-content {
    padding: 20px;
  }

  .small-button {
    font-size: 13px;
  }

  .team-list .team-card {
    padding: 20px;
  }

  .single-team-info .single-team-container {
    flex-direction: column;
  }

  .team-banner.single-team::after {
    right: -160px;
  }

  .single-team-info {
    padding: 50px 5% 10px 5%;
  }

  .in-touch .black-span {
    margin-bottom: 10px;
  }

  .faq-content p {
    font-size: 13px;
  }

  .info-page h1 {
    font-size: 22px;
  }

  .faq-content {
    padding: 0 20px;
  }

  .faq-title.open~.faq-content {
    padding: 10px 20px;
  }

  .error-content h2 {
    font-size: 22px;
  }

  .barometer-features h2 {
    font-size: 21px;
  }

  .barometer-submit form .wrapper span {
    font-size: 16px;
  }

  .form-label,
  .label-as-placeholder,
  .checkboxes label,
  .barometer-submit input[type="text"],
  .barometer-submit input[type="number"],
  .nice-select,
  .barometer-submit input[type="text"]::placeholder,
  .barometer-submit input[type="number"]::placeholder {
    font-size: 13px;
  }

  .checkboxes input[type="radio"] {
    height: 16px;
    width: 16px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
  }

  .barometer-card {
    padding: 10px;
  }

  .success-modal {
    padding: 40px 20px;
  }

  .success-modal span {
    font-size: 14px;
  }

  .archive-barometer-banner .content {
    margin-top: 40px;
  }

  .archive-barometer-banner input[type="text"] {
    background-size: 17px 21px;
    background-position: 15px 8px;
  }

  .archive-list {
    padding: 40px 5%;
  }

  .pagination .current {
    width: 30px;
    height: 30px;
  }

  .archive-podcast-intro .archive-podcast-container p {
    margin-bottom: 20px;
  }

  .single-event-content .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .event-download span {
    font-size: 14px;
  }

  .single-other-related {
    padding: 60px 0;
  }

  .other-related-top {
    padding: 0 5%;
  }

  .single-podcast-content h1 {
    font-size: 23px;
  }

  .single-podcast-info .container-md {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .useful-link {
    padding: 15px 0;
  }

  .post-big-item img {
    max-height: 280px;
  }

  .post-secondary-wrapper .post-item a {
    gap: 10px;
  }

  .blog-bottom-content {
    padding: 50px 5%;
  }

  .directory-list--grid {
    grid-template-columns: 1fr;
  }

  .directory-card .download-poster {
    margin-top: 20px;
  }

  .report-list--grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .newsletter-list--grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-newsletter-banner--title span {
    font-size: 13px;
  }

  .single-newsletter-content--text p strong {
    font-size: 15px;
  }

  .newsletter-related-card figure {
    flex: 0 0 26%;
  }

  .related-content-container {
    padding: 20px 20px 20px 0;
  }

  .single-newsletter-content {
    padding: 50px 5% 20px 5%;
  }

  .newsletter-barometer-card .barometer-image {
    flex: 0 0 26%;
  }

  .newsletter-barometer-card {
    gap: 25px;
  }

  .single-other-related .newsletter-list--grid {
    display: flex;
    overflow-x: scroll;
    padding: 0 5%;
  }

  .single-other-related .newsletter-list--grid::-webkit-scrollbar {
    display: none;
  }

  .newsletter-card {
    flex: 0 0 265px;
  }

  .single-dado .about-banner {
    padding: 40px 5%;
  }

  .database-info h2 {
    font-size: 19px;
  }

  .document-card figure img {
    max-height: 200px;
  }

  .quality-information h2,
  .concepts-main-section h2,
  .investigation-process h2 {
    font-size: 21px;
  }

  .download-pdf {
    font-size: 14px;
  }

  .team-section .team-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-podcast-intro {
    background-position: center 220px;
  }

  .barometer-submit .checkboxes {
    padding-bottom: 0;
  }

  .footer-newsletter-input>input::placeholder {
    font-size: 14px;
  }

  .barometer-submit .wrapper {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 630px) {
  .footer-identity>img {
    width: 75%;
  }

  .footer-newsletter h3 {
    font-size: 14px;
  }

  .footer-newsletter-input>button {
    font-size: 12px;
  }

  .footer-newsletter h3 {
    font-size: 13px;
  }

  .footer-newsletter-label-input,
  .footer-newsletter-input>input {
    font-size: 13px;
  }

  .frontpage-survey-container {
    max-width: 430px;
  }

  .frontpage-survey-link {
    flex-direction: column;
    gap: 14px;
  }

  .frontpage-survey-total {
    max-width: 100%;
  }

  .frontpage-survey-total br {
    display: none;
  }

  .frontpage-survey-text {
    font-size: 18px;
    line-height: 130%;
  }

  .bip-button {
    padding: 8px 16px;
  }

  .frontpage-survey-total {
    font-size: 11px;
  }

  .presentation-info img {
    height: auto;
  }

  .presentation-info {
    padding: 50px 5%;
  }

  .team-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-banner::after {
    height: 37%;
  }

  .team-banner h2 br {
    display: none;
  }

  .team-banner::after {
    height: 30%;
  }

  .team-banner.single-team::after {
    display: none;
  }

  .single-team-banner-info h1 {
    font-size: 20px;
  }

  .single-team-banner-info {
    margin-top: 30px;
  }

  .other-members-intro {
    flex-direction: column;
    gap: 15px;
  }

  .faq-title span {
    font-size: 13px;
  }

  .info-page p em {
    font-size: 13px;
  }

  .faq-title::after {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .info-page .info-container {
    margin-top: 25px;
  }

  .error-content p br {
    display: none;
  }

  .info-page h3 {
    font-size: 16px;
  }

  .info-page table {
    display: block;
    overflow-x: auto;
  }

  .info-page tbody td {
    min-width: 230px;
  }

  .info-page li,
  .info-page p {
    font-size: 13px;
  }

  .barometer-hero .barometer-container {
    gap: 40px;
  }

  .barometer-submit::before {
    display: none;
  }

  .barometer-hero {
    padding: 40px 5%;
  }

  .input-flex {
    flex-direction: column;
  }

  .input-flex input,
  .custom-number-wrapper {
    width: 100%;
  }

  .barometer-submit button::after {
    width: 23px;
    height: 23px;
  }

  .barometer-submit form {
    padding: 40px 40px 0 40px;
  }

  .barometer-submit form h3 {
    margin-bottom: 15px;
  }

  .barometer-results-info {
    padding-left: 30px;
  }

  .barometer-results {
    padding: 30px;
  }

  .subscribe-newsletter-container .footer-newsletter-input {
    width: 100%;
  }

  .contacts-page-info-details {
    flex-direction: column;
  }

  .single-podcast-card--episode-content-info h3 {
    line-height: 137%;
  }

  .single-podcast-card--episode-content-info p {
    line-height: 151%;
  }

  .single-podcast-card--episode-content-info {
    margin-top: 0;
  }

  .agenda-banner-grid .event-card-content {
    padding: 7px 10px;
  }

  .past-events-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    column-gap: 30px;
  }

  .past-events-grid .event-block::after {
    display: none;
  }

  .other-related-top .wrapper {
    margin-bottom: 20px;
  }

  .single-podcast-content h1 {
    font-size: 22px;
  }

  .single-podcast-content .breadcrumbs {
    margin-bottom: 20px;
  }

  .post-secondary-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .blog-top-content h1 {
    margin: 30px 0 20px 0;
  }

  .post-big-item h2 {
    font-size: 18px;
  }

  .blog-top-content-flex {
    gap: 20px;
  }

  .blog-bottom-content--filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .blog-bottom-content--filters input[type="text"] {
    width: 100%;
  }

  .newsletter-card .event-date span,
  .newsletter-card .event-time {
    font-size: 11px;
  }

  .newsletter-card .event-date span::before {
    background-image: url(assets/images/icons/icon-date-grey.svg);
    width: 11px;
    height: 13px;
  }

  .newsletter-card h2 {
    font-size: 16px;
  }

  .newsletter-card h3 {
    font-size: 13px;
  }

  .newsletter-related-card figure,
  .newsletter-barometer-card .barometer-image {
    flex: 0 0 30%;
  }

  .newsletter-related-card--content {
    flex: 0 0 65%;
  }

  .post-author-info {
    gap: 10px;
    padding: 10px 15px;
  }

  .concepts-main-section .concepts-container {
    grid-template-columns: 1fr;
  }

  .concepts-main-section img {
    width: 65%;
    margin: 0 auto;
  }

  .concepts-main-section figure {
    display: flex;
  }

  .frontpage-survey-container .bip-button {
    padding: 9px 20px;
  }

  .post-secondary-wrapper .post-item:nth-of-type(1)::after{
    display: none;
  }
}

@media screen and (max-width: 600px) {
    .post-big-item a {
        padding: 20px;
    }
  
  .single-podcast-card--episode-content {
    flex-direction: column;
  }

  .single-podcast-card--episode-content figure {
    min-width: 100%;
    height: 200px;
  }

  .date,
  .duration {
    padding-left: 10px;
  }

  .duration p,
  .date p {
    font-size: 11px;
  }

  .archive-podcast-list--flex {
    gap: 20px;
  }

  .single-other-related {
    padding: 40px 0;
  }

  .blog-bottom-grid {
    grid-template-columns: 1fr;
  }

  .single-newsletter-banner--title span {
    margin-top: 7px;
  }

  .newsletter-related-card h2 {
    font-size: 16px;
  }

  .newsletter-related-card {
    flex-direction: column;
  }

  .newsletter-related-card figure {
    flex: 0 0 230px;
    height: 230px;
  }

  .related-content-container {
    padding: 20px 0;
  }

  .single-dado .single-other-related {
    padding: 40px 0;
  }

  .database-info {
    padding: 40px 5%;
  }

  .barometer-image {
    scale: 0.7;
  }

  .last-update {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-identity>img {
    width: 45%;
  }

  .bip-objectives-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bip-objectives-header>a {
    position: relative;
  }

  h2 {
    font-size: 20px;
  }

  .frontpage-presentation-grid-left>h1 {
    font-size: 21px;
  }

  .footer-container {
    padding: 110px 5% 40px 5%;
  }

  .frontpage-presentation-grid>img {
    width: 75%;
  }

  #frontpage-events {
    padding: 35px 0;
  }

  .error-content h2 {
    font-size: 21px;
  }

  .error-content h1 {
    margin-bottom: 6px;
  }

  .error-content {
    padding: 50px 5%;
  }

  .barometer-question figure {
    max-width: 70px;
  }

  .barometer-question {
    padding: 30px;
  }

  .barometer-hero h1 {
    font-size: 20px;
  }

  .barometer-features h2 {
    font-size: 20px;
  }

  .barometer-features li {
    font-size: 13px;
  }

  .barometer-card-content h3 {
    font-size: 16px;
  }

  .barometer-card-content .published-date {
    font-size: 12px;
  }

  .single-barometer-archive .barometer-card {
    padding: 0;
    gap: 10px;
  }

  .barometer-card:hover {
    border: 1px solid transparent;
  }

  .activity-list-image {
    max-height: auto;
  }

  .bibliography-item p,
  .bibliography-item a {
    font-size: 13px;
  }

  .archive-podcast-intro h1 {
    margin: 30px 0 15px 0;
  }

  .single-podcast-card--episode-info {
    flex-direction: column;
  }

  .single-event-container .intro p {
    font-size: 15px;
  }

  .order-date.nice-select {
    font-size: 12px;
  }

  .archive-list-filter>span {
    font-size: 10px;
  }

  .blog-bottom-grid {
    margin-top: 20px;
  }

  .order-date.nice-select .option,
  .order-date.nice-select .option.selected {
    font-size: 12px;
  }

  .blog-top-content h1 {
    margin: 20px 0 10px 0;
  }

  .newsletter-card {
    padding: 25px 20px;
  }

  .newsletter-barometer-card .barometer-image img {
    width: 65px;
    height: 65px;
  }

  .newsletter-barometer-card .barometer-image {
    flex: 0 0 25%;
  }

  .breadcrumbs span {
    padding: 0 7px;
  }

  .single-event-content .content {
    margin-top: 15px;
  }

  .activity-list-content h2 {
    font-size: 18px;
  }

  .database-info h2 {
    font-size: 18px;
  }

  .document-card {
    flex: 0 0 330px;
  }

  .document-card h3 {
    font-size: 16px;
  }

  .document-card p {
    line-height: 160%;
  }

  .about-banner .download-poster {
    margin-top: 15px;
    font-size: 13px;
    padding: 14px 24px;
  }

  .quality-information-card>div::before {
    font-size: 30px;
  }

  .quality-information h2,
  .concepts-main-section h2,
  .investigation-process h2 {
    font-size: 20px;
  }

  .concepts-main-section img {
    width: 75%;
  }

  .concepts-main-section .concepts-container {
    gap: 30px;
  }

  .frontpage-survey-container {
    max-width: 360px;
  }

  #frontpage-survey::after {
    top: auto;
    bottom: 0;
    pointer-events: none;
    height: 60px;
    background-size: cover;
    background-position: -70px;
  }

  .frontpage-survey-container {
    padding: 40px 20px 50px 20px;
  }

  .success-modal::before {
    width: 43%;
  }

  .team-section .team-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-atividade .about-banner {
    padding: 40px 5% 50px 5%;
  }

  .team-card--desc {
    margin: 10px 0 20px 0;
  }

  #frontpage-team {
    padding: 45px 0 20px 0;
  }

  .archive-podcast-intro {
    background-position: center 300px;
  }

  .subscribe-newsletter h2 {
    font-size: 16px;
  }

  .subscribe-newsletter .subscribe-newsletter-container {
    padding: 30px;
  }

  .info-page h1 {
    text-align: start;
  }

  .validations label {
    font-size: 11px;
  }

  .footer-navigation #menu-menu-footer-primary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-newsletter-message {
    margin-bottom: 20px;
  }

  .footer-navigation #menu-menu-footer-info {
    columns: 2;
  }

  .footer-accessibility,
  .footer-contacts {
    display: none !important;
  }

  .footer-phrase {
    margin-top: 0;
  }

  .footer-funders {
    margin: 0;
  }

  .footer-navigation:nth-of-type(1) {
    order: 1;
  }

  .footer-navigation:nth-of-type(2) {
    order: 2;
  }

  .footer-newsletter {
    grid-area: auto;
    order: 4;
    display: block;
  }

  .footer-logo-bip {
    position: absolute;
    top: 40px;
    max-width: 150px;
    height: auto;
  }

  .footer-identity,
  .footer-funders,
  .footer-logo,
  .footer-phrase,
  .footer-local {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .footer-mobile-flex {
    display: flex;
  }

  .footer-mobile-separator {
    padding: 20px 0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    margin-bottom: 20px;
  }

  .footer-funders.footer-mobile {
    flex-wrap: wrap;
    display: flex;
    column-gap: 35px;
  }

  .footer-phrase {
    font-size: 10px;
  }

  .header-tools.mobile,
  .header-info.mobile,
  .menu-top {
    padding: 0 25px;
  }

  .menu-top>li>a::before {
    content: "";
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 100%;
    z-index: -1;
    opacity: 0;
  }

  .menu-top .menu-item-has-children.open>a::before {
    opacity: 1;
  }

  .menu-top {
    width: 100%;
  }

  .header-navigation {
    padding: 15px 0 25px 0;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 65px);
  }

  .header-tools.mobile {
    margin: auto 0 0 0;
  }
}

@media screen and (max-width: 440px) {
  .footer-identity>img {
    width: 45%;
  }

  .footer-newsletter-input>input {
    height: 40px;
  }

  .footer-newsletter-input>button {
    padding: 8px 20px;
  }

  .footer-bottom {
    gap: 10px;
    justify-content: flex-start;
  }

  .footer-bottom>li:last-child {
    margin-left: auto;
  }

  .frontpage-presentation-grid-left>p {
    font-size: 14px;
  }

  .frontpage-presentation-grid-left>h1 {
    font-size: 19px;
  }

  .btn-more-rounded {
    padding: 12px 18px;
  }

  h2 {
    font-size: 19px;
  }

  .info-page h3 {
    font-size: 15px;
    margin: 10px 0;
  }

  .frontpage-survey-link {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .event-card-name {
    font-size: 12px;
  }

  .bip-button.white,
  .bip-button.black {
    padding: 9px 12px;
  }

  .event-card-info>time,
  .event-card-info>span,
  .event-card-content>span {
    font-size: 11px;
  }

  .objective-name {
    font-size: 16px;
  }

  .objective-item>p {
    font-size: 13px;
  }

  .objective-item {
    padding: 15px;
  }

  .frontpage-survey-text br {
    display: none;
  }

  .footer-newsletter-input>button {
    font-size: 11px;
  }

  h2.small-h2,
  .presentation-info h2 {
    font-size: 17px;
  }

  .about-banner-info {
    margin-top: 25px;
  }

  p.small-p {
    font-size: 12px;
  }

  .interest h3 {
    font-size: 17px;
  }

  .interest-buttons {
    flex-direction: column;
  }

  .interest-buttons .small-button {
    width: 100%;
    text-align: center;
  }

  .interest p {
    font-size: 13px;
  }

  .single-team-banner-info figure {
    width: 110px;
    height: 110px;
  }

  .single-team-banner-info h1 {
    font-size: 19px;
  }

  .single-team-banner-info span {
    font-size: 16px;
  }

  .single-team-info .content h2 {
    font-size: 16px;
  }

  .info-page h1 {
    font-size: 20px;
  }

  .faq-content p {
    font-size: 12px;
  }

  .error-content h2 {
    font-size: 20px;
  }

  .error-content p {
    font-size: 12px;
  }

  .barometer-question {
    padding: 30px 15px;
  }

  .barometer-features h2 {
    font-size: 19px;
  }

  .barometer-features>p {
    font-size: 13px;
  }

  .barometer-hero h1 {
    font-size: 19px;
  }

  .barometer-question figure {
    max-width: 50px;
  }

  .barometer-submit form {
    padding: 25px 25px 0 25px;
  }

  .success-modal {
    min-width: 80%;
    max-width: 100%;
  }

  .barometer-results-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .barometer-results-graphic {
    order: 2;
    border: none;
    padding: 0;
  }

  .barometer-results-info {
    text-align: center;
    padding-left: 0;
  }

  .barometer-results h2 {
    font-size: 19px;
  }

  .barometer-results>span {
    font-size: 13px;
  }

  .barometer-results-response {
    font-size: 12px;
  }

  .archive-grid {
    row-gap: 30px;
  }

  .archive-barometer-banner .flex>div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .archive-barometer-banner .frontpage-survey-total br {
    display: none;
  }

  .frontpage-survey-total {
    max-width: 100%;
  }

  p {
    font-size: 13px;
  }

  .activity-list {
    padding: 50px 5%;
  }

  .about-banner-info-wrapper p {
    font-size: 14px;
  }

  .subscribe-newsletter .subscribe-newsletter-container {
    padding: 25px 25px 30px 25px;
  }

  .subscribe-newsletter .subscribe-newsletter-container::before {
    display: none;
  }

  .subscribe-newsletter h2 {
    font-size: 16px;
  }

  .bibliography-item {
    padding: 20px 5%;
  }

  .single-podcast-card--episode-content figure img {
    object-fit: cover;
  }

  .agenda-banner h1 {
    margin-top: 20px;
  }

  .agenda-banner-grid {
    margin-top: 15px;
  }

  .agenda-banner {
    padding: 40px 0;
  }

  .agenda-past-events {
    padding: 40px 5% 0 5%;
  }

  .past-events-grid {
    padding-bottom: 40px;
  }

  .agenda-banner-grid .event-block {
    flex: 0 0 275px;
  }

  .single-event-content {
    padding: 40px 5%;
  }

  .single-event-content {
    padding: 40px 5% 20px 5%;
  }

  .event-download {
    flex-direction: column;
    gap: 15px;
  }

  .single-event-content .location {
    margin-bottom: 15px;
  }

  .single-other-related {
    padding: 30px 0;
  }

  .single-event-container .intro p {
    font-size: 14px;
  }

  .single-podcast-content span.podcast-title {
    font-size: 11px;
  }

  .single-podcast-content h1 {
    font-size: 21px;
    margin: 5px 0 10px 0;
  }

  .useful-link {
    padding: 10px 0;
  }

  .single-podcast-info h3,
  .single-podcast-info h2 {
    font-size: 14px;
  }

  .single-podcast-info--participants-content {
    gap: 7px;
  }

  .useful-link,
  .single-podcast-info--participants-content li {
    font-size: 12px;
  }

  .single-podcast-info {
    padding: 30px 5% 40px 5%;
  }

  .post-author-info {
    padding: 10px 15px;
  }

  .single-event-content .intro p strong {
    font-size: 14px;
  }

  .post-authors-span,
  .post-author>span {
    font-size: 14px;
  }

  .recent-posts {
    padding: 40px 0 25px 0;
  }

  .post-big-item h2 {
    font-size: 17px;
  }

  .event-date span,
  .event-time {
    font-size: 11px;
  }

  .blog-top-content h1 {
    margin-bottom: 10px;
  }

  .post-secondary-wrapper {
    gap: 20px;
  }

  .newsletter-list--grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-newsletter-content--text p strong {
    font-size: 14px;
  }

  .newsletter-related-card figure {
    flex: 0 0 200px;
    height: 200px;
  }

  .newsletter-barometer-card {
    flex-direction: column;
  }

  .newsletter-barometer-card .barometer-image {
    flex: auto;
    height: 115px;
  }

  .newsletter-related-card .see-more,
  .newsletter-barometer-card .see-more {
    font-size: 12px;
  }

  .about-banner-info-wrapper {
    margin-top: 15px;
  }

  .quality-information-grid {
    gap: 15px;
  }

  .concepts-main-section,
  .investigation-process,
  .quality-information {
    padding: 40px 5%;
  }

  .concepts-main-section img {
    width: 100%;
  }

  .investigation-process .wrapper {
    text-align: start;
  }

  .investigation-process .see-more {
    justify-content: flex-start;
  }

  .frontpage-survey-container {
    max-width: 290px;
  }

  #frontpage-survey>div::before {
    height: 80%;
  }

  #frontpage-survey::before {
    right: -7%;
    width: 190px;
    top: -60px;
  }

  #frontpage-survey {
    padding-top: 90px;
  }

  .download-pdf {
    font-size: 13px;
  }

  .download-pdf::after {
    width: 15px;
    height: 12px;
  }

  .event-block {
    flex: 0 0 300px;
  }

  .barometer-features .text-wrapper p {
    font-size: 13px;
  }
}

@media screen and (max-width: 390px) {
  .archive-podcast-intro {
    background-position: center 344px;
  }

  .frontpage-survey-text {
    font-size: 14px;
  }

  .frontpage-survey-container {
    padding: 40px 20px;
  }

  h2 {
    font-size: 19px;
  }

  .footer-identity>img {
    width: 55%;
  }

  .team-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-event-content .info {
    flex-wrap: wrap;
  }
}