.s-loading-initial {
    padding-block: 8rem;
    background-color: var(--orange-02);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    overflow: hidden;
    display: none;
}


.s-loading-initial .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.s-loading-initial .area {
    width: 100%;
    max-width: 56.5rem;
    height: 41.8rem;
    position: relative;
    margin-bottom: 4rem;
}

.s-loading-initial .area img.illustration {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.s-loading-initial .area img.vaga {
    position: absolute;
    bottom: 0;
    right: 0;
}


.loading-bar {
    width: 60%;
    max-width: 40rem;
    height: 0.5rem;
    background: #f0d9b5;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2rem;
    position: relative;
}

.loading-bar .loading-progress {
    width: 0;
    height: 100%;
    background: #f7931e;
    animation: loadingAnimation 3s ease-in-out forwards;
}



@keyframes loadingAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.s-type-user {
    padding-block: 8rem;
    background-color: var(--orange-02);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;

    .frame-empresa {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .container-user {
        width: 100%;
        max-width: 1246px;
        padding-inline: 15px;
        margin: 0 auto;
        margin-bottom: 6rem;

        h1 {
            text-align: center;
            color: var(--orange);
        }

        .logos {
            margin-top: 8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1.6rem;

            @media (max-width: 767px) {
                margin-top: 4rem;
            }

            .line {
                width: 1px;
                height: 50px;
                background-color: var(--dark-grey);
                transform: rotate(10deg);
            }

            a {

                width: 100%;
                max-width: 200px;

                img {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
        }
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8rem;
        position: relative;
        z-index: 3;


        .left-container {
            width: 100%;
            max-width: 49.3rem;
            height: 43rem;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;

            .bg-profissional {
                position: absolute;
                top: 0;
                left: 0;
                right: 1.5rem;
                bottom: 0;
                margin: auto;
            }

            .card {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                position: relative;
                display: flex;
                z-index: 2;
                width: 100%;
                max-width: 38.5rem;

                img {
                    margin-bottom: 5.6rem;
                    height: auto;
                }

                a {
                    padding: 1.15rem 2.4rem;
                    border-radius: 4.5rem;
                    background-color: white;
                    display: table;
                    margin: 0 auto;
                    color: var(--Laranja, #F19019);
                    text-align: center;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 140%;
                    transition: all .3s ease;

                    &:hover {
                        background-color: var(--green);
                        color: white;
                    }
                }
            }
        }

        .right-container {
            width: 100%;
            max-width: 49.3rem;
            height: 43rem;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;

            .bg-profissional {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

            .card {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                position: relative;
                display: flex;
                z-index: 2;
                width: 100%;
                max-width: 30.3rem;

                img {
                    margin-bottom: 5.6rem;
                    height: auto;
                }

                a {
                    padding: 1.15rem 2.4rem;
                    border-radius: 4.5rem;
                    background-color: white;
                    display: table;
                    margin: 0 auto;
                    color: var(--green);
                    text-align: center;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 140%;
                    transition: all .3s ease;

                    &:hover {
                        background-color: var(--orange);
                        color: white;
                    }
                }
            }
        }
    }

    @media (max-width: 1024px) {
        padding-block: 4rem;

        .container {
            flex-direction: column;
            gap: 2rem;

            .left-container,
            .right-container {
                height: fit-content;
                padding: 2rem !important;

                .bg-profissional {
                    display: none;
                }

                .card {

                    .image {
                        width: 100%;
                        max-width: 20rem;

                        img {
                            margin-bottom: 2.4rem;
                        }
                    }
                }
            }

            .left-container {
                background-color: var(--orange);
                padding: 4rem;
                border-radius: 4rem;
            }

            .right-container {
                background-color: var(--green);
                padding: 4rem;
                border-radius: 4rem;
            }
        }
    }
}


.s-loading-seach {
    padding-block: 8rem;
    background-color: var(--orange-02);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12rem;
        position: relative;
        z-index: 3;

        h1 {
            color: var(--orange);
        }

        .logos {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3.2rem;
            width: 100%;

            .line {
                width: 1px;
                height: 50px;
                background-color: var(--dark-grey);
                transform: rotate(10deg);
            }

            a {

                width: 100%;
                max-width: 200px;

                img {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
        }

    }
}


.loop-search {
    width: 8rem;
    height: auto;
    animation: searchRoll 2s infinite ease-in-out alternate;
}

/* Movimento de "rolagem" - translação + rotação sincronizada */
@keyframes searchRoll {

    0% {
        transform: translateX(0px) translateY(0px);
    }

    25% {
        transform: translateX(10px) translateY(-5px);
    }

    50% {
        transform: translateX(0px) translateY(-10px);
    }

    75% {
        transform: translateX(-10px) translateY(-5px);
    }

    100% {
        transform: translateX(0px) translateY(0px);
    }
}