/*CALCULO**********************************/

.cont-calculo {
	background: #fafdfe;
	/* padding: 20px 0px 10px 0px; */
	--bs-gutter-x: 0 !important;
}

.passos-destaque {
	background: #013970;
	padding: 20px 10px 1px 10px;
}

.cont-calculo .br-passos {
	margin-bottom: 20px;
}
.passosResult {
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: var(--azulescuro);
	color: #fff;
	margin-left: -50px;
}
.cont-calculo .br-passos h1 {
	color: #fff;
	font-weight: bold;
	/* text-align: right; */
	padding-right: 30px;
	background: url('../img/icones/seta_circle_right_white.svg') no-repeat 105px 10px;
	margin: -7px;
	padding: 10px 45px 16px 0;
	font-size: 26px;
}

.cont-calculo h1.title {
	text-align: center;
	color: var(--azulescuro);
	font-weight: bold;
	margin: 20px 0;
	font-size: 28px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.bloco h1 {
	color: var(--azulescuro);
	font-size: 20px;
	background: var(--azulescuro);
	color: #fff;
	padding: 8px;
}
.cont-calculo .apr-detalhe {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 20px;
	margin: 20px auto;
	min-height: 315px;
}
.cont-calculo table {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.cont-calculo h2 {
	color: #494949;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}
.cont-calculo .cont-detalhe h3 {
	background: var(--azulescuro);
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
	font-size: 18px;
	margin: 0;
}
.cont-bloco thead tr {
	background: #e9f0f6;
	color: #373737;
	font-weight: lighter;
}
.cont-bloco thead tr th {
	border: 1px solid #fff;
}
.apr-detalhe ul {
	max-height: 260px;
	overflow: auto;
	/* padding-top: 20px; */
}
.apr-detalhe ul li {
	margin: 10px 0;
	cursor: pointer;
}
.apr-detalhe ul li:hover{
	font-weight: bold;
} 
.apr-detalhe ul span {
	background: var(--azulescuro);
	padding: 5px 0;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	/* width: 30px; */
	width: 10px;
	display: inline-table;
	font-weight: bold;
	/* margin-right: 8px; */
	/* margin-right: 25px; */
	margin-right: 9px;
	position: relative;
	z-index: 2;
}
.apr-detalhe ul strong {
	color: var(--azulescuro);
}
.apr-detalhe ul span::after {
	/* content: '|';
	color: #013970;
	position: absolute;
	bottom: -14px;
	left: 13px;
	font-weight: lighter;
	z-index: 1; */

	content: '|';
	color: #013970;
	position: absolute;
	bottom: -20px;
	left: 3px;
	font-weight: lighter;
	z-index: 1;
	display: none;
}
.apr-detalhe ul li:last-child span::after {
	display: none;
}
.cont-calculo .cont-detalhe .detalhe {
	background: #f5f6f6;
	padding: 10px 10px 20px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cont-calculo .detalhe ul {
	padding-right: 5px;
	height: 200px;
	overflow: auto;
}
.cont-calculo .cont-bloco {
	margin-bottom: 20px;
}
.cont-calculo .cont-bloco thead {
	background: #eee;
	color: #494949;
	font-weight: bold;
}
.cont-calculo .cont-configs thead th {
	padding: 5px 0;
}
.cont-calculo table th,
td {
	text-align: center;
}
.cont-calculo .bloco {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	margin: 25px 0;
	padding: 20px;
}
.cont-calculo .cont-table {
	padding: 10px;
}

.dados-gerais {
	margin: 50px auto;
	border: 1px solid #eee;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
}
.dados-gerais h3 {
	font-weight: bold;
	text-align: center;
	color: #494949;

	font-size: 16px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.dados-gerais li strong {
	background: #e9f0f6;
	display: block;
	padding: 5px;
	margin-bottom: 15px;
}

/* Table */
.table {
	overflow: auto;
	padding-bottom: 20px;
}
.table table {
	width: 100%;
	position: relative;
	z-index: 0;
}
.table[tabindex='0'][aria-labelledby][role='page'] {
	height: 600px;
}
.cont-bloco td,
th {
	white-space: nowrap;
	font-size: 12px;
	white-space: nowrap;
	font-size: 12px;
	padding: 10px 20px;
	text-align: center;
}

.hideView{
	display: none;
}
.show{
	display: block!important;
}
/*Bloco detalhe*/
.cont-detalhe .itens-bloco:nth-child(1){
	display: block;
}