.header {
    background: var(--primary) !important;
    color: #fff;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
}

.subheader {
    background: #eee;
    padding: 10px 30px;
}

.header p {
    color: #fff;
    margin-top: 5px;
}

body {
    background: #e2e2e2 !important;
}
.breadcrumb {
    padding: 0px !important;
    list-style: none;
    background: none;
	overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li {
    float: left;
    background-color: #ccc;

}
/* .breadcrumb li.active {
    margin-left: -15px;
} */
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: var(--secondary) ;
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: var(--primary);
}
.breadcrumb li.active a:after {
	border-left: 30px solid var(--secondary) ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid var(--primary);
}

.breadcrumb li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 45px;
	position: relative;
	display: block;
    float: left;
    font-size: 13px;
}

.breadcrumb li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
    margin-top: -50px;
	left: 100%;
    z-index: 2;

}
.breadcrumb li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: var(--secondary)  ; }
.breadcrumb li a:hover:after { border-left-color: var(--secondary)   !important; }

.dropzone {
    min-height: 300px !important;
    border-style: dotted !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.dropzone i#uploadIcone {
    font-size: 150px;
    color: #e2e2e2;
}
.dropzone h2 {
    color: #e2e2e2;
}

.note {
    font-size: 13px;
    display: block;
}

.list {
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: move;
}

.list i.pdf {
    font-size: 30px;
    color: var(--danger);
}

.list i {
    font-size: 20px;
}

.list p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0px;
}

#modelos .list {
    cursor: inherit;
}

#modelos .list p {
    font-size: 12px;
    font-weight: normal;

}

#menuInicio .box-menu {
    margin-top: 20px;
}

#menuInicio .box-menu a {
    display: block;
}

#menuInicio .box-menu:hover {
    background: #f2f2f2;
}

#menuInicio a:hover {
    text-decoration: none;
}

#menuInicio .box-menu {
    border: 1px solid #ccc;
    padding: 50px;
    background: #fff;

}

#menuInicio .box-menu i {
    font-size: 50px;
}

#menuInicio h2 {
    font-size: 20px;
}

.card a:hover {
    text-decoration: none;
}
.card img {
/*    box-shadow: 5px 5px #888;*/
}

.card.active img {
    box-shadow: 5px 5px #000;
}

.card .card-body {

    font-weight: bold;
    text-align: center;
}

.card.active .card-body .card-text {
    color: #000;
}

#checkoutPage .boxed {
    margin-top: 20px;
}

#checkoutPage h1 {
    font-weight: 700;
    color: #293e52;
    font-size: 30px;
}

#checkoutPage p {
    color: #333;
}

#checkoutPage .content {
    padding: 20px;
}


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #7fc6e3; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: var(--primary); border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;     background-color: #e0e5e6;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #7fc6e3;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

/*END Form Wizard*/

