header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}
.wpbf-navigation {
    background:none !important;
}



.wpbf-menu-toggle-container {
    text-align: right;
    color: #fff;
    font-size: 30pt;
    z-index: 10000 !important;
}
a.left.carousel-control,
a.right.carousel-control {
    z-index: 100;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .icon-next,
.banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next {
    margin-top: 60px;
}

.rodape-rede-btn {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    padding: 8px 6px;
    background-color: ;
    color: #ffffff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.3s ease;
}

.rodape-rede-btn:hover {
    background-color: ;
    color: #ccc !important;
}

	#copy {
		background:#5d776e;
	color:#fff;
		min-height: 49px;
	}
#copy .container {
    padding-top: 8px;
}
	#copy p {
    margin: 0 0 0px;
}
	#footer {
		background:#a17241;
		
		
		color:#fff;
			
	}
	.p-3 {
		text-align:justify;
	}

/* Itens do menu — fonte branca */
#menu-menu li a {
    color: #ffffff;
    text-decoration: none;
    padding: 8px 13px;
	margin: 0 6px;
    border-radius: 6px;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Hover — box com fundo #72958e levemente transparente */
#menu-menu li a:hover {
    background-color: rgba(114, 149, 142, 0.75);
    color: #ffffff;
}

/* Item ativo/selecionado — box mais transparente e fonte dourada */
#menu-menu li.current-menu-item > a,
#menu-menu li.current-menu-ancestor > a {
    color: #fff !important;
}




.wpbf-grid.wpbf-main-grid.wpbf-grid-medium_DELETA {
    margin-top: 160px;
}






@media (max-width: 767px) {
	.wpbf-grid.wpbf-main-grid.wpbf-grid-medium {
		margin-top: 480px;
	}
	div#wpbf-k87y301 {
    z-index: 10000;
}
	.wpbf-mobile-menu {
z-index: 10000;
		background-color:#72958e;
	}
	.wpbf-mobile-menu a {
		color:#fff;
	}
	.wpbf-mobile-menu .menu-item {
    border-top: 1px solid #7ea19a;
}
	
.barra-tel-btn {
    background-color: #668781 !important;
    color: #ffffff !important;
    border-radius: 17px;
    letter-spacing: 0.3px;
    transition: background 0.2s ease;
    margin: 5px;
}
ul#menu-menu-1 {
    padding-left: 16px;
	padding-right: 16px;
}
	header.article-header {
    position: relative !important;
    z-index: 10;
}
.wpbf-container {
        padding: 20px 15px 0 40px;
        margin-bottom: 20px;
    }
	
div#content {
        padding-top: 0px !important;
        margin-top: -300px;
    }
	
     #content.page {
        margin-top: 200px !important;
    }
	
	
}



















/* ===========================
   BLOG — TODAS AS PÁGINAS
   Baseado nas classes reais do HTML
=========================== */

/* Fundo transparente em todas */
.wpbf-grid.wpbf-main-grid.wpbf-grid-medium,
.single #content,
.blog #content,
.archive #content,
.search #content,
.error404 #content {
    background-color: transparent !important;
}

/* ===========================
   ARTIGO — Card principal
=========================== */


.wpbf-grid-medium>* {
    padding-left: 0px;
}

.posts {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 10px 10px;
    margin-bottom: 44px;
    border-top: 4px solid #466d65;
    transition: transform 0.3s ease;
	margin:0px 10px;
	}
.posts4 {
}
.posts img {
    border-radius: 12px;
}

.posts {
    width: auto !important;
    max-width: 23% !important;
	margin-bottom:30px;
}


.wpbf-post {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 15px 48px 10px 48px;
    margin-bottom: 24px;
    border-top: 4px solid #466d65;
    transition: transform 0.3s ease;
}

.wpbf-archive-content .wpbf-post:hover {
    transform: translateY(-4px);
}

/* ===========================
   TÍTULO DO POST
=========================== */
.wpbf-post .entry-title,
.wpbf-post h1.entry-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2e0f;
    font-family: Georgia, serif;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wpbf-post .entry-title a {
    color: #1a2e0f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wpbf-post .entry-title a:hover {
    color: #72958e;
}

/* ===========================
   META — autor e data
=========================== */
.wpbf-post .article-meta {
    font-size: 13px;
    color: #999999;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(114, 149, 142, 0.2);
}

.wpbf-post .article-meta a {
    color: #72958e;
    text-decoration: none;
    font-weight: 600;
}

.wpbf-post .article-meta a:hover {
    color: #5d776e;
}

/* ===========================
   CONTEÚDO / EXCERPT
=========================== */
.wpbf-post .article-content p,
.wpbf-post .entry-content p,
.wpbf-post .entry-summary p {
    font-size: 15px;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.wpbf-post .article-content h2,
.wpbf-post .entry-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a2e0f;
    font-family: Georgia, serif;
    margin: 32px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(114, 149, 142, 0.2);
}

.wpbf-post .article-content h3,
.wpbf-post .entry-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2e0f;
    font-family: Georgia, serif;
    margin: 24px 0 10px;
}

.wpbf-post .article-content ul,
.wpbf-post .entry-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.wpbf-post .article-content ul li,
.wpbf-post .entry-content ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a4a;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.wpbf-post .article-content ul li::before,
.wpbf-post .entry-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #72958e;
}

.wpbf-post .article-content a,
.wpbf-post .entry-content a {
    color: #72958e;
    text-decoration: none;
    border-bottom: 1px solid rgba(114, 149, 142, 0.3);
    transition: border-color 0.2s ease;
}

.wpbf-post .article-content a:hover,
.wpbf-post .entry-content a:hover {
    border-color: #72958e;
}

.wpbf-post .article-content img,
.wpbf-post .entry-content img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin: 16px 0;
}

.wpbf-post .article-content blockquote,
.wpbf-post .entry-content blockquote {
    border-left: 4px solid #72958e;
    padding: 16px 20px;
    margin: 24px 0;
    background-color: rgba(114, 149, 142, 0.06);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555555;
}

/* ===========================
   FOOTER DO ARTIGO
=========================== */
.wpbf-post .article-footer {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(114, 149, 142, 0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wpbf-post .footer-categories {
    font-size: 13px;
    color: #999999;
    margin: 0;
}

.wpbf-post .footer-categories a {
    color: #72958e;
    text-decoration: none;
    font-weight: 600;
}

/* Botão Read more */
.wpbf-post .wpbf-read-more,
.wpbf-post .more-link {
    display: inline-block;
    padding: 9px 22px;
    background-color: transparent;
    border: 2px solid #72958e;
    border-radius: 6px;
    color: #72958e !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.wpbf-post .wpbf-read-more:hover,
.wpbf-post .more-link:hover {
    background-color: #72958e;
    color: #ffffff !important;
}

/* ===========================
   PÁGINA DE BUSCA — sem resultado
=========================== */
.wpbf-search-content .entry-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a2e0f;
    font-family: Georgia, serif;
    margin-bottom: 16px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 32px 40px;
    border-top: 4px solid #72958e;
}

.wpbf-search-content .entry-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 32px 40px;
    border-top: 4px solid #72958e;
}

.wpbf-search-content .entry-content p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.8;
    margin: 0;
}

/* ===========================
   SIDEBAR — classes reais
=========================== */
.wpbf-sidebar-wrapper {
    padding-left: 28px;
}

/* Cada widget */
.wpbf-sidebar .widget_block {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    padding: 24px;
    margin-bottom: 24px;
    border-top: 3px solid #466d65;
}

/* Títulos dos widgets — h2 dentro do wp-block-group */
.wpbf-sidebar .wp-block-heading {
    font-size: 17px;
    font-weight: 700;
    color: #a17241; /* 1a2e0f */
    font-family: Georgia, serif;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(114, 149, 142, 0.2);
}

/* Search — classes reais do Gutenberg */

.wp-block-search .wp-block-search__button {
    background: #72958e;
	color:#fff;
}
* Search widget */
.single .widget_search form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single .widget_search .search-field {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(114, 149, 142, 0.4);
    border-radius: 6px;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.single .widget_search .search-field:focus {
    border-color: #72958e;
}

.single .widget_search .search-submit {
    width: 100%;
    padding: 12px 16px;
    background-color: #72958e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}

.single .widget_search .search-submit:hover {
    background-color: #5d776e;
}

/* Listas — Recent Posts, Archives, Categories */
.wpbf-sidebar .wp-block-latest-posts,
.wpbf-sidebar .wp-block-archives,
.wpbf-sidebar .wp-block-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpbf-sidebar .wp-block-latest-posts li,
.wpbf-sidebar .wp-block-archives li,
.wpbf-sidebar .wp-block-categories li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(114, 149, 142, 0.12);
    font-size: 14px;
}

.wpbf-sidebar .wp-block-latest-posts li:last-child,
.wpbf-sidebar .wp-block-archives li:last-child,
.wpbf-sidebar .wp-block-categories li:last-child {
    border-bottom: none;
}

.wpbf-sidebar .wp-block-latest-posts li a,
.wpbf-sidebar .wp-block-archives li a,
.wpbf-sidebar .wp-block-categories li a {
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpbf-sidebar .wp-block-latest-posts li a::before,
.wpbf-sidebar .wp-block-archives li a::before,
.wpbf-sidebar .wp-block-categories li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #72958e;
    flex-shrink: 0;
}

.wpbf-sidebar .wp-block-latest-posts li a:hover,
.wpbf-sidebar .wp-block-archives li a:hover,
.wpbf-sidebar .wp-block-categories li a:hover {
    color: #72958e;
}

/* ===========================
   RESPONSIVO
=========================== */
@media (max-width: 767px) {
    .wpbf-post {
        padding: 0px 20px;
    }

    .wpbf-post .entry-title,
    .wpbf-post h1.entry-title {
        font-size: 22px;
    }

    .wpbf-post .article-content p,
    .wpbf-post .entry-content p,
    .wpbf-post .entry-summary p {
        font-size: 14px;
    }

    .wpbf-sidebar-wrapper {
        padding-left: 0;
        margin-top: 24px;
    }

    .wpbf-search-content .entry-title,
    .wpbf-search-content .entry-content {
        padding: 24px 20px;
    }
	div#content {
    padding-top: 0px !important;
	}
	
	

}












/* ===========================
   ARCHIVE — Bootstrap 4
=========================== */

/* Card */
.archive-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    overflow: hidden;
    border-top: 4px solid #72958e;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.archive-card:hover {
    transform: translateY(-4px);
}

/* Imagem */
.archive-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.archive-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.archive-card:hover .archive-card-img img {
    transform: scale(1.05);
}

/* Corpo */
.archive-card-body {
    padding: 8px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Título */
.archive-card-titulo {
    font-size: 15px;
    font-weight: 700;
    color: #1a2e0f;
    font-family: Georgia, serif;
    line-height: 1.4;
    margin: 0 0 8px;
}

.archive-card-titulo a {
    color: #1a2e0f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.archive-card-titulo a:hover {
    color: #72958e;
}

/* Meta */
.archive-card-meta {
    font-size: 12px;
    color: #999999;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(114, 149, 142, 0.2);
}

.archive-card-meta a {
    color: #72958e;
    text-decoration: none;
    font-weight: 600;
}

/* Excerpt */
.archive-card-excerpt p {
    font-size: 13px;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 16px;
}

/* Botão */
.archive-ler-mais {
    display: inline-block;
    padding: 8px 18px;
    background-color: transparent;
    border: 2px solid #72958e;
    border-radius: 6px;
    color: #72958e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.3s ease, color 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.archive-ler-mais:hover {
    background-color: #72958e;
    color: #ffffff !important;
}

/* Paginação */
.archive-paginacao {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}

.archive-paginacao a,
.archive-paginacao span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(114, 149, 142, 0.4);
    border-radius: 6px;
    color: #72958e;
    font-size: 14px;
    text-decoration: none;
    margin: 0 3px;
    transition: background 0.2s ease;
}

.archive-paginacao a:hover {
    background-color: #72958e;
    color: #ffffff;
    border-color: #72958e;
}



