@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

.steps {
    min-height: 175px;
    padding: 30px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

.steps .steps-container {
    background: #DDD;
    height: 30px;
    width: 1920px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 0;
    list-style: none
}

.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}

.steps .steps-container li .step {
    padding: 0 50px
}

.steps .steps-container li .step .step-image {
    margin: -14px 0 0 0;
    font-family: "Font Awesome 5 Free";
    font-size: x-large;
}

.steps .steps-container li .step .step-image span {
    background-color: #DDD;
    display: block;
    width: 57px;
    height: 57px;
    margin: 0 auto;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -ms-border-radius: 37px;
    z-index: 1;
    position: relative;
}

.steps .steps-container li .step .step-current {
    font-size: 13px;
    font-style: italic;
    color: #6f6f6f;
    margin: 8px 0 0 0;
    font-weight: bold;
}

.steps .steps-container li .step .step-description {
    font-size: 16px;
    font-style: italic;
    color: #007090
}

/*.steps .steps-container li.activated .step .step-image span{
    background-color: #2acd4d;
}*/

.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    display: block;
    content: '';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    z-index: 1;
    width: 47px;
    height: 47px;
    margin: 5px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15)
}

.steps .steps-container .step .step-image span:after {
    display: block;
    content: '';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    z-index: 1;
    width: 47px;
    height: 47px;
    margin: 5px;
}

.steps .step-bar {
    height: 30px;
    position: absolute;
    top: 30px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px
}

.steps .step-bar.last {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

/*.step-bar{
    height            : 100%;
    display           : block;
    overflow          : hidden;
    position          : relative;
    transition        : 500ms linear;
    -webkit-transition: 500ms linear;
}*/

.step-bar:after {
    content          : "";
    top              : 0;
    left             : 0;
    right            : 0;
    bottom           : 0;
    z-index          : 1;
    position         : absolute;
    background-size  : 50px 50px;
    overflow         : hidden;
    animation        : stripes-move 1s linear infinite;
    -webkit-animation: stripes-move 1s linear infinite;
    background-image : -webkit-linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image : linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

@-webkit-keyframes stripes-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes stripes-move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.step-bar:after {
    -webkit-animation: stripes-move 3s linear infinite;
    animation        : stripes-move 3s linear infinite;
}

@media (max-width: 450px) {
    .NomeSagra {
        width: 354px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 450px) {
    .Login {
        width: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}