/*
CSS para as demais paginas 
*/

/*  Bloco que exibe os resultados da pesquisa */
.content-result-search {
  width: 892px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-busca-interna {
  background-color: #fff;
  color: #39723B;
  text-align: center;
}

.title-busca-interna h1 {
  font-size: 36px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}

.bloco-busca-interna {
  width: 100vw;
  margin: 0 auto;
  padding: 34px 50px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #90a84128;
  color: #39723B;
}

.bloco-busca-interna a {
  color: #394872;
}

.bloco-busca-interna li {
  margin: 30px 0px;
}

.img_fundo_postGeral {
  background: url('../img/hero-biblio-rede.png');
}

.img_fundo_pagBibliotecas_Rede {
  background: url('../img/hero-sobreB.png');
}

/*  pag >> Sobre a Rede de Bibliotecas */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.section-apos-header {
  margin-top: 95px;
}

.content-page-title-biblioteca {
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  	justify-content: center;
  	height: 400px;
  	width: 100%;
  	background-color: #d6caca;
	background-size:cover;
  	background-position:center;
  	position:relative;
}

.content-page-title-rede,
.content-page-title-geral,
.content-page-title{
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  	justify-content: flex-end;
  	height: 255px;
  	width: 100%;
  	background-color: #d6caca;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-page-title-biblioteca::before,
.content-page-title-biblioteca::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000b3, transparent);
    opacity: .6;
}

.content-page-title::before {
    background: #320000;
    opacity: .4;
}

.div-title-pagSecundaria {
  position: relative;
  height: auto;
  margin-bottom: 36px;
}

.title-pagSecundaria {
  font-size: 36px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}

.negative-margin-top {
  position: relative;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.negative-margin-top-biblioteca {
  position: relative;
  margin-top: -150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-content-sobreBib {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-sobreBib {
  width: 892px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.texto-sobreBib {
  width: 825px;
  font-size: 18px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: black;
  margin-bottom: 16px;
  text-align: left;
}

.texto-sobreBib p {
  margin-bottom: 1.2em;
  line-height: 1.6;
}

.baner-body-sobreBib {
  background: #FFFFFF;
  width: 825px;
  margin-bottom: 25px;
  border-radius: 0 !important;
}

.baner-body-sobreBib img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0%;
  display: block;
  align-content: center;
}

/* ######## estilo pag >> Bibliotecas da Rede ######### */

.section-bib-rede {
  width: 100vw;
  margin: 0 auto;
  padding: 34px 0px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 0 !important;
  margin-bottom: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-content-bib-rede {
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.page-list-section {
  padding: 40px;
  width: 100%;  
  max-width: 1350px;
  margin: 0 auto; 
  box-sizing: border-box;
}

/* Container de conteúdo */
.biblioteca-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* padrão: 3 colunas */
  gap: 16px;
}

.page-grid a:hover {
  background-color: #e0e0e0;
}

.content-item-bib-rede {
  width: 434px;
  height: 249px;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* ITEM 4 - bibliotecas */
.content-item-bib-rede.itemBib {
  justify-content: end;
}

.content-item-bib-rede.itemBib:hover * {
  text-decoration: underline;
}

.content-item-bib-rede.itemBib h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.content-item-bib-rede.itemBib p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 8px;
}

/* ######## FIM pag >> Bibliotecas da Rede  ######### */

/* ######## estilo post >> content-padrao ######### */

.section-apos-header-post {
  margin-top: 90px;
}

.title-pagSecundaria-pagPost {
  font-size: 36px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}

.post-padrao .entry-header {
  margin-bottom: 1.5rem;
}

.post-padrao .entry-title {
  font-size: 2rem;
  font-weight: bold;
}

.post-padrao .entry-meta {
  font-size: 0.9rem;
  color: #666;
}

.post-padrao .post-thumbnail img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-padrao .entry-content {
  line-height: 1.7;
  font-size: 1.1rem;
}

.post-padrao .tags-links {
  font-size: 0.9rem;
  color: #888;
}

.box-content-post-padrao {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-post-padrao {
  width: 80%;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

/* Container das tags no final de um bloco de conteúdo */
.tag-section {
  background-color: #90a84128;
  font-size: 0.9rem;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

/* Texto introdutório das tags (ex: "Tags:") */
.tag-label {
  font-weight: bold;
  color: #555;
}

/* Estilo individual de cada link de tag */
.tag-link {
  display: inline-block;
  background-color: #f1f1f1;
  color: #0073aa;
  padding: 4px 8px;
  margin-left: 0.3rem;
  border-radius: 4px;
  border: 0.5px solid #366AAC;
  text-decoration: none;
  font-size: 0.85rem;
  transition: background-color 0.2s ease;
}

/* Efeito hover */
.tag-link:hover {
  background-color: #0073aa;
  color: #fff;
}

/* ######## Bibliotecas post >> single-rede ######### */
/* para o bloco da descrição das bibliotecas */

.box-content-Biblioteca-rede {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-Biblioteca-rede {
  width: 892px;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.container-grid-lado-a-lado {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.alinhar-esquerda {
  text-align: left;
  margin: 0;
  padding: 0;
}

/* bloco da imagem */
.centralizar-total {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.alinhar-topo-esquerda {
  /* bloco da imagem */
  display: block;
  align-items: top;
  height: 100%;
  padding-top: 0px;
}

.div-title-pagRede {
  position: relative;
  z-index: 2; 
  height: auto;
  margin-bottom: 36px;
}

.title-pagBiblioteca-rede {
  font-size: 36px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 auto 16px;
  text-align: center;
  white-space: normal;  
  overflow-wrap: anywhere;  
  max-width: 80%;  
}
.title-quebra-linha {
  text-align: left;
  white-space: normal;  
  overflow-wrap: anywhere;  
  max-width: 80%; 
}

.barra-separacao {
  width: 200px;
  height: 4px;
  background-color: #EAEAEA;
  margin: 24px auto;
  border-radius: 5px;
}

.titulo_descricao_bloco {
  font-size: 20px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  color: #39723B;
  margin: 0 auto 16px;
  padding-top: 15px;
  text-align: left;
}

.biblioteca-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 0px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}