.secao1,
.formulario,
.secao2{
    margin: 2em 0 0 0;
}
.secao1 .titulo{
    font-size: 2em;
    line-height: 2em;
    color: var(--amarelo);
    font-weight: bold;
    text-align: left !important;
}
.secao1 .subtitulo{
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
}
.formulario .titulo{
    display: block;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    color: white;
}
.formulario .subtitulo{
    display: block;
    margin: 1em 0 0 0;
    text-align: center;
    color: white;
}
.formulario form{
    width: 100%;
    max-width: 800px;
    margin: 2em auto;
}
.formulario input[type="text"],
.formulario select,
.formulario textarea{
    margin: 0 0 1em 0;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.formulario ::placeholder {
    color: #eee;
    opacity: 1;
}
.formulario :-ms-input-placeholder{
    color: #eee;
}

.formulario ::-ms-input-placeholder{
    color: #eee;
}
.formulario .cp2{
    font-size: 0.8em;
    color: white;
}
.etapas .c1,
.etapas .c2,
.etapas .c3{
    display: table-cell;
    vertical-align: top;
}
.etapas .linha{
    display: table-cell;
    vertical-align: middle;
}
.etapas .c1,
.etapas .c2,
.etapas .c3{
    width: 2%;
    min-width: 100px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: white;
}
.etapas .c1 img,
.etapas .c2 img,
.etapas .c3 img{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.etapas .c1 img,
.etapas .c2 img{
    max-width: 100px;
}
.etapas .c3 img{
    max-width: 120px;
}
.etapas .c1 div,
.etapas .c2 div,
.etapas .c3 div{
    display: inline-block;
    margin: 1em auto 1em 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    background: var(--azulescuro);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.etapas .linha div{
    height: 3px;
    background: var(--azulescuro);
}
.secao2{
    padding: 2em 0 2em 0;
    background: #38a7e9;
}
.secao2 .faq a{
    display: block;
}
.secao2 .faq .pergunta{
    position: relative;
    padding: 1em 3em 1em 2em;
    margin: 1em 0 0 0;
    font-size: 1.5em;
    color: white;
    background: var(--azulescuro);
}
.secao2 .faq .pergunta i{
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    color: var(--amarelo);
}
.secao2 .faq .resposta{
    overflow-y: hidden;
    height: 0;
    font-size: 1.5em;
    color: #000;
    background: #fff;
}
.secao2 .faq .resposta div{
    padding: 1em 3em 1em 2em;
}