@charset "utf-8";
/* CSS Document */
/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}



h1{
  font-weight: 700;
  color: #fff;
}
h2, h3, h4{color:#1071a1;}
.btn-chamada {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-chamada:hover {
  background-color: #0056b3;
}

/* Seção com imagem de fundo */
.bg_image_topo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  color: white;
}

.text-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
  display: inline-block;
  max-width: 900px;
}

.breadcrumb-container-modern .breadcrumb {
  background-color: #f8f9fa;
  font-size: 0.95rem;
  border-radius: 30px;
  display: inline-flex;
  padding: 6px 12px;
}
.breadcrumb-container-modern .breadcrumb  a{color:#96c322;}
.breadcrumb-item + .breadcrumb-item::before {
  content: "•";
  margin: 0 8px;
  color: #999; 
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

/* Ícone opcional usando Bootstrap Icons */
.bi {
  font-size: 1rem;
}

/* Cards dos Posts */
.card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.card-body {
  background-color: #fff;
}

.card-title a {
  color: #2c3e50;
  font-size: 1.2rem;
  text-decoration:none;
}

.card-text {
  font-size: 0.9rem;
  color: #666;
}

.card-text a {
  color: #96c322;
  text-decoration:none;
}

/* Sidebar */
.card-title {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.form-control {
  border-radius: 4px;
}

.input-group .btn {
  border-radius: 0 4px 4px 0;
}

/* Paginação */
.pagination .page-link {
  color: #007bff;
  border-radius: 4px;
  margin: 0 4px;
}

.pagination .page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border: none;
}
.listaCompartilha {
  font-size: 1rem;
}

.listaCompartilha li strong {
  font-size: 1rem;
  margin-right: 10px;
  color: #333;
}

.listaCompartilha a.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  background-color: #ccc;
}

/* Cores das redes sociais */
.listaCompartilha a.facebook { background-color: #1877f2; }
.listaCompartilha a.twitter  { background-color: #1da1f2; }
.listaCompartilha a.linkedin { background-color: #0077b5; }
.listaCompartilha a.whatsapp { background-color: #25d366; }

/* Efeito hover */
.listaCompartilha a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Ícones */
.listaCompartilha i.bi {
  font-size: 1.2rem;
}
/*.bg_blog_titulo{padding:5px; background-color:rgba(30,30,30,0.40); text-transform:uppercase; }*/
.sharesT {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
}

.sharesT em strong {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.tagPost {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 12px;
  background-color: #e9ecef;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.tagPost:hover {
  background-color: #007bff;
  color: white;
}

.tagPost a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tagPost:hover a {
  color: white;
}
.outras_postagens {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.outras_postagens:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.outras_postagens .card-body {
  padding: 20px;
}

.outras_postagens .card-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.outras_postagens ul li {
  margin-bottom: 8px;
}

.outras_postagens ul li a {
  color: #1071a1;
  font-size: 0.95rem;
  text-decoration:none;
  line-height: 1.5;
  transition: color 0.3s ease, transform 0.3s ease;
}

.outras_postagens ul li a:hover {
  color: #96c322;
  text-decoration: underline;
}

.listaCompartilha {
  font-size: 1rem;
}

.listaCompartilha li strong {
  font-size: 1rem;
  margin-right: 10px;
  color: #333;
}

.listaCompartilha a.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  background-color: #ccc;
  font-size: 0.9rem;
}

/* Cores das redes sociais */
.listaCompartilha a.facebook { background-color: #1877f2; }
.listaCompartilha a.twitter  { background-color: #1da1f2; }
.listaCompartilha a.linkedin { background-color: #0077b5; }
.listaCompartilha a.whatsapp { background-color: #25d366; }

/* Efeito hover */
.listaCompartilha a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Ícones */
.listaCompartilha i.fab {
  font-size: 1.2rem;
}
.postBfaq {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* Cabeçalho do item do Accordion */
.postBfaq .accordion-header .accordion-button {
  font-size: 1rem;
  color: #2c3e50;
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 1rem 1.5rem;
  position: relative;
  transition: background-color 0.3s ease;
}

/* Ícone opcional usando Font Awesome ou Bootstrap Icons */
.postBfaq .accordion-button::after {
  content: "\f107"; /* FontAwesome - seta para baixo */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Quando aberto */
.postBfaq .accordion-button:not(.collapsed)::after {
  content: "\f106"; /* seta para cima */
  transform: translateY(-50%) rotate(180deg);
}

/* Corpo da resposta */
.postBfaq .accordion-body {
  font-size: 0.95rem;
  color: #555;
  background-color: #fff;
  padding: 1rem 1.5rem;
}

/* Animação suave */
.postBfaq .collapse {
  transition: height 0.3s ease;
}
.sharesT {
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
}

.sharesT em strong {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.tagPost {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 6px 12px;
  background-color: #e9ecef;
  border-radius: 20px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.tagPost:hover {
  background-color: #007bff;
  color: white;
}

.tagPost a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tagPost:hover a {
  color: white;
}

.bg_image_topo {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
}

.bg_image_topo::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Camada preta semi-transparente */
  z-index: 0;
}

.bg_image_topo > * {
  position: relative;
  z-index: 1; /* Coloca o conteúdo acima da camada */
}