/*
Theme Name: Tema_Catalogacao
Theme URI: 
Author: Thaiane Cassetari
Description: Tema de manual de catalogações 
Version: 1.0
*/
/* ==========================================================================
   Tema_Catalogacao
   ========================================================================== */

/**
 * Remove anchor text-decoration
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
a {
  text-decoration: none;
}/** * Remove list-style */

ol,
ul {
  list-style: none;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
dl,
dt,
dd,
ol,  /*
ul,
li,*/
fieldset,
form,
label,
legend,
article,
footer,
header,
section,
main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul {
  font-size: 1em;
  font-weight: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 960px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-1-3 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid-1 {
  width: 40px;
}
.grid-2 {
  width: 100px;
}
.grid-3 {
  width: 160px;
}
.grid-4 {
  width: 220px;
}
.grid-5 {
  width: 280px;
}
.grid-6 {
  width: 340px;
}
.grid-7 {
  width: 400px;
}
.grid-8 {
  width: 460px;
}
.grid-9 {
  width: 520px;
}
.grid-10 {
  width: 580px;
}
.grid-11 {
  width: 640px;
}
.grid-12 {
  width: 700px;
}
.grid-13 {
  width: 760px;
}

.grid-14 {
  width: 820px;
}

.grid-15 {
  width: 880px;
}

.grid-16 {
  width: 940px;
}

.grid-1-3 {
  width: 300px;
}

body {
  font-family: "Alegreya SC";
  background-color: #fafafa;
}
header img {
  display: block;
  margin: 80px auto;
}
header p {
  max-width: 340px;
  margin: 0 auto;
  font-size: 1.25em;
}
section.container {
  padding: 40px 0;
}
.subtitulo {
  color: #4d4d4d;
  font-size: 2em;
  letter-spacing: .1em;
  text-align: center;
  border-top: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
  text-transform: uppercase;
  padding: 10px 0;
  margin-bottom: 40px;
}

.menu-item {
  text-align: right;
  margin-bottom: 20px;
}

.menu-item h2 {
  font-size: 2.25em;
  color: #cca62f;
  padding: 0px 100px 10px 0;
  border-bottom: 1px dashed #323734;
}

.menu-item h3 {
  font-size: 1.125em;
  color: #000000;
  margin-bottom: 5px;
}

.menu-item p {
  font-family: georgia;
  font-style: italic;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #787367;
}

.menu-item li {
  clear: both;
  padding: 15px 0;
  border-bottom: 1px dashed #373532;
  overflow: hidden;
}

.menu-item li:hover {
  background-color: #11489b56;
}

.menu-item div {
  float: right;
  max-width: 290px;
}
.menu-item span {
  font-size: 1.25em;
  display: block;
  float: right;
  width: 100px;
  color: #fff;
}
header nav {
  /*max-width: 340px;  define o tamanho do menu superior*/
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  margin-top: -12px;
}

/*   FOOTER   */
.logo-footer {
  display: flex;
  justify-content: flex-start;  /* Alinha a logo à esquerda */
  align-items: center;  /* Alinha verticalmente (se necessário) */
  margin-left: 15px;
  width: 170px;
}
.nav-footer {
  position: relative;  /* necessário para que a imagem se posicione em relação a essa nav */
  overflow: visible;
  text-align: center;
  display: inline-block;
  padding: 10px;
  font-size: 1.25em;
  margin-left: 15px;
  margin-top: 40px;
}
.nav-footer :before {
  display: inline-block;
  position: absolute;
  margin-left: -15px;
  color: #787367;
}
.nav-footer :first-child:before {
  display: none;
}
.nav-footer a {
  color: #c2c4c1;
}
.nav-footer a:hover {
  color: #2c65af;
}
footer {
  text-align: center;
  margin-top: 20px;
  background-color: #3A210F;
  color: #f5efef;
}
.footer-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.search-form input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #e5d8d0;  /* cor da linha inferior */
  color: #fff; 
  padding: 8px 0;
  width: 100%;
  font-size: 1rem;
  outline: none;
}
.search-form input[type="text"]::placeholder {
  color: #9994a8; 
}
.search-form button {
  padding: 8px 12px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 0;
  text-align: left;
  margin: 0;
  background-color: #2b4cee10;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin: 6px 0;
  padding: 0;
  font-size: 16px;
  align-items: flex-start;
}
.footer-links a {
  color: #f0e6dc;
  text-decoration: none;
}
.social-network {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;  /* espaço entre os itens */
  padding: 10px;
  margin-top: 40px;
}
.text-footer {
  color: #FFFFFF !important;
  display: flex;
  justify-content: flex-start;  /* alinha à esquerda */
}
.sobre p {
  font-size: 1.25em;
  font-family: georgia;
  line-height: 1.6em;
  margin-bottom: 1em;
  color: #000000;
  padding-left: 30px;
  padding-right: 10px;
}
.sobre div h2 {
  font-size: 1.25em;
  color: #90a841;
  padding-left: 0px;
  padding-right: 0px;
}
.sobreBib {
  font-size: 1.25em;
  color: #cca62f;
  padding-left: 0px;
  padding-right: 0px;
}
.footer-column h2 {
  font-size: 1.25em;
  color: #f0e2ef;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bb-n p {
  color: #cca62f;
  font-size: 1.25em;
  border-bottom: 1px dashed #373532;
  padding: 10px 20px 10px 0;
}
.footer-column p {
  font-size: 1.125em;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 50px;
}
.full-width-container {
  background: #FFFFFF;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
  border-radius: 0 !important;
}
.full-width-container img {
  width: 90%;
  height: auto;
  display: block;
  align-content: center;
}
.direito-autorais {
  font-size: 0.729em;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #FFFFFF;
  background: #3A210F;
  padding-top: 5px;
}
.direito-autorais a {
  text-decoration: underline;
  color: inherit;
}
.direito-autorais a:hover {
  color: #c3d4ea;
}
/*  Bloco que exibe os resultados da pesquisa */
.section-busca-interna{
  margin-top: 120px;
  padding-left: 60px;
}
.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: #040404;
}
.bloco-busca-interna li{
  margin: 30px 0px;
}
/*  FIM  FOOTER   */


/* styles.css em teste para novo menu*/
body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #0e2d63;
}
.user-actions a {  /* registre */
  color: #e6e4e6;
  text-decoration: none;
  font-size: 14px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
}
.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav-links li {
  margin-left: 20px;
}
.nav-links a {
  color: #0e2d63;
  text-decoration: none;
  font-size: 18px;
}
.nav-links a:hover {
  text-decoration: underline;
}
.hero {
  background-color: #f4f4f4;
  padding: 50px 20px;
  text-align: center;
}
.hero h1 {
  margin: 0;
  font-size: 36px;
}
.hero p {
  font-size: 18px;
  color: #555;
}

/*   MENU      */

.logo-header {
  max-width: 13% !important;
  display: inline-block;
}
.menu-header {
  display: flex;
  align-items: center;  /* Alinha a logo e o menu verticalmente */
  justify-content: flex-start;
  background-color: #f0eaeae7;
  padding: 50px 20px;  /* Reduz o espaçamento interno */
  height: 60px;  /* Define uma altura fixa */
}
.logo-link {
  background-color: #f5f2f200;  /* Ajuste conforme necessário */
  display: flex;
  align-items: center;
}
.div-logo-menu {
  padding: 0px 5%;
}
.logo-menu {
  max-height: 70px;  /* Garante que a logo não fique muito grande */
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 15px;  /* Espaçamento horizontal entre os itens do menu */
  padding: 0;
  margin: 0;
  margin-left: 30px;  /* Adiciona um espaço entre a logo e o menu */
}
.menu-list li {
  display: inline-block;
}
.menu-list a {
  text-decoration: none;
  color: #000000;
  padding: 5px 10px;
  transition: 0.3s;
}
header {
  width: 100%;
  z-index: 1000;  /*      garante que fique acima de outros elementos */
  background: no-repeat center center;
  background-color: transparent;
  background-size: cover;
  text-align: center;
  color: #c6c0c0a1;
}
header.custom-header { 
  z-index: auto;
  background: none;
}
nav.nav-transparent {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0px 15px 0px;
  background-color: transparent;  /* fundo transparente */
  box-shadow: none;  /* remove sombra, se houver */
  transition: background-color 0.3s ease;  /* transição suave */
  width: 100%;  /* garantir largura total */
  height: 120px;
  z-index: 1000;  /* para ficar acima de outros elementos */
  color: white;  /* texto claro para contraste */
}
nav.nav-white {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0px 15px 0px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  /* sombra leve para dar profundidade */
  transition: background-color 0.3s ease;
  width: 100%;  /* largura total */
  height: 120px;
  z-index: 1000;  /* para ficar acima de outros elementos */
  color: #39723B;  /* texto escuro para melhor contraste */
}
nav.nav-transparent a {
  color: white;
}
nav.nav-white a {
  color: #39723B;
}
nav.nav-transparent a:hover, ul.nav-links li a:hover {
  color: white;
  text-decoration: underline;
}
nav.nav-white a:hover, ul.nav-links li a:hover {
  color: #1f5120;
  text-decoration: underline;
}
/*SUB MENU*/
.nav-links-header {
  position: relative;
  display: flex;
  gap: 20px;
  list-style: none;
}
.submenu-header {
  max-width: calc(100vw - 20px); 
  overflow-wrap: break-word;
  overflow-x: visible !important;
  white-space: normal;
}
.nav-links-header .has-submenu-header {
  position: relative;
}
.nav-links-header .submenu-header {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 999;
}
.nav-links-header .has-submenu-header:hover .submenu-header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-links-header .submenu-header li {
  padding: 10px 20px;
  color: #fff;
  white-space: nowrap;
}
.nav-links-header .submenu-header li:hover {
  cursor: pointer;
}
.submenu-header.nav-transparent {
  background-color: #cccccc55;
  color: white;
}
.submenu-header.nav-transparent a:hover {
  color: white;
}
.submenu-header.nav-white {
  background-color: white;
  color: #39723B;
}

header nav ul {
  background: #fcfbfb00;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
header nav ul li {
  display: inline-block;
  padding: 12px 18px;  /* Ajustei para reduzir altura do menu */
  font-size: 1.1em;  /* Ajustei para um tamanho mais proporcional */
}
header nav>ul>li a {
  display: block;
  transition: 0.3s ease-in-out;
}

.search-container-header {
  position: relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  gap: 0px;
}
/* Botão de pesquisa simples*/
.button-header{
  display: flex;
  align-items: center; 
  gap: 0.5rem; 
  height: 40px;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight:bolder;
  text-align:left;
}
.button-header.nav-transparent {
  background-color: #FFFFFFCC;
  color: #424242;
  transition: background-color 0.3s ease;  /* transição suave */
}
.button-header.nav-white {
  background-color: #366AAC;
  color: #FFFFFF;
  transition: background-color 0.3s ease;  /* transição suave */
}
.button-header img {
  width: 18px;
  padding: 0px;
  margin: 0px;
}

/* ----BODY---- */
.custom-section-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end; 
  height: 700px;
  width: 100%;
  background: url('img/Hero.png');
  background-color: #d6caca;
}
.custom-section-body-campos {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end; 
  height: 400px;
  width: 100%;
  background: url('img/Hero.png');
  background-color: #d6caca;
}
.negative-margin-body{
  position: relative;
  margin-top: -80px; /* Mantém a sobreposição */
  margin-bottom: 80px;  
  display: flex;
  justify-content: center; /* Centraliza o conteúdo filho */
  align-items: center;
}
.div-title-home{
  position: relative;
  height: auto;
  margin-bottom: 80px;
}
.div-title-home-campo{
  position: relative;
  height: auto;
  margin-bottom: 40px;
}
.title-home{
  font-size: 60px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight:300;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align:left;
}
.title-home strong {
  font-weight: 700;
}
/* Estilização dos componentes de pesquisa */
.search-container-body {
  position: relative; 
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: space-between; 
  padding-top: 15px;
  margin: 0px;
  gap: 0px;
}
.search-caixa-1{
  width: 892px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.search-caixa-2{
  width: 892px;
  margin: 0 auto;
  padding: 32px;
  background-color: transparent;
  border: none;
  text-align: center;
}
.header-search-title p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
  text-align: left;
}
.header-search {
  display: flex;
  justify-content:left;
}
.search-caixa{
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid #ccc;
  overflow: hidden;
  background-color: #EAEAEA;
  padding: 5px;
}
.search-caixa input[type="search"] {
  flex-grow: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}
/* Botão de pesquisa com imagem */
.search-site {
  width: 100%;
  display: flex;
  align-items: center;
}
.search-site input[type="text"] {
  background: transparent;
  border: none;
  color: #39723B; 
  padding: 8px 0;
  width: 100%;
  font-size: 1rem;
  outline: none;
}
.search-site input[type="text"]::placeholder {
  color: #9994a8; 
}
.search-site button {
  padding: 8px 12px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.alinhamento-componentes {
  display: flex;
  flex-direction: row; /* Agora os elementos ficam lado a lado */
  align-items: center;
  justify-content: center;
  gap: 32px; /* Espaçamento entre os elementos */
  flex-wrap: wrap; /* Garante que os elementos não fiquem apertados em telas menores */
}
.alinhamento-tex {
  margin-bottom: 5px;
}
.search-text {
  font-size: 18px;
  text-align: center;
  color: #366AAC;
}
/* Botões de pesquisa */
.alinhamento-button {
  max-width: 300px;
  margin-bottom: 10px;
}
/* Botão AUTOR */
.br-button.secondary {
  display: flex;
  align-items: center;  /* Alinha imagem e texto verticalmente */
  justify-content: center;  /* Centraliza na horizontal */
  gap: 8px;  /* Espaço entre imagem e texto */
  border: 2px solid #366AAC; /* Cor da borda/margem */
  border-radius: 0px;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #366AAC;
}
.br-button.secondary:hover {
  background-color: #ddd;
}
/* Botão AVANCADA */
.br-button.primary {
  display: flex;
  align-items: center; /* Alinha imagem e texto verticalmente */
  justify-content: center; /* Centraliza na horizontal */
  gap: 8px; /* Espaço entre imagem e texto */
  border-radius: 0px;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  background-color: #366AAC;
  color: #FFFFFF;
}
.br-button.primary:hover {
  background-color: #1e6fc6;
}

.container-custom {
  position: relative;  /* Define um contexto para o elemento filho absoluto */
  width: 100%;
  height: 400px;  /* Defina uma altura adequada */
  overflow: hidden;  /* Impede que o background vaze para fora da div */
  margin-bottom: 0 !important;
}
.background--custom {
  background: url('img/trianglify-lowres.png');
  background-size: cover;  /* Ajusta a imagem para cobrir toda a div */
  background-position: center;  /* Centraliza a imagem */
  background-repeat: no-repeat;  /* Evita repetições */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}
/* Seção principal */
.section-title {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  padding-left: 190px;
  padding-top: 30px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight:100;
  text-align: center;
  margin-bottom: -23px;
}
.section-title img {
  width: 79px;
  border-radius: 8px;
}
.section-title h2 {
  color: #39723B;
  font-size: 60px;
}
.section-conteudo-rede {
  width: 100vw;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 34px 0px;
  background-color: #90a84128;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 0 !important;
}
/* Container de conteúdo */
.section-content {
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

/* Estilo base para os blocos */
.content-item {
  background-color: #FFFFFF;
 /* width: 434px;   
  height: 249px; */
  width: 100%;
  height: auto;
  max-width: 550px;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border-radius: 8px;
}

/* Estilo interno dos textos */
.content-item img {
  width: 90px;
  border-radius: 8px;
}
.content-item p {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.content-item .img-hover {
  display: none;
}

.content-item:hover .img-default {
  display: none;
}

.content-item:hover .img-hover {
  display: inline;
}

.content-item img { /* para uma transição mais suave */
  transition: opacity 0.3s ease;
}

/* ITEM 1 - Verde */
.content-item.item1 {
  border: 3px solid #39723B;
}
.content-item.item1 * {
  color: #39723B;
}
.content-item.item1:hover {
  background-color: #39723B;
}
.content-item.item1:hover * {
  color: #fff;
}

/* ITEM 2 - Azul */
.content-item.item2 {
  border: 3px solid #366AAC;
}
.content-item.item2 * {
  color: #366AAC;
}
.content-item.item2:hover {
  background-color: #366AAC;
}
.content-item.item2:hover * {
  color: #fff;
}

/* ITEM 3 - Amarelo */
.content-item.item3 {
  border: 3px solid #CCA62F;
}
.content-item.item3 * {
  color: #CCA62F;
}
.content-item.item3:hover {
  background-color: #CCA62F;
}
.content-item.item3:hover * {
  color: #fff;
}
/*CONTEUDO DA PAGINAS */
.page-list-section {
  background-color: #f4f4f4;
  border: 3px solid #39723B;
  border-radius: 8px;
  width: 80%; 
  max-width: 1200px;    
  margin: 0 auto; 
  padding: 40px;
  box-sizing: border-box; 
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* padrão: 3 colunas */
  gap: 16px;
}
.page-grid a {
  display: block;
  background-color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s;
}
.page-grid a:hover {
  background-color: #e0e0e0;
}

/* padra pagina CAMPOS */
.bibliografico-content table {
  border-collapse: collapse; /* junta as bordas */
  width: 100%;
}

.bibliografico-content table, 
.bibliografico-content th, 
.bibliografico-content td {
  border: 1px solid #333; /* borda da tabela, cabeçalhos e células */
}

.bibliografico-content th, 
.bibliografico-content td {
  padding: 8px; /* equivalente ao cellpadding */
  text-align: left;
}

/* PAGINA CAMPOS */
.page-box-wrapper {
    margin: 0 auto; /* 40px topo, 20px direita e esquerda, 0 embaixo */
    width: 100vw;
    padding: 34px 0px;
}
.page-content-wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;

}
.section-content {
    font-size: 16px;
    line-height: 1.6;
}

/* pagina search */
.section-apos-header-post {
  margin-top: 75px;
}

.content-page-title{
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  	justify-content: flex-end;
  	height: 255px;
  	width: 100%;
  	background: url('img/Hero.png');
}

.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;
}

.box-content-post-padrao {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*  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;
}

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

.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;
}

.entry-content-exerpt a {
  color: #ffff;
}


/* =========================
   RESPONSIVIDADE
   ========================= */

@media (max-width: 1024px) {
  .content-item {
    max-width: 90%;
    padding: 20px;
  }
	
  .section-content {
    padding: 30px;
}

  .content-item h2 {
    font-size: 26px;
  }

  .content-item p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .content-item {
    max-width: 100%;
    padding: 20px;
  }
	
	.section-content {
    padding: 30px;
}
  .content-item h2 {
    font-size: 22px;
  }

  .content-item p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .content-item {
    max-width: 100%;
    padding: 20px;
  }
	
.section-content {
    padding: 30px;
}
  .content-item h2 {
    font-size: 20px;
  }

  .content-item p {
    font-size: 14px;
  }
}
/* ===============================
   SEÇÃO CONTEÚDO DA REDE
   =============================== */

/* Desktop: lado a lado */
@media (min-width: 1025px) {
  .section-content {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	padding: 30px;
  }

  .section-content .content-item {
    width: 45%; /* dois por linha */
  }
}
/* ===============================
   CAMPOS E REGISTROS
   =============================== */

@media (max-width: 1024px) {
  .page-list-section {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-list-section {
    width: 95%;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-list-section {
    width: 100%;
    padding: 10px;
  }
}