.form-esg-content {
    max-width: 730px;
}

.diagnostico-esg-progresso {
    display: flex;   
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    gap:10px
}

.progresso-container {
    width: 60%;
    margin: 0 auto;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #0f68b9;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    color: #000;
    background-color: #FFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 60px;
}

.diagnostico-esg {
    width: fit-content;
    color: #1f1f1f;
    font-family: 'Dosis', sans-serif;
    display: none;
    max-width: 730px;
    width: 730px;
    margin-bottom: 60px;
}

.diagnostico-esg p, .diagnostico-esg ul, .diagnostico-esg ol  {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    margin-bottom: 20px !important;
}
.diagnostico-esg ul, .diagnostico-esg ol {
    list-style-position: outside;   
    padding-left: 20px;
    margin-left: 20px;
}

.diagnostico-esg ul li, .diagnostico-esg ol li {
    margin-bottom: 5px;
}

.diagnostico-esg.current {
    display: block;
}

ul.letras {
    list-style-type: lower-alpha;
}

.stage-reply-success, .stage-reply-error {
    display: none;
}

.stage-reply-success.show, .stage-reply-error.show {
    display: block;
}

.diagnostico-esg .botoes {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 20px
}

.diagnostico-esg .botoes .botao, .diagnostico-esg .botao {
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
    padding: 10px 40px;
    background-color: #0f68b9; 
    color: #FFF;
    border-radius: 50px;
    font-weight: bold;
}

.stage-reply-success .botao, .stage-reply-error .botao {
    margin: 20px auto;
    display: block;
    width: fit-content;
}

.diagnostico-esg select {
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
    display: block;
    margin: 0 auto !important;
}
.diagnostico-esg h2, .diagnostico-esg h3 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.diagnostico-esg a {
    color: #0f68b9;
    text-decoration: none;
}

.form-div {
    display: block;
    width: 10vw;
    border-bottom: 1px solid #cecece;
    margin: 0 auto;
    margin-bottom: 60px;
}

.diagnostico-esg .voltar, .diagnostico-esg .reset{
    content: "Voltar";
    display: block;
    background-color: #FFF;
    border-color: #0f68b9;
    border: 1px solid;
    color: #0f68b9;
    border-radius: 50px;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    justify-self: center;
    margin-top: 30px;
    font-weight: bold;
    cursor: pointer;
}

#checklist-esg-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 60%;
    margin: 20px auto;
}

#checklist-esg-form input {
    padding: 7px 20px;
    border-radius: 50px;
    appearance: none;
    border: 1px solid #333;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

#checklist-esg-form input[type="submit"] {
    background-color: #0f68b9 !important;
    color: #FFF;
    border-color: #0f68b9 !important;
    font-weight: bold;
    text-transform: uppercase;
    width: fit-content;
    align-self: center;
}