/* ZERANDO A PAGINA */

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

p,
label,
h1,
h2,
h3,
h4,
button,
input {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: normal;
}

.container--visualizar--etapa--form--contato,
.container--visualizar--etapa--form--contato2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    margin-top: 40px;
}

.container--visualizar--etapa--form--contato .conteudo--visualizar--etapa--form--contato,
.container--visualizar--etapa--form--contato2 .conteudo--visualizar--etapa--form--contato {
    width: 57px;
    height: 5px;
    background: #FFB300;
    border-radius: 16px;
}

.container--visualizar--etapa--form--contato .conteudo--visualizar--etapa--form--contato.ativo,
.container--visualizar--etapa--form--contato2 .conteudo--visualizar--etapa--form--contato.ativo {
    background: #FFF;
    opacity: 0.2;
}

.container--botao--avancar--e--voltar--form--contato--fleet {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-top: 40px;
}

.container--botao--avancar--e--voltar--form--contato--fleet .botao--avancar--form--contanto--fleet {
    padding: 17px 33px;
    background: #FFB300;
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer !important;
}

.botao--avancar--form--contanto--fleet.voltar {
    background: #4A5571 !important;
    color: #1D2A4D !important;
    border: none !important;
    cursor: pointer !important;
}

.container--mensagem--enviada--form--contato--fleet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

.container--mensagem--enviada--form--contato--fleet > h2 {
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 36px !important; /* 138.462% */
    margin: 0 !important;
    bottom: unset !important;
    position: unset !important;
}

.container--mensagem--enviada--form--contato--fleet > p {
    margin: 0 !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 36px !important; /* 138.462% */
    max-width: 380px !important;
    position: unset !important;
}