html {
	scroll-behavior: smooth;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	background: white;
}
::placeholder {
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #444444;
}
a{
	text-decoration: none;
	color: inherit;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section {
	scroll-margin-top: 120px;
}
input{
	width: 100%;
	line-height: 1.25;
	padding: 0.5rem 0.75rem;
	font-family: arial;
	border: none;
	font-size: 1rem;
}
textarea{
	width: 100%;
	border: none;
	font-family: arial;
	font-size: 1rem;
	line-height: 1.25;
	padding: 0.5rem 0.75rem;
}
form{
	width: 100%;
}
h3{
	font-size: 1rem;
}
.enviar{
	width: 100%;
	border: none;
	font-size: 1rem;
	margin-top: -1.2vw;
	background: #470202;
	font-family: arial;
	color: #C6A66D;
	cursor: pointer;
	line-height: 1.25;
	padding: 0.5rem 0.75rem;
	box-sizing: content-box;
}
.header{
	width: 100%;
	height: 14%;
	background: linear-gradient(#400202 0 0) top right / 50% 60%, #470202;
	background-repeat:no-repeat;
	position: fixed;
	z-index: 100;
}
.headersp{
	width: 100%;
	height: 14%;
}
.atsp{
	width: 70%;
	height: 5%;
	//margin-top: 1rem;
}
.menu{
	width: 1200px;
	height: 100%;
	background: #470202;
	margin: 0 auto;
}
.barra{
	width: 85%;
	background: #400202;
	height: 60%;
	float: right;
	border-radius: 0 0 0 20px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.ctbarra{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #C6A66D;
	//padding-top: 0.3vw;
	font-size: 1rem;
}
.menubotao{
	width: 85%;
	background: white;
	height: 40%;
	float: right;
	display: flex;
	justify-content: space-between;
}
.logoct{
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
}
.sobre{
	max-width: 1280px;
	margin: 0 auto;
	background: white;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.areas{
	width: 100%;
	margin: 0 auto;
	background: #470202;
	display: flex;
}
.areast{
	width: 50%;
	margin: 0 auto;
	display: flex;
	gap: 1.5vw;
	flex-direction: column;
	//justify-content: space-evenly;
}
.tituloareas{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C6A66D;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding-top: 15px;
	position: absolute;
}
.textoareas{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C6A66D;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	//padding: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.titulonoticias{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C6A66D;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	width: 50%;
	padding-top: 15px;
}
.tituloartigos{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C6A66D;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	width: 55%;
	padding-top: 15px;
	height: 20%;
}
.textonoticias{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	//padding-top: 15px;
}
.textonoticiasdd{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C6A66D;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	padding: 13px;
}
.textocontato{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1rem;
	font-weight: bold;
}
.textocontatos{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1rem;
}
.areatx{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	margin-top: 0;
	padding: 0;
}
.sobretexto{
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sobreadv3{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0 auto;
	font-size: 1rem;
	text-align: justify;
	text-justify: inter-word;
	width: 80%;
	padding: 15px;
}
.sobreadv2{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	width: 70%;		
	padding: 15px;
}
.sobreadv1{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	width: 70%;
	padding: 15px;
}
.nav{
	border 1px solid white;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	background: linear-gradient(#C6A66D80 0 0) right / 1px 50%, #470202;
	background-repeat:no-repeat;
	letter-spacing: 0.10em;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #C6A66D;
	font-size: 1rem;
	cursor: pointer;
}
.mnav{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	background: rgba(71, 2, 2, 0.9);
	backdrop-filter: blur(12px);
	letter-spacing: 0.10em;
	border-top: 1px solid rgba(198, 166, 109, 0.4);
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #C6A66D;
	font-size: 1rem;
	cursor: pointer;
}
.mmenu{
	width: 70%;
	height: 50%;
	margin: 0 auto;
	display: none;
	position: fixed;
	top: 11%;
	z-index: 99;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.nav:hover{
	text-shadow: 0px 0px 15px #C6A66D;
}
.zap{
	width: 80%;
	height: auto;
}
.insta{
	width: 80%;
	height: auto;
}
.social{
	position: fixed;
	right: 1%;
	bottom: 3%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	z-index: 100;
	gap: 15px;
}
.detalhe{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: silver;
	font-weight: initial;
}
.vermais{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: white;
	font-weight: initial;
	border-radius: 0.3rem;
	border: 1px solid #C6A66D;
	padding: 8px;
	width: fit-content;
	margin: 10px auto;
}
.conteudo-noticias{
	width: 100%;
	margin: 0 auto;
	background: white;
	display: flex;
	height: auto;
	//padding-bottom: 1rem;
}
.conteudo-depoimentos{
	width: 100%;
	margin: 0 auto;
	background: #470202;
	display: flex;
}
.depoimentost{
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	//gap: 1.5vw;
}
.formcontato{
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.2vw;
}
.contatos{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
.contatosh{
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}
.textodepoimento{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: #C0C0C0;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
	width: 80%;
	font-weight: bold;
	background: #390202;
	border-radius: 0.6vw;
	font-weight: initial;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 90%;
	padding: 0 0.5vw;
}
.conteudo-contato{
	width: 100%;
	margin: 0 auto;
	padding-top: 1rem;
	background: #C6A66D;
	display: flex;
	height: 40%;
}
.contatot{
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5vw;
}
.copyright{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: black;
	font-size: 1rem;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	padding-top: 30px;
	padding-bottom: 5px;
	background: #C6A66D;
}
.fotoprimeira{
	max-width: 30%;
	height: 30%;
}
.fotoareas{
	width: 50%;
	height: auto;
	align-self:flex-start;
}
.fotodepo{
	width: 40%;
	height: auto;
	align-self: flex-start;
}
.fotodepob{
	width: 40%;
	height: auto;
	align-self: flex-start;
}
.imgcontato{
	width: 1.8rem;
	height: auto;
}
.mensagem{
	width: 70%;
	height: 30%;
	display: flex;
	margin: 5% auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	background: #470202;
	border-radius: 2rem;
	color: white;
	padding: 2rem;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
}
.mensagempriv{
	width: 70%;
	padding: 2rem;
	display: flex;
	margin: 5% auto;
	flex-direction: column;
	justify-content: flex-start;

	font-size: 1rem;
	background: #470202;
	border-radius: 2rem;
	color: white;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
}
.msgb{
	font-size: 1rem;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
}
.slot{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.track{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.carousel{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.textonoticiasdm{
	display: none;
}
.menup{
	display: none;
}
.depoimentop{
	padding: 0.5rem;
}
.artigodiv{
	height: 20%;
	overflow: hidden;
}
.card{
	margin: 0.5rem auto;
	background: #390202;
	border-radius: 1rem;
	width: 75%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	flex: 1;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
}
.card-header{
	padding: 1rem;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.card-header h3{
	margin: 0 0 1.2rem;
	font-size: 1rem;
}
.card:last-of-type{
	margin-bottom: 2rem;
}
.ver-mais{
	display: inline-block;
	padding: .55rem 1.6rem;
	border: 1px solid #C6A66D;
	font-size: 1rem;
	border-radius: 5px;
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: white;
	font-weight: initial;
}
.card-body{
	overflow: hidden;
	text-align: center;
	height: 0;
}
.card.is-open .ver-mais{
	display: none;
}
.card.is-open .textoartigob{
	display: none;
}
.textoartigo{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1rem;
	text-align: justify;
	text-justify: inter-word;
	font-weight: initial;
}
.textoartigob{
	font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 1rem;
	text-align: justify;
	text-justify: inter-word;
	font-weight: bold;
}
@media (min-width: 1921px) {
	.menu{
		width: 90%;
	}
}
@media (max-width: 1279px) {
	.menu{
		width: 1024px;
	}
	.ctbarra{
		padding-right: 1rem;
	}
	.fotoprimeira{
		max-width: 50%;
	}
	.atsp{
		width: 70%;
		height: 5%;
		margin-top: 2rem;
	}
	.titulonoticias{
		width: 80%;
	}
	.contatos{
		width: 60%;
	}
}
@media (max-width: 1023px) {
	.barra{
		display: none;
	}
	.menubotao{
		display: none;
	}
	.menu{
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.header{
		height: 11%;
	}
	.headersp{
		height: 11%;
	}
	.atsp{
		display: none;
	}
	.sobre{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width:80%;
	}
	.fotoprimeira{
		max-width: 80%;
		padding-top: 20px;
	}
	.sobreadv1,.sobreadv2,.sobreadv3,.sobretexto{
		width:100%;
		align-items: center;
		padding: 0px;
		font-size: 1rem;		
	}
	.fotoareas{
		display: none;
	}
	.areas{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.areast{
		width: 100%;
	}
	.tituloareas{
		padding: 0px;
		position: relative;
	}
	.democracia{
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 0.7rem;
		width: 80%;
	}
	.democracia[open]:first-of-type {
		margin-top: 30px;
	}
	.zap,.insta{
		width: 2.5rem;
	}
	.social{
		display: flex;
		flex-direction: column;
		justify-content: center;
		bottom: 3%;
		gap: 15px;
		z-index: 100;
	}
	.conteudo-depoimentos{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.titulonoticias{
		padding: 0px;
		position: relative;
		width: 90%;
	}
	.fotodepo{
		width: 60%;
		align-self: stretch;
		margin: 20px auto;
	}
	.depoimentost{
		width: 100%;
		margin-bottom: 25px;
		box-sizing: border-box;
	}
	.depoimentop{
		padding: 5px;
	}
	.contatos{
		margin-top: 30px;
		text-align: justify;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.8rem;
	}
	.conteudo-contato{
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.textodepoimento{
		border-radius: 0.6rem;
		background: #390101;
		height: 100%;
		margin: 0 auto;
		width: 80%;
		padding: 10px;
	}
	.formcontato{
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
	.enviar{
		margin-top: -1rem;
	}
	.contatosh{
		width: 100%;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
	.imgcontato{
		width: 1.2rem;
	}
	.copyright{
		font-size: 3cqw;
		border: none;
		font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
		padding-top: 60px;
	}
	.carousel{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
	}
	.track{
		display: flex;
		transition: transform 0.6s ease;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.slot{
		flex: 0 0 100vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 0px;
		height: 100%;
	}
	.slide{
		width: 100vw;
		display: grid;
		place-items: center;
		align-items: center;
		font-size: 3rem;
	}
	.sw{
		//display: flex;
		//flex-direction: column-reverse;
	//	justify-content: center;
	}
	.textonoticiasdd{
		display: none;
	}
	.textonoticiasdm{
		font-family: "Segoe UI", tahoma, Roboto, Helvetica, Arial, sans-serif;
		color: #C6A66D;
		margin: 0 auto;
		font-size: 1rem;
		text-align: center;
		font-weight: bold;
		padding-top: 15px;
		display: block;
	}
	.menup{
		height: 80%;
		align-self: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: 2vw;
	}
	.textoareas{
		padding: 15px;
	}
	.areatx{
		font-size: 1rem;
	}
	.card{
		width: 80%;
	}
	.conteudo-noticias{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fotodepob{
		width: 80%;
		margin: 1rem auto;
	}
	.tituloartigos{
		width: 95%;
	}
	section {
		scroll-margin-top: 100px;
	}
	
}