@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');

html,
body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  margin: 0;
  padding: 0;
}

.search-img,
.logo-img-center img {
  max-width: 550px;
  width: 100%;
}

.logo-img-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 2rem;
  padding: 0 32px;
}

a.btn {
  text-decoration: none;
}

/* Logo Finep */
.finep {
  max-width: 200px;
  margin: 0 auto;
}

.form-control {
  font-size: 1rem;
}

.page-title-bar {
  background-color: #f0f0f0;
  padding: 1rem 0;
  margin-bottom: 2rem;
  color: #4d4d4d;
}

/* Ajustes em Título */
.page-title-bar h4 {
  font-size: 1.7em;
  font-weight: 300;
}

.btn-search-primary {
  color: #33426a;
  background-color: #f8c300;
  border-color: #eee;
}

.facet-group [data-toggle="collapse"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f106";
}

.facet-group .collapsed::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
}

.export {
  float: right;
  margin-top: -43px;
  margin-right: 16px;
  max-width: fit-content;
}

.export button {
  border: solid 1px #12538B;
  color: #12538B;
  border-radius: 4px;
  width: 158px;
  padding: 4px 0;
}

.export button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
}

.export.open button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f106";
}

.export ul {
  max-width: 100px;
}


.export ul li {
  padding: 4px 0;
}

.export li a {
  text-align: left;
  display: flex;
  gap: 8px;
  align-items: center;
}

.export ul li:first-child {
  border-bottom: 1px solid #ccc;
}

.facet-group .title {
  background-color: #76B865;
  color: #fff;
}

header.hidden-print {
  background-color: #f8c300;
}

.navbar-brand {
  height: 90px;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 400px;
}

.ibict-name {
  text-transform: none;
}

.logo-img {
  /* max-height: 50px; */
  max-width: 52%;
  margin-top: 5px;
}

.nav-main {
  display: flex;
  align-items: center;
  height: 90px;
  justify-content: space-around;
  width: 100%;
}

/* Ajustes no Menu */
.nav-main a {
  text-decoration: none;
  font-weight: 500;
  color: #33426a;
  font-size: 1rem;
}


.nav-main a {
  text-transform: uppercase;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.nav>li>a:hover,
.nav>li>a:focus {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid #223360;
}


.searchHomeContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3rem;
  margin-top: 50px;
}

.searchForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.searchForm .larger {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}

.searchForm_lookfor {
  width: 100% !important;
  max-width: 600px;
  border-color: #9e9f9f;
}

.search-btn {
  margin-top: 1rem;
}

.btn-secondary {
  background-color: #e6e6e6;
  color: #33426a;
  border-color: #eee;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #33426a;
  border-color: #eee;
  text-decoration: none;
}

.btn-primary {
  background-color: #76B865 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #76B865;
  border-color: #eee;
}

section {
  margin-top: 100px;
  color: #808080;
}

.indicators-data div {
  margin-bottom: 60px;
}

.indicators-data h2,
.indicators-data h3 {
  color: #808080;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.indicators-data h2 {
  font-size: 32px;
}

.indicators-data a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.indicators-data h1 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.indicators-data h3 {
  margin-top: 0;
  font-weight: 500;
}

.big-image {
  display: flex;
  justify-content: center;
}

/* footer {
  margin-top: 100px;
  width: 100%;
  padding: 0;
} */

footer {
  margin-top: 100px;
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

footer .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

footer .row {
  margin-left: 0;
  margin-right: 0;
}

footer .footer {
  padding: 16px 32px;
  width: 100%;
}

footer p {
  color: #9a9a9a;
}

.nav-footer ul li a:hover {
  text-decoration: underline;
}

.gap-2 {
  gap: 2rem;
}


.nav-footer ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.nav-footer ul li {
  list-style: none;
}

.nav-footer ul li a {
  text-decoration: none;
  text-transform: uppercase;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-gap-1 {
  row-gap: 1rem;
}

.col-gap-1 {
  column-gap: 1rem;
}

.col-gap-6 {
  column-gap: 6rem;
}

.social-media {
  background-color: #33426a;
  padding-top: 8px;
  padding-bottom: 8px;
}

.social-media img {
  width: 32px;
  height: 32px;
}

.section-partners-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 50px;
}

.partner-icon {
  width: 33%;
  padding: 10px 16px;
}

@media (max-width: 768px) {
  .partner-icon {
    width: 45%;
  }

  .section-partners {
    height: auto !important;
  }
}

.section-partners-icons .img-responsive {
  max-height: 60px;
}

.section-partners-icons .img-responsive-width {
  max-width: 100px;
  max-height: 50px;
}

.image-footer {
  max-width: 75%;
  display: block;
}

.small-image {
  display: none;
}

figure {
  position: relative;
  max-width: 150px;
}

figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

figure:hover img.image-hover {
  opacity: 1;
}

.section-connections {
  padding: 3.5rem 2rem;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  color: #4D4D4D;
  font-weight: 300;
  margin-left: 3rem;
  font-size: 1.2rem;
}

.section-title {
  padding-bottom: 15px;
  color: #999999;
}

.section-partners {
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.language a {
  font-weight: 500;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: transparent;
}

/* media queries para tablet e celular */
@media (max-width: 768px) {
  body {
    width: 100%;
  }

  .nav-main {
    height: auto;
  }

  .navbar-brand {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 468px) {
  .nav-main {
    height: auto;
    justify-content: flex-start;
  }

  .section-connections {
    padding: 1rem;
    margin-top: 3rem;
    margin-left: 0;
  }

  .section-partners {
    height: auto;
  }
}

#networks th.sorting::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 6 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0dc' !important;
}

.networks-total-label {
  background-color: #f0f0f0;
  padding: 5px 10px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#networks .search {
  max-width: 600px;
}

.flex-space-between {
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.networks-sort label {
  line-height: 34px;
  padding-right: 0.5rem;
}

#networks ol {
  list-style: none;
  margin-left: 7px;
}

#networks ol li {
  counter-increment: item;
  padding: 0 0 0 0;
}

#networks ol li::marker {
  content: counter(item) '.';
}

#networks h3 {
  background-color: #f0f0f0;
  padding: 0.5rem 0.5rem 0.5rem 2.9rem;
  margin-left: -2.9rem;
}

#dataSource a {
  text-decoration: none;
}

#networks h3 a {
  text-decoration: none;
  margin-left: 5px;
}

#networks h3 a:hover {
  text-decoration: underline;
}

.networks-item b {
  font-weight: 400;
}

.networks-item span {
  font-weight: 300;
}

#dataSource td {
  border-top: none;
  padding: 10px;
}

.table-striped>tbody>tr:nth-of-type(odd),
.search-history-table>tbody>tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

/* Classes especÃ­ficas para a barra da pÃ¡gina de detalhes da Fonte  */
.revista {
  background-color: #FFC80B !important;
  color: #4d4d4d !important;
}

.preprints {
  background-color: #FCA001 !important;
  color: #4d4d4d !important;
}

.repo-publicacoes {
  background-color: #B4FF9A !important;
  color: #4d4d4d !important;
}

.agregador {
  background-color: #71BF73 !important;
  color: #4d4d4d !important;
}

.repo-dados {
  background-color: #9AD7EB !important;
  color: #4d4d4d !important;
}

.biblioteca {
  background-color: #BEE0C8 !important;
  color: #4d4d4d !important;
}

.monografias {
  background-color: #75C1A7 !important;
  color: #4d4d4d !important;
}

.icon-total-indicators {
  align-items: center;
  font-size: 1.5rem;
  color: #777;
}

#total-docs {
  font-size: 1.3rem;
}

#networks-page .collapse {
  max-height: 400px;
  overflow: auto;
  border-bottom: 1px solid #eee;
}

.facet-group a {
  text-decoration: none;
}

.panel-body::before,
.panel-body::after {
  display: none;
}

.flex-col-center .chart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indicators .form-inline {
  margin-bottom: 0.5rem;
}

.form-inline .form-group {
  margin-right: 1rem;
}

.temporal-dates {
  display: flex;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
}

.temporal-dates .form-group {
  text-align: center;
}

.temporal-dates input.form-control {
  /* min-width: 150px; */
  padding: 5px;
}

.indicators .search {
  width: 100%;
  max-width: 100%;
}

.indicators .btn-primary:focus,
.indicators .btn-primary:active {
  color: #fff;
  background-color: #265680;
  border-color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.nav-tabs>li>a {
  text-decoration: none;
  border-bottom: 2px solid transparent !important;
  color: #265680;
}

.nav>li>a:hover,
.nav>li>a:focus {
  border-bottom: 2px solid #265680;
}

.nav-tabs {
  margin-bottom: 1rem;
}

.about,
.faq {
  color: #808080;
  font-size: 1.3rem;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.oasisbr-icon {
  max-width: 300px;
}

.about .description {
  padding: 1rem;
}

.about .card {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
}

.btn-collapse {
  text-decoration: none;
  color: #808080;
}

.btn-collapse:hover,
.btn-collapse:focus {
  text-decoration: none;
  outline: none;
  color: #808080;
}

.btn-collapse::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  content: '\f078';
  color: #67b471;
  margin-right: 1rem;
}

.btn-collapse:not(.collapsed)::before {
  content: '\f077';
}


.about .row {
  margin: 2rem 0;
}

.about li {
  margin-bottom: 10px;
}

.result {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 5px;
}

.result-author {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px;
}

.result .title {
  text-decoration: none;
  color: #265680;
}

.result .format {
  background-color: #1c5f74;
  padding: 8px;
  margin: 5px 0;
}

td span.format {
  background-color: #1c5f74;
  padding: 5px;
  color: #fff;
  margin: 5px 0;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
}

.active-filters .filters {
  padding: 0 0 0 10px;
}

.pagination {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

a.link-simple {
  text-decoration: none;
}

@media (min-width: 768px) {
  .result-body {
    width: 100%;
  }
}

#similar-items-carousel .hover-overlay {
  min-height: 300px;
}

#similar-items-carousel .carousel-item {
  margin: 0 1px;
}

#similar-items-carousel .hover-overlay .content {
  display: block;
  opacity: 0.7;
  color: #265680;
  background-color: #fff;
  border: 1px solid #ccc;
}

#similar-items-carousel .hover-overlay:hover .content {
  opacity: 1;
}

.carousel-control.left {
  background-image: linear-gradient(to right,
      rgb(0 0 0 / 22%) 0,
      rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.0001) 0,
      rgba(0, 0, 0, 22%) 100%);
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -24px;
    color: #f7c346;
  }
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -24px;
    color: #f7c346;
  }
}

.record table th {
  width: 25%;
  overflow: hidden;
  display: inline-block;
  /* white-space: nowrap; */
}

.record table td {
  width: 75%;
  overflow: hidden;
  display: inline-block;
  /* white-space: nowrap; */
}

@media screen and (max-width: 768px) {
  .record table th {
    width: 40%;
  }

  .record table td {
    width: 60%;
  }

  .footer .flex-row-center {
    flex-direction: column;
  }

  .icon-gov-links {
    padding: 0.8rem;
    max-width: 85%;
    border-top: 1px solid;
  }

  .icon-gov-links:first-child {
    border-top: none;
  }

  .image-footer {
    display: none;
  }

  .small-image {
    display: block;
    max-width: 95%;
  }


}

.indicators label {
  cursor: default;
  font-weight: 400;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #76B865;
  border-color: #76B865;
}

.slider-container .slider-handle {
  background: #76B865 !important;
  border: 1px solid #76B865 !important;
}

.filters-title {
  margin: 3rem 0 0 0;
}

.btn,
.search-filter-toggle {
  font-size: 1rem;
}

.active-filters .filters .filter-value {
  font-weight: 300;
}

.search-btn .btn-search-primary,
.search-btn .btn-secondary {
  max-height: 38px;
}

#cloudTopic {
  cursor: pointer;
}

.faq .card div {
  padding-left: 3rem;
}

.record-tabs .details a {
  color: #555;
  font-size: 0.9rem;
}

.card h3 .btn-collapse::before {
  font-size: 1rem;
}


.card h3 a.btn-collapse {
  margin-left: 1rem;
}

.sidebar a.title {
  text-decoration: none;
  border: none;
}

.sidebar a.title:focus,
.sidebar a.title:focus,
.sidebar a.title:active {
  outline: transparent;
}