/* CONFIGS *******************************/
.cont-configs h1 {
	padding: 50px 0;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	background: url('../img/fdo_config.jpg');
	margin: 0;
}
.cont-configs table {
	width: 100%;
	border: 1px solid #fff;
}

.cont-configs table thead {
	background: var(--verdevertex);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-indent: 5px;
}
.cont-configs table thead th,
td {
	text-align: left;
}
.cont-configs td {
	padding: 0;
}
.cont-configs th {
	padding: 5px;
	text-transform: uppercase;
}
.cont-configs tr.linha td:nth-child(1) {
	width: 35%;
}
.cont-configs table .bg-tp {
	background: #b3c4d5;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.cont-configs .titulo .bg-tp {
	padding: 8px;
}
.cont-configs ul {
	margin: 10px;
}
.cont-configs .item {
	padding-left: 10px;
}
.cont-configs ul strong {
	min-width: 45px;
	display: inline-table;
	text-align: right;
}
.cont-configs ul.item {
	margin: 10px 0;
	padding-left: 25px;
}
.cont-configs ul.item li:first-child {
	font-weight: bold;
	border-radius: 10px;
	background: #e6eef7;
	color: #416180;
	padding: 3px 10px 3px 30px;
	display: inline-grid;
	position: relative;
}

.cont-configs ul.item li{
	margin-top: 4px;
}

.cont-configs ul li:first-child::after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: 8px;
	left: 9px;
	background: url('../img/icones/seta.svg') no-repeat;
	background-size: 100%;
}
.cont-configs ul.item li:first-child::after {
	filter: invert(200%);
}
.cont-configs ul.item li.active:first-child::after {
	transform: rotate(180deg);
}

.cont-configs #tb-produto td,
th {
	padding: 20px;
}
.cont-configs #tb-produto td {
	background: #f8fdf6;
	min-width: auto;
}
ul.item {
	cursor: pointer;
}
.cont-configs p{
	margin: 0;
}
.align-top {
  vertical-align: top;
}