.dorado {
	color: #9e8b77;
}
.bg-dorado {
	background-color: #9e8b77;
	border: solid 1px #9e8b77;
}
.hoja-pedido,
.hpq
{
	font-size: 0.875rem;
	text-align: center;
	width: 4rem;
	line-height: 1rem;
	padding: 0.0625rem 0.25rem;
}
.btn-xs {
	font-size: 0.75rem !important;
	padding: 0.125rem 0.25rem !important;
}
.tachado {
	 text-decoration: line-through;
}	


#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#forma_pasos {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#forma_pasos fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#forma_pasos fieldset:not(:first-of-type) {
    display: none
}

#forma_pasos input,
#forma_pasos textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#forma_pasos input:focus,
#forma_pasos textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#forma_pasos .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#forma_pasos .action-button:hover,
#forma_pasos .action-button:focus {
    background-color: #311B92
}

#forma_pasos .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#forma_pasos .action-button-previous:hover,
#forma_pasos .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    background-color: none;
    background: none;
}

.fs-title {
    font-size: 25px;
    color: #9e8b77;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #9e8b77;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#pasos {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#pasos .active {
    color: #9e8b77;
}

#pasos li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#pasos #datos:before {
    font-family: FontAwesome;
    content: "\f007"
}

#pasos #cuestionario:before {
    font-family: FontAwesome;
    content: "\f059"
}

#pasos #pago:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#pasos #confirmacion:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#pasos li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#pasos li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#pasos li.active:before,
#pasos li.active:after {
    background: #9e8b77
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
