.menu__btn,
.btn__close-menu,
.btn__profile,
.close-menu-profile {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none !important;
}

.menu__btn .icone-menu {
    height: 24px;
}

.menu {
    box-shadow: none;
    z-index: 10001;
}

.menu.shadow-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.menu nav {
    height: initial;
    flex-wrap: wrap;
}

.container__login {
    height: 4.25rem;
}

.logo__op {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 140px;
    max-height: 32px;
}

.logo__op img {
    width: 100%;
    height: 32px;
}

.login__profile {
    gap: 15px;
}

.login__profile a {
    height: initial;
    padding: 0.188rem 0.48rem;
    border: none;
    border-radius: 4px;
}

.login__profile .btn__enter {
    color: var(--blackdefault);
    background-color: #F3F3F3;
    padding: 0.188rem 0.553rem;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: .23rem;
}

.login__profile .btn__enter:hover {
    background-color: var(--bluedefault);
    color: #fff;
}
.login__profile .btn__enter:hover svg path{
    fill: #fff;
}

.login__profile .btn__enter span {
    position: relative;
    top: 1px;
}

.login__profile.logged {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}

.login__profile.logged:hover {
    background: -moz-linear-gradient(135deg, rgba(1, 170, 229, 1) 0%, rgba(27, 64, 109, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(1, 170, 229, 1) 0%, rgba(27, 64, 109, 1) 100%);
    background: transparent linear-gradient(135deg, #00F0FF 0%, #2179CE 100%) 0% 0% no-repeat padding-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01aae5", endColorstr="#1b406d", GradientType=1);
}

.login__profile .btn__profile {
    width: 32px;
    height: 32px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    background-size: cover;
}

.login__profile.logged .assine,
.login__profile.logged .btn__enter {
    display: none;
}

.login__profile.logged .btn__profile {
    display: flex;
}

.list__menu {
    width: 100%;
    justify-content: center;
    height: 48px !important;
    gap: 48px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 10000;
    background-color: var(--white);
}

.menu::after {
    content: '';
    position: absolute;
    height: 0.0625rem;
    width: 100%;
    top: 68px;
    left: 0;
    background-color: #EEEEEE;
}

.list__menu li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 48px;
    display: flex;
    align-items: center;
    height: 100%;
}

.list__menu li>a {
    font-size: 20px !important;
    line-height: initial !important;
    font-weight: bold;
    color: var(--bluedefault);
    transition: .2s;
}

.list__menu li a:hover {
    color: var(--lightblue);
}

.list__menu .active-menu .sub {
    display: block;
}

.list__menu .list-submenu li {
    padding: 0 !important;
}

.box-submenu {
    top: 47px;
}

.list__menu .container-submemenu a {
    font-size: 18px !important;
    max-width: max-content;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 400;
    transition: .2s;
}

.container-submemenu ul {
    display: flex;
    padding-left: 0;
}

@media (max-width: 1225px) {
    .list__menu .list-item-menu {
        display: initial;
    }
}

@media screen and (max-width: 743px) {
    .logo__op {
        margin: 0;
        left: 57px;
    }

    .container__login {
        height: 60px;
    }

    .list-item-menu,
    .list__menu {
        display: none !important;
    }

    .menu::after {
        display: none;
    }

}

/* ============ CSS PARA O MENU LATERAL ========== */
.btn__search,
.btn__close-menu {
    border-radius: 100%;
    border: 1px solid var(--bluedefault);
    height: 36px;
    width: 36px;
    padding: 8px;
    transition: .3s;
    cursor: pointer;
    background: no-repeat center;
}

.btn__close-menu {
    background-image: url(../img/menu/close_blue.svg);
}

.btn__close-menu:hover {
    background-color: #CE2139;
    border: 1px solid #CE2139;
    background-image: url(../img/menu/close_white.svg);
}

.btn__search {
    background-image: url(../img/menu/icon_search-blue.svg);
}

.btn__search:hover {
    background-image: url(../img/menu/icon_search-white.svg);
    background-color: var(--bluedefault);

}

/* ============ CSS PARA O MENU LATERAL ========== */


/* =============== CSS RETIRADO DO OPMAIS ================= */
.close-menu-profile {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/menu/close_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #1b406d;
    border-radius: 100%;
    transition: .5s;
    cursor: pointer;
}

.close-menu-profile:hover {
    background-color: #CE2139;
    border: 1px solid #CE2139;
    background-image: url(../img/menu/close_white.svg);

}

.container-menu h2 {
    font-size: 16px;
    line-height: 1.25rem;
    color: #fff;
}

.container-menu p,
.container-menu .notification-time {
    font-size: 14px;
    line-height: 1rem;
}

.c-container-menu {
    overflow-y: auto;
    max-height: 294px;
    position: relative;
}

.container-menu {
    width: 100vw;
    max-height: 600px;
    padding: 20px 20px;
    position: fixed;
    right: -625px;
    top: 60px;
    opacity: 0;
    background-color: #000;
    display: block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10002;
    /*background: transparent -moz-linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #1E1E1E 0%, #1E1E1E 58%, #004C6B 100%) 0% 0% no-repeat padding-box;*/
    background-color: #F3F3F3;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}


.container-menu li a:hover .notification-time,
.container-menu li a:hover h2 {
    color: var(--cyan) !important;
}

.container-menu li a:hover figure {
    border: 2px solid var(--cyan);
}

.menu-item__profile.active .container-menu {
    right: 0;
    opacity: 1;
}

.profile-img.active:after {
    opacity: 1;
    bottom: -22px;
}

/* SCROLL LATERAL DO PERFIL MENU E NOTIFICAÇÕES */
/* width */
.container-menu .c-container-menu::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.container-menu .c-container-menu::-webkit-scrollbar-track {
    background: #999999;
    border-radius: 10px
}

/* Handle */
.container-menu .c-container-menu::-webkit-scrollbar-thumb {
    background: #1E1E1E;
    border-radius: 10px
}

/* Handle on hover */
.container-menu .c-container-menu::-webkit-scrollbar-thumb:hover {
    background: #1E1E1E;
}

/* SCROLL LATERAL DO PERFIL MENU E NOTIFICAÇÕES */


@media screen and (min-width: 650px) {
    .container-menu {
        max-width: 407px
    }
}

@media screen and (max-width: 650px) {
    .container-menu {
        max-width: 90vw;
    }
}

.info-profile figure img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.info-profile figure {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 50%;
    background: transparent linear-gradient(135deg, #00F0FF 0%, #2179CE 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-profile img {
    object-fit: cover;
}

.profile-menu {
    gap: 20px;
}

.text-logged {
    color: #999999;
    font-size: 12px;
    line-height: 16px;
}

.profile-notification {
    color: #1E1E1E;
    font-size: 24px;
    line-height: 26px;
}

/* LINHAS TRACEJADAS */
.c-menu__bb--dashed {
    border-bottom: 1px dashed #999999;
}

.c-menu__bt--dashed {
    border-top: 1px dashed #999999;
}

/* LINHAS TRACEJADAS */

.btn-logout {
    font-weight: bold;
    background-color: #CE2139;
    border-color: #CE2139;
    transition: .3s;
}
.btn-logout:hover{
    background-color: #6D1426;
    border-color: #6D1426;
}
.menu-profile li {
    margin-bottom: 16px;
    padding: 0 !important;
    height: 18px !important;
}

.menu-profile li span {
    color: #08193F;
    transition: .3s;
}

.notification__item:hover svg path {
    fill: var(--lightblue);
    transition: .3s;
}

.notification__item:hover span {
    color: var(--lightblue);
}

.container-notification li a.notification__item {
    transition: .3s;
    font-size: 16px;
    line-height: 18px;
    align-items: center;
}

.notification__item {
    gap: 8px;
}

/* ---------- SUITES ---------- */
.title-suite {
    font-size: 16px;
    color: #999999;
}

.suite__item {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 4px 4px 4px;
    background: none;
    border-radius: 50px;
    transition: 0.5s all;
}

.suite__item span {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: none;
    text-transform: none;
}

.suite__item:first-child {
    z-index: 999;
}

.suite__item:nth-child(2) {
    z-index: 99;
}

/* ---------- SUITES ---------- */

/* =============== CSS RETIRADO DO OPMAIS ================= */


/* ============ CSS PARA TIPOS DE PÁGINAS ============= */
/* INTERNAS */
.inner-bar.visible {
    top: 68px;
}

@media (max-width: 743px) {
    .inner-bar.visible {
        top: 60px !important;
    }
}

/* INTERNAS */
/* ============ CSS PARA TIPOS DE PÁGINAS ============= */