body{
    font-family: 'Open Sans', sans-serif;
}
.inactive{
    display:none!important;
}
.active{
    display:block!important;
}
.titulosecao{
    font-weight: 600;
    font-size: 20px;
    color: #54595f;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
}
.subtitulosecao{
    font-weight: 700;
    font-size: 52px;
    color: #1005FF;
    text-align: center;
}
.titulostep{
    font-weight: 400;
    font-size: 25;
}
.spansubtitulo{
    color: #010A44;
}
#btnMudaEtapa{
    display: block;
    margin-top: 20px;
    background: #000000;
    align-items: center;
}
#prev{
    border:0;
    float: left;
    background-color: #1005FF;
    text-transform: uppercase;
}
#next{
    border:0;
    float: right;
    background-color: #1005FF;
    text-transform: uppercase;
}
#send{
    float: right;
    margin-top: 20px;
    background: #010A44;
    border: #010A44;
    font-size: 22px;
    width: 100%;
}
.progress-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.progress-container::before {
    background-color: #7A7A7A;
    content: "";
    height: 0.1rem;
    left: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}

.progress {
    background-color: #7A7A7A;
    height: 0.4rem;
    left: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
    z-index: -1;
}

.circle {
    align-items: center;
    background-color: #7A7A7A;
    border: 3px solid #7A7A7A;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 3rem;
    justify-content: center;
    transition: 0.4s ease;
    width: 3rem;
}

.active {
    text-align: center;
    background-color: #1005FF;
    border: 3px solid #1005FF;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 3rem;
    
    line-height: 1.2;
    transition: 0.4s ease;
    width: 3rem;
}
.completed {
    border-color: #010A44;
    background: #010A44;
}
.numbersteps{
    font-family: 'Open Sans';
    font-size: 37px;
    font-weight: 700;
}
.step{
    align-items: center;
    justify-content: center;
    margin: auto;
}
