.module:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* float clearing for IE6 */
* html .module {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
* + html .module {
	min-height: 1%;
}
#breadCrumbHolder h4 {
	color: #000;
	font-size: 1.1667em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}
#breadCrumbHolder h5 {
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}
#breadCrumbHolder h6 {
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.25em 0 .5em 0;
}
#breadCrumbHolder strong {
	font-weight: bold;
}
#breadCrumbHolder em {
	font-style: italic;
	line-height: 1.75em;
}
#breadCrumbHolder p {
	font-size: 1em;
	line-height: 1.75em;
	margin: .25em 0 1.5em;
}
#breadCrumbHolder td, td a, th, th a, span {
	line-height: 1;
}
#breadCrumbHolder blockquote {
	margin: .416em 0 .416em 1.1667em;
}
#breadCrumb0.breadCrumb div div ul li a {

}
#breadCrumb0.breadCrumb div div ul li a:hover {

}
#breadCrumbHolder ul, ol {
	margin: .833em 0;
	padding-left: 2em;
}
#breadCrumbHolderul {
	list-style-type: disc;
}
#breadCrumbHolder ol {
	list-style-type: decimal;
}
#breadCrumbHolder ul li, ol li {
	line-height: 1.5em;
}
#breadCrumbHolder dt {
	margin: .416em 0 0 0;
}
#breadCrumbHolder dd {
	margin: .416em 0 .416em 1.1667em;
}
#breadCrumbHolder pre, code, tt {
	font-family: "Andale Mono", "Lucida Console", "Courier New", Courier, monospace;
	margin: .833em 0;
}
#breadCrumbHolder sub {
	vertical-align: sub;
	font-size: smaller;
	line-height:inherit;
}
#breadCrumbHolder sup {
	vertical-align: super;
	font-size: smaller;
	line-height:inherit;
}
#container {
	margin:0 auto 10px;
	text-align:left;
	width:1000px;
}

pre {
	background:#ddd;
	border:solid 1px #fff;
	padding:10px;
	color:#111;
}
.description {
	float:left;
	width:700px;
	margin-right:20px;
}
.sideBar {
	float:left;
	background:#fff;
	border:solid 1px #dedede;
	padding:20px;
	width:238px;
	margin:50px 0 0 0;
}
.license p {
	font-size:0.83333em;
	color:#888;
}
/* float clearing for IE6 */
* html .module {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
* + html .module {
	min-height: 1%;
}
/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
.breadCrumbHolder {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	
	background-color: var(--surface-xxxl);
	
	border-bottom: 1px solid var(--primary-main);
	box-shadow: 0px 0px 8px 0px var(--surface-main);
}

.breadCrumbHolder .breadCrumb {
	width: 100%;
	height: 36px;
	padding: 6px 32px 6px 32px;
	margin: 0px 0px 16px 0px;
	box-sizing: border-box;
}

.breadCrumb ul {
	height: 24px;
	margin: 0;
	padding: 0;
	display: flex;
}

/* verificar */
.breadCrumb ul li {
	display: flex;
	align-items: center;
	height: 24px;
	padding-right:24px;
	float: left;
	position: relative;
	overflow: hidden;

	background-image: url(../imagens/chevron_right.svg);
	background-repeat: no-repeat;
	background-position: center right;
	
	color: var(--surface-dark);
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	text-align: left;
	
}

.breadCrumb ul li a {
	display: flex;
	align-items: center;
	position: relative;
	float: left;
	overflow: hidden;
	height: 24px;
	
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	text-align: left;
	color: var(--surface-dark);
}

.breadCrumb ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.breadCrumb ul li.first a {
	width: auto;
	height: 24px;
	padding-left:32px;
	overflow: hidden;
	
	background: url(../imagens/login/home.svg) no-repeat left center;
	
	color: var(--surface-dark);
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 600;
	line-height: 19.5px;
	text-align: left;
}

.breadCrumb ul li.last.first a {
	font-size: 20px;
	line-height: 24.38px;
}

.breadCrumb ul li.first a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.breadCrumb ul li.last {
	background: none;
	margin-right: 0;
	padding-right: 0;
	
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	text-align: left;
	color: var(--primary-main);
	cursor: default;
}








.chevronOverlay {
	display: none;
	background: url(../imagens/main/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
.breadCrumb ul li div.chevronOverlay {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span {
	display: block;
	overflow: hidden;
}
