.videoapresentacao iframe {
    height: 170px !important;
    border-radius: 14px;
}

.voltar.step {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d7e2dc;
    border-radius: 12px;
    background: #fff;
    color: #5b6b78;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.avancar.step {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #d7d7d7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: auto;
}

.ativobtn {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #25d366 !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.step select,
.step input {
    margin-bottom: 8px !important;
    border-radius: 12px;
}

.marcaobrigatorio {
    border: solid 2px #ef4444 !important;
    border-color: #ef4444 !important;
}
