/*GERENCIADOR*/

#header {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    position: relative;
}

    #header .acessibilidade {
        background: #efefef;
        height: 35px;
    }

        #header .acessibilidade .lista-acessibilidade li {
            display: inline-block;
            line-height: 35px;
        }

            /*
#header .acessibilidade .lista-acessibilidade li:nth-of-type(8) a {
    margin-right: 20px;
}
*/

            #header .acessibilidade .lista-acessibilidade li:last-child a:after {
                display: none;
            }

            #header .acessibilidade .lista-acessibilidade li a {
                color: #9a9a9a;
                font-size: 10px;
                text-transform: uppercase;
                display: block;
                padding: 0 7px 0 5px;
                position: relative;
                -webkit-transition: all .25s ease-out;
                transition: all .25s ease-out;
            }

                #header .acessibilidade .lista-acessibilidade li a:hover {
                    text-decoration: none;
                    opacity: .8;
                    filter: alpha(opacity=80);
                }

                #header .acessibilidade .lista-acessibilidade li a:after {
                    content: '';
                    border-right: 1px solid #d8d8d8;
                    position: absolute;
                    right: -1px;
                    height: 9px;
                    top: 50%;
                    margin: -4px 0;
                }

            #header .acessibilidade .lista-acessibilidade li.font-zoom a {
                width: 25px;
                text-align: center;
                font-size: 11px;
                color: #6d6e71;
                margin: 0 2px 0 0;
                padding: 0;
                display: block;
                background: #e5e5e5;
            }

                #header .acessibilidade .lista-acessibilidade li.font-zoom a:after {
                    display: none;
                }

    #header #logo-header {
        padding: 0;
        margin: 0 10px 0 0;
        /*margin: 0 35px 0 0;*/
        display: inline;
        clear: both;
    }

#logo-header a {
    color: #fff;
}

    #logo-header a img {
        width: 100%;
        display: block;
    }

#logo-header .logo-content {
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

    #logo-header .logo-content.logo-techpark,
    #logo-header .logo-content.logo-home {
        max-width: 165px;
    }

#logo-header .gif-content {
    width: 65px;
    float: left;
    background: url(https://www.feevale.br/Comum/img/50anos/index.gif) no-repeat 0 0;
    height: 65px;
    background-size: cover;
}

#header .col-md-12,
#header .col-md-10,
#header .col-md-2 {
    padding: 0 15px;
}

#header .central-aluno .col-md-12,
#header .central-aluno .col-md-10 {
    padding: 25px 15px;
}

#header .central-aluno form.form-busca-header {
    position: relative;
    top: 12px;
    overflow: hidden;
    padding: 30px 15px 15px;
    background: #2ec034;
    margin: 0 -15px -12px;
    border-bottom: 5px solid #ffde00;
    /* margin-top: 20px; */
    margin-top: 26px;
}

    #header .central-aluno form.form-busca-header .form-control {
        height: 35px;
        box-shadow: none;
        border: 0;
        font-size: 22px;
        border-radius: 10px 0 0 10px;
        padding-right: 30px;
    }

    #header .central-aluno form.form-busca-header .input-group-btn button {
        border-radius: 0 10px 10px 0;
        height: 35px;
        background: #ffde00;
        border-color: #ffde00;
        width: 35px;
        font-size: 13px;
        color: black;
        line-height: 16px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    #header .central-aluno form.form-busca-header .input-group {
        margin: -10px 0 0;
        float: left;
    }

    #header .central-aluno form.form-busca-header .microphone {
        font-size: 30px;
        top: -50px;
        float: right;
        position: relative;
        color: #ccc;
        z-index: 9;
        padding: 0 15px 0 0;
        cursor: pointer;
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

#header .nav-top {
    background: #009139;
    height: 50px;
    border-bottom: 3px solid #ffde00;
    position: absolute;
    /* top: 198px; */
    top: 176px;
    left: 0;
    z-index: 9;
    height: auto;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

    #header .nav-top.ativo {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #header .nav-top .menu-global {
        border-top: 5px solid #ffde00;
        margin: 0 -15px;
        background: #2ec034;
        position: relative;
        z-index: 9;
    }

        #header .nav-top .menu-global li {
            display: inline-block;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            position: static;
        }

            #header .nav-top .menu-global li,
            #header .nav-top .menu-global li.menu-first {
                display: block;
                width: 100%;
                text-align: left;
                font-size: 28px;
                height: 70px;
                border-bottom: 1px solid #7de181;
            }

#header.bloco-secondary .nav-top .menu-global li,
#header.bloco-secondary .nav-top .menu-global li.menu-first {
    border-color: #efefef;
}

#header .nav-top .menu-global li a {
    line-height: 47px;
    color: #fff;
    display: block;
    padding: 0 12px 0;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 16px;
}

    #header .nav-top .menu-global li a:before {
        content: '•';
        display: inline-block;
        color: #ffdd00;
        font-size: 18px;
        font-weight: normal;
        vertical-align: bottom;
    }

    #header .nav-top .menu-global li a i {
        display: none !important;
    }

#header .nav-top .container {
    width: 100%;
}

.menu-mobile > a {
    display: block;
    height: 42px;
    position: relative;
    top: -17px;
    width: 50px;
    z-index: 523523523;
}

#header .menu-mobile {
    font-size: 0;
    text-indent: -99999px;
    display: block;
    position: absolute;
    top: 34px;
    right: 15px;
    width: 40px;
    height: 5px;
    margin: 16px 0;
    background: #2ec034;
    visibility: visible;
    border-radius: 2px;
}

    #header .menu-mobile.ativo {
        background: transparent !important;
    }

    #header .menu-mobile:before,
    #header .menu-mobile:after {
        content: '';
        height: 5px;
        width: 40px;
        background: #2ec034;
        position: absolute;
        left: 0;
        border-radius: 2px;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #header .menu-mobile:before {
        top: -9px;
    }

    #header .menu-mobile.ativo:before {
        -webkit-transform: translateY(16px) rotate(45deg);
        -moz-transform: translateY(16px) rotate(45deg);
        -ms-transform: translateY(16px) rotate(45deg);
        -o-transform: translateY(16px) rotate(45deg);
        transform: translateY(16px) rotate(45deg);
    }

    #header .menu-mobile:after {
        bottom: -9px;
    }

    #header .menu-mobile.ativo:after {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -moz-transform: translateY(3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        -o-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }

#header .nav-top .menu-global li .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #f8d701;
}

#header .nav-top .menu-global li.menu-first.menu-verde .dropdown-menu li.list-dropdown-menu {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #009139;
}

    #header .nav-top .menu-global li.menu-first.menu-verde .dropdown-menu li.list-dropdown-menu:last-child {
        padding: 0;
        margin-bottom: 0px;
        border-bottom: none;
    }

#header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile,
#header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile {
    display: none;
}

#header .nav-top .menu-global li.menu-first.menu-verde .dropdown-menu li.list-dropdown-menu > ul {
    white-space: nowrap;
}

#header.bloco-secondary .central-aluno .box-central-aluno .box-central-aluno-tt {
    background: #6d6e72;
    position: relative;
}

.box-central-aluno-tt div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    padding: 0 0 0 12px;
    transition: all .3s ease-in-out;
    background: #82cb24;
    cursor: pointer;
}

.overlay-login {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 1211;
}

.dialog-aluno {
    display: none;
    width: 300px;
    height: auto;
    background: #f9f7f7;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -87.5px 0 0 -150px;
    z-index: 1212;
    padding: 15px;
}

    .dialog-aluno h1 {
        line-height: 30px;
        font-size: 20px;
        height: 30px;
        margin-left: 15px;
        margin-top: 0;
    }

    .dialog-aluno a {
        display: block;
        height: 45px;
        background: #ffde00;
        color: #303030;
        line-height: 45px;
        text-align: center;
        margin-bottom: 15px;
    }

        .dialog-aluno a:hover {
            background: #ffde00;
        }

        .dialog-aluno a i {
            margin-right: 5px;
            color: #ffa800;
        }

        .dialog-aluno a:last-child {
            margin-bottom: 0;
        }

    .dialog-aluno span {
        position: absolute;
        top: 5px;
        right: 15px;
        color: #333;
        cursor: pointer;
    }

.dialog-ambiente-virtual .btn-entrar {
    background: #ffde00;
    color: #333;
    width: 100%;
}

/*
.box-central-aluno-tt .anima-blackboard {
    background: #333;
}

#header .animated {
    z-index: 2;
}

#header .anima-central.animated {
    left: 168px;
}

#header .anima-blackboard.animated {
    left: 160px;
}

#header .box-central-aluno-tt .anima-blackboard h2 {
    padding-left: 28px;
    background: url(../img/blackboard-icon.png) no-repeat 0 center;
}*/

#header.bloco-secondary .central-aluno .box-central-aluno .box-central-aluno-tt h2 > i {
    color: #ffde00;
}

#header.bloco-secondary .nav-top .menu-global,
#header.bloco-secondary .nav-top:after {
    background: #9a9a9a;
}

    #header.bloco-secondary .nav-top .menu-global li.menu-first,
    #header.bloco-secondary .nav-top {
        background: #efefef;
    }

#header.menu-fixed.bloco-secondary .nav-top {
    background: #9a9a9a;
}

#header.bloco-secondary .nav-top .menu-global li.menu-first a {
    color: #303030;
    text-transform: none;
}

#header.bloco-hotsite .central-aluno {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header.bloco-hotsite .menu-mobile {
    top: 10px;
}

#header ul,
#header ul li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

#header.bloco-hotsite .nav-top:after {
    display: none;
}

#header.bloco-hotsite .nav-top {
    border-bottom: none;
    border-top: 1px solid #64bb89;
    background: transparent;
}

#header.menu-fixed.bloco-hotsite .nav-top {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

    #header.menu-fixed.bloco-hotsite .nav-top .dropdown-menu-fixed,
    #header.menu-fixed.bloco-hotsite .central-aluno form.form-busca-header .lk-busca-top-fixed {
        color: #464843;
    }

#header.menu-fixed.bloco-hotsite .central-aluno form.form-busca-header .form-control {
    border: 1px solid #cdcdcd;
}

#header.menu-fixed.bloco-hotsite .central-aluno form.form-busca-header .input-group-btn button {
    background: #01cd9c;
    color: #fff;
}

#header.menu-fixed.bloco-hotsite .nav-top .menu-global li a:hover,
#header.menu-fixed.bloco-hotsite .nav-top .menu-global li.open a {
    line-height: 35px;
    margin: 0;
}

#header.menu-fixed.bloco-hotsite .nav-top .menu-global:before {
    display: none;
}

#header.menu-fixed.bloco-hotsite .nav-top .menu-global li a:after,
#header.menu-fixed.bloco-hotsite .nav-top .menu-global li.open a:after {
    background: #22bdff;
}

#header.bloco-hotsite .nav-top .menu-global li a {
    color: #464843;
}

#header .central-aluno form.form-busca-header .microphone:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

#header .central-aluno form.form-busca-header .input-group-btn {
    vertical-align: top;
    top: 0;
    height: 38px;
}

    #header .central-aluno form.form-busca-header .input-group-btn button:hover {
        color: #fff;
    }

#header .central-aluno .menu-acesso-rapido {
    display: inline-block;
    /* margin: 0 0 0 30px; */
    margin: 0 0 0 12px;
}

#header .central-aluno .item-menu-acesso-rapido {
    display: inline-block;
}

    #header .central-aluno .item-menu-acesso-rapido:last-child .lk-menu-acesso-rapido {
        margin: 0;
    }

#header .central-aluno .lk-menu-acesso-rapido {
    text-decoration: none;
    font-size: 13px;
    color: #6d6e72;
    height: 26px;
    margin: 0 15px 0 0;
}

    #header .central-aluno .lk-menu-acesso-rapido:hover {
        text-decoration: none;
    }

    #header .central-aluno .lk-menu-acesso-rapido .ico-circle {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
        text-align: center;
        color: #82cb24;
        margin: -5px 2px 0 0;
    }

        #header .central-aluno .lk-menu-acesso-rapido .ico-circle:after {
            content: '';
            position: absolute;
            left: 0;
            top: 1px;
            width: 2em;
            height: 2em;
            border: 1px solid #82cb24;
            border-radius: 2em;
        }

#header .central-aluno .box-central-aluno {
    margin: -35px 0 0;
    height: 140px;
    background: #f6f6f6;
}

    #header .central-aluno .box-central-aluno .box-central-aluno-tt {
        background: #82cb24;
        padding: 0;
        height: 35px;
        display: block;
        margin: 0;
        position: relative;
        overflow: hidden;
    }

        #header .central-aluno .box-central-aluno .box-central-aluno-tt h2 {
            margin: 0 0 0 12px;
        }

#header .box-central-aluno-tt h2 {
    line-height: 35px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}

    #header .box-central-aluno-tt h2 .fa {
        color: #ffdd00;
        padding: 0 7px 0 0;
        font-size: 14px;
    }

#header .central-aluno .box-central-aluno .box-central-aluno-tt .box-info {
    display: none;
    width: 15%;
    margin-left: -4px;
    height: 30px;
    position: static;
}

#header .central-aluno .box-central-aluno .box-central-aluno-tt .bt-info {
    position: absolute;
    right: 13px;
    top: 3px;
    color: #66a11a;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#header .central-aluno .box-central-aluno .box-central-aluno-tt .open .bt-info {
    color: #ffdd00;
}

#header .central-aluno .box-central-aluno .box-central-aluno-tt .dropdown-menu {
    right: 10px;
    left: 10px;
    top: 30px;
    border: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 3px solid #82cb24;
    padding: 20px;
}

    #header .central-aluno .box-central-aluno .box-central-aluno-tt .dropdown-menu:before {
        content: '';
        position: absolute;
        top: -6px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5.5px 6px 5.5px;
        border-color: transparent transparent #fff transparent;
    }

    #header .central-aluno .box-central-aluno .box-central-aluno-tt .dropdown-menu p {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        color: #999;
        line-height: 18px;
    }

#header .central-aluno .box-central-aluno form.acesso-aluno {
    padding: 12px;
}

    #header .central-aluno .box-central-aluno form.acesso-aluno .form-group {
        margin-bottom: 5px;
    }

    #header .central-aluno .box-central-aluno form.acesso-aluno .form-control {
        height: 25px;
    }

    #header .central-aluno .box-central-aluno form.acesso-aluno .lk-senha {
        font-size: 10px;
        color: #9a9a9a;
    }

    #header .central-aluno .box-central-aluno form.acesso-aluno .btn {
        float: right;
        background: #ffde00;
        color: #333;
        font-size: 10px;
        padding: 0 12px;
        height: initial;
        line-height: 25px;
        text-transform: uppercase;
    }

#header .central-aluno .box-central-aluno.logado form.acesso-aluno,
#header .central-aluno .box-central-aluno .lista-acesso-aluno {
    display: none;
}

#header .central-aluno .box-central-aluno.logado .lista-acesso-aluno {
    display: block;
    overflow-y: auto;
    margin: 12px 0 12px 12px;
    height: 85px;
}

#header .central-aluno .box-central-aluno.logado .box-central-aluno-tt .box-info {
    display: inline-block;
}

#header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #9a9a9a;
    line-height: 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno .fa-star-o {
        margin-right: 4px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno:hover,
    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno.ativo {
        color: #6d6e72;
        text-decoration: underline;
    }

        #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno:hover .fa-star-o:before,
        #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno.ativo .fa-star-o:before {
            content: '\f005';
            color: #ffdd00;
        }

    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno .fa-times-circle {
        margin-left: 2px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno:hover .fa-times-circle,
    #header .central-aluno .box-central-aluno.logado .lista-acesso-aluno .lk-acesso-aluno.ativo .fa-times-circle {
        opacity: 1;
        filter: alpha(opacity=1);
    }

#header .nav-top:after {
    content: '';
    width: calc(50% - 275px);
    position: absolute;
    right: 0;
    top: 0;
    background: #2ec034;
    height: 47px;
}

#header .nav-top .menu-global .breadcrumb {
    padding: 0;
    /*margin: 0 0 15px;*/
    margin: 0;
    background: transparent;
    border-radius: 0;
}

    #header .nav-top .menu-global .breadcrumb li {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        color: #26aa2b;
        display: inline-block;
        margin: 0 10px 0 0;
        text-transform: none;
    }

        #header .nav-top .menu-global .breadcrumb li .fa-angle-down {
            font-size: 14px;
        }

        #header .nav-top .menu-global .breadcrumb li a {
            font-family: 'Lato', sans-serif;
            font-size: 11px;
            color: #6d6e72;
            display: inline-block;
            line-height: 14px;
        }

    #header .nav-top .menu-global .breadcrumb > li + li:before {
        display: none;
    }

    #header .nav-top .menu-global .breadcrumb .fa-angle-down {
        margin: 0 2px;
    }

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    columns: 4;
}

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-especializacao {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
    columns: auto;
}

#header .nav-top .menu-global .box-sub-menu-conteudo .item-sub-menu-conteudo {
    display: block;
    padding: 0 40px 0 0;
}

    #header .nav-top .menu-global .box-sub-menu-conteudo .item-sub-menu-conteudo.col-md-3 {
        width: 25%;
    }

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .item-sub-menu-conteudo {
    margin: 0 18px 0 0;
    padding: 0;
    min-height: 530px;
}

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-especializacao .item-sub-menu-conteudo {
    min-height: 455px;
}

#header .nav-top .menu-global .box-sub-menu-conteudo .tt-item-sub-menu-conteudo {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #6d6e71;
    line-height: 16px;
    padding: 8px 15px;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}

    #header .nav-top .menu-global .box-sub-menu-conteudo .tt-item-sub-menu-conteudo:before {
        content: '';
        width: 5px;
        position: absolute;
        left: -3px;
        top: 0;
        bottom: 0;
        background: #82cb24;
    }

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .tt-item-sub-menu-conteudo {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    z-index: 1;
    padding: 0 0 0 6px;
    margin: 0 0 5px;
    text-transform: initial;
}

#header .nav-top .menu-global .menu-pos-grad .box-sub-menu-conteudo .tt-item-sub-menu-conteudo {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #6d6e71;
    line-height: 16px;
    padding: 8px 15px;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .tt-item-sub-menu-conteudo:after {
    content: '';
    width: 20px;
    height: 18px;
    background: #82cb24;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#header .nav-top .menu-global .menu-pos-grad .box-sub-menu-conteudo .tt-item-sub-menu-conteudo:after {
    width: 5px;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: auto;
}

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .tt-item-sub-menu-conteudo:before {
    display: none;
}

#header .nav-top .menu-global .box-sub-menu-conteudo ul {
    width: 100%;
    margin-bottom: 5px;
}

    #header .nav-top .menu-global .box-sub-menu-conteudo ul li {
        display: block;
        margin: 0 0 10px;
    }

#header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo ul li {
    margin: 0 0 3px;
}

#header .nav-top .menu-global .box-sub-menu-conteudo ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #6d6e72;
    line-height: 16px;
    padding: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    #header .nav-top .menu-global .box-sub-menu-conteudo ul li a:hover {
        color: #999;
        text-decoration: underline;
    }

#header .nav-top .menu-global ul li a.highlight {
    color: #009139 !important;
    font-weight: bold;
}

#header #menu-principal .sub-menu-ord-alfabetica ol .radio input[type=radio] {
    margin-top: 0;
}

#header .nav-top .menu-global .box-legendas {
    margin: 0;
}

    #header .nav-top .menu-global .box-legendas ul li {
        display: inline-block;
        font-family: 'Lato', sans-serif;
        font-size: 11px;
        color: #6d6e72;
        margin: 0 0 0 10px;
    }

        #header .nav-top .menu-global .box-legendas ul li:first-child {
            margin: 0;
        }

#header .nav-top .menu-global .ico {
    display: inline-block;
    height: 14px;
    padding: 2px 4px;
    margin: 0;
    line-height: 12px;
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    color: #6d6e72;
    background: #e2e500;
    font-style: initial;
}

#header .nav-top .menu-global .fa {
    color: #2ec034;
    font-size: 13px;
}

#header .menu-global li a .fa {
    font-weight: bold;
    margin-right: 2px;
    opacity: .75;
    filter: alpha(opacity=75);
    color: #009139;
}

#header .nav-top .menu-global .box-legendas ul li .ico {
    margin-right: 3px;
}

#header.menu-fixed .nav-top {
    height: 60px;
    background: #33cc33;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}

    #header.menu-fixed .nav-top:after {
        display: none;
    }

#header.menu-fixed .central-aluno form.form-busca-header {
    position: fixed;
    left: 50%;
    margin: 0 -445px;
    width: 195px;
    top: 12px;
    z-index: 1230;
}

#header .central-aluno form.form-busca-header .lk-busca-top-fixed {
    display: none;
}

#header.menu-fixed .central-aluno {
    padding-bottom: 50px;
}

#header .lk-menu-logo-nav {
    display: none;
}

#header.menu-fixed .lk-menu-logo-nav {
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -60px;
    z-index: 9;
}

#header.menu-fixed .central-aluno form.form-busca-header .lk-busca-top-fixed {
    display: block;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 1;
    padding: 10px;
    text-align: center;
}

#header.menu-fixed .central-aluno form.form-busca-header .input-group {
    width: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    #header.menu-fixed .central-aluno form.form-busca-header .input-group.ativo {
        width: 195px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

#header.menu-fixed .central-aluno form.form-busca-header .form-control {
    border: 0;
    height: 33px;
    padding-right: 20px;
}

#header.menu-fixed .central-aluno form.form-busca-header .microphone {
    padding: 0;
    top: -28px;
    margin-right: 5px;
}

#header.menu-fixed .central-aluno form.form-busca-header .input-group-btn {
    height: 33px;
}

    #header.menu-fixed .central-aluno form.form-busca-header .input-group-btn button {
        height: 33px;
        background: #fff;
        width: 35px;
        padding: 0;
        color: #33cc33;
    }

#header.menu-fixed.bloco-secondary .central-aluno form.form-busca-header .input-group-btn button {
    color: #9a9a9a;
}

#header .nav-top .dropdown-menu-fixed {
    display: none;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#header.menu-fixed .nav-top .dropdown-menu-fixed {
    width: 90px;
    display: block;
    font-family: 'Lato', sans-serif;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

    #header.menu-fixed .nav-top .dropdown-menu-fixed:hover,
    #header.menu-fixed .nav-top .dropdown-menu-fixed:focus {
        text-decoration: none;
    }

    #header.menu-fixed .nav-top .dropdown-menu-fixed .fa-bars {
        font-size: 22px;
        vertical-align: -3px;
        margin: 0 10px 0 6px;
    }

#header.menu-fixed .nav-top .menu-global {
    display: none;
    width: 186px;
    margin: -3px 0 0 -15px;
    background: #fff;
    border-bottom: 3px solid #ffcc00;
    padding: 15px 0;
    -webkit-box-shadow: inset 2px 0 2px rgba(0, 0, 0, .12);
    box-shadow: inset 2px 0 2px rgba(0, 0, 0, .12);
}

    #header.menu-fixed .nav-top .menu-global:before {
        content: '';
        position: absolute;
        left: 15px;
        top: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #ffffff transparent;
    }

#header.menu-fixed .nav-top .container.open .menu-global {
    display: inline-block;
}

#header.bloco-secondary.menu-fixed .nav-top .menu-global {
    background: #fff;
}

#header.menu-fixed .nav-top .menu-global li,
#header.menu-fixed .nav-top .menu-global li.menu-first {
    display: block;
}

    #header.menu-fixed .nav-top .menu-global li.open:after,
    #header.menu-fixed .nav-top .menu-global li.menu-first.open:after {
        content: '';
        float: right;
        width: 0;
        height: 0;
        margin: -26px 0 0;
        border-style: solid;
        border-width: 9px 9px 9px 0;
        border-color: transparent #ffffff transparent transparent;
        position: relative;
        z-index: 1234;
    }

    #header.menu-fixed .nav-top .menu-global li.menu-first.open:after {
        border-color: transparent rgba(38, 170, 43, .96) transparent transparent;
    }

    #header.menu-fixed .nav-top .menu-global li.menu-first {
        margin: 0;
        text-align: left;
        height: 35px;
        background: none;
        position: initial;
        padding: 0px;
    }

        #header.menu-fixed .nav-top .menu-global li.menu-first .dropdown-menu {
            top: 0;
            left: 100%;
            border: none;
            background: rgba(38, 170, 43, .96);
            width: auto;
        }

            #header.menu-fixed .nav-top .menu-global li.menu-first .dropdown-menu a:before,
            #header.menu-fixed .nav-top .menu-global li.menu-first .dropdown-menu a:after,
            #header.menu-fixed .nav-top .menu-global li .dropdown-menu a:before,
            #header.menu-fixed .nav-top .menu-global li .dropdown-menu a:after {
                display: none;
            }

    #header.menu-fixed .nav-top .menu-global li i {
        display: none;
    }

    #header.menu-fixed .nav-top .menu-global li.menu-first a {
        color: #666;
        font-weight: normal;
        text-align: left;
        text-transform: initial;
        padding: 0 25px;
    }

    #header.menu-fixed .nav-top .menu-global li a {
        padding: 0 25px;
        font-size: 15px;
        color: #666;
        line-height: 35px;
        position: relative;
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
    }

        #header.menu-fixed .nav-top .menu-global li a:hover,
        #header.menu-fixed .nav-top .menu-global li.open a {
            padding-left: 30px;
            font-weight: 700;
            color: #666;
        }

    #header.menu-fixed .nav-top .menu-global li.open .dropdown-menu a {
        padding-left: 0;
        font-weight: initial;
    }

    #header.menu-fixed .nav-top .menu-global li.open .dropdown-menu i {
        display: inline-block;
    }

    #header.menu-fixed .nav-top .menu-global li.open .breadcrumb li {
        display: inline-block;
    }

        #header.menu-fixed .nav-top .menu-global li.open .breadcrumb li a {
            font-size: 11px;
            color: #6d6e72;
            display: inline-block;
            line-height: 14px;
        }

    #header.menu-fixed .nav-top .menu-global li.menu-first.open .dropdown-toggle,
    #header.menu-fixed .nav-top .menu-global li.open .dropdown-toggle {
        background: none;
        color: #666;
    }

        #header.menu-fixed .nav-top .menu-global li.menu-first.open .dropdown-toggle:after {
            display: block;
        }

    #header.menu-fixed .nav-top .menu-global li a:before,
    #header.menu-fixed .nav-top .menu-global li.open a:before {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #efefef;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    #header.menu-fixed .nav-top .menu-global li a:after,
    #header.menu-fixed .nav-top .menu-global li.open a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #2ec034;
        width: 0;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
    }

#header.menu-fixed.bloco-secondary .nav-top .menu-global li a:after,
#header.menu-fixed.bloco-secondary .nav-top .menu-global li.open a:after {
    background: #9a9a9a;
}

#header.menu-fixed .nav-top .menu-global li a:hover:before,
#header.menu-fixed .nav-top .menu-global li.open a:before {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#header.menu-fixed .nav-top .menu-global li a:hover:after,
#header.menu-fixed .nav-top .menu-global li.open a:after {
    width: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#header.menu-fixed .nav-top .menu-global li .dropdown-menu {
    left: 100%;
    top: -3px;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#header .dropdown-backdrop {
    display: none;
}

.box-central-aluno,
.acessibilidade,
#header .central-aluno .menu-acesso-rapido {
    display: none;
}


/*nav-top*/

#header .nav-top .menu-global li.menu-first {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    width: 186px;
    background: #009139;
    text-align: center;
    height: 47px;
    margin-right: -4px;
}

#header .nav-top .menu-global li a:hover {
    text-decoration: none;
    color: #ffde00;
}

#header .nav-top .menu-global li a .fa-angle-down {
    color: #f1db03;
    margin-right: 2px;
}

#header .nav-top .menu-global li:not(.menu-verde) .dropdown-menu {
    background: rgba(255, 255, 255, .96);
    box-shadow: none;
    border-radius: 0;
    border: none;
    right: 0;
    margin: 3px 0 0;
    border-bottom: 1.5px solid #f8d701;
    padding: 17px 20px 20px;
}

#header .nav-top .menu-global li.menu-verde {
    position: relative;
}

    #header .nav-top .menu-global li.menu-verde.menu-first .dropdown-menu {
        background: rgba(38, 170, 43, .96);
        padding: 20px;
        margin: 0;
        border-top: 3px solid #2ec034;
    }

    #header .nav-top .menu-global li.menu-verde .dropdown-menu {
        padding: 20px;
        margin: 3px 0 0;
    }

        #header .nav-top .menu-global li.menu-verde .dropdown-menu li {
            margin: 0;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

#header .nav-top .menu-global li.menu-first.open {
    background: #26aa2b;
    color: #ffde00;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 5;
}

    #header .nav-top .menu-global li.menu-first.open .dropdown-toggle,
    #header .nav-top .menu-global li.open .dropdown-toggle {
        position: relative;
        background: #26aa2b;
        color: #ffde00;
        text-decoration: none;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        #header .nav-top .menu-global li.menu-first.open .dropdown-toggle:after {
            display: none;
        }

        #header .nav-top .menu-global li.open .dropdown-toggle:after {
            content: '';
            border-bottom: 3px solid #2ec034;
            width: 100%;
            position: absolute;
            bottom: -3px;
            left: 0;
            right: 0;
        }

#header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu {
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu:last-child {
        padding-bottom: 0;
        border: 0;
        margin-bottom: 0;
    }

        #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu:last-child .courses-options {
            border-bottom: 0;
        }

    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu li {
        width: 100%;
        display: block;
    }

        #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu a,
        #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu li a {
            font-family: 'Lato', sans-serif;
            font-size: 13px;
            color: #6d6e72;
            line-height: 18px;
            display: block;
            text-transform: none;
            padding: 0;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            background-color: transparent;
        }

#header .nav-top .menu-global li.menu-verde.menu-first .dropdown-menu .list-dropdown-menu a,
#header .nav-top .menu-global li.menu-verde.menu-first .dropdown-menu .list-dropdown-menu li a {
    color: #fff;
}

#header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu a:hover,
#header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu li a:hover {
    color: #999;
    text-decoration: underline;
}

#header .nav-top .menu-global li.menu-verde.menu-first .dropdown-menu .list-dropdown-menu a:hover,
#header .nav-top .menu-global li.menu-verde.menu-first .dropdown-menu .list-dropdown-menu li a:hover {
    color: #ffde00;
    text-decoration: underline;
}


/*template Hotsite*/

#header.bloco-hotsite .nav-top .menu-global li a:hover,
#header.bloco-hotsite .nav-top .menu-global li.ativo a {
    color: #01cd9c;
}

#header.bloco-hotsite .central-aluno form.form-busca-header .input-group-btn button {
    background: #01cd9c;
    color: #fff;
}

#header.bloco-hotsite .central-aluno .lk-menu-acesso-rapido .ico-circle {
    color: #01cd9c;
}

    #header.bloco-hotsite .central-aluno .lk-menu-acesso-rapido .ico-circle:after {
        border-color: #01cd9c;
    }

#header.bloco-hotsite .menu-mobile,
#header.bloco-hotsite .menu-mobile:before,
#header.bloco-hotsite .menu-mobile:after {
    background: #01cd9c;
}

    #header.bloco-hotsite .menu-mobile.ativo {
        background: transparent;
    }

#header.bloco-hotsite .central-aluno form.form-busca-header {
    background: #22bdff;
}


/* Menu mobile */

#header .nav-top .menu-global li.open .dropdown-menu {
    z-index: 50;
}

#header .nav-top .menu-global li.dropdown.open {
    z-index: 50;
}

@media(max-width: 490px) {
    #header .central-aluno form.form-busca-header {
        /* margin-top: 5px;*/
    }
}

@media (max-width: 991px) {
    #header .nav-top {
        overflow: hidden;
    }

        #header .nav-top .menu-global li.dropdown {
            position: relative;
            height: initial;
            width: 100%;
            text-align: left;
        }

    #header.bloco-hotsite .nav-top .menu-global {
        background: #fff;
    }

    #header .nav-top .menu-global li.menu-ord-alfabetica .dropdown-menu {
        top: 0;
    }

    #header .nav-top .menu-global li.menu-ord-alfabetica.open .dropdown-menu {
        position: relative;
    }

    #header .nav-top .menu-global li .dropdown-menu {
        /*display: block;*/
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    #header .nav-top .menu-global li.open .dropdown-menu {
        position: static;
        width: 100%;
        background: #2ec034;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu,
    #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu {
        height: auto;
    }

        #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu,
        #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu li {
            height: auto;
            border-bottom: none;
        }

            #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu li a,
            #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu li a {
                font-size: 14px;
                line-height: 30px;
            }

    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu a {
        font-size: 14px;
        line-height: 32px;
        white-space: normal;
    }

    #header .nav-top .menu-global li a:before {
        margin-right: 5px;
    }

    #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile,
    #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile {
        display: block;
        border: none;
        margin-bottom: 20px;
        padding: 30px 0 40px;
    }

        #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile,
        #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile {
            display: inline-block;
            float: right;
            line-height: normal;
            text-transform: none;
        }

            #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile:hover,
            #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile:active {
                background: transparent;
            }

            #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile:before,
            #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile:before {
                display: none;
            }

            #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile i,
            #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile i {
                display: inline-block;
                font-size: 36px;
                color: #ffde00;
            }
    /**/
    #header .nav-top .menu-global .breadcrumb {
        display: none;
    }

    #header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        -ms-column-count: auto;
        -o-column-count: auto;
        column-count: auto;
        columns: auto;
    }

        #header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .tt-item-sub-menu-conteudo {
            display: none;
        }

        #header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo .item-sub-menu-conteudo {
            height: auto;
            border-bottom: none;
            min-height: auto;
        }

        #header .nav-top .menu-global .sub-menu-ord-alfabetica .box-sub-menu-conteudo ul li {
            height: auto;
            border-bottom: none;
        }

    #header .nav-top .menu-global .box-sub-menu-conteudo ul li a {
        font-size: 14px;
        color: #fff;
        line-height: 32px;
    }

    #header .nav-top .menu-global .ico {
        line-height: 15px;
        height: 15px;
        vertical-align: middle;
    }

    #header .nav-top .menu-global .box-legendas ul li {
        height: auto;
        border-bottom: none;
        margin: 0;
        color: #fff;
        font-size: 15px;
        line-height: 28px;
    }

        #header .nav-top .menu-global .box-sub-menu-conteudo ul li a .fa,
        #header .nav-top .menu-global .box-legendas ul li .fa {
            color: #fff;
            display: inline-block;
            font-size: 16px;
        }
    /**/
    #header .nav-top .menu-global .box-sub-menu-conteudo .item-sub-menu-conteudo.col-md-3 {
        width: 100%;
        padding: 0;
        height: auto;
        border-bottom: none;
        margin-bottom: 50px;
    }

        #header .nav-top .menu-global .box-sub-menu-conteudo .item-sub-menu-conteudo.col-md-3 ul li {
            height: auto;
            border-bottom: none;
        }

    #header .nav-top .menu-global .box-sub-menu-conteudo .tt-item-sub-menu-conteudo {
        background: #009139;
        color: #fff;
        font-size: 18px;
        line-height: 28px;
    }

    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu:last-child .courses-options {
        border-bottom: 0;
    }
}

@media (max-width: 400px) {
    #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu li a,
    #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu li a {
        font-size: 16px;
        line-height: 30px;
    }

    #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile,
    #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile {
        font-size: 26px;
    }

        #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile i,
        #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile i {
            font-size: 26px;
        }

        #header .nav-top .menu-global li .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile,
        #header .nav-top .menu-global li.menu-first .dropdown-menu li.list-dropdown-menu.list-dropdown-menu-mobile .lk-sub-menu-mobile {
            float: none;
        }
}


/**/

@media (min-width: 480px) {
    #header .central-aluno form.form-busca-header .form-control {
        font-size: 17px;
    }

    #header .nav-top .menu-global li,
    #header .nav-top .menu-global li.menu-first {
        font-size: 40px;
        height: 118px;
        width: 100%;
        text-align: left;
    }

        #header .nav-top .menu-global li a {
            line-height: 118px;
        }
}

@media (min-width: 768px) {
    #header .central-aluno .col-md-12,
    #header .central-aluno .col-md-10 {
        padding: 10px 15px;
    }

    #header .central-aluno form.form-busca-header {
        background: #2ec034;
        padding: 30px 15px 25px;
        margin: 26px -24px 0;
        border-bottom: 5px solid #ffde00;
    }

    #logo-header {
        margin: 0 10px 0 0;
    }

    #header.bloco-hotsite .central-aluno form.form-busca-header {
        background: none;
    }

    #header.bloco-secondary .central-aluno form.form-busca-header {
        display: inline-block;
        margin: 0;
    }

    #header .central-aluno form.form-busca-header .form-control {
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }

    #header .nav-top {
        top: 110px;
    }

        #header .nav-top .menu-global li a,
        #header .nav-top .menu-global li,
        #header .nav-top .menu-global li.menu-first {
            line-height: 70px;
        }

            #header .nav-top .menu-global li,
            #header .nav-top .menu-global li.menu-first {
                height: 70px;
            }
}

@media (min-width: 769px) {
    #header .central-aluno form.form-busca-header {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .box-central-aluno,
    .acessibilidade {
        display: block;
    }

    #header .central-aluno .menu-acesso-rapido,
    #header .central-aluno form.form-busca-header {
        display: inline-block;
    }

    #header .col-md-10,
    #header .col-md-2 {
        padding: 0;
    }

    #header.bloco-secondary .nav-top .menu-global li a {
        padding: 0 30px 0;
    }

    #header.bloco-secondary.menu-fixed .nav-top .menu-global li a {
        padding: 0 25px;
    }

    #header .central-aluno .menu-acesso-rapido {
        width: 200px;
        vertical-align: middle;
    }

    #header .central-aluno .col-md-10 {
        padding: 0 0 20px 0;
    }

    #header.bloco-secondary #logo-header {
        float: none;
    }

    #header .central-aluno .box-central-aluno .box-central-aluno-tt .bt-info {
        right: 5px;
    }

    #header .central-aluno .box-central-aluno form.acesso-aluno {
        padding: 10px 5px;
    }

        #header .central-aluno .box-central-aluno form.acesso-aluno .lk-senha {
            width: 80px;
            display: inline-block;
        }

    #header .central-aluno .item-menu-acesso-rapido {
        display: block;
        margin: 0 0 8px;
    }

    #header.menu-fixed .nav-top .menu-global li.pos-graduacao-novo-menu .dropdown-menu {
        /* width: 190px; */
        left: 186px;
        right: auto;
    }

    #header .central-aluno .box-central-aluno .box-central-aluno-tt .dropdown-menu {
        min-width: 161px;
        left: 0;
    }

    #header.menu-fixed .central-aluno form.form-busca-header {
        margin: 0 -345px;
    }

    #header .central-aluno form.form-busca-header {
        width: 343px;
        padding: 0;
        margin: 0;
        background: none;
    }

    #header.bloco-hotsite .central-aluno form.form-busca-header {
        width: 415px;
        margin: 0;
    }

    #header.bloco-hotsite.menu-fixed .central-aluno form.form-busca-header {
        margin: 0 -345px;
    }

    #header.bloco-secondary .central-aluno form.form-busca-header {
        display: inline-block;
        margin: 0;
    }

    #header .central-aluno form.form-busca-header .form-control {
        height: 38px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        border: 1px solid #ccc;
        font-size: 14px;
        border-radius: 4px 0 0 4px;
        padding: 6px 12px;
    }

    #header .central-aluno form.form-busca-header .input-group-btn button {
        height: 38px;
        width: 44px;
        border-radius: 0 4px 4px 0;
        font-size: 16px;
    }

    #header .central-aluno form.form-busca-header .input-group {
        margin: 0;
    }

    #header .central-aluno form.form-busca-header .microphone {
        font-size: 16px;
        top: -29px;
    }
    /**/
    #header {
        position: inherit;
        overflow: initial;
    }

        #header .nav-top {
            visibility: visible;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            z-index: auto;
            width: auto;
            overflow: visible;
            -webkit-transform: none;
            -moz-transform: none;
            transform: none;
        }

            #header .nav-top .menu-global {
                border-top: none;
            }

                #header .nav-top .menu-global li,
                #header .nav-top .menu-global li.menu-first {
                    display: inline-block;
                    width: auto;
                    font-size: 16px;
                    height: auto;
                    border-bottom: none;
                }

                    #header .nav-top .menu-global li.menu-first {
                        padding: 0px 10px;
                        text-align: center;
                        height: 47px;
                    }

        #header.bloco-secondary .nav-top .menu-global li.menu-first {
            height: 47px;
        }

        #header.bloco-secondary.menu-fixed .nav-top .menu-global li.menu-first {
            height: 35px;
        }

        #header .nav-top .menu-global li a {
            padding: 0 5px 0;
            font-size: 13px;
            line-height: 47px;
        }

        #header.bloco-hotsite .nav-top .menu-global li a {
            padding: 0 30px;
            border: 1px solid #e5e5e5;
            border-width: 0 0 0 1px;
            line-height: normal;
            margin: 16px 0;
        }

        #header.bloco-hotsite.menu-fixed .nav-top .menu-global li a {
            margin: 0;
            line-height: 35px;
        }

        #header.bloco-hotsite .nav-top .menu-global li:last-child a {
            border-width: 0 1px 0 1px;
        }

        #header .nav-top .menu-global li a:before {
            display: none;
        }

        #header.menu-fixed .nav-top .menu-global li a:before {
            display: block;
        }

        #header .nav-top .menu-global li a i {
            display: inline-block !important;
        }

        #header .nav-top .container {
            width: 970px;
        }

        #header .menu-mobile {
            display: none;
        }

        #header.bloco-hotsite .nav-top .menu-global {
            background: transparent;
        }

        #header.menu-fixed.bloco-hotsite .nav-top .container.open .menu-global {
            background: #fff;
            border-color: #01cd9c;
            margin-top: -1px;
        }

        #header .nav-top .menu-global .breadcrumb li {
            line-height: 120%;
        }

        #header .nav-top .menu-global .box-sub-menu-especializacao .item-sub-menu-conteudo {
            float: left;
            width: 32%;
        }

            #header .nav-top .menu-global .box-sub-menu-especializacao .item-sub-menu-conteudo:last-child {
                margin-right: 0;
            }

        /* #header .nav-top .menu-global .box-sub-menu-especializacao .item-sub-menu-conteudo.conteudo-especializacao {
        width: 47%;
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        -ms-column-count: 2 !important;
        -o-column-count: 2 !important;
        column-count: 2 !important;
        columns: 2 !important;
    } */



        /* New area menu Pós-graduação */
        #header .nav-top .menu-global li.pos-graduacao-novo-menu .dropdown-toggle:after {
            border-bottom: 0;
        }

        #header .nav-top .menu-global li.pos-graduacao-novo-menu .dropdown-menu {
            left: auto;
            right: 0;
        }

        #header .nav-top .menu-global li.pos-graduacao-novo-menu .courses-options {
            right: auto;
            left: 160px;
            top: 0;
            /* width: 690px;*/
            width: 554px;
            margin: 0;
        }

        #header.menu-fixed .nav-top .menu-global li.pos-graduacao-novo-menu .courses-options {
            left: 160px !important;
        }

    .courses-options ul {
        columns: 2;
        clear: both;
    }

    .courses-options ol li {
        float: left;
        width: auto !important;
        clear: none;
    }

    #header li.pos-graduacao-novo-menu .dropdown.open .dropdown-toggle.menu-verde {
        font-weight: bold !important;
    }

    #header .nav-top .menu-global li.pos-graduacao-novo-menu .courses-options li {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    #header.menu-fixed .nav-top,
    #header.menu-fixed .central-aluno form.form-busca-header {
        display: none;
    }

    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu a,
    #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu li a {
        color: white;
    }

        #header .nav-top .menu-global .box-sub-menu-conteudo ul li a:hover,
        #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu a:hover,
        #header .nav-top .menu-global li.menu-verde .dropdown-menu .list-dropdown-menu li a:hover {
            color: #ffde00;
            text-decoration: underline;
        }
}

@media (min-width: 1200px) {
    #header .nav-top .menu-global li a {
        padding: 0 8px 0;
        font-size: 16px;
    }

    #header.bloco-hotsite .nav-top .menu-global li a {
        font-size: 17px;
        padding: 0 45px 0;
    }

    #header.menu-fixed.bloco-hotsite .nav-top .menu-global li a {
        padding: 0 30px;
    }

    #header.bloco-secondary .nav-top .menu-global li a {
        font-size: 17px;
        padding: 0 42px 0;
    }

    #header.bloco-secondary.menu-fixed .nav-top .menu-global li a {
        padding: 0 25px;
    }

    #header .central-aluno .col-md-10 {
        padding-top: 25px;
    }

    #header #logo-header {
        margin: 0 20px 0 0;
    }

    #header.bloco-secondary #logo-header {
        float: left;
    }

    #header.bloco-hotsite .central-aluno form.form-busca-header {
        margin: 0 40px;
    }

    #header .central-aluno .menu-acesso-rapido {
        /* margin: 0 0 0 25px; */
        width: 370px;
    }

    #header.bloco-secondary .central-aluno form.form-busca-header {
        display: block;
        margin: 0 auto;
        width: 490px;
    }

    #header .central-aluno .item-menu-acesso-rapido {
        display: inline-block;
    }

    #header.menu-fixed .nav-top .menu-global li[data-filtro-graduacao] .dropdown-menu {
        width: calc(1170px - 186px);
    }

    #header .central-aluno .box-central-aluno .box-central-aluno-tt {
        padding: 0 12px;
    }

        #header .central-aluno .box-central-aluno .box-central-aluno-tt .dropdown-menu {
            min-width: 160px;
            left: 10px;
        }

        #header .central-aluno .box-central-aluno .box-central-aluno-tt .bt-info {
            right: 13px;
        }

    #header.menu-fixed .central-aluno form.form-busca-header {
        margin: 0 -445px;
    }

    #header .nav-top .container {
        width: 1170px;
    }

    /* Menu pós-graduação */
    #header .nav-top .menu-global li.pos-graduacao-novo-menu .courses-options {
        width: 645px;
    }
}

@media (min-width: 1240px) {
    #header .nav-top .menu-global li a {
        padding: 0 8px 0;
        font-size: 16px;
    }

    #header.bloco-secondary .nav-top .menu-global li a {
        font-size: 17px;
        padding: 0 42px 0;
    }

    #header.bloco-secondary.menu-fixed .nav-top .menu-global li a {
        padding: 0 25px;
    }

    #header.menu-fixed .nav-top .menu-global li[data-filtro-graduacao] .dropdown-menu {
        width: calc(1200px - 186px);
    }

    #header .nav-top .container {
        width: 1200px;
    }

    /* Menu pós-graduação */
    #header .nav-top .menu-global li.pos-graduacao-novo-menu .courses-options {
        width: 690px;
    }
}

@media (max-width: 460px) {
    #header #logo-header {
        max-width: 220px;
    }

        #header #logo-header a {
            display: block;
        }

            #header #logo-header a img {
                width: 100%;
            }
}

.login-msg {
    font-size: 10px;
    color: red;
}

/* Ajustes para tela tablet */
@media (min-width: 768px) and (max-width: 992px) {
    .central-aluno {
        width: 100%;
    }

    .logo-home {
        margin-top: 23px;
    }

    .gif-content {
        /* margin-top: 15px; */
    }
}

/* Ajustes para tela desktop */
@media (min-width: 992px) and (max-width: 1200px) {
    .logo-home img {
        margin-top: 23px;
    }

    .gif-content {
        margin-top: 20px;
    }

    .form-busca-header .input-group {
        padding-top: 27px;
    }
}

/* Ajustes para o Box de login do Espaço Feevale 4039966f-5634-413c-b400-bd5be4106738 */
#modal-login .btn {
    width: 100%;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 1.25rem;
}

#modal-login .btn:last-child {
    margin-bottom: 0;
}

#modal-login a {
    font-size: 14px;
    text-transform: uppercase;
}

#modal-login .modal-dialog {
    top: 25%;
}

#modal-login .modal-header {
    border-bottom: none;
}

#modal-login .close {
    opacity: 100;
}

#modal-login .tt-section:after {
    display: none;
}

#modal-login .modal-content {
    border-radius: 0;
}

/*********** CCAC-105 *******************/

.ccac-105 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
}

.ccac-105 ul li {
	height: 70px;
	background: #009139;
	margin: 0 0 5px;
}

.ccac-105 ul li a {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 2.8em;
	color: #fff;
	line-height: 70px;
	padding: 0 15px;
}

.ccac-105 ul li a:hover,
.ccac-105 ul li a:active{
	text-decoration: none;
}

.ccac-105 ul li a i {
    line-height: 41px;
    font-size: 21px;
    color: #82cb24;
    width: 45px;
    height: 45px;
    border-radius: 60px;
    border: 2px solid #82cb24;
    margin-right: 10px;
}

@media (max-width: 468px) {
	.ccac-105 ul li a{
		font-size: 1.4em;
	}
}

/*
@media (max-width: 330px) {
	.ccac-105 ul li a{
		font-size: 1.4em;
	}
}
*/

@media (min-width: 992px) {
    .ccac-105 {
        display: none;
    }
}

.conteudo-item .ccac-105{
    display:inline;
}