/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,900&display=swap');*/
@import url('https://static.portaldaindustria.com.br/static/css/fonts/Logo-Sistema-S.woff');

.ulMenuCNI {
    display: flex;
    padding: 0;
}

.ulMenuCNI li {
    list-style-type: none;
    padding-right: 24px;
    text-decoration: none !important;
}

.ulMenuCNI li a {
    font-size: 18px;
    line-height: 21px;
    color: #fff !important;
}

.ulMenuCNI li a {
    /*font-family: CNI,sans-serif !important;*/
    font-family: 'Logo-Sistema-S', sans-serif !important;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    text-decoration: none !important;
}

.ulMenuCNI li a:hover, .ulMenuCNI li a:focus, .ulMenuCNI li a:visited {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .65;
}

.div-politica-privacidade {
    flex: 1;
    text-align: end;
    font-size: 13px;
    width: 1000px !important;

}

#freshwidget-button > a {
    border: 1px solid;
    -webkit-box-shadow: none;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif !important;
}
.show-tela-grande{
    display: block;
}
.show-tela-pequena{
    display: none;
}
.link-suporte{
    cursor: pointer;
}

.main-menu-header {
    width:100%;
    max-width: 1140px;
    margin: 0 auto;
    display:flex;
}

@media (max-width: 500px) {
    .show-tela-grande{
        display: none;
    }
    .show-tela-pequena{
        display: block;
    }
    /*centraliza as redes sociais*/
    .setone{
        justify-content: center;
    }

    .main-menu-header {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .menus-educ-sesi {
        display: none;
    }
}

@media (min-width: 768px) {
    .show-tela-grande{
        display: block;
    }
    .show-tela-pequena{
        display: none;
    }
    .menus-educ-sesi {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        color: #777777;
        padding-left: 80px;
    }

    .menus-educ-sesi a {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #777777;
        text-decoration: none;
        transition: all ease-in-out .2s;
        position: relative;
    }

    .menus-educ-sesi a::after,
    .box-menus-educ-sesi-sub > a:first-child::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #0047B6;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .menus-educ-sesi a:hover,
    .box-menus-educ-sesi-sub:hover > a:first-child {
        color: #0047B6;
    }

    .menus-educ-sesi a:hover::after,
    .box-menus-educ-sesi-sub:hover > a:first-child::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    .box-menus-educ-sesi-sub > img {
        transition: all ease-in-out .1s;
    }

    .box-menus-educ-sesi-sub:hover > img {
        filter:invert(19%) sepia(99%) saturate(2336%) hue-rotate(210deg) brightness(83%) contrast(104%);
    }

    .menus-educ-sesi .bt-login {
        padding: 12px 24px !important;
        /*font-family: 'Roboto', sans-serif;*/
        font-style: normal;
        font-weight: normal;
        /*font-size: 16px;*/
        line-height: 21px;
        letter-spacing: 0.5px;
        width: fit-content;
        color: #095840 !important;
        background: #FFFFFF;
        border-radius: 8px;
        border: 2px solid #095840;
        transition: all 0.3s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
    }

    .menus-educ-sesi .bt-login:hover {
        padding: 12px 24px;
        line-height: 21px;
        color: #1E984F !important;
        border: 2px solid #1E984F !important;
        transition: all 0.3s ease-in-out;
    }

    .menus-educ-sesi .menus-educ-sesi-sub {
        padding: 8px;
        text-align: left;
        z-index: 999;
        display: none;
        position: absolute;
        height: auto;
        background: #FFFFFF;
        top: 100%;
        width: 100%;
    }

    .menus-educ-sesi .menus-educ-sesi-sub a {
        margin: 0;
        padding: 15px 45px 10px 10px;
        border-radius: 3px;
    }

    .box-menus-educ-sesi-sub {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        cursor: pointer;
        position: relative;
    }

    .box-menus-educ-sesi-sub:hover .menus-educ-sesi-sub {
        display: flex;
        flex-direction: column;
    }

    box-menus-educ-sesi-sub img {
        margin-left: 8px;
        margin-bottom: 4px;
    }

    box-menus-educ-sesi-sub:hover .menus-educ-sesi-sub a:hover {
        background-color: #F7F7F7 !important;
        color: #095840 !important;
    }

    box-menus-educ-sesi-sub:hover .menus-educ-sesi-sub a:hover:first-child {
        border-width: 0 0 1px 0;
    }

    .menus-educ-sesi-sub a {
        margin: 0;
        padding: 15px 45px 10px 10px;
        border-radius: 3px;
    }
}

