.banner_carttop {
    background: #F8F9FA;
    padding: 27px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 500;
    color: #384E65;
}
.banner_cartseguro {
    font-size: 14px;
    color: #18af18;
}
.numero_progresso {
    background: #1e8dd6;
    padding: 10px;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.numero_progresso_stop{
    background: #b6b7b7;
    padding: 10px;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.progresso {
    display: flex;
    margin-top: 20px;
}
.linha_progresso {
    background: #1e8dd6;
    height: 7px;
    flex-wrap: wrap;
    margin-left: -2px;
    width: 100%;
}
.linha_progresso_stop {
    background: #b6b7b7;
    height: 7px;
    flex-wrap: wrap;
    margin-left: -2px;
    width: 100%;
}
.progresso_etapa {
    display: flex;
    width: 100%;
}
.texto_progresso {
    width: 90%;
}
.formulario_cart {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}
.formulario_d {
    width: 50%;
}
.forma {
    border: solid 1px #1e8dd6;
    padding: 18px 8px 18px 8px;
    border-radius: 4px;
    color: #1e8dd6;
    width: 24%;
    text-align: center;
    cursor: pointer;
    display: grid;
}
.forma_titulo {
    font-size: 16px;
    margin-bottom: 13px;
    color: #1e8dd6;
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
}
.forma_display {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
