@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins';
}




.nav-link {
    font-size: 20px;
    background-image: linear-gradient(to right,
            #C600FD,
            #76039B 50%,
            #000 50%);
    background-size: 200% 100%;
    background-position: -100%;

    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4%;
}

.nav-link:before {
    content: '';
    background: #C600FD;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    background-position: 0;
}

.nav-link:hover::before {
    width: 100%;
}


.card-home-texto {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    background: linear-gradient(90deg, #C600FD 0%, #76039B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}

.header-lp {
    height: 13vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.opcoes-header {
    justify-content: space-between;
    width: 50vw;
}

.opcoes-header a {
    font-size: 12px;
    background-image: linear-gradient(to right,
            #C600FD,
            #76039B 50%,
            #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.opcoes-header a:before {
    content: '';
    background: #C600FD;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.opcoes-header a:hover {
    background-position: 0;
}

.opcoes-header a:hover::before {
    width: 100%;
}

.button-header {
    width: 140px;
    height: 40px;
    color: #C600FD;
    background-color: transparent;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.6s;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1.5px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #C600FD, #76039B);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.button-header:hover {
    background-color: #C600FD;
    color: #fff;
    box-shadow: none;
}


.logo-header {
    width: 70%;
}

.menu-hamburger {
    display: none;
}




.card-form {
    height: auto;
    width: 38vw;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.64);
    background-color: #fff;
    padding: 30px 0px;
    margin-top: 300px;
    border-radius: 43px;


}

.card-form-body {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.simulacao-titulo {
    font-size: 24px;
    font-weight: 700;

}

.input-register {
    display: block;
    outline: none;
    border: none;
    height: 2em;
    width: 34vw;
    font-size: 16px;
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    background: #fff;
    color: #000;
}

.input-register:focus {
    border-bottom: 1px solid #0572ce;
    box-shadow: 0 1px 0 0 #0572ce;
}

.botao-cadastrar {
    background: green;
    box-shadow: 0px 5.14478px 20.5791px rgba(17, 17, 17, 0.34);
    border-radius: 36.0135px;
    color: white;
    width: 230px;
    height: 60px;
    align-self: center;
    transition: 1s;
}

.botao-cadastrar:disabled {
    background: green;
    color: white;
}

.botao-cadastrar:hover {
    background: green;
    filter: brightness(1.4);
    color: white;

}

.modal-erro-img {
    width: 80%;
    margin-bottom: 6%;
    margin-top: 6%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #C600FD;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader-container {

    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: none;
    backdrop-filter: contrast(0.5);
    transition: transform .3s ease-out;

}


.section-questionario {
    background-image: url('/images/fundo-questionario-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.card {
    border-radius: 25.531px;
    background: #FFF;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.58);
    width: 510px;
}

.step-1-title {
    width: 84%;
    text-align: center;
}

.step-1-button {
    margin-top: 24px;
    width: 260px;
    height: 42px;
    color: #fff;
    border-radius: 38.691px;
    border: 1.074px solid var(--roxo, #C600FD);
    background: var(--roxo, linear-gradient(90deg, #C600FD 0%, #76039B 100%));
    box-shadow: 0px 5.52724px 22.10897px 0px rgba(17, 17, 17, 0.34);
    transition: 0.3s;
}
.step-1-button:hover{
    filter: brightness(1.4);
}

.step-2-title {
    width: 84%;
    text-align: center;
}

.form-check {
    box-shadow: 0px 0px 4.13462px 0px rgba(0, 0, 0, 0.25);
    width: 90%;
    height: 58px;
    display: flex;
    border-radius: 18px;
    align-items: center;
    cursor: pointer;
}

.card-body {
    gap: 26px;
}

input[type="radio"] {
    width: 1em;
    height: 1rem;
    accent-color: #C600FD;
    border: 2px solid #C600FD;
    margin-right: 8px;

}

.step-4-subtitle {
    width: 84%;
    text-align: center;

}

.button-whats {
    border-radius: 38.691px;
    background: linear-gradient(90deg, #3EBD29 -9.64%, #0E8C06 100.77%);
    box-shadow: 0px 5.52724px 22.10897px 0px rgba(17, 17, 17, 0.34);
    width: 260px;
    height: 42px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}
.button-whats:hover{
    filter: brightness(1.3);

}

.button-whats img {
    width: 26px;
    margin-right: 8px;
}

.aviso-chat {
    font-size: 12px;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (min-width: 641px) and (max-width: 1007px) {



    .input-register {
        display: block;
        outline: none;
        border: none;
        height: 2em;
        width: 34vw;
        font-size: 16px;
        margin-bottom: 1px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.19);
        background: transparent;
        color: #fff;
    }



}

@media only screen and (max-width: 640px) {


    .input-register {
        display: block;
        outline: none;
        border: none;
        height: 2em;
        width: 34vw;
        font-size: 16px;
        margin-bottom: 1px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.19);
        background: transparent;
        color: #fff;
    }

    .section-questionario{
        height: 120vh;
    }

    .input-register {
        width: 64vw;
    }
    .step-2-title{
        width: 96%;
    }
    .step-4-subtitle{
        width: 90%;
        font-size: 14px;
    }
    .card{
        width: 80%;
    }

}
