﻿.menu-superior {
    height: 70px;
    background: white;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    box-shadow: 0px 1.48px 8.87px 0px #00000040;
    position: sticky;
    top: 0;
    display: flex;
    z-index: 99;
}

    .menu-superior .profile-wrapper {
        width: fit-content;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .menu-superior .profile-container-img {
        border-radius: 50%;
        object-fit: cover;
        width: 42px;
        height: 42px;
    }

#profile-menuMobile .profile-container-img {
    border-radius: 50%;
    object-fit: cover;
    width: 42px;
    height: 42px;
}

.profile-menu {
    position: absolute;
    background-color: white;
    box-shadow: 0px 5.6px 6.27px 0px #00000040;
    color: #000;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 70%;
    right: 0;
}

    .profile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .profile-menu li {
        margin: 0;
        padding: 0.4rem 1rem;
    }

        .profile-menu li:last-of-type {
            padding-bottom: 10px;
        }

        .profile-menu li:not(:last-of-type):after {
            content: '';
            display: block;
            height: 1px;
            border-bottom: 1px solid #828282;
            width: 100%;
            text-align: center;
            margin-top: 8px;
        }

        .profile-menu li.without-after-element {
            padding-bottom: 9px;
        }

            .profile-menu li.without-after-element:after {
                content: none;
            }

.menu-superior .textWpp {
    font-size: 0.7rem;
}

.profileMenuList .li_a {
    font-family: 'NotoSansRegular';
    font-size: 1rem;
    color: black;
    text-decoration: none;
}

#profile-menuMobile .profile-menuMobile__user {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: .5rem 0.7rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.menu-superior .profile-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
}

.menu-superior .form-control {
    background-color: #D9D9D9;
    font-size: 0.6rem;
    color: black;
    border: 1px solid black;
    border-radius: 2rem;
    text-transform: uppercase;
    text-align: center;
    padding: .1rem 1rem;
}

.menu-superior .menuSuperior__Jornada {
    background-color: #D9D9D9;
    border: 1px solid black;
    padding: 0.3rem 0.8rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: black;
    font-family: 'NotoSansLight';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.6rem;
    box-shadow: 0px 4px 4px 0px #00000040;
}

#body .modal-header {
    justify-content: center;
    background: black;
    border: none;
    border-radius: 1rem 1rem 0 0;
}

#body .modal-title {
    font-size: 1.2rem;
    text-align: center;
    font-family: 'NotoSansMedium';
}

#body .modal .button {
    background-color: black;
    color: white;
    font-family: 'NotoSansMedium';
    border-radius: 2rem;
    padding: 0.3rem;
    width: 12rem;
    margin: 0 auto;
    cursor: pointer;
}

#body .container-img-wpp-recrutador {
    bottom: 5%;
    width: 12rem;
    height: 6rem;
    position: fixed;
    background: white;
    box-shadow: 0px 4px 16px rgba(41, 23, 77, 0.24);
    border-radius: 0 12px 12px 0;
    left: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    cursor: pointer;
    transition: width 0.4s;
    align-items: center;
    z-index: 3;
    justify-content: center;
    text-decoration: none;
}

@media (min-width:768px) {
    .menu-superior .textWpp {
        font-size: 1rem;
    }
}

@media(min-width:992px) {
    .profile-menu {
        z-index: 1;
        width: 100%;
        top: 54px;
        height: auto;
    }

    .menu-superior #logoMenu {
        right: 0;
    }

    .menu-superior {
        padding: 0 50px;
    }

        .menu-superior .menuSuperior__Jornada {
            font-size: 1rem;
        }

        .menu-superior .form-control {
            font-size: 1rem;
        }
}





































/*remover bdo login.css*/
a {
    text-decoration: none;
}

#body {
    background-color: rgb(247,247,247);
    font-family: 'NotoSansMedium';
}

    #body .btn-login {
        background: #6648cc;
        border-radius: 22px;
        color: #fff;
        cursor: pointer;
        min-height: 35px;
        height: auto;
        padding: 4px 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-family: 'NotoSansLight';
    }

    #body p {
        margin: 0;
    }

    #body .imageFooter {
        height: 100px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    #body .positionTextFooter {
        width: 100%;
        height: 100%;
        padding: 20px 30px;
        background-color: #4D3293;
    }

    #body .textWpp {
        font-size: 13px;
        font-family: 'NotoSansMedium';
    }

    #body .textFooter {
        color: white;
        font-family: 'NotoSansMedium';
        text-align: left;
        padding-left: 14px;
        font-size: 17px;
        font-weight: 500;
    }

@media (min-width:992px) {
    #body .textFooter {
        text-align: center;
    }
}

@media (min-width:1900px) {
    #body .textWpp {
        font-size: 15px;
    }

    #body .imageWpp {
        width: 50px;
    }
}

@media (max-width:1200px) {
}

@media only screen and (max-width: 991.9px) {
    #body .login__alignMenu {
        width: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .sociais .textFooter {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .sociais .textFooter {
        font-size: 12px;
    }

    .sociais .textWpp {
        font-size: 11px;
    }

    .sociais .positionTextFooter svg {
        width: 37px;
    }
}
