.biblioteca{
    font-family: 'Open Sans';
}
.biblioteca .banner-topo{
  height: 487px;
  background-size:cover; 
  background-position:center; 
  border-radius: 20px;
}

.biblioteca .banner-topo .info-banner{
  padding: 135px;
  padding-top: 200px;
  color:#fff;
}

.biblioteca .banner-topo .info-banner h1,
.biblioteca .banner-topo .info-banner p{
  width: 45%;
}
.biblioteca .fluxograma p{
  font-size: 20px;
}
.biblioteca .btn-filter{
    border-radius: 6.75px;
    border: 1px solid  #E5E5E5;
    background: #FFF;
    color:  rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  17.5px; /* 109.375% */
    padding: 12px;
}
.biblioteca .btn-default{
    padding: 7.5px 20px 8.5px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    background: #0072BC;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
}
.biblioteca .btn-filter.active{
    background-color: #33ADC8;
    color: #FFF;
}
.biblioteca .documentos .component-box-icon-cinza h2{
  color: #000 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.biblioteca .documentos .component-box-icon-cinza .component-box-content{
  height: 100%;
  justify-content: space-between;
}
.biblioteca .documentos .component-box-icon-cinza .component-box-content .btn-link{
  color: var(--Blue-2, #3A99B0);
  font-family: "Open Sans";
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-20, 20px); /* 142.857% */
  text-decoration: none;
  padding: 0;
}
.biblioteca .documentos .component-box-icon-cinza{
      height: 250px;
}
.biblioteca .diretrizes .box-direita{
  background-size:cover; 
  background-position:center; 
  border-radius:1rem;
  height: 100%;
}
.biblioteca .diretrizes .box-direita{
  background-size:cover; 
  background-position:center; 
  border-radius:1rem;
  height: 100%;
}
.biblioteca .component-box-icon-cinza .component-box-content{
  height: 100%;
  gap:15px;
}
.biblioteca .card-blue{
    background: #032A64;
    color: #FFF;
}
.biblioteca .card-blue h2{
    color: #fff;
}
@media (max-width: 768px) {
  .biblioteca .topo{
    padding: 0 20px;
  }

  .biblioteca .banner-topo{
    height: auto; /* deixa crescer conforme o conteúdo */
    padding-bottom: 40px;
  }

  .biblioteca .banner-topo .info-banner{
    padding: 40px 20px; /* muito mais leve */
  }

  .biblioteca .banner-topo .info-banner h1,
  .biblioteca .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }

  .biblioteca .banner-topo .info-banner h1{
    font-size: 28px;
    line-height: 1.2;
  }

  .biblioteca .banner-topo .info-banner p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
  .biblioteca .banner-topo .info-banner{
    padding: 30px 15px;
  }

  .biblioteca .banner-topo .info-banner h1{
    font-size: 24px;
  }

  .biblioteca .banner-topo .info-banner p{
    font-size: 15px;
  }
}