* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-size: 1.6rem
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth
}

.contraste {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%)
}

    .contraste .banner-destaque {
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -ms-filter: invert(100%);
        -o-filter: invert(100%);
        filter: invert(100%)
    }

    .contraste .banner-destaque-programas {
        -webkit-filter: invert(100%);
        -moz-filter: invert(100%);
        -ms-filter: invert(100%);
        -o-filter: invert(100%);
        filter: invert(100%)
    }

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: "Arial",Helvetica,sans-serif;
    background-color: #fff
}

    body::-webkit-scrollbar {
        width: 7px
    }

    body::-webkit-scrollbar-track {
        background: #f0f0f0
    }

    body::-webkit-scrollbar-thumb {
        background-color: #211916;
        border-radius: 20px;
        border: 3px solid #211916
    }

html, body {
    margin: 0;
    height: 100%
}

img {
    max-width: 100%;
    display: block
}

button {
    cursor: pointer
}

#altocontraste {
    cursor: pointer
}

.govsp-acessibilidade {
    cursor: pointer
}

hr {
    background-color: #9a9a9a;
    width: 98%;
    max-width: 1400px;
    display: block;
    margin: 20px auto
}

header {
    padding: 20px 0
}

    header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 20px
    }

.logo-bi {
    max-width: 299px;
    width: 100%;
    height: 40px;
    background-image: url(../../img/logo-bi_educacao.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    background-size: 72%;
    background-position: left 10px center
}

@media(max-width: 479px) {
    .logo-bi {
        width: 65%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center
    }
}

.logo-prova-paulista {
    max-width: 120px;
    height: 40px;
    width: 100%;
    background-image: url(../../img/logo-prova-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top 2px;
    background-size: 90% 80%;
    text-indent: -9999px;
    margin-left: 0
}

.logo-aluno-presente {
    max-width: 106px;
    width: 100%;
    height: 40px;
    background-image: url(../../img/logo-aluno-presente.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    background-size: 74px;
    background-position: top 2px center
}

@media(max-width: 479px) {
    .logo-aluno-presente {
        width: 65%;
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: center center
    }
}

.btn-sair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 8px;
    text-decoration: none;
    gap: 10px;
    width: 70px;
    height: 30px;
    border: .5px solid #ed402e;
    border-radius: 6px;
    color: #ed402e;
    font-family: "Arial",Helvetica,sans-serif;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left 15px;
    -webkit-transition: .8s;
    transition: .8s
}

.btn-entenda_super_bi {
    background-color: #f3a40e;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 9px;
    text-decoration: none;
    gap: 10px;
    width: 70px;
    height: 30px;
    border: .5px solid #f3a40e;
    border-radius: 6px;
    font-family: "Arial",Helvetica,sans-serif;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left 15px;
    -webkit-transition: .8s;
    transition: .8s
}

@media(max-width: 991px) {
    .btn-sair {
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        background-position: center center
    }
    .btn-entenda_super_bi {
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        background-position: center center
    }
}

.btn-sair:hover {
    text-decoration: none;
    background-color: #ed402e;
    color: #fff
}

    .btn-sair:hover svg path {
        fill: #fff !important
    }

.btn-entenda_super_bi:hover {
    text-decoration: none;
    background-color: #f3a40e;
    color: #fff
}

    .btn-entenda_super_bi:hover svg path {
        fill: #fff !important
    }

.menu-principal .container-desktop.menu-prova-paulista a {
    color: #7a7a7a;
    background: #fdd7d8
}

    .menu-principal .container-desktop.menu-prova-paulista a.active {
        background: #e51b20
    }

    .menu-principal .container-desktop.menu-prova-paulista a:hover {
        background: #e51b20;
        color: #fff
    }

    .menu-principal .container-desktop.menu-prova-paulista a:focus {
        outline: none
    }

.menu-principal .container-desktop {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .menu-principal .container-desktop.active {
        right: 0
    }

@media(max-width: 991px) {
    .menu-principal .container-desktop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        max-width: 300px;
        height: 100vh;
        z-index: 9999;
        right: -100%;
        top: 0;
        background-color: rgba(239,197,16,.7411764706)
    }
}

.menu-principal .container-desktop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #b4971d;
    background: #fff6ce;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: .8s;
    transition: .8s
}

    .menu-principal .container-desktop a.active {
        background: #efc510;
        font-weight: 700;
        font-size: 16px;
        line-height: 125%;
        color: #fff
    }

    .menu-principal .container-desktop a:hover {
        background: #efc510;
        color: #fff
    }

    .menu-principal .container-desktop a:focus {
        outline: none
    }

.container-mobile {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    display: none
}

@media(max-width: 991px) {
    .container-mobile {
        display: block
    }
}

.container-mobile .menu-btn {
    width: 26px;
    height: 22.29px;
    background-image: url(../../img/icones/icon-nav.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

    .container-mobile .menu-btn.active {
        background-image: url(../../img/icones/icon-nav-close.svg);
        background-size: contain
    }

.chamada-header {
    width: 100%;
    height: 326px;
    background-image: url(../../img/bg-header-chamda.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center
}

    .chamada-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: rgba(255,255,255,.8);
        height: 100%;
        width: 100%;
        max-width: 490px;
        gap: 6px
    }

@media(max-width: 479px) {
    .chamada-header .container {
        width: 80%
    }
}

.chamada-header .container h3 {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: #288fd8
}

@media(max-width: 479px) {
    .chamada-header .container h3 {
        text-align: center
    }
}

.chamada-header .container p {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #288fd8
}

.chamada-header .container span {
    color: #efc510;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.combo-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    gap: 49px;
    gap: 0;
    width: 100%;
    max-width: 402px
}

.super-nav {
    width: 30px;
    height: 31.28px;
    cursor: pointer
}

    .super-nav:hover svg path {
        fill: #efc510
    }

.container-page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 15px
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.container-fluid {
    width: 100%;
    padding: 0px 15px
}

.filtro-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 5px;
    gap: 10px;
    padding-bottom: 24px
}

@media(max-width: 991px) {
    .filtro-header .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.filtro-header .container .form-combo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px;
    gap: 0px
}

@media(max-width: 991px) {
    .filtro-header .container .form-combo {
        width: 50%;
        max-width: 200px
    }
}

@media(max-width: 479px) {
    .filtro-header .container .form-combo {
        width: 80%;
        max-width: 175px
    }
}

.filtro-header .container .form-combo label {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4756
}

.btn-group > .btn:first-child {
    font-family: "Arial",Helvetica,sans-serif;
    margin-left: 0;
    border: .8px solid #c1c9d8;
    color: #acacac;
    border-radius: 3px
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    font-family: "Arial",Helvetica,sans-serif;
    background-color: #288fd8
}

.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
    width: 7px
}

.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track {
    background: #f0f0f0
}

.bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
    background-color: #3b3b3b;
    border-radius: 20px;
    border: 3px solid #3b3b3b
}

.table-busca .dataTables_length label {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4756
}

.table-busca .dataTables_filter label {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3f4756
}

.table-custom {
    position: relative;
    padding-top: 30px
}

@media(max-width: 479px) {
    .table-custom {
        width: 100%;
        display: block;
        max-width: 425px;
        overflow-x: scroll
    }
}

.table-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .5px;
    background-color: rgba(154,154,154,.3);
    width: 100%;
    max-width: 1400px;
    display: block
}

.table-custom thead tr th {
    border: 2px solid #fff;
    background: #51abeb;
    padding: 20px 10px;
    color: #fff;
    font-family: "Arial",Helvetica,sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: center
}

    .table-custom thead tr th.sorting {
        background-image: url("../../img/icones/icon-table-filter.svg");
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 17px
    }

    .table-custom thead tr th.sorting_asc {
        background-image: url("../../img/icones/icon-table-filter-desc.svg");
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 17px
    }

    .table-custom thead tr th.sorting_desc {
        background-image: url("../../img/icones/icon-table-filter-asc.svg");
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 17px
    }

.table-custom tbody {
    border-bottom: 0
}

    .table-custom tbody tr {
        background-color: #f8f8f8
    }

        .table-custom tbody tr:nth-child(even) {
            background-color: #eee
        }

        .table-custom tbody tr td {
            font-family: "Arial",Helvetica,sans-serif;
            border: 2px solid #fff;
            color: #898989;
            font-weight: 400;
            font-size: 15px;
            line-height: 20px;
            text-align: center
        }

            .table-custom tbody tr td.alert-color-green {
                background-color: #39ba7a;
                color: #fff
            }

            .table-custom tbody tr td.alert-color-yellow {
                background-color: #f5d031;
                color: #898989
            }

            .table-custom tbody tr td.alert-color-red {
                background-color: #e53239;
                color: #fff
            }

            .table-custom tbody tr td.alert-color-gray {
                background-color: #8d8d8d;
                color: #fff
            }

.dataTables_wrapper .dataTables_length {
    margin-top: 20px
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px
}

    .dataTables_wrapper .dataTables_filter label {
        font-family: "Arial",Helvetica,sans-serif
    }

    .dataTables_wrapper .dataTables_filter input {
        font-family: "Arial",Helvetica,sans-serif;
        width: 290px;
        height: 40px;
        left: 810px;
        top: 0px;
        background: #f9f9f9;
        border-radius: 122px;
        padding-left: 45px;
        padding-right: 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-image: url(../../img/icones/icon-de-busca.png);
        background-repeat: no-repeat;
        background-position: left 10px center
    }

        .dataTables_wrapper .dataTables_filter input:focus {
            outline: none !important;
            border-color: #719ece;
            -webkit-box-shadow: 0 0 10px #719ece;
            box-shadow: 0 0 10px #719ece
        }

.table {
    border-bottom: 0 !important
}

    .table thead {
        background: #f8f8f8;
        border-radius: 3px 3px 0px 0px
    }

        .table thead tr th {
            font-family: "Arial",Helvetica,sans-serif;
            font-size: 16px;
            padding: 15px;
            line-height: 19px;
            color: #606878;
            text-align: left
        }

            .table thead tr th:nth-child(4) {
                text-align: center;
                color: #3475a3
            }

    .table tbody tr {
        border-bottom: 1px solid #e5e9f2
    }

        .table tbody tr td {
            font-family: "Arial",Helvetica,sans-serif;
            padding: 20px;
            font-size: 14px;
            color: #606878
        }

            .table tbody tr td a {
                font-family: "Arial",Helvetica,sans-serif;
                font-size: 14px;
                color: #606878
            }

                .table tbody tr td a:hover {
                    color: #788193
                }

            .table tbody tr td.icones-acoes {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
                gap: 5px
            }

                .table tbody tr td.icones-acoes a:nth-child(2) img {
                    width: 23px !important
                }

                .table tbody tr td.icones-acoes a img:nth-child(1) {
                    width: 18px
                }

                .table tbody tr td.icones-acoes a img:hover {
                    opacity: .8
                }

.dataTables_info {
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 15px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #f8f8f8 !important;
    background: #7e7e7e !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    font-size: 15px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
        color: #fff !important
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #7e7e7e !important;
    font-size: 15px;
    color: #606878 !important;
    border: 1px solid #7e7e7e !important
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 15px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        color: #fff !important
    }

.text-captalize {
    text-transform: capitalize
}

div#topbarLink {
    padding-top: 7px
}

.sidebar-menu {
    width: 100%;
    max-width: 310px;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 9999;
    background-color: rgba(255,255,255,.938);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 1px 0px 16px rgba(0,0,0,.21);
    box-shadow: 1px 0px 16px rgba(0,0,0,.21)
}

    .sidebar-menu.active {
        top: 0;
        left: 0
    }

    .sidebar-menu .logo-bi {
        width: 90%;
        background-position-x: 45px
    }

    .sidebar-menu .sidebar-menu-fechar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
        height: 32px;
        cursor: pointer
    }

        .sidebar-menu .sidebar-menu-fechar svg path {
            fill: #efc510
        }

        .sidebar-menu .sidebar-menu-fechar:hover svg path {
            fill: #288fd8
        }

    .sidebar-menu .mobile-nav {
        color: #fff;
        padding: 5px
    }

        .sidebar-menu .mobile-nav a {
            font-family: "Arial",Helvetica,sans-serif;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            background: #5a9ae2;
            border-radius: 5px;
            padding: 7px 20px
        }

    .sidebar-menu .accordion-section {
        padding: 5px 0;
        padding-bottom: 0
    }

        .sidebar-menu .accordion-section:last-child {
            border-bottom: none
        }

    .sidebar-menu .accordion-section-title {
        display: block;
        position: relative
    }

    .sidebar-menu .accordion-section-content {
        display: none
    }

    .sidebar-menu .link-list {
        list-style-type: none;
        padding: 0 25px;
        margin-bottom: 0
    }

        .sidebar-menu .link-list li {
            margin: 0;
            padding: 5px 0px
        }

            .sidebar-menu .link-list li a {
                background: rgba(0,0,0,0);
                border-radius: 5px;
                padding: 0px 0px;
                font-family: "Arial",Helvetica,sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                color: #868686;
                position: relative
            }

                .sidebar-menu .link-list li a:hover {
                    color: #5a9ae2
                }

                .sidebar-menu .link-list li a.active {
                    color: #5a9ae2
                }

                    .sidebar-menu .link-list li a.active:before {
                        content: "";
                        background-image: url("../../img/icones/icon-active-nav.svg");
                        background-repeat: no-repeat;
                        background-position: center center;
                        position: absolute;
                        width: 9px;
                        height: 9px;
                        left: -11px;
                        top: 6px
                    }

.hero-login .container {
    background-image: url(../../img/hero-login.png);
    background-color: #3a87bd;
    background-size: cover;
    width: 98%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 105px 0;
    -webkit-filter: drop-shadow(0px 9px 11px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 9px 11px rgba(0, 0, 0, 0.2));
    border-radius: 20px
}

    .hero-login .container .form-login label {
        font-family: "Arial",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }

    .hero-login .container .form-login input {
        width: 100%;
        font-family: "Arial",Helvetica,sans-serif;
        padding: 21px 17px;
        height: 50px;
        background: #fff;
        border: .8px solid #c1c9d8;
        border-radius: 3px;
        margin-bottom: 20px
    }

        .hero-login .container .form-login input::-webkit-input-placeholder {
            color: #9c9c9c
        }

        .hero-login .container .form-login input::-moz-placeholder {
            color: #9c9c9c
        }

        .hero-login .container .form-login input:-ms-input-placeholder {
            color: #9c9c9c
        }

        .hero-login .container .form-login input::-ms-input-placeholder {
            color: #9c9c9c
        }

        .hero-login .container .form-login input::placeholder {
            color: #9c9c9c
        }

        .hero-login .container .form-login input:focus {
            outline: none !important;
            border-color: #719ece;
            -webkit-box-shadow: 0 0 10px #719ece;
            box-shadow: 0 0 10px #719ece
        }

    .hero-login .container .form-login .btn-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 17px;
        gap: 13px;
        font-family: "Arial",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
        width: 100%;
        height: 49px;
        background: radial-gradient(126.53% 126.53% at 65.92% 48.98%, rgba(68, 68, 68, 0.2) 0%, rgba(255, 255, 255, 0) 100%),#f6d330;
        border: .8px solid #fff0ac;
        border-radius: 3px
    }

        .hero-login .container .form-login .btn-login:hover {
            background: #f6d330;
            border: .8px solid #f6d330
        }

        .hero-login .container .form-login .btn-login:focus {
            background: #f6d330;
            border: .8px solid #f6d330;
            outline: none
        }

    .hero-login .container .form-login .text-esqueci {
        font-family: "Arial",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #fff
    }

.chamada-footer .container {
    width: 98%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(../../img/bg-chamda.png);
    background-color: #fff;
    background-position: center right;
    background-repeat: no-repeat
}

    .chamada-footer .container .chamada {
        padding: 145px 0;
        background: linear-gradient(91.09deg, rgba(255, 255, 255, 0.96) 63.76%, rgba(255, 255, 255, 0) 102.64%)
    }

        .chamada-footer .container .chamada h2 {
            color: #288fd8;
            font-family: "Arial",Helvetica,sans-serif
        }

            .chamada-footer .container .chamada h2 span {
                font-weight: 400;
                font-size: 24px;
                line-height: 29px
            }

            .chamada-footer .container .chamada h2 b {
                font-weight: 700;
                font-size: 36px;
                line-height: 44px
            }

        .chamada-footer .container .chamada p {
            font-family: "Arial",Helvetica,sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #858585
        }

.mensagens {
    margin: 20px 0;
    padding: 0 5px
}

    .mensagens p {
        font-family: "Arial",Helvetica,sans-serif;
        font-size: 12px
    }

.detalhes-busca .container {
    padding: 0 5px
}

    .detalhes-busca .container .titulo-diretoria {
        font-family: "Arial",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 39px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #3475a3
    }

@media(max-width: 479px) {
    .detalhes-busca .container .titulo-diretoria {
        font-size: 22px;
        line-height: 29px
    }
}

.detalhes-busca .container-detalhes {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

    .detalhes-busca .container-detalhes h2 {
        padding-top: 15px;
        font-family: "Arial",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #606878
    }

@media(max-width: 479px) {
    .detalhes-busca .container-detalhes h2 {
        font-size: 26px;
        line-height: 34px
    }
}

.detalhes-busca .container-detalhes p {
    color: #606878
}

.detalhes-busca-number .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px 0
}

@media(max-width: 479px) {
    .detalhes-busca-number .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.detalhes-busca-number .container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 479px) {
    .detalhes-busca-number .container .box {
        text-align: center
    }
}

.detalhes-busca-number .container .box h3 {
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #6a7280
}

@media(max-width: 479px) {
    .detalhes-busca-number .container .box h3 {
        font-size: 26px;
        line-height: 34px
    }
}

.detalhes-busca-number .container .box h3 span {
    display: block;
    font-family: "Arial",Helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #6a7280
}

@media(max-width: 479px) {
    .detalhes-busca-number .container .box h3 span {
        font-size: 15px;
        line-height: 15px
    }
}

footer {
    margin-top: 32px;
    padding-bottom: 30px
}

    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: solid 5px #000;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

#sedUiModalWrapper_1 .modal-dialog .modal-header {
    background-color: #288fd8;
    color: #fff
}

#sedUiModalWrapper_1 .modal-dialog .modal-body ul {
    border: 1px solid rgba(71,71,71,.1);
    border-radius: 4px
}

    #sedUiModalWrapper_1 .modal-dialog .modal-body ul li {
        border-bottom: 1px solid rgba(71,71,71,.1)
    }

        #sedUiModalWrapper_1 .modal-dialog .modal-body ul li a {
            font-size: 13px;
            font-size: 16px;
            font-family: "Arial",Helvetica,sans-serif;
            display: block;
            padding: 6px;
            color: #aba9a9;
            text-decoration: none
        }

            #sedUiModalWrapper_1 .modal-dialog .modal-body ul li a:hover {
                background-color: #288fd8;
                color: #fff
            }


#sedUiModalWrapper_2 .modal-dialog .modal-header {
    background-color: #288fd8;
    color: #fff
}

#sedUiModalWrapper_2 .modal-dialog .modal-body ul {
    border: 1px solid rgba(71,71,71,.1);
    border-radius: 4px
}

    #sedUiModalWrapper_2 .modal-dialog .modal-body ul li {
        border-bottom: 1px solid rgba(71,71,71,.1)
    }

        #sedUiModalWrapper_2 .modal-dialog .modal-body ul li a {
            font-size: 13px;
            font-size: 16px;
            font-family: "Arial",Helvetica,sans-serif;
            display: block;
            padding: 6px;
            color: #aba9a9;
            text-decoration: none
        }

            #sedUiModalWrapper_2 .modal-dialog .modal-body ul li a:hover {
                background-color: #288fd8;
                color: #fff
            }


#sedUiModalWrapper_3 .modal-dialog .modal-header {
    background-color: #288fd8;
    color: #fff
}

#sedUiModalWrapper_3 .modal-dialog .modal-body ul {
    border: 1px solid rgba(71,71,71,.1);
    border-radius: 4px
}

    #sedUiModalWrapper_3 .modal-dialog .modal-body ul li {
        border-bottom: 1px solid rgba(71,71,71,.1)
    }

        #sedUiModalWrapper_3 .modal-dialog .modal-body ul li a {
            font-size: 13px;
            font-size: 16px;
            font-family: "Arial",Helvetica,sans-serif;
            display: block;
            padding: 6px;
            color: #aba9a9;
            text-decoration: none
        }

            #sedUiModalWrapper_3 .modal-dialog .modal-body ul li a:hover {
                background-color: #288fd8;
                color: #fff
            }


#sedUiModalWrapper_4 .modal-dialog .modal-header {
    background-color: #288fd8;
    color: #fff
}

#sedUiModalWrapper_4 .modal-dialog .modal-body ul {
    border: 1px solid rgba(71,71,71,.1);
    border-radius: 4px
}

    #sedUiModalWrapper_4 .modal-dialog .modal-body ul li {
        border-bottom: 1px solid rgba(71,71,71,.1)
    }

        #sedUiModalWrapper_4 .modal-dialog .modal-body ul li a {
            font-size: 13px;
            font-size: 16px;
            font-family: "Arial",Helvetica,sans-serif;
            display: block;
            padding: 6px;
            color: #aba9a9;
            text-decoration: none
        }

            #sedUiModalWrapper_4 .modal-dialog .modal-body ul li a:hover {
                background-color: #288fd8;
                color: #fff
            }


#sedUiModalWrapper_5 .modal-dialog .modal-header {
    background-color: #288fd8;
    color: #fff
}

#sedUiModalWrapper_5 .modal-dialog .modal-body ul {
    border: 1px solid rgba(71,71,71,.1);
    border-radius: 4px
}

    #sedUiModalWrapper_5 .modal-dialog .modal-body ul li {
        border-bottom: 1px solid rgba(71,71,71,.1)
    }

        #sedUiModalWrapper_5 .modal-dialog .modal-body ul li a {
            font-size: 13px;
            font-size: 16px;
            font-family: "Arial",Helvetica,sans-serif;
            display: block;
            padding: 6px;
            color: #aba9a9;
            text-decoration: none
        }

            #sedUiModalWrapper_5 .modal-dialog .modal-body ul li a:hover {
                background-color: #288fd8;
                color: #fff
            }
.btn_melhores_semanas {
    position: fixed;
    right: 0;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 22px;
    gap: 10px;
    z-index: 9999;
    width: 60.68px;
    height: 62.33px;
    background-color: #edce3c;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.09);
    box-shadow: 0px 4px 4px rgba(0,0,0,.09);
    border-radius: 12px 0px 0px 12px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .btn_melhores_semanas svg {
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .btn_melhores_semanas:hover svg path {
        fill: #fff
    }

    .btn_melhores_semanas.active svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .btn_melhores_semanas.active svg path {
            fill: #fff
        }

.conteudo_melhores_semana {
    position: fixed;
    top: 20%;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 90px;
    width: 481px;
    height: 389px;
    z-index: 9999;
    background-image: url(../../img/bg-melhores-semanas.png);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    .conteudo_melhores_semana .icon_fechar_melhores_semana {
        position: absolute;
        top: 23px;
        right: 105px;
        cursor: pointer
    }

        .conteudo_melhores_semana .icon_fechar_melhores_semana:hover svg path {
            fill: #288fd8
        }

    .conteudo_melhores_semana.active {
        top: 20%;
        right: 5%
    }

    .conteudo_melhores_semana table {
        width: 240px
    }

        .conteudo_melhores_semana table thead th {
            font-family: "Arial",Helvetica,sans-serif;
            font-weight: 700;
            font-size: 20px;
            color: #288fd8
        }

        .conteudo_melhores_semana table tbody tr {
            padding: 0 3px
        }

            .conteudo_melhores_semana table tbody tr td {
                border-bottom: solid 1px #fff;
                font-family: "Arial",Helvetica,sans-serif;
                color: #3f4756
            }

.painel-dashboard .container-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

    .painel-dashboard .container-page h2 {
        padding-top: 20px;
        font-family: "Arial";
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        color: #606878
    }

.dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

    .dashboard header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        background: #288fd8;
        gap: 10px;
        border-radius: 8px
    }

        .dashboard header b {
            font-family: "Arial";
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 28px;
            color: #06468d
        }

    .dashboard .conteudo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px;
        gap: 15px
    }

@media(max-width: 991px) {
    .dashboard .conteudo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.dashboard .conteudo .box-dashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 100%;
    max-width: 235px;
    height: 114px;
    background: #fff;
    -webkit-box-shadow: 1px 0px 16px rgba(0,0,0,.205);
    box-shadow: 1px 0px 16px rgba(0,0,0,.205);
    border-radius: 12px
}

@media(max-width: 991px) {
    .dashboard .conteudo .box-dashboard {
        max-width: 280px
    }
}

@media(max-width: 479px) {
    .dashboard .conteudo .box-dashboard {
        max-width: 186px
    }
}

.dashboard .conteudo .box-dashboard a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

    .dashboard .conteudo .box-dashboard a img {
        width: 90%
    }

@media(max-width: 479px) {
    .dashboard .conteudo .box-dashboard a img {
        width: 70%
    }
}

.dashboard .conteudo .box-dashboard a:hover {
    opacity: .8
}

.escola-total header {
    background: #f2c811
}

.rh-total header {
    background: #95ccf3
}
