@font-face {
    font-family: 'monserrat-bold';
    src: url('/frontEnd/dist/fonts/Montserrat-Bold.ttf');
    /* IE9 Compat Modes */
    src: url('/frontEnd/dist/fonts/Montserrat-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'monserrat-extra-bold';
    src: url('/frontEnd/dist/fonts/Montserrat-ExtraBold.ttf');
    /* IE9 Compat Modes */
    src: url('/frontEnd/dist/fonts/Montserrat-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'monserrat-medium-bold';
    src: url('/frontEnd/dist/fonts/Montserrat-Medium.ttf');
    /* IE9 Compat Modes */
    src: url('/frontEnd/dist/fonts/Montserrat-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
}

.form-steps {
    width: 75%;
    position: relative;
    text-transform: uppercase !important;
}

.form-steps:after {
    content: "";
    display: table;
    clear: both;
}

.form-steps__item {
    padding: 0;
    position: relative;
    display: block;
    float: left;
    width: calc(100%/5);
    text-align: center;
}

.form-steps__item-line.desktop:before{
    content: '· · ';
}
#steps-4 .form-steps__item {
    width: calc(100%/4);
}

.form-steps__item-content {
    display: inline-block;
}

.form-steps__item-icon {
    background: #f2f2f2;
    color: white;
    display: block;
    border-radius: 100%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin: 0 auto 0 auto;
    position: relative;
    font-size: 23px;
    font-weight: 700;
    z-index: 2;
    border: 2px solid #f2f2f2;
    cursor: pointer;
}

.form-steps__item-text {
    font-size: 0.605em;
    color: lightslategray;
    font-weight: 500;
}

.form-steps__item-line {
    font-size: 1.5rem;
    font-weight: bold;
    left: -20%;
    position: absolute;
    top: 0px;
	color: lightgray;
	z-index: 1;
}

.form-steps__item--active .form-steps__item-icon {
    background: #133794;
    color: white;
    border-color: transparent;
}

.form-steps__item--active .form-steps__item-text {
    color: #133794;
    font-weight: 600;
    font-family: 'monserrat-extra-bold' !important;
}

.form-steps__item--active .form-steps__item-line,
.form-steps__item--completed .form-steps__item-line {
    color: #153B63;
}

.form-steps__item--completed .form-steps__item-text {
    color: #133794;
    font-family: 'monserrat-extra-bold' !important;
}

.form-steps__item--completed .form-steps__item-icon {
    background: white;
    color: transparent;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #133794;
}

.icon-step-completed i {
    color: #133794;
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
    .form-steps__item-icon,
    .form-steps__item--completed .form-steps__item-icon {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 16px;
    }
    .form-steps__item-line.desktop:before{
        content: '';
    }
    .form-steps__item-line {
        top: -4px;
    }
    .form-steps {
        width: 100%;
    }
}


/*.form-steps__item-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 5px;
    height: 3px;
    background: lightgrey;
}

.form-steps__item-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 5px;
    height: 3px;
    background: lightgrey;
}*/


/* .form-steps__item--active .form-steps__item-icon:before,
.form-steps__item--completed .form-steps__item-icon:after,
.form-steps__item--completed .form-steps__item-icon:before {
    background: green;
}

.form-steps__item:last-child .form-steps__item-icon:after {
    background: lightslategray;
}

.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:last-child.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:first-child.form-steps__item--active .form-steps__item-icon:before,
.form-steps__item:first-child.form-steps__item--completed .form-steps__item-icon:before {
    background: mediumseagreen;
} */

@media (max-width: 575.98px) {
    .form-steps__item-text {
        font-size: 0.55rem;
    }
}

.form-steps__item .form-steps__item-icon .icon-step-completed {
    display: none !important;
}

.form-steps__item.form-steps__item--completed .form-steps__item-icon .number-step {
    display: none !important;
}

.form-steps__item.form-steps__item--completed .form-steps__item-icon .icon-step-completed {
    display: block !important;
}

.btn-porcentaje{
    border: none;
    width: 40px;
    cursor: pointer;
}

.btn-porcentaje-activo{
    background-color: #133794;
    color: white;
}

.btn-porcentaje-activo:focus, .btn-porcentaje-activo:focus-visible{
    outline: none;
}