.elementor-1501 .elementor-element.elementor-element-520d7dc > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a7e9bbb */* {
    font-family: "montserrat";
}

.vertical-stepper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.step.active .step-number {
    background-color: #ce8703;
    color: #fff;
}

.step.active .step-title {
    font-weight: bold;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ce8703;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.step-content {
    display: none;
    margin-top: 30px;
}

.step-content.active {
    display: block;
}

.radio-container {
    display: flex;
    flex-direction: row;
}

.radio-container label {
    margin-right: 10px;
}

.radio-container input[type="radio"] {
    display: none;
}

.radio-container input[type="radio"]+label:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.radio-container input[type="radio"]:checked+label:before {
    background-color: #ce8703;
    border-color: #ce8703;
}

.text-primary {
    color: #f84747 !important;
    font-weight: 800;
}

@media (max-width: 768px) {

    .vertical-stepper {
        display: flex;
        flex-direction: row !important;
        justify-content: space-between !important;
    }
}

.desativo {
    display: none;
}

label {
    margin-bottom: 5px;
}

.bem-vindo {
    width: 100%;
    height: 100%;
    overflow: none;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
    /* Remove a sublinhado do link */
    color: rgb(0, 0, 0);
    /* Define a cor preta como padrão */
    font-weight: 600;
    padding: 10px 10px 10px 0px;
}

a:hover {
    color: rgb(6, 6, 236);
    /* Define a cor azul ao passar o mouse */
}

input{
    margin-bottom: 10px;
}
button{
    background: #D98E04!important;
    border: none!important;
    font-weight: 600;
}
button:hover{
    background: #ce8703;
    transition: 0.3s;
}
a:hover{
    color: #ce8703;
    transition: 0.3s;
}

.btn-group{
    display: flex;
    justify-content: space-between; /* Espaçamento automático entre os botões */
}
.btn{
    margin-right: 5px;
    border-radius: 5px!important;
}/* End custom CSS */