<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Oculum';
  src: url('fonts/oculum_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
  		 url('fonts/oculum_regular-webfont.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oculum';
  src: url('fonts/oculum_bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oculum_bold-webfont.woff') format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Oculum" !important;
}
p {
  font-family: "Oculum" !important;
}
h1 {
  font-size: 28px;
  font-weight: bold;
}
h3 {
  font-weight: 700 !important;
  border: 0 !important;
  background: 0 !important;
  color: black !important;
    font-family: 'Oculum' !important;
}

.ui-accordion-content {
  border: none !important;
  /* border: 1px solid white !important;
  background-color: white !important;
  border-bottom: 1px solid black !important; */
}

.ui-accordion-header-icon {
  color: black !important;
}

.ui-button:active {
  background-image: url("images/ui-icons_444444_256x240.png") !important;
  filter: invert();
}

.ui-icon-triangle-1-s {
  /* filter: invert(); */

  /* background-image: url("images/ui-icons_444444_256x240.png") !important; */
}

#fonte {
  text-transform: uppercase;
  font-size: 12px;
}

.ui-icon-triangle-1-s {
  background-image: url("https://revistapesquisa.fapesp.br/wp-content/themes/revista-pesquisa-fapesp-tema/img/icons/custom-category-coronavirus.svg") !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 0.5em !important;
}
.ui-icon {
  width: 30px !important;
  height: 30px !important;
}

.ui-icon-triangle-1-e {
  background-image: url("https://revistapesquisa.fapesp.br/wp-content/themes/revista-pesquisa-fapesp-tema/img/icons/custom-category-coronavirus.svg") !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 0.5em !important;
  -webkit-filter: hue-rotate(280deg);
  filter: hue-rotate(280deg);
}
/* .ui-state-active.ui-icon, .ui-button:active.ui-icon {
    background-image: url("https://revistapesquisa.fapesp.br/wp-content/themes/revista-pesquisa-fapesp-tema/img/icons/custom-category-coronavirus.svg") !important;
}
.ui-icon-triangle-1-s {
    background-position: 5px -16px !important;
    background-size: cover !important;
}
.ui-icon, .ui-widget-content.ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png") !important;
}
.ui-icon {
    width: 36px !important;
    height: 36px !important;
  } */

.ui-corner-bottom  {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 6px;
  background-color: white;
  padding: 0em 1.5em !important;
  margin: 1em !important;
  height: auto !important;
}
</pre></body></html>