.principal {
	display: flex;
	width: 100%;
	height: 100%;
}
.principal_menu {
	width: 40%;
}
.principal_conteudo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	background-size: 20%;
	background-position: 94% 100%;
}
.box {
	height: 84%;
	width: 84%;
	background-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	overflow-y: scroll;
}
.box::-webkit-scrollbar {
	width: 0;
}
.box img {
	max-width: 100%;
	margin: 0% 0 4% 0;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.imgflecha {
	box-shadow: none !important;
}
.btn-img {
	margin: 0 !important;
}
.pelicula_carregamento {
	background-color: #2648604a;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}
.spinner-border {
	width: 5rem;
	height: 5rem;
}
.conteudo_box {
	padding: 5% 5% 0 5%;
}
.titulo {
	text-align: left;
	font-weight: bold;
	color: #264860;
	margin: 0 0 5% 0;
}
.first_letter::first-letter {
	font-size: 200%;
	font-weight: bold;
	color: #264860;
	text-shadow: 1px 1px #000;
	margin-right: 0.2ch;
	line-height: 1;
}
/*******************JUSTIFICA******************/
p,
li {
	text-align: justify;
}
/**********************************************/

.ul_padding {
	padding-left: 5%;
}
ul li {
	list-style-type: none;
}
.li_style {
	list-style-type: inherit;
}

.circle {
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
}
.background-vermelho {
	background-color: rgb(255, 0, 0) !important;
}
.background-verde {
	background-color: rgb(0, 176, 80) !important;
}
.background-marrom {
	background-color: rgb(128, 96, 0) !important;
}
.background-azul {
	background-color: rgb(0, 176, 240) !important;
}

.text-vermelho {
	color: rgb(255, 0, 0) !important;
}
.text-laranja {
	color: rgb(255, 165, 0) !important;
}
.text-verde {
	color: rgb(0, 176, 80) !important;
}
.text-marrom {
	color: rgb(128, 96, 0) !important;
}
.text-azul {
	color: rgb(0, 176, 240) !important;
}

.fa-arrow-down {
	width: 100px;
	height: 110px;
	text-align: center;
	margin-bottom: 4%;
}

.ancora_ {
	margin-top: 50px;
}

#conteudo_manual {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.principal {
		flex-direction: column;
	}
	.principal_menu {
		width: 100%;
	}
	.navbar-brand img {
		width: 40%;
	}
	.principal_conteudo {
		width: 100%;
	}
}
.rodape-fim {
	width: 100%;
	background-color: #fff;
	text-align: center;
}