/*
#header {
	border-bottom: 1px solid #E9E9E9;
	position: fixed;
	top: -57px;
	width: 100%;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	filter: none;
}

#header .container {
	display: flex;
	justify-content: space-between;
}

#header .logo2 {
	transition: all 0.2s ease-in 0.2s;
	margin: 0;
	padding: 5px 0;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: transparent;
	width: 180px;
	height: 68px;
	top:28px;
}
*/
ul {
	margin: 0.25em 0;
	padding: 0;
}
li {
	margin: 0.1em 0 0.1em 1.25em;
	padding: 0;
}
.breadcrumb > li {
	margin: 0;
}
h2 {
	margin: 1.5em 0 0.5em;
	padding: 0;
}
p {
	padding: 0;
	margin-bottom: 0.5em;
}
.dropdown-menu li {
	margin-left: 0;
}
/*
body.sticky-menu-active {
	padding-top: 76px;
}

.img-logo {
	display: inline-block;
	width: 180px;
	height: 68px;
	top: 28px;
}
*/
.container.container-max {
	min-height: calc(100vh - 361px);
}
#footer.short {
	padding-top: 15px;
}
#footer .container .row > div {
	padding-bottom: 5px;
}

.prop-list {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	align-items: stretch;
}
.prop {
	flex: 0 0 calc(50% - 10px);
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 #00000080;
	border-radius: 5px;
	padding: 0 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
	background: #fff8e8;
	color: #222;
}
.prop h2 {
	color: #222;
	margin: 0.7em 0;
	padding: 0;
}
.prop p {
	color: #222;
}



.wmax {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	box-shadow: 0 0 0.7em 0 #00000040;
	padding: 1em 1.5em;
}

.w400 {
	max-width: 400;
}

.wmax h2 {
	margin: 0 0 0.75em;
	padding: 0;
}

.miniform {
	display: none;
}
.miniform#form-email, .miniform#form-security {
	display: block;
}

.step-bar {
	display: flex;
	gap: 0.5em;
	justify-content: space-between;
	flex-wrap: wrap;
}

.step-bar.complete .step {
	justify-content: center;
}
.step, a.step, a.step:visited {
	border: 1px solid #000;
	padding: 0.5em;
	border-radius: 1.5em;
	min-width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	gap: 0.5em;
	flex: 1;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
	font-weight: 500;
	color: #000;
}
.step.current, a.step.current, a.step.current:visited {
	color: #fff;
	background: #ebc63c;
}

.step .number {
	background: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	width: 1.5em;
	height: 1.5em;
}
.step .title {
	font-size: 1em;
	line-height: 1.2em;
}

.step.pending {
	border-color: #bbb;
	color: #bbb;
}

.step.done {
	border-color: #777;
	color: #777;
}
.step.done .number {
		background: #777;
}
a.step.done, a.step.done:visited {
	color: #000;
}
a.step.done .number, a.step.done:visited .number {
	background: #000;
}

a.step:hover {
	color: #000;
	background: #ebc63c;
	text-decoration: none;
}
a.step:hover .number {
	background: #000;
	color: #fff;
}
a.step:hover .title {
	color: #000;
}

.step.current .number {
	background: #fff;
	color: #ebc63c;
}
.step.pending .number {
	background: #999;
}

form label {
	padding-left: 0.5em;
	font-weight: 700;
}
form .form-text {
	padding: 0.5em 0.5em 0 0.5em;
}
.red {
	color: #c00;
}
.view-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	background: #ccc;
	border: 1px solid #999;
	border-radius: 4px;
	margin-bottom: 0.5em;
}
.view-image {
	max-width: 95%;
	max-height: 95%;
}
.buttons {
	margin-bottom: 0.5em;
}

.is-invalid {
	border-color: #900;
	box-shadow: inset 0 0 1em 0 #99000040;
}
#alert h3 {
	color: #0e0e0e;
	margin: 0;
	padding: 0 0 0.25em;
	font-size: 1.2em;
}

.profile-image {
	max-width: 100%;
	cursor: pointer;
}

#visorImage {
	position: fixed;
	top: 0;
	left: 0;
	background: #00000080;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	width: 100%;
	height: 100%;
}
#visorImage img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 1em 0 #00000080;
	cursor: pointer;
}
.bk-red, .bk-yellow, .bk-green {
	padding: 0.1em 0.6em;
	margin-left: 0.5em;
}
.bk-red { background: #900; color: #fff; }
.bk-yellow { background: #AA0; color: #000; }
.bk-green { background: #090; color: #fff; }

.profile-item {
	border-bottom: 1px solid #888;
	margin-bottom: 1.5em;
	padding: 0 0 1.5em;
}

.profile-item h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0.5em;
	color: #000;
}
.profile-item h4 {
	font-size: 1.2em;
	padding: 0;
	
	margin: 0 0 0.5em 0;
	color: #777;
}
.profile-item .date {
	font-size: 1em;
	padding: 0;
	margin: 0;
	color: #777;
}

.alert {
	display: flex;
	align-items: center;
	gap: 1em;
}
.alert .icon {
	font-size: 2.5em;
}
.alert .text {

}

.info {
	max-width: 800px;
	margin: 2em auto;
	box-shadow: 0 0 0.7em 0 #00000080;
}
.info.no-shadow {
	box-shadow: none;
}
.alert.info .icon {
	font-size: 4em;
	padding: 0.5em;
}
.info h2 {
	margin: 0 0 0.25em 0;
	padding: 0;
}
.info p {
	font-size: 1.3em;
}

.info-special {
	color: #000;
	background: #ebc63c;
	max-width: 800px;
	margin: 3em auto;
	padding: 2em 2em 1em;
	box-shadow: 0 0 0.7em 0 #00000080;
}

.info-special h2 {
	margin: 0 0 0.4em 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.info-special p {
	color: #000;
	font-size: 1.3em;
}

@media (max-width: 992px) {
	.prop {
		flex: 0 0 100%;
	}
	.step-container {
		display: flex;
		justify-content: flex-start;
	}
	.step-bar {
		width: auto;
		justify-content: flex-start;
	}
	.step {
		position: relative;
	}
	.step.done, .step.pending {
		flex: 0;
		width: 4em;
	}
	.step.done .title, .step.pending .title {
		display: none;
		position: absolute;
		
	}
	.step.done:hover .title, .step.pending:hover .title {
		display: block;
		width: 15em;
		top: -2.5em;
		left: 0.5em;
		background: #fff;
		z-index: 100;
		padding: 0.3em;
	}
}