/* ===== Merriweather Font ===== */
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Regular.woff2') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-Italic.woff2') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('2025/font/Merriweather/Merriweather-BoldItalic.woff2') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
._font-merri {
  font-family: Merriweather, Helvetica, sans-serif;
}
.font-merri-regular {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-merri-bold {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-merri-italic {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
}
.font-merri-boldItalic {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}
/* ===== Roboto Condensed Font ===== */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed-Bold.woff2') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('2025/font/robotocondensed/Roboto-Condensed_Light.woff2') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
._font-roboto-condensed {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}
.font-roboto-condensed-regular {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-roboto-condensed-bold {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-roboto-condensed-light {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* import font definitions */
.bootbox,
#notifications-bar #wrapper {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1.2;
  width: 640px;
}
.bootbox button.bootbox-close-button.close,
#notifications-bar #wrapper button.bootbox-close-button.close {
  display: none;
}
.bootbox .modal-footer,
#notifications-bar #wrapper .modal-footer,
.bootbox .container,
#notifications-bar #wrapper .container {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.bootbox .modal-footer .btn,
#notifications-bar #wrapper .modal-footer .btn,
.bootbox .container .btn,
#notifications-bar #wrapper .container .btn {
  height: 30px;
  border: 1px solid #4a6f79;
  padding: 0 5px;
  color: #4a6f79;
  background: white;
  margin: 0 5px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  cursor: pointer;
  box-sizing: content-box;
  display: inline-block;
  line-height: 30px;
  min-width: 45px;
}
.bootbox .modal-footer .btn.btn-primary,
#notifications-bar #wrapper .modal-footer .btn.btn-primary,
.bootbox .container .btn.btn-primary,
#notifications-bar #wrapper .container .btn.btn-primary {
  color: white;
  background: #4a6f79;
}
.modal-backdrop,
#notifications-bar {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* colors */
html .skip-link {
  opacity: 0;
  position: absolute;
}
html .asw-container .asw-menu-btn {
  background: #4a6f79 !important;
  outline-color: #4a6f79 !important;
}
html .asw-container .asw-menu-header {
  background-color: #4a6f79 !important;
}
html body [data-url] {
  cursor: pointer;
}
html body .menuBO {
  display: flex;
  text-align: left;
  color: white;
  flex-direction: row;
  padding: 24px 0;
  gap: 10px;
  border-top: 1px solid white;
}
html body .menuBO .nav-menu-block.menu-block {
  flex: 1;
}
html body .menuBO .title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 200;
  font-size: 12px;
}
html body .menuBO .content {
  padding-inline: 0;
}
html body .menuBO .content ul li a {
  color: white;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
html .articleGroup article {
  cursor: pointer;
}
html h3 .editBO {
  top: 50%;
  transform: translateY(-50%);
  color: #4a6f79 !important;
}
html .editBO {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  background: white;
  padding: 5px;
  border: 1px solid #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4a6f79;
}
html .editBO:hover {
  border: 1px solid white;
  background: #4a6f79;
  color: white;
}
html .notAvailable {
  font-size: 30px;
  text-align: center;
  color: #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html .redirectBack {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
  color: #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
html .alert-dismissable {
  margin-top: 5px;
  font-size: 10px;
}
html .alert-dismissable button {
  display: none;
}
html.subMenuOpen {
  overflow: hidden;
}
html.subMenuOpen body .body-content .closeNav {
  display: block;
}
html body .closeNav {
  display: none;
  background: url(../img/2025/close.svg) no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  right: 20px;
  top: 20px;
  position: absolute;
}
body {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 1024px;
}
body a {
  color: #4a6f79;
}
body .socialLinks {
  position: relative;
  width: min-content;
}
body .socialLinks ul {
  list-style-type: none;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 7.5px;
  padding-inline-start: 0;
}
body .socialLinks ul li a .fb {
  background-image: url(../img/2025/SocialNetworks-01_lBlue.svg);
}
body .socialLinks ul li a .insta {
  background-image: url(../img/2025/SocialNetworks-02_lBlue.svg);
}
body .socialLinks ul li a .youtube {
  background-image: url(../img/2025/SocialNetworks-03_lBlue.svg);
}
body .socialLinks ul li a .fb,
body .socialLinks ul li a .insta,
body .socialLinks ul li a .youtube {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
body #topNavbar {
  background: #d6f6ff;
  width: 100%;
  height: 108px;
}
body #topNavbar .innerContainer .wrapper {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  position: relative;
}
body #topNavbar .innerContainer .wrapper .logoWrapper {
  flex: 0;
  padding-block: 10.5px;
}
body #topNavbar .innerContainer .wrapper .logoWrapper a {
  display: block;
  width: 312px;
}
body #topNavbar .innerContainer .wrapper .logoWrapper a img {
  width: 100%;
}
body #topNavbar .innerContainer .socialLinks {
  position: absolute;
  right: 0px;
  width: min-content;
  top: 24px;
}
body #topNavbar .innerContainer .socialLinks ul {
  list-style-type: none;
  width: fit-content;
  display: flex;
  flex-direction: row;
  gap: 7.5px;
  padding-inline-start: 0;
}
body #topNavbar .innerContainer .socialLinks ul li a .fb {
  background-image: url(../img/2025/SocialNetworks-01.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .insta {
  background-image: url(../img/2025/SocialNetworks-02.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .youtube {
  background-image: url(../img/2025/SocialNetworks-03.svg);
}
body #topNavbar .innerContainer .socialLinks ul li a .fb,
body #topNavbar .innerContainer .socialLinks ul li a .insta,
body #topNavbar .innerContainer .socialLinks ul li a .youtube {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
}
body #topNavbar .quoteBox {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
body #topNavbar .quoteBox a {
  border: none;
  text-decoration: none;
  color: #4a6f79;
}
body #topNavbar .quoteBox a .authorA {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
body .blueSeparator {
  background: #d6f6ff;
  height: 12px;
}
body .innerContainer {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}
body .innerContainer .content {
  padding-inline: 58.5px;
}
body .arrow.aligned {
  margin-right: 8px;
}
body .arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d6f6ff;
  border-top: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
body .arrow.right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #d6f6ff;
  border-right: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
body i.page-arrow {
  background-color: #4a6f79;
  -webkit-mask-image: url(../img/2025/arrow.svg);
  mask-image: url(../img/2025/arrow.svg);
  display: inline-block;
  width: 10px;
  height: 10px;
  mask-size: 100%;
}
body i.page-arrow.left {
  transform: rotate(180deg);
}
body select {
  outline: none;
}
body .closed {
  display: none !important;
}
body .selectWrapper {
  display: block;
  position: relative;
}
body .selectWrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  border-top: 5px solid black;
  border-left: 5px solid black;
  border-left-color: transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
body .selectWrapper .minimalSelect {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  font-size: 14px;
  border: 1px solid black;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 4px 8px;
  text-overflow: ellipsis;
  padding-right: 26px;
  z-index: 1;
  position: relative;
}
body footer {
  border-top: 1px solid white;
  background: #4a6f79;
}
body footer .footerContainer {
  display: grid;
  grid-template-columns: repeat(4, 208px);
  gap: 25px;
  padding-bottom: 26px;
}
body footer .footerContainer .footerSection {
  flex: 1;
  min-width: 200px;
  margin-top: 15px;
  color: white;
  font-size: 13px;
}
body footer .footerContainer .footerSection .socialLinks {
  display: none;
}
body footer .footerContainer .footerSection .footerSectionLabel {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d6f6ff;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
body footer .footerContainer .footerSection .footerSectionLabel:hover {
  color: white;
}
body footer .footerContainer .footerSection .footerSectionLabel:not(:first-child) {
  margin-top: 15px;
}
body footer .footerContainer .footerSection ul {
  margin-block: 6px 6px;
}
body footer .footerContainer .footerSection ul li a {
  text-decoration: none;
  font-size: 12px;
  color: white;
  line-height: 18px;
  text-transform: uppercase;
}
body footer .footerContainer .footerSection ul li a:hover {
  color: #d6f6ff;
}
body footer .footerContainer .footerSection.about p:first-of-type {
  margin-top: 6px;
  line-height: 18px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
body footer .footerContainer .footerSection.about a:last-child {
  font-weight: 400;
  font-style: normal;
  line-height: 17px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  color: #d6f6ff;
  text-decoration: none;
}
body footer .footerContainer .footerSection.about a:last-child:hover {
  color: white;
}
body footer .footerContainer .footer-icons {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding-top: 4px;
}
body footer .footerContainer .footer-icons img {
  width: 24px;
  height: 24px;
  display: block;
}
body footer .footerContainer .license {
  width: 83px;
  margin-top: 10px;
}
.bottomFooter .content {
  display: flex;
  padding-block: 19px 25px;
  gap: 21px;
}
.bottomFooter .content #imgIscte {
  width: 151.5px;
  height: 24px;
}
.bottomFooter .content #imgRpEduCropped {
  width: 202px;
  height: 30.5px;
}
.bottomFooter .content #imgDge {
  width: 43px;
  height: 31px;
}
.bottomFooter .content #imgCiberamigos {
  width: 99.5px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100vw;
  }
  body .main section {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .main section article.big {
    grid-column: span 2;
  }
  body .main section article.big img {
    max-width: 50%;
    height: auto;
  }
  body footer .footerContainer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  body footer .footerContainer .footerSection {
    min-width: auto;
  }
  body .bottomFooter .innerContainer .content {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body #topNavbar {
    height: auto;
  }
  body #topNavbar .quoteBox {
    font-size: 11px;
    position: relative;
    left: 0;
    padding-bottom: 10px;
  }
  body #topNavbar .innerContainer .socialLinks {
    display: none;
  }
  body #topNavbar .innerContainer .wrapper {
    padding: 0;
    display: flex;
    width: 100%;
    gap: 20px;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper {
    width: 60%;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper a {
    width: auto;
  }
  body #topNavbar .innerContainer .wrapper .logoWrapper a img {
    width: auto;
    height: 30px;
  }
  body #searchSection .innerContainer .searchContainer .subTitle {
    text-align: center;
    line-height: 1.2;
  }
  body #searchSection .innerContainer .searchContainer .selectGroup {
    grid-template-columns: repeat(2, 1fr);
  }
  body #searchSection .innerContainer .questionsSection article ul a .nr.views:after {
    display: none;
  }
  body .main section {
    grid-template-columns: 1fr 1fr;
  }
  body .main section article.big {
    grid-column: span 2;
  }
  body .main section article.big img {
    max-width: 50%;
    height: auto;
  }
  body .accordion.list.duvidas .main {
    display: block;
  }
  body .accordion.list.duvidas .main nav {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6f6ff;
  }
  body .accordion.list.duvidas .main nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .accordion.list.duvidas .main nav ul li:last-of-type {
    padding-top: 0;
    border-top: none;
  }
  body footer .footerContainer {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    gap: 0;
  }
  body footer .footerContainer .footerSection {
    min-width: auto;
    margin-top: 10px;
  }
  body footer .footerContainer .footerSection:not(.about) .footerToggle {
    display: none;
  }
  body footer .footerContainer .footerSection:not(.about) .footerSectionLabel:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d6f6ff;
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 5px;
  }
  body footer .footerContainer .footerSection .socialLinks {
    display: block;
  }
  body footer .footerContainer .footerSection .footerSectionLabel {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6f6ff;
    padding-bottom: 10px;
  }
  body .bottomFooter .innerContainer .content {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  body #searchSection .innerContainer .questionsSection {
    flex-direction: column;
    gap: 12px;
  }
  body #searchSection .innerContainer .questionsSection article {
    width: 100%;
  }
  body #searchSection .innerContainer .questionsSection article a h3 {
    position: relative;
  }
  body #searchSection .innerContainer .questionsSection article a h3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d6f6ff;
    border-bottom: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 5px;
  }
  body #searchSection .innerContainer .questionsSection article ul {
    display: none;
  }
  body .main section {
    grid-template-columns: 1fr;
  }
  body .main section article.big {
    grid-column: auto;
    flex-direction: column;
  }
  body .main section article.big img {
    max-width: 100%;
  }
  body .accordion.articles .innerContainer .content .author-item.standing {
    border-bottom: none;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
  }
  body .accordion.artigos .innerContainer .content .main nav .closeNav,
  body .accordion.atualidades .innerContainer .content .main nav .closeNav,
  body .accordion.articles .innerContainer .content .main nav .closeNav {
    background-image: url(../img/2025/close_dark.svg);
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav {
    order: 2;
    border-top: 1px solid #4a6f79;
    align-items: center;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav:not(.innerPageNav) {
    display: none;
    position: fixed;
    background: white;
    left: -10px;
    right: -10px;
    height: 100vh;
    text-align: center;
    z-index: 9;
    top: 0;
    padding-top: 0;
    border-top: none;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu {
    flex-direction: column;
    width: 100%;
    font-size: 20px;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
    padding-bottom: 140px;
    box-sizing: border-box;
    gap: clamp(10px, 5.33vw, 30px);
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu .selectWrapper {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form {
    display: inline-block;
    width: 50%;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form .searchForm {
    margin-top: 0;
  }
  body section.accordion:not(.innerQuestion) .innerContainer .content nav ul.navMenu form .searchForm [name='termo'] {
    width: 100%;
  }
  body section.accordion.duvidas.list.innerQuestion header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body section.accordion.duvidas .innerContainer .content .main .listContainer h3:first-of-type:after {
    background-image: url(../img/2025/burger-left.svg);
  }
  body section.accordion.duvidas .innerContainer .content .main nav {
    background: #4a6f79;
  }
  body section.accordion .innerContainer {
    height: 100%;
  }
  body section.accordion .innerContainer .content {
    height: 100%;
  }
  body section.accordion .innerContainer .content .main {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  body section.accordion .innerContainer .content .main .articleListHeader {
    position: relative;
    padding-left: 20px;
  }
  body section.accordion .innerContainer .content .main .articleListHeader:after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 10px;
    background-image: url(../img/2025/burger-left-black.svg);
    background-size: contain;
    cursor: pointer;
  }
  body section.accordion .innerContainer .content .main .listContainer h3:first-child {
    position: relative;
    padding-left: 20px;
  }
  body section.accordion .innerContainer .content .main .listContainer h3:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: 10px;
    background-image: url(../img/2025/burger-left-black.svg);
    background-size: contain;
    cursor: pointer;
  }
  body section.accordion .innerContainer .content header {
    height: calc(100% - 15px);
    padding: 7.5px 0;
  }
  body .innerContainer .content {
    padding: 0 10px;
  }
}
#searchSection {
  background: #4a6f79;
  border-bottom: 2px solid white;
}
#searchSection header {
  cursor: pointer;
}
#searchSection .innerContainer {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#searchSection .innerContainer .searchContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 8px;
}
#searchSection .innerContainer .searchContainer .selectGroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 14px;
}
#searchSection .innerContainer .searchContainer .selectGroup select {
  border-color: white;
  color: white;
}
#searchSection .innerContainer .searchContainer .selectGroup .arrow {
  border-top-color: white;
}
#searchSection .innerContainer .searchContainer form {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #d6f6ff;
  background: #6d919b;
  margin-bottom: 10px;
}
#searchSection .innerContainer .searchContainer form input[type='text'] {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 44px;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  padding: 0px 12px;
  border: none;
  background: none;
  outline: none;
}
#searchSection .innerContainer .searchContainer form input[type='text']::placeholder {
  color: #d6f6ff;
}
#searchSection .innerContainer .searchContainer form span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 16px;
}
#searchSection .innerContainer .searchContainer .subTitle {
  color: #d6f6ff;
  margin-top: 3px;
}
#searchSection .innerContainer .searchContainer .subTitle a.advancedSearch {
  color: #d6f6ff;
  text-decoration: underline;
}
#searchSection .innerContainer .searchContainer .subTitle a.advancedSearch:hover {
  color: white;
}
#searchSection .innerContainer .searchContainer .subTitle a.subTitleForm {
  color: white;
  font-size: 14px;
  text-decoration: underline;
}
#searchSection .innerContainer .searchContainer .subTitle a.subTitleForm:hover {
  color: #d6f6ff;
}
#searchSection .innerContainer .questionsSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  padding-bottom: 18px;
  padding-top: 18px;
}
#searchSection .innerContainer .questionsSection article {
  width: 50%;
}
#searchSection .innerContainer .questionsSection article .questionsListTitle {
  font-size: 18px;
  font-weight: 400;
  color: #d6f6ff;
  vertical-align: middle;
  border-bottom: 1px solid #d6f6ff;
  padding-bottom: 4px;
  width: 100%;
}
#searchSection .innerContainer .questionsSection article ul {
  padding-top: 14px;
}
#searchSection .innerContainer .questionsSection article ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  color: white;
  font-size: 14px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#searchSection .innerContainer .questionsSection article ul a .frequentQuestion {
  text-overflow: ellipsis;
  overflow-x: clip;
  max-width: 85%;
  white-space: nowrap;
}
#searchSection .innerContainer .questionsSection article ul a:hover {
  color: #d6f6ff;
}
#searchSection .innerContainer .questionsSection article ul a .nr {
  font-size: 12px;
  color: #d6f6ff;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#searchSection .innerContainer .questionsSection article ul a .nr.views {
  margin-left: 5px;
}
#searchSection .innerContainer .questionsSection article ul a .nr.views:after {
  display: inline-flex;
  content: '';
  background-image: url(../img/2025/Ciberduvidas_Vistas.svg);
  background-size: 15px 10px;
  height: 10px;
  width: 15px;
  margin-left: 2px;
}
#searchSection .innerContainer .questionsSection article ul li {
  border-bottom: 1px solid #d6f6ff;
  padding-top: 8px;
  padding-bottom: 7px;
}
#searchSection .innerContainer .questionsSection article ul li:first-child {
  padding-top: 0;
}
/* Fade-in animation */
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
article .articleContainer .articleContent * {
  opacity: 0;
  animation: fadeInText 0.5s ease forwards;
}
.relatedArticles ul li {
  opacity: 0;
  animation: fadeInText 0.5s ease forwards;
}
.relatedArticles ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.relatedArticles ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.relatedArticles ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.relatedArticles ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.relatedArticles ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.relatedArticles ul li {
  animation-delay: 1s;
}
/* Stagger delay per paragraph inside an article */
article .articleContainer .articleContent *:nth-of-type(1) {
  animation-delay: 0.2s;
}
article .articleContainer .articleContent *:nth-of-type(2) {
  animation-delay: 0.4s;
}
article .articleContainer .articleContent *:nth-of-type(3) {
  animation-delay: 0.6s;
}
article .articleContainer .articleContent *:nth-of-type(4) {
  animation-delay: 0.8s;
}
article .articleContainer .articleContent *:nth-of-type(5) {
  animation-delay: 1s;
}
article .articleContainer .articleContent * {
  animation-delay: 1s;
}
/* Fade-in animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
section .listContainer article {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
/* Staggered delay for each article */
section .listContainer article:nth-of-type(1) {
  animation-delay: 0.2s;
}
section .listContainer article:nth-of-type(2) {
  animation-delay: 0.3s;
}
section .listContainer article:nth-of-type(3) {
  animation-delay: 0.5s;
}
section .listContainer article:nth-of-type(4) {
  animation-delay: 0.6s;
}
section .listContainer article:nth-of-type(5) {
  animation-delay: 0.7s;
}
section .listContainer article:nth-of-type(6) {
  animation-delay: 0.8s;
}
section .listContainer article:nth-of-type(7) {
  animation-delay: 0.9s;
}
section .listContainer article {
  animation-delay: 1s;
}
.accordion {
  border-bottom: 1px solid white;
}
.accordion .content {
  box-sizing: border-box;
  padding-block: 16px;
}
.accordion .content header {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-bottom: 16px;
}
.accordion .content .main {
  padding-bottom: 10px;
  border-top: 1px solid #4a6f79;
}
.accordion .content .main nav {
  font-size: 14px;
  padding-top: 20px;
}
.accordion .content .main nav ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.accordion .content .main nav ul li {
  text-transform: uppercase;
}
.accordion .content .main nav ul li a {
  color: #4a6f79;
}
.accordion .content .main nav ul li a:hover {
  color: black;
  margin-top: 10px;
}
.accordion .content .main nav ul li.selected a {
  color: black;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.accordion .content .main nav ul li .selectGroup {
  display: flex;
  flex-direction: column;
  margin-block: 14px 6px;
  gap: 12px;
}
.accordion .content .main nav ul li .selectGroup:empty {
  margin-block: 0;
}
.accordion .content .main nav .searchForm {
  height: 30px;
  margin-top: 21.5px;
  position: relative;
  border: 1px solid #4a6f79;
}
.accordion .content .main nav .searchForm.atualidades {
  color: #ba3732;
  border-color: #ba3732;
}
.accordion .content .main nav .searchForm.atualidades input {
  color: #ba3732;
}
.accordion .content .main nav .searchForm.atualidades:after {
  background-image: url(../img/2025/lupa_red.png);
}
.accordion .content .main nav .searchForm.atualidades input::placeholder {
  color: #ba3732;
}
.accordion .content .main nav .searchForm input {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  outline: none;
  border: none;
  box-sizing: border-box;
  padding: 4px 8px;
  font-size: 14px;
  color: #4a6f79;
  background: transparent;
  height: 100%;
}
.accordion .content .main nav .searchForm input::placeholder {
  color: #4a6f79;
}
.accordion .content .main nav .searchForm:after {
  content: '';
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/2025/lupa.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16.5px;
  width: 16.5px;
  position: absolute;
}
.accordion.list .main {
  display: grid;
  grid-template-columns: 208px 3fr;
  gap: 25px;
}
.accordion.list .main h3 {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px 0;
  border-bottom: 1px solid #4a6f79;
  position: relative;
}
.accordion.list .main .success-msg,
.accordion.list .main .error-msg {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 10px;
  font-size: 14px;
}
.accordion.list .main .nr-views {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main .nr-views:after {
  display: inline-flex;
  content: '';
  background-color: #4a6f79;
  -webkit-mask-image: url(../img/2025/Ciberduvidas_Vistas.svg);
  mask-image: url(../img/2025/Ciberduvidas_Vistas.svg);
  background-size: 15px 10px;
  height: 10px;
  width: 15px;
  margin-left: 2px;
}
.accordion.list .main article {
  border-bottom: 1px solid #4a6f79;
  padding-block: 8px;
}
.accordion.list .main article .articleContent {
  color: black;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  /* UL bullets */
  /* OL numbers */
}
.accordion.list .main article .articleContent table tr:first-of-type td {
  border-top: 1px solid #4a6f79;
}
.accordion.list .main article .articleContent table td {
  border-bottom: 1px solid #4a6f79;
}
.accordion.list .main article .articleContent * {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion.list .main article .articleContent h5 {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 12px;
}
.accordion.list .main article .articleContent ul,
.accordion.list .main article .articleContent ol {
  margin: 0;
  padding: 0;
  list-style: none;
  /* we’ll handle markers ourselves */
  margin-top: 6px;
}
.accordion.list .main article .articleContent ul li,
.accordion.list .main article .articleContent ol li {
  position: relative;
  padding-left: 1.5em;
  /* space for marker */
  text-indent: 0;
  /* prevent hanging indent issues */
}
.accordion.list .main article .articleContent ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: left;
}
.accordion.list .main article .articleContent ol {
  counter-reset: my-counter;
}
.accordion.list .main article .articleContent ol li {
  counter-increment: my-counter;
}
.accordion.list .main article .articleContent ol li::before {
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  width: 1.5em;
  /* same width as UL marker */
  text-align: left;
  /* aligns "2." and "10." neatly */
}
.accordion.list .main article .articleContent em {
  font-style: italic;
}
.accordion.list .main article .articleContent blockquote {
  border-left: 2px solid #4a6f79;
  margin: 6px 0;
  padding: 6px 6px 6px calc(1.5em - 4px);
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
}
.accordion.list .main article .articleContent blockquote * {
  font-family: Merriweather, Helvetica, sans-serif !important;
  font-style: italic !important;
}
.accordion.list .main article .articleContent table {
  width: 100%;
  margin-top: 8px;
}
.accordion.list .main article .articleContent table h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.accordion.list .main article .articleContent table td {
  padding: 5px;
}
.accordion.list .main article .articleContent b,
.accordion.list .main article .articleContent strong {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.accordion.list .main article .articleContent .source {
  margin-top: 16px;
  border-top: 1px solid #4a6f79;
  padding-top: 12px;
}
.accordion.list .main article .articleContent .source .sourceLabel {
  text-transform: uppercase;
}
.accordion.list .main article .articleContent .source * {
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.accordion.list .main article .articleContent .source b {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.accordion.list .main article img {
  display: none;
}
.accordion.list .main article:nth-of-type(2n).withImage {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
}
.accordion.list .main article:nth-of-type(2n) .articleContent.withImage {
  min-height: 118px;
}
.accordion.list .main article:nth-of-type(2n) img {
  display: block;
  width: 208px;
  height: 113px;
  shape-outside: border-box;
  float: left;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 4px;
  object-fit: cover;
}
.accordion.list .main article .description {
  color: black;
  margin-top: 3px;
  font-size: 14px;
  line-height: 19.6px;
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion.list .main article .description * {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 19.6px;
  color: black;
  margin-top: 6px;
}
.accordion.list .main article p {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.accordion.list .main article p.category {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main article p.category a {
  color: #4a6f79;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main article p.category a:hover {
  color: black;
}
.accordion.list .main article p.description {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 19.6px;
  margin-top: 1px;
}
.accordion.list .main article p.byline {
  margin-top: 4px;
}
.accordion.list .main article p.byline .author {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main article p.byline .author a {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main article p.byline .location {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.accordion.list .main article p.byline .date {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4a6f79;
}
.accordion.list .main article p.byline .nr-views {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4a6f79;
}
.accordion.list .main article p.byline a {
  color: #4a6f79;
}
.accordion.list .main article p.byline a:hover {
  color: black;
}
.accordion.list .main article p.byline .date {
  font-weight: normal;
}
.accordion.list .main article .title {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 1.2;
  cursor: pointer;
}
.accordion.list .main article .title i {
  font-family: Merriweather, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}
.accordion.list .main article .title * {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.accordion.list .main article .title:hover {
  color: #4a6f79;
}
.accordion.list .main article .subTitle {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 20px;
  line-height: 1.2;
}
.accordion.list .main article .subTitle i {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.accordion.list .main article .subTitle * {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
}
.accordion.list .main article .bottomText {
  margin-top: 3px;
  line-height: 1.4;
  font-size: 11px;
  display: block;
}
.accordion.list .main .pagination {
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 8px;
}
.accordion.list .main .pagination .previous-page {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  margin-right: 5px;
}
.accordion.list .main .pagination .previous-page.page_false {
  pointer-events: none;
  opacity: 0.5;
}
.accordion.list .main .pagination .previous-page.first-page a i:last-of-type {
  margin-left: -8px;
}
.accordion.list .main .pagination .current-page {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4a6f79;
  line-height: 22px;
}
.accordion.list .main .pagination .next-page {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
  font-size: 14px;
}
.accordion.list .main .pagination .next-page a i {
  vertical-align: middle;
}
.accordion.list .main .pagination .next-page.page_false {
  pointer-events: none;
  opacity: 0.5;
}
.accordion.list .main .pagination .next-page.last-page {
  margin-left: 3px;
}
.accordion.list .main .pagination .next-page.last-page a i:last-of-type {
  margin-left: -8px;
}
.accordion.atualidades {
  background: #fbf3f3;
}
.accordion.atualidades .main {
  color: black;
}
.accordion.atualidades .main .title {
  color: black;
}
.accordion.duvidas {
  background: #4a6f79;
  color: #d6f6ff;
}
.accordion.duvidas .main {
  color: white;
}
.accordion.duvidas .main .title {
  color: #d6f6ff;
}
.accordion.artigos {
  background: rgba(74, 111, 121, 0.2);
  color: #4a6f79;
}
.accordion.artigos .main .title {
  color: black;
}
.accordion.artigos .main p.description {
  color: black;
}
.accordion:has(.content > .closed) {
  border-bottom: 1px solid white;
  height: 36px;
}
.accordion:has(.content > .closed) header {
  padding-block: unset;
}
.accordion:has(.content > .closed) header h2 {
  line-height: 1px;
  height: 1px;
}
.accordion:has(.content > .closed) .arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d6f6ff;
  border-bottom: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
#searchSection {
  border: none;
}
#searchSection .content {
  padding-block: 20px;
  padding-bottom: 0;
  padding-top: 16px;
}
#searchSection .content .searchContainer {
  padding-bottom: 0;
  padding-top: 18px;
}
#searchSection .innerContainer .selectGroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 14px;
}
#searchSection .innerContainer .selectGroup select {
  border-color: white;
  color: white;
}
#searchSection .innerContainer .selectGroup .arrow {
  border-top-color: white;
}
#searchSection .innerContainer .questionsSection {
  padding-bottom: 0px;
}
.accordion.list.duvidas .content {
  padding-block: 22px;
}
.accordion.list.duvidas h2 {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
}
.accordion.list.duvidas .main {
  border-top: 1px solid #d6f6ff;
}
.accordion.list.duvidas .main h3 {
  color: white;
  border-bottom: 1px solid #d6f6ff;
}
.accordion.list.duvidas .main h3 a {
  color: #d6f6ff;
}
.accordion.list.duvidas .main nav {
  color: white;
}
.accordion.list.duvidas .main nav ul li a {
  color: white;
}
.accordion.list.duvidas .main nav ul li:last-of-type {
  border-top: 1px solid #d6f6ff;
  padding-top: 13px;
}
.accordion.list.duvidas .main nav .moreTexts .related p {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 14px;
}
.accordion.list.duvidas .main nav .moreTexts p {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 17px;
  padding-block: 8px 11px;
}
.accordion.list.duvidas .main nav .moreTexts p span {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown {
  margin-top: 13px;
  border-top: 1px solid rgba(214, 246, 255, 0.25);
}
.accordion.list.duvidas .main nav .moreTexts .dropdown .dropdownHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown .dropdownHeader:has(.arrow):hover {
  color: black;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown .dropdownHeader .arrow {
  border-top-color: #d6f6ff;
  border-right: 5px solid transparent;
  border-left-width: 5px;
  border-top-width: 5px;
  border-left-color: transparent;
  border-bottom: none;
  margin-right: 7px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown .collapsed .dropdownContent {
  display: none;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown .collapsed .arrow {
  transform: rotate(180deg);
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles a {
  color: #d6f6ff;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles p:first-of-type {
  margin-top: -3px;
  padding-top: 0;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles p.medium {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul {
  gap: 0px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #4a6f79;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li > a:first-child {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div {
  position: relative;
  /* Ensures content stays above the link */
  z-index: 2;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 18px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div.category {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14.4px;
  color: black;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div a {
  font-family: Merriweather, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div p {
  padding: revert;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div span {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: black;
  display: inline-block;
}
.accordion.list.duvidas .main nav .moreTexts .dropdown.related .relatedArticles ul li div:hover a {
  color: black;
}
.accordion.list.duvidas .main nav .moreTexts .shareBtns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding-bottom: 16px;
}
.accordion.list.duvidas .main nav .moreTexts .shareBtns div {
  width: 100%;
  border: 1px solid #4a6f79;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.accordion.list.duvidas .main nav .moreTexts .shareBtns div:hover {
  color: white;
  background-color: #4a6f79;
}
.accordion.list.duvidas .main nav .moreTexts .minimalSelect {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-color: #4a6f79;
  color: #4a6f79;
}
.accordion.list.duvidas .main article {
  border-color: white;
}
.accordion.list.duvidas .main article .title:hover {
  color: white;
}
.accordion.list.duvidas .main article .description {
  color: white;
}
.accordion.list.duvidas .main article .description * {
  color: white;
}
.accordion.list.duvidas .main article .description p {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion.list.duvidas .main article p {
  color: white;
}
.accordion.list.duvidas .main article p.byline {
  color: #d6f6ff;
}
.accordion.list.duvidas .main article p.byline .author {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.accordion.list.duvidas .main article p.byline .location {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.accordion.list.duvidas .main article p.byline .date {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #d6f6ff;
}
.accordion.list.duvidas .main article p.byline .nr-views {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d6f6ff;
}
.accordion.list.duvidas .main article p a {
  color: white;
}
.accordion.list.duvidas .main article p a:hover {
  color: #d6f6ff;
}
.accordion.list.duvidas .main .location,
.accordion.list.duvidas .main .occupation {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion.list.duvidas .main span.nr-views::after {
  background-color: white;
}
.accordion.list.duvidas .main .pagination .current-page {
  color: white;
}
.accordion.list.duvidas .main .pagination i.page-arrow {
  background-color: white;
}
