:root {
	--white:#fff;
	--gray-ligth:#f8f9fa;
	--gray-normal:#e1e1e6;
	--gray-dark: #8d8d99;
	--green-100: #a1cca9;
	--green-300: #5aa668;
	--green-500: #148128;
	--green-700: #106720;
	--green-900: #0a4014;

	--color1: #956718;
	--color2: #fecc0a;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
body, input, textarea, button{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
}
.title1{
	position: relative;
	margin-bottom: 50px;
	font-family: 'Poppins', sans-serif;
}
.title1::after {
	content: " ";
	background-color: var(--color1);
	position: absolute;
	border-radius: 20px;
	bottom: -15px;
	left: 0;
	height: 7px;
	width: 50px;
}
.padding1{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.padding2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.padding3{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#header{
	padding: 20px 0;
	/*background: url("../img/bg-header.jpg") center ;*/
	background: var(--color2);
	background-size: 150px;
}
#header a{
	text-decoration: none;
	color: var(--color1);
}
#logos-header{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
	gap: 20px;
	border-radius:20px ;
}
#logos-header h1{
	color: var(--color1);
	padding: 2px 18px;
}
#logo-bvs{
	height: 130px;

}
#nav{
	font-size: 20px;
	background: var(--color2)!important;
}
#nav>.container{
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.dropdown-hover:hover .dropdown-menu {
	display: block;
	background: var(--color2);
	border-left: 5px solid #background: url("../img/bg-search.jpg") center; ;
}
#search{
	/*background: url("../img/bg-search.jpg") center;*/
	background: var(--color1);
	color: #fff;		
	background-size: 150px;
	padding: 10px;
}
.search-option span{
	font-size: .8rem;
}
#banners{
	margin: 20px 0;
}
#footer{
	/*background: url("../img/bg-search.jpg") center;*/
	background: var(--color1)!important;
	border-top: 10px solid var(--color2);
	color: var(--white);
	padding: 40px 0 20px 0;
}
#footer a{
	color: var(--white);
	text-decoration: none;
}
#footer a:hover{
	color: #ddd;
}
#footer-social{
	text-align: right;
}
#footer-social img{
	width: 20px;
	background: #fff;
	border-radius:8px;
	padding:10px;
	box-sizing:content-box
}
#social-icons figure{
	float: right;
	margin: 0 10px;
}
#footer-social img:hover{
	background: #ddd;
}
#powered{
	background: var(--gray-ligth);
	color: var(--gray-dark);
	text-align: center;
	font-size: .85rem;
	padding: 5px 0;
}
#powered img{
	height: 25px;
	margin-bottom: 10px;
}
#powered a{
	color: var(--gray-dark);
	text-decoration: none;
}
#powered a:hover{
	color: #333;
	text-decoration: none;
}
#news a{
	text-decoration: none;
	color: var(--color1);
}
#news a:hover{
	opacity: .9;
}
#news a:hover .card{
	box-shadow: 0px 0px 10px #999;
	border:1px solid var(--color1)!important;
}
#news a h5{
	color: var(--color1);
}
#news .card-body{
	position: relative;
}
#news .card-body::before{
	content: "";
	background: var(--color2);
	width: 100px;
	height: 10px;
	border-radius: 20px;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease;
}
#news .col:hover  .card-body::before{
	background: var(--color1);
	width: 90%;
	left: 5%;
	transform: translateX(0);
}
.card-acervo{
	background: var(--color2);
	border-top: 10px solid var(--color2);
	border-radius: 16px;
	margin: 10px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	transition: all .2s ease;
}
.card-acervo:hover{
	background: #eee;
	transform: scale(1.1);
	border-left: none;
	border-bottom: 10px solid var(--color1);
	border-top: 0px;
}
.icon-acervo{
	display: block;
	width: 60px;
	text-align: center;
}
.card-acervo a{
	text-decoration: none;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}
.circle-back img{
	border-radius: 100%;
	width: 160px;
}
.img-radius-8{
	border-radius: 8px;
	border: 1px solid var(--gray-normal);
	transition: all .3s ease;
}
.img-radius-16{
	border-radius: 16px;
	border: 1px solid var(--gray-normal);
	transition: all .3s ease;
}
.img-radius-16:hover{
	box-shadow: 0px 10px 10px #ddd;
	transform: scale(1.05);
}
.list-products-services{
	gap: 1;
}
.list-products-services a{
	box-sizing: border-box;
}
#polices .card-body{
	border-left: 5px solid var(--green-500);
}
.partners div{
	margin-right: 5px;
}
.partners img:hover{
	transform: scale(1.1);
}
.card-polices{
	padding: 10px;
	text-align: center;
}
.card-polices a{
	text-decoration: none;
	color: var(--color1);
}
.card-polices:hover{
	opacity: .8;
	transform: scale(1.05);
}
.card-polices img{
	margin-bottom: 20px;
}
.product-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
	padding: 20px;
	justify-content: center;
}
.circle-button {
	display: flex;
	padding: 20px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	background-color: #956718;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	transition: background-color 0.3s ease;
	margin-bottom: 20px;
}
.circle-button:hover {
	background-color: #fecc0a;
	color: #000;
	border:5px solid var(--color1) ;
}
.card-themes {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 16px;
	transition: transform 0.3s ease;
	text-shadow: 2px 2px 8px #000;
	box-sizing: border-box;
	border: 5px solid transparent;
}
.card-themes img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(100%);
	transition: filter 0.3s ease;
}
.card-themes:hover img {
	filter: brightness(70%);
	transform: scale(2);
}
.card-themes:hover {
	border: 5px solid var(--color2);
}
.card-theme-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	z-index: 1;
}
.card-theme-content h3{
	font-size: 1.2rem;
}
.card-theme-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(150, 105, 25, 0.4);
	z-index: 0;
}
#polices .card-theme-content{
	width: 80%;
}
#polices .card-theme-content h3{
	font-size: 1.2rem!important;
}
#events{
	margin: 0;
	padding: 10px 0 0 10px;
	border-radius: 8px;
}
#events li{
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--color2);
	padding-bottom: 10px;
}
#events li:last-child{
	border: 0;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#events li a:hover{
	color: var(--color1);
}
.accordion-item {
	border-left: 2px solid var(--color2);
}
.accordion-button:not(.collapsed){
	background: var(--color2);
}
.links-section {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 50px 10px;
}

.circle-link {
	perspective: 1000px; /* Permite o efeito 3D */
	width: 165px;
	height: 165px;
}

.circle-flip {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.circle-link:hover .circle-flip {
	transform: rotateY(180deg);
}

.circle-front, .circle-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}

.circle-front {
	background-color: #956718;
	z-index: 2;
	transform: rotateY(0deg);
}

.circle-back {
	background-color: #fecc0a;
	color: #000;
	transform: rotateY(180deg);
}
.single-thumb{
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 16px;
	border:1px solid #ddd;
	padding: 5px;
	max-width: 50%;
}
.single-thumb img{
	border-radius: 8px;
}
.single-tb{
	margin: 0 20px 20px 0;
	border-radius: 16px;
	border:1px solid #ddd;
	padding: 5px;
}
.breadcrumbs{
	background: #fcfcfc;
	border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 10px;
	font-size: .8rem;
}
.breadcrumbs a{
	text-decoration: none;
	margin: 0 5px;
}
#loop-news .card{
	overflow: hidden;
}
#loop-news img{
	transition: scale .3s ease;
}
#loop-news a:hover img{
	scale: 1.1;
}
.post-categories{
	padding: 0;
	margin: 0;
}
.post-categories li{
	list-style: none;
	background: var(--color1);
	border-radius: 8px;
	display: inline-block;
	padding: 2px 5px;
	font-size: .8rem;
}
.post-categories a{
	color: #fff!important;
}
.navBoletim, .navMinistros{
	background: #efefef;
	border-radius: 0 5px 5px 0;
	padding: 20px;
}
.navBoletimUl ul{
	padding-left: 0;
}
.navBoletimUl>ul>li>a{
	border-bottom: 2px solid #000;
	display: block;
	margin-bottom: 10px;
	padding: 10px 0;
}
.navBoletimUl ul li{
	padding-left: 0;
	list-style: none;
}
.boxBoletim{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding: 15px;
}
.paginacao a{
	border: 2px solid #ddd;
	background: #f8f9fa;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 3px;
}
.paginacao a:hover{
	background: #ddd;
	text-decoration: none;
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}
nav.pagination { text-align: center; display: block;  }
nav.pagination h2 { display: none; }
.pagination{
	display: flex;
	text-align: center !important;
    justify-content: center;
}
@media (max-width:992px){
	#nav{
		padding-bottom: 20px;
	}
	#news-rss{
		margin-top: 30px!important;
	}
	.card-themes{
		margin-bottom: 20px;
	}
	html{
		font-size: 14px;
	}
	.single-thumb{
		float: none;
		margin: 0 0 20px 0;
		max-width: 100%;
	}
	#footer-address, #footer-map, #footer-social {
		text-align: center;
		margin-bottom: 20px;
	}
	#footer-social{
		display:flex;
		justify-content:center
	}
}
@media (max-width:768px){
	#logos-header{
		flex-direction: column;
		text-align: center;
	}
	#loop-news .col{
		padding: 10px;
	}
	.circle-link{
		width: 130px!important;
		height: 130px!important;
	}
}