@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #9f8b46;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.form-wizard::selection {
    background: #ccb461;
    color: #fff;
    text-shadow: none;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-wizard-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #ccb461;
}

.form-wizard-tolal-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 32.4%;
    padding: 0 5px;
}

.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #ccb461;
    font-size: 22px;
    line-height: 48px;
}

.form-header-classic .form-wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
    background: #fff;
    border: 1px solid #ccb461;
    color: #ccb461;
    line-height: 38px;
}

.form-header-classic .form-wizard-step.active p {
    color: #ccb461;
}

.form-wizard-step.activated p {
    color: #ccb461 !important;
}

.form-header-classic .form-wizard-step p {
    color: #ccc;
}

.form-wizard fieldset {
    display: none;
    border: 0px !important;
    margin-bottom: 20px;
}

.form-wizard h4 {
    font-size: 20px;
    font-weight: 300;
    color: #ccb461;
    line-height: 26px;
    width: 100%;
}


.form-wizard label {
    font-weight: 300;
    color: rgb(124,126,131);
    font-size: 14px;
    text-align: left;
}

.form-wizard label span {
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}


/* .form-body-material .form-control:focus {
    outline: 0;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
    border-bottom: 2px solid #ccb461;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

.form-wizard {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.form-wizard-buttons {
    text-align: center;
    margin-bottom: 4%;
    
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-submit {
    background: #ccb461;
}

.form-body-material.form-wizard .btn {
    font-weight: 700;
    text-align: center;
    transition: all .3s ease;
    background: var(--yellowButton);
    border-radius: 50px;
    padding: 15px;
    width: 12em;
}

.form-wizard .btn:hover {
    background: #998231;
    color: #fff;
}

.form-wizard .btn.btn-previous {
    background: #e3e3e3;
}

.form-wizard .input-error {
    border-color: #ccb461;
}

.continerCar {
    float: left;
}

.camposTarjeta {
    float: left;
    margin-left: 20px;
}

.form-group-first {
    float: left;
}

.form-group-second {
    float: left;
    margin-left: 10px;
}

.text-success {
    color: #28a745 !important;
}
/*
.card-logo-visa {
    background-image: url(/pub/media/wysiwyg/logo-visa.webp);
    width: 50px;
    background-size: 50px 20px;
    display: inline-block;
    height: 20px;
}

.card-logo-mastercard {
    background-image: url(/pub/media/wysiwyg/logo-mastercard.webp);
}

.card-logo-maestro {
    background-image: url(/pub/media/wysiwyg/logo-maestro.webp);
}*/

.card-logo {
    width: 40px;
    height: 22px;
    background-size: 40px 22px;
    background-repeat: no-repeat;
    display: inline-block;
}


/* css barra superior*/

.multisteps-form__progress-btn {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	padding-top: 20px;
	color: rgba(108, 117, 125, 0.7);
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	outline: none !important;
	width: 100%;
	cursor: auto !important;
}
@media (min-width: 500px) {
	.multisteps-form__progress-btn {
		text-indent: 0;
	}
}
.multisteps-form__progress {
    display: flex;
    flex: 1;
}
.multisteps-form__progress-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 13px;
	height: 13px;
	content: "";
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
}
.multisteps-form__progress-btn:after {
	position: absolute;
	top: 5px;
	left: calc(-50% - 13px / 2);
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background-color: currentColor;
	z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
	display: none;
}
.multisteps-form__progress-btn.js-active,
.multisteps-form__progress-btn.js-active span {
	color: var(--yellowButton);
}
.multisteps-form__progress-btn.js-active:before {
	transform: translateX(-50%) scale(1.2);
	background-color: currentColor;
}

.multisteps-form__progress-btn span {
    color: #000;
}

.field{
    max-width: 100%;
    margin: 10px 0 10px;
    text-align: left;
}

.field .label {
	color: rgb(124, 126, 131);
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}

fieldset input[type="text"]{
	height: 45px;
	line-height: 45px;
	margin-bottom: 4px;
	border: 1px solid rgb(225, 225, 255);
	width: 100%;
	border-radius: 10px; 
}

/* .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #d8d6d2;
 } */

 /* fieldset .table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    margin: auto;
    border-radius: 50px;
    text-align: left;
 } */

span.datos{
    display: inline-block;
    box-shadow: 0 0 5px 0px #66666670;
    outline: 1px solid #d7cdcd70;
    border-radius: 7px;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
     padding: 10px;
     line-height: 1.42857143;
     vertical-align: top;
     text-align: center;
     width: 50%;
     border:none ;
}
 
.form-wizard table tr th {
     font-weight: normal;
     /* border-right: 1px solid #DDD !important; */
     text-align: initial;
}

.form-wizard table tr td {  
    font-weight: 700;
    color: black;
    text-align: end;
}


.form-wizard table tr th, .form-wizard table tr td{
    border-bottom: 1px solid #DDD !important;
}
 


