/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/06/2016, 13:58:37
    Author     : José Roberto - Designer Web
*/
video::-webkit-media-controls {

    overflow: hidden !important;

}

video::-webkit-media-controls-enclosure {

    width: calc(100% + 32px);

    margin-left: auto;
}

* 
{
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body
{
    margin: 0;
    position: relative;
}

html 
{
    height: 100%;
}

a, li, div, input, button, span{transition: all 800ms ease 0s; text-decoration: none; list-style: none;}
#clear
{clear: both;}

.container-teaser
{
    width: 100%;
    height: 100%;    
    background: darkred url('/img/pelicula-topo.fw.png') no-repeat;
    background-size: cover;
    display: none;
}

.container-teaser section
{
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 20px;
}

.main-head{
    height: 150px;
    background: #FFF;

}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}


.login-form{
    position: relative;
    top: 50%;
    margin-top: -105px;

}

.over-x-hidden{
    overflow-x: hidden;
}

.bg-site{
    background: url("https://portalefcol.online/img/bg/bg_login.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
}

.flex-sm{
    height: 100%;

}

.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
        padding: 20px;
    }

    .flex-sm{
        flex-direction: column;
    }

    .sidenav{
        height: auto;
    }

    .flex-sm{
        height: auto;

    }

    .login-main-text{
        margin-top: 0;
        padding: 20px;
    }
}

@media screen and (min-width: 768px){  

    .sidenav{
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

}




.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}

.container-teaser section video
{
    border: 0.1em solid grey;
    box-shadow: 0 0 30px black;
    border-radius: 1em;
    max-width: 100%;
    width: auto;
}

.desc-teaser
{

    width: 100%;
    padding: 20px;
    height: auto;
    position: relative;
    display: block;
}

.logo-Teaser
{
    max-width: 100%;
    width: auto;
    height: 130px;
    padding: 20px;
    background: url(/img/logo-alpha.fw.png) no-repeat center;
    position: relative;
    background-position: center;
    background-size: contain;
}

.desc-teaser h1
{
    font-family: 'Passion One', sans-serif;
    font-size: 2.8em;
    color: floralwhite;
    display: table-header-group;
    text-align: center;
}

.desc-teaser p
{
    display: table-cell;
    vertical-align: middle;
    text-align: justify;    
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #EEE;
    margin-bottom: 5em;

}

.desc-teaser ul
{
    display: table-footer-group;
    text-align: right;
}

.desc-teaser ul li a 
{
    font-family: 'Passion One', sans-serif;
    font-size: 2em;
    color: #000;
}

.desc-teaser ul li a:hover
{
    color: #333;
}

#topo_lib
{
    width: 100%;   
    height: 100%;
    padding-bottom: 70px;
}

/* CORPO CSS */
.conteudo
{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    height: 100%;
    position: relative;
    background: rgb(255,255,255) transparent;
    background: rgba(255, 255, 255, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#FFFFFFFF)";
}

.conteudo h1
{
    font-family: 'Passion One', sans-serif;
    color: red;
}

.efcol_logado, .efcol_logado-restrito
{   
    width: 100%;
    height: 60px;
    background-color: #FDFDFD;
    border: 1px solid #DDD;
    border-left: 0;
    border-right: 0;
    position: relative;
}


.inner-menu-restrito, .inner-menu
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
}

.ico-notification
{
    padding: 0 10px;
}

.ico-notification:hover
{
    cursor: pointer;
    background: url('/img/notification-hover.png') no-repeat center;
}

.menuNotification
{
    position: absolute;
    z-index: 99999;
    width: 430px;
    height: 400px;
    right: 50px;
    top: 50px;
    background: beige;
    border: 1px solid #CCC;
    display: none;
    padding: 0 0 60px 0;
    transition: transform 200ms ease-out;
}

.efcol_logado-restrito .menuNotification h2, .inner-menu .menuNotification h2
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: small;
    display: block;
    border: 1px solid #DDD;
    padding: 5px;
}

.contarNotification
{
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 999;
    font-family: 'Passion One', Arial, sans-serif;
    font-size: small;
    color: white;
    background-color: red;
    padding: 5px;
    border-radius: 50%;
}

.footerVerNotifie
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    z-index: 1000;
    border-top: 2px double #DDD;
    background: beige;
}

.footerVerNotifie a
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    font-size: small;
    color: blue;
    display: block;
    line-height: 28px;
}

.footerVerNotifie a:hover
{
    color: #ff403c;
}

.menuNotification ul
{
    overflow-y: auto;
    height: 100%;
}

.menuNotification ul li
{
    padding: 10px;
    border-bottom: 1px solid #999;
    background-color: burlywood;
    position: relative;
}

.menuNotification ul li div
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: #FFF;
    text-align: justify;
    display: inline-block;
    margin: 0 0 0 40px;
    line-height: none;
    font-weight: normal;
}

.menuNotification ul li a span
{
    color: #31323E;
}

.menuNotification ul li img
{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.menuNotification .clicked, .menuNotification ul li .clicked, .menuNotification ul li.clicked div
{
    color: #31323E;
    background-color: transparent;
}

.menuNotification ul li .clicked span
{
    color: #999;
}

.menuNotification ul li:hover
{
    background-color: #ff403c;    
}

.menuNotification ul li a
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: #FFF;
    text-align: justify;
    display: inline-block;
    margin: 0 0 0 40px;
}

.alertNotificationTopo
{
    width: 250px;
    height: 80px;
    line-height: 60px;
    border-radius: 1em;
    /*border: 1px solid #999;*/
    background-color: beige;
    position: absolute;
    top: 55px;
    right: 30px;
    padding: 10px;
    z-index: 999;
    box-shadow: -2px 5px 5px #999;
    transition: transform 200ms ease-in;
    transform: scale(0);

}

.alertNotificationTopo:after
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: beige;
    right: 20px;
    bottom: 100%;
    margin-top: -15px;
}

.efcol_logado-restrito .alertNotificationTopo p, .efcol_logado .alertNotificationTopo p
{
    font-family: 'Passion One', Arial black, sans-serif;
    color: #31323E;
    text-align: center;
    font-weight: normal;
    font-size: medium;
}

.alertNotificationTopo a.fechar
{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    position: absolute;
    top: -15px;
    right: 15px;
}

.efcol_logado .logo_sistema, .efcol_logado-restrito .logo_sistema
{
    border-right: 1px solid #DDD;
    padding: 0 10px;
}

.efcol_logado menu, .efcol_logado-restrito menu
{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.efcol_logado p, .efcol_logado-restrito p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #31323E;
    font-weight: bold;
    line-height: 60px;
}

.efcol_logado img.notifieICO, .efcol_logado-restrito img.notifieICO
{
    position: absolute;
    right: 61px;
    top: 0;
    padding: 18px 18px;
    background-color: #f5f4f4;
    border-left: 1px solid #DDD;
}

.efcol_logado img.notifieICO:hover, .efcol_logado-restrito img.notifieICO:hover
{
    cursor: pointer;
    background-color: #E3E1E1;
}

.efcol_logado-restrito menu
{
    padding: 0;

}

.deslogarRestrito img
{
    position: relative;
    z-index: 1
}

.deslogarRestrito img:hover
{
    background: url('/img/logout-sair-icone-hover.png') no-repeat center;
    cursor: pointer;    
    z-index: 2;
}

.efcol_logado h2, .efcol_logado-restrito h2
{
    font-family: 'Passion One', sans-serif;
    color: #000;
}

#dashboard-restrito
{
    width: 100%;
    display: none;
    position: relative;
}

#dashboard-restrito ul
{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#dashboard-restrito ul div
{
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
    border: 1px solid #999;
    padding: 20px;
    width: 60%;
    height: 250px;
    position: relative;
    background-color: gold;
}

#dashboard-restrito ul div p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: justify;
    color: #333;
    font-weight: bold;
}

#dashboard-restrito ul div.aviso h3
{
    font-family: 'Passion One', arial black, sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: black;
}

#dashboard-restrito ul div a
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    color: blue;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#dashboard-restrito ul div a:hover
{
    color: crimson;
}

#dashboard-restrito ul li
{
    width: 230px;
    height: 250px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #999;
    box-sizing: content-box;
    background-color: gainsboro;
}

#dashboard-restrito ul li h3
{
    font-family: 'Passion One', arial black, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    color: black;
}

#dashboard-restrito ul li p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    font-weight: bold;
}

#dashboard-restrito ul li strong
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
}

#dashboard-restrito ul li a
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    color: blue;
    font-weight: bold;
}

#dashboard-restrito ul li a:hover
{
    color: crimson;
}

#dashboard-restrito ul li img
{
    height: 120px;
    border-radius: 50%;
}


#menu_left
{
    width: 370px;
    height: auto !important;
    position: relative;
    background: #FDFDFD;

}

#menu_left #foto_perfil_adm
{
    height: 250px;    
    position: relative;
    border-bottom: 1px solid #DDD;
}

#menu_left #foto_perfil_adm .img_perfil_adm
{
    width: 180px;
    height: 200px;
    margin: 0 auto;

}

#menu_left #foto_perfil_adm .img_perfil_adm img
{
    border-radius: 50%;
}

#menu_left #foto_perfil_adm .menu_adm_click
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #31323E;
    display: block;
    text-align: center;
}

#foto_perfil_adm .supertrunfo{
    width:150px;
    height:70px;
    border-radius:15px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.3s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.3s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 0.3s linear;
    transform-style: preserve-3d;
    transition: all 0.3s linear;

}
#foto_perfil_adm .flip-card {
    position: absolute;
    left: 100px;
    top: 220px;
    z-index: 999;  
    width: 180px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}
#foto_perfil_adm .flip-card-hover .supertrunfo, #foto_perfil_adm .flip-card.hover_effect .supertrunfo {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-box-shadow: 5px -5px 5px #aaa;
    -moz-box-shadow: 5px -5px 5px #aaa;
    box-shadow: 5px -5px 5px #aaa;

}
#foto_perfil_adm .supertrunfo-face{
    position: absolute;
    width: 150px;
    height: 70px;
    padding: 10px;
    border-radius:8px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
}

#foto_perfil_adm .supertrunfo-back{
    display: block;
    -webkit-transform: rotateX(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateX(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateX(180deg);
    -o-box-sizing: border-box;
    transform: rotateX(180deg);
    box-sizing: border-box;
    background: #FDFDFD;
}

#foto_perfil_adm .supertrunfo-back ul li
{
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

#foto_perfil_adm .supertrunfo-back ul li:last-child
{
    border-bottom: 0;
}

#foto_perfil_adm .supertrunfo-back ul li a
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-size: 13px;
    z-index: 999;
}

#foto_perfil_adm .supertrunfo-back ul li a:hover
{
    color: #FF0000;
}

#menu_left .menu_inner ul a li
{
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #DDD;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #31323E;
    font-weight: bold;
    background-color: #EEE;
}

#menu_left .menu_inner ul a
{
    position: relative;
}

#menu_left .menu_inner ul a img
{
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
}

#menu_left .menu_inner ul a li:hover
{
    background-color: rgba(255,0,0, 0.5);
    color: floralwhite;
}

.content-painel
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
    background: url('/img/fundo-content.png') no-repeat;
    background-size: cover;
}

#conteudo_adm
{
    padding: 20px;    
    border-left: 1px solid #e4e5e7;
    position: relative; 
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

#conteudo_adm .header_content
{
    padding: 40px;
    border: 1px solid #CCC;
    width: 100%;
    margin: 0 0 40px 0;
    background: #FDFDFD;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header_content_aluno
{

    border: 1px solid #CCC;
    height: 58px;
    width: 100%;
    margin: 0 auto;
    background: #FDFDFD;

}

.header_content_aluno h2
{
    font-family: 'Passion One', sans-serif;
    font-size: 2em;
    color: #3D2B2B;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;  
    margin-bottom: 15px;
}

.header_content_aluno h2:hover
{
    background-color: rosybrown;
    cursor: pointer;
}

#conteudo_adm .header_content li:last-child
{

    margin-left: 20px;
}

#conteudo_adm .header_content h2
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
}

#conteudo_adm .header_content p
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-size: 12px;
}

.content_adm
{
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 41px;
}

.inner_home 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.inner_home .professorAlunoHome
{
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 400px;
    background-color: #3D2B2B;
}

.inner_home .professorAlunoHome h1
{
    font-family: 'Passion One', sans-serif;
    color: #FFF;
    font-weight: normal;
}

.inner_home .professorAlunoHome legend
{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;

}

.inner_home .professorAlunoHome img
{

    display: block;
    padding: 20px;
    margin: 0 auto;
    border-radius: 50%;
    width: 180px;
    height: 200px;
}

.inner_home .professorAlunoHome span
{
    font-family: 'Rammetto One', sans-serif;
    font-size: small;
    font-weight: normal;
    color: #FFF;
}

.inner_home .professorAlunoHome p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
}

.inner_home .player
{
    position: relative;
    width: 100%;
    max-width: 850px;
}

#playListItems h2
{
    font-family: 'Passion One', sans-serif;
    color: ghostwhite;
    font-size: 1.4em;
    padding: 5px 10px;
    font-weight: normal;
    background-color: #3D2B2B;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#playListItems h2 img
{
    margin-right: 10px;
}

.inner_home .lastLive
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 999;
    background: rgba(255,255,255, .3);
    padding: 20px;
}

.inner_home .lastLive a
{
    font-family: 'Passion One', sans-serif;
    font-size: 1.8em;
    color: #000;

}

.inner_home .lastLive a:hover
{
    color: #421507;
}

.content_adm .home_adm
{
    background: #FDFDFD;
    border: 1px solid #CCC;
    width: 100%;    
    margin-top: 30px;
}

.container-restrito-principal
{
    position: relative;
}
.container-restrito-principal h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
}

#quadro-dashboard
{
    display: block;
    border: 1px solid #CCC;
    width: 95%;
    background: beige;
    margin: 20px auto; 
    position: relative;
    padding: 20px;
    height: auto;

}

.quadroInnerDash
{
    display: none;
    opacity: 0;
}

#quadro-dashboard .expandBox
{
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    font-family: 'Passion One', sans-serif;
    font-size: small;
    color: red;
}

#quadro-dashboard ul li
{
    padding: 5px 0;
    margin-bottom: 2px;
    background: lightyellow;
}

#quadro-dashboard a
{

    font-family: 'Passion One', Arial Black, sans-serif;
    text-decoration: none;
    margin-left: -53px;
    position: relative;
    top: 10px;
    left: 50%;
    color: blue;
}

#quadro-dashboard a:hover
{
    color: #ff0f45;
}

#quadro-dashboard h2
{
    font-family: 'Passion One', Arial Black, sans-serif;
}

#quadro-dashboard p
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: #555;
}

#quadro-dashboard strong
{
    font-family: 'Montserrat', Arial, sans-serif;    
    font-size: small;
}

#quadro-dashboard span
{
    font-family: 'Montserrat', Arial, sans-serif;
    color: #444;
    font-size: small;
}

.provas-recentes li
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_adm .home_adm center
{
    display: table-cell;
    vertical-align: middle;
}

#abas_adm
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

#abas_adm a li
{
    display: inline-block;
    width: 120px;
    padding: 5px;
    border: 2px solid #F90;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    background: #ff403c;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: floralwhite;
    margin-right: 5px;   
}

#abas_adm a .abaActive
{
    border-top-left-radius: 0;
    box-shadow: inset 0px 0px 10px rgba(255,255,255, 1);
    border: 0;
    background: rgba(255,90,90, 0.7);


}

#abas_adm a li:hover
{
    color: #FFF;   
    box-shadow: inset 0px 0px 10px rgba(255,255,255, 1);
    border-bottom: 1px dashed floralwhite;
    border-top-left-radius: 0;

}

#boletin_adm h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
}

#boletin_adm h2
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-size: 13px;
}

#boletin_adm form select, .selec_materia
{
    display: block;
    width: 278px;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
}

.resultadoEditar
{
    padding: 5px 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

#boletin_adm form .selec_semestre
{
    width: 62px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

#boletin_adm form .input_ano
{
    width:212px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

#boletin_adm form .input_notas, #boletin_adm form .input_faltas
{
    width: 137px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}


.btnBoletinCad
{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 4px;
    background: #FDFDFD;
    border: 1px solid #DDD;
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 0 5px 0 0px;
}

.exLinha, .editarLinha, .editar_boletins
{
    display: block;
    margin: 0;
    padding: 4px;
    background: #FDFDFD;
    border: 1px solid #DDD;
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
}



#boletin_adm form a, .btnBoletin a, .btnEditar button, .btnDisciplinas a, .disciplinas form .botoes a, .form-materia button, .inner_form_disciplina button, .lib_aula
{
    padding: 4px;
    background: #FDFDFD;
    border: 1px solid #DDD;
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 0 5px 0 0px;
}

.headerProvas a
{
    padding: 2px 5px;
    background: #FDFDFD;
    border: 1px solid #DDD;
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    margin: 5px 0 0 0;
    width: 100%;
    display: block;
}

#boletin_adm form a
{
    margin-left: 0;
}

#boletin_adm form a:hover, #boletin_adm button:hover, .btnBoletin a:hover, .headerProvas a:hover, .btnEditar button:hover, .btnDisciplinas a:hover, .btnBoletin button:hover, .inner_form_disciplina button:hover, .form-materia button:hover, .lib_aula:hover, .exLinha:hover, .editarLinha:hover, .editar_boletins:hover
{
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
    cursor: pointer;

}

#boletin_adm form input
{
    display: inline-block;
    width: 270px;
    padding: 5px 0

}

#inner_form
{
    width: 290px;
    height: 100%;
    padding: 10px 0;
    float: left;
}

.botoes .progress 
{    
    width: 100%;
    margin: 0;
    position: relative;
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
    background: #FDFDFD;
}

.botoes .bar
{ 
    background-color: #B4F5B4; 
    width:0%; 
    height:20px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}

.botoes .percent
{ 
    position:absolute; 
    display:inline-block; 
    top:3px; 
    left:48%;
}

.botoes #status
{
    width: 100%;
    height: 20px;
    padding: 10px 0 10px 0;
    border: 1px solid #CCC;
    font-family: 'Montserrat', sans-serif;
    color: #31323E; 
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #FDFDFD;
}

.btnBoletin
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff;
}



.btnDisciplinas
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff;

}

.headerExMateria
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff;    
}

.headerExMateria h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
}

.botoes
{
    width: 800px;
    border: 1px solid #DDD; 
    border-bottom: 0;
    margin-left: -400px;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 100px;
    box-shadow: 0px 0px 40px #999;
    background: rgba(241, 243, 246, 1);
    z-index: 9999;
}

.boxBoletin .botoes
{
    padding: 15px 5px;
}

#inner_form span
{
    display: block;
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-size: 13px;
}

#inner_form legend
{
    float: left;
    margin-right: 5px;
}

#boletin_cad
{
    width: 870px;
    min-height: 300px !important;
    margin: 40px auto;
    border: 1px solid #EEE;
    padding: 20px;
    display: table;
    background-color: #E3E1E1;
    position: relative;
}

#boletin_cad hr
{
    width: 800px;
    margin-left: 25px;
}

.boxBoletin
{
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
}

aside.escopo
{
    width: 82%;
    margin-top: 50px;
    float: left;    
    background: #FFF;
}

.escopo table
{
    border-collapse: collapse;
    table-layout: auto;
    border: 1px solid #DDD;   
    width: 100%;
}

.escopo table tr th
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #31323E;
}

.escopo table tr th, .escopo table tr td
{
    padding: 10px 5px;
    border: 1px solid #DDD;   
}

.escopo table tr td
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333;  
}

.escopo table tr td.medias, .escopo table tr td.faltas, .escopo table tr td:last-child
{
    text-align: center;
}

.escopo table tr td:first-child
{
    text-align: center;
}

aside.boletinArquivos
{
    width: 13%;
    padding: 10px;
    margin: 50px 10px;
    float: left;
    border: 1px solid #DDD;
    background: #FDFDFD;
}

ul#semestreArq li a
{
    font-size: 13px;
    color: blue;
}

ul#semestreArq li a:hover
{
    text-decoration: underline;
}

aside.boletinArquivos ul li
{
    margin: 10px;
}

aside.boletinArquivos ul li a 
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
}

aside.boletinArquivos ul li a:hover
{
    color: #ff0f45;
}

ul#semestreArq
{
    display: none;
}

.anoEditar 
{
    width: 50px;
    display: inline-block;
    outline: none;
    border: 1px solid #DDD;
    padding: 4px 0;
}

.semestreEditar
{
    outline: none;
    border: 1px solid #DDD;
    padding: 3px 0;
}

.mediaEditar, .faltasEditar
{
    width: 60px;
    outline: none;
    border: 1px solid #DDD;
    padding: 3px 0;
}

.previewAulas
{
    width: 100%;
    background: #DDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.previewAulas h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
    margin-bottom: 20px;
}

.previewAulas form
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.previewAulas form select
{
    height: 30px;
    width: inherit;
    margin: 10px;
}

.previewAulas form button
{
    padding: 4px;
    background: #FDFDFD;
    border: 1px solid #DDD;
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 0 5px 0 0px;
}

.previewAulas form button:hover
{
    background: rgba(0,0,0, .2);
    cursor: pointer;
}


.painelEditarMateria
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.painelEditarMateria article
{
    padding: 20px;
}

.btnEditar
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff;

}

.painelEditarMateria h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
}

.painelEditarMateria textarea
{
    display: block;
    width: 278px;
    height: 150px;
    resize: none;
    outline: none;
    border: 1px solid #999;
    padding: 10px;
}

.disciplinas article
{
    padding: 20px;
}

.disciplinas h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
}

.disciplinas h2, .disciplinas form legend
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.disciplinas form select[name="prof"], .disciplinas form select[name="titulo"]
{
    display: block;
    width: 196px;
    padding: 5px 0;
    outline: none;
}

.disciplinas form input[name="data"]
{
    display: block;
    width: 196px;
    padding: 4px 0;
    outline: none;
}

.inner_form_disciplina input[name="titulo"]
{
    display: block;
    width: 196px;
    padding: 5px 0;
    outline: none;
}

.borderFormDic
{
    padding: 20px;
    border: 1px solid #EEE;
    float: left;
    background-color: #E3E1E1;
}

.form-materia
{
    float: left;
    border: 1px solid #EEE;
    padding: 20px; 
    margin-left: 10px;
    background-color: #E3E1E1;
}

.form-materia form input[name="materiaName"]
{
    width: 250px;
    display: block;
    padding: 5px;
}

.form-materia form textarea
{
    width: 250px;
    height: 80px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #999;
}

.disciplinas form .add-arquivos
{
    float: left;
    margin-left: 10px;
}

.disciplinas form .inner_form_disciplina
{
    float: left;
}

.disciplinas form .add-arquivos .fundo-add-material, .disciplinas form .add-arquivos .fundo-add-audio
{
    display: inline-block;
    width: 165px;
    height: 165px;
    background: url('../img/icon-add.png') no-repeat;
    border: none;       
}

.disciplinas form .add-arquivos input[type="file"]
{
    width: 165px;
    height: 165px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
}

.disciplinas form .add-arquivos .fundo-add-material:hover
{
    background: url('../img/icon-add-hover.png') no-repeat;

}

.disciplinas form .add-arquivos .fundo-add-audio:hover
{
    background: url('../img/icon-add-hover-audio.png') no-repeat;
}

.lista-materiais h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
    margin-bottom: 20px;
}

.lista-materiais table
{
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #DDD;
    width: 100%;
}

.lista-materiais table tr td
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333;
    padding: 10px 5px;
    border: 1px solid #DDD;
    text-align: center;
}

.lista-materiais table tr td:last-child select
{
    width: 200px;
    border: 1px solid #DDD;
    padding: 5px 0;
}

.lista-materiais table tr th
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #31323E;
    padding: 10px 5px;
    border: 1px solid #DDD;
    text-align: center;
}

.listaAlunosLib
{
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

input[name="buscaNome"], input[name="buscaMateria"] 
{
    padding: 10px;
    width: 500px;
    border: 1px solid #DDD;
    border-radius: 10px;
    outline: none;    
}

#buscarNomes
{
    display: block;
}

#buscaNomes span, #buscaNomes input, #buscaNomes button
{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

#buscaNomes button[name="irBusca"], #buscaNomes button[name="seachMateria"]
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    background: -moz-linear-gradient(
        top,
        #42aaff 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#42aaff),
        to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);

}

.listaAlunosLib section span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #31323E;
}

.listaAlunosLib .headerLiberar
{
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #DDD;
    line-height: 40px;
    padding-bottom: 5px;
}

.headerLiberar h2

{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    float: left;
    font-size: 16px;
}

.headerLiberar button[name="confirmLiberation"], .headerLiberar button[name="confirmBloqueio"], .headerLiberar button[name="selectAll"], .headerLiberar button[name="confirmExclusao"]
{

    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
    background: -moz-linear-gradient(
        top,
        #42aaff 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#42aaff),
        to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);

}

.headerLiberar .selectAllMateria
{
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    color: #ffffff;
    outline: none;
    margin-right: 5px;
    background: -moz-linear-gradient(
        top,
        #42aaff 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#42aaff),
        to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
}

.listaAlunosLib section input, .listaAlunosLib section
{
    display: inline-block;
    line-height: 12px;

}

.listaAlunosLib section li, .listaAlunosLib .checkboxFlex
{
    display: inline-flex;
    line-height: 12px;
    justify-content: center;
    align-items: center;
}

.listaAlunosLib section li
{
    padding: 5px;
    background-color: #999;
    color: #FDFDFD;
    margin: 10px;
    width: 250px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;

}

.fundoSenha
{
    width: 100%;
    height: 100%;
    background: url('/img/muda-senha.png') no-repeat center;
    background-position-x: 80%;
}

.headerEdProfessor
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff;
}

.headerEdProfessor h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    color: #31323E;
    padding: 10px;
}

.cadastroProfessores h2, .profCadastrados h2, .profCadastrados2 h2, .resetSenha h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    color: #31323E;
    padding: 10px;

}

.cadastroProfessores, .resetSenha
{
    width:100%;
    margin: 0 auto;    
}

.cadastroProfessores form section
{
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.add-foto-professor
{
    width: 365px;
    margin-left: 10px;
}

.previewImage img
{
    float: left;
    border-radius: 50%;  
}

.add-foto-professor legend
{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #636363;
}

.add-foto-professor input
{
    width: 165px;
    height: 165px;
    cursor: pointer;
    outline: none;
    opacity: 0;
}


.fundo-add-foto
{
    width: 165px;
    height: 165px;
    background: url('../img/icon-add.png') no-repeat;
    border: none; 
    float: right;
}

.flex-display, .resetSenha form label
{
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #31323E;
}

.flex-display input, .resetSenha form input, .flex-display select
{
    width: 300px;
    padding: 10px;
    border: 1px solid #9fdcff;
    border-radius: 5px;
    outline: none;
}

.flex-display textarea
{
    width: 300px;
    height: 100px;
    padding: 10px;
    border: 1px solid #9fdcff;
    border-radius: 5px;
    outline: none;
    resize: none;
}

.cadastroProfessores form button[name="confirmCadProf"], .resetSenha form button
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    background: -moz-linear-gradient(
        top,
        #42aaff 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#42aaff),
        to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
}

.profCadastrados
{

    width: 961px;    
    border: 1px solid #9fdcff;
    padding: 10px;
    margin: 20px auto;
}

.profCadastrados2
{
    border: 1px solid #9fdcff;
    padding: 10px;
}

.profCadastrados ul li span, .profCadastrados2 ul li span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    margin-left: 50px;
}

.profCadastrados ul li
{
    width: 400px;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    background-color: #e4f1ff;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 25%; 
    border-bottom-left-radius: 25%;
}

.profCadastrados2 ul li
{
    float: left;
    width: 400px;
    margin: 15px;
    display: flex;
    align-items: center;
    background-color: #e4f1ff;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 25%; 
    border-bottom-left-radius: 25%;
}

.profCadastrados ul li a, .profCadastrados2 ul li a  
{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #FFF;
    margin-left: 60px;
    background-color: #9fdcff;
    border-radius: 50%;
    padding: 5px;
}

.profCadastrados ul li a:hover, .profCadastrados2 ul li a:hover 
{
    color: #5ebdff;
    background-color: #FDFDFD;
}

.profCadastrados ul li img, .profCadastrados2 ul li img 
{
    position: relative;
    height: 80px;
    left: 50px;
    bottom: 15px;
    margin-right: 15px;
    border-radius: 50%;
    box-shadow: -20px 30px 20px -15px #999;
}

#logar_efcol
{
    height: 200px;
    position: absolute;
    right: 10px;
    top: 60px;
    padding: 10px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    background-color: rosybrown;
}


#logar_efcol h2
{
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: small;
    font-weight: normal;
}

#logar_efcol input
{

    border: 1px solid #FFF;
    padding: 10px;    
    outline: none;
}

#logar_efcol input:hover
{
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);
}

#logar_efcol a
{
    margin-left: 5px;
}

.loginIcon
{
    padding: 10px;
    width: 60px;
    height: 40px;
    background: url('/img/login-icon.png') no-repeat center;
}

.loginIcon:hover
{
    cursor: pointer;
    background: url('/img/login-icon-hover.png') no-repeat center;
}

.resizeMenu
{
    padding: 10px;
    width: 60px;
    height: 40px;
    position: relative;
    z-index: 3;
    background: url('/img/menu-icon.png') no-repeat center;
}

.resizeMenu:hover
{
    cursor: pointer;
    background: url('/img/menu-icon-hover.png') no-repeat center;
}

.btn_login
{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.btn_login button, .btn_login a
{
    width: 50%;
    height: 35px;
    display: inline-block;    
    border: none;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    background-color: maroon;
    line-height: 35px;    
}

.btn_login button:hover, .login_adm .efcol_logado button:hover, .btn_login a:hover
{
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000)";
    cursor: pointer;
}

.login_adm
{
    width: 100%;
    height: 70px;
    position: relative;
    z-index: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(200,50,50, .5);
}

.menuPrincipal
{
    width: 100%;
    max-width: 220px;
    height: 100%;
    top: 0;
    left: -220px;
    z-index: 2;
    position: absolute;
    padding: 70px 20px 0 10px;
    display: none;
    flex-direction: column;
    background-color: rosybrown;

}
.menuPrincipal li
{

    padding: 5px 0;
    border-bottom: 2px solid #DDD;    
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: small;
    color: #31323E;
}

.menuPrincipal li a
{
    color: #31323E;
}

.menuPrincipal li:hover, .menuPrincipal li a:hover
{
    cursor: pointer;
    color: #FFF;
}

#fundo_topo_lib
{

    z-index: 1;
    box-shadow: 0 0 30px #333;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#fundo_topo_lib .bkVideo
{
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-cover: cover;
    transform: translateX(-50%) translateY(-50%);
    z-index: -300;
}

#apresentacao
{
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: rgba(200,50,50, .5) fixed;

}

#apresentacao .vd_presentation
{

    height: 350px;
    box-shadow: 0 0 10px #000;
}

#apresentacao article
{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.logo-EFCOL
{
    z-index: 1;
    width: 40%;
    height: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.buttonArticleLeftInner, .buttonArticleRightInner
{
    display: none;
}

.logo-EFCOL h2
{
    font-family: 'Passion One', arial-black, sans-serif;
    font-weight: normal;
    color: #FFF;

}

.logo-EFCOL p
{
    font-family: 'Montserrat', verdana, sans-serif;
    font-size: small;
    font-weight: normal;
    text-align: justify;
    color: #DDD;
}

#whrapper_lib
{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 0;
    background: #421507 url('/img/pelicula-topo.fw.png');
    background-size: cover;
}

/* Carousel Módulos */

.cover-modulos
{
    background: #FDFDFD;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
}

.cover-modulos h1
{
    font-family: 'Passion One', sans-serif;
    font-size: 2.5em;
    text-align: center;
    color: #421507;
    padding-top: 40px;
}

.carousel {
    position: relative;
    overflow: hidden;
    padding: 0 0 2em  0;
    margin-top: 4.1em;
    background: #CCC;
    height: auto;
}

.carousel .forward, .carousel .backward {
    position: absolute;
    top: 50%;
    width: 3em;
    height: 6em;
    margin-top: -3em;
    cursor: pointer;
}

.carousel .forward:before, .carousel .backward:before {
    content: '';
    display: block;
    width: 6em;
    height: 6em;
    border-radius: 100%;
    background-color: rgba(72, 57, 73, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -3em;
    -moz-transition: background-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.carousel .forward:after, .carousel .backward:after {
    content: '';
    width: 3em;
    height: 3em;
    position: absolute;
    top: 50%;
    margin: -1.5em 0 0 0;
    background: url("../template/images/arrow.svg") no-repeat center center;
}

.carousel .forward:hover:before, .carousel .backward:hover:before {
    background-color: rgba(239, 131, 118, 0.75);
}

.carousel .forward {
    right: 0;
}

.carousel .forward:before {
    right: -3em;
}

.carousel .forward:after {
    right: -0.25em;
}

.carousel .backward {
    left: 0;
}

.carousel .backward:before {
    left: -3em;
}

.carousel .backward:after {
    left: -0.25em;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.carousel .reel {
    white-space: nowrap;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding: 0 4em;
}

.carousel article {
    display: inline-table;
    width: 14em;
    height: 35em;
    background: #fff;
    text-align: center;
    padding: 0 1em 3em 1em;
    margin: 0 2em 0 0;
    white-space: normal;
    opacity: 1.0;
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    -moz-transition: opacity 0.75s ease-in-out;
    -webkit-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}

.carousel article:last-child
{
    margin-right: 0;
}

.carousel article.loading {
    opacity: 0;
}

.carousel article .image {
    position: relative;
    left: -1em;
    top: 0;
    width: 16em;
    margin-right: -2em;
    margin-bottom: 3em;
}

.carousel article p {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding-bottom: 3px;

}

.requisito
{
    width: 100%;
    padding: 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;    
    z-index: 2;
    background: rgba(250,50,50, .7);
}

.requisito section
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.requisito section article
{
    width: 100%;    
    max-width: 500px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1em solid #FDFDFD;
    padding: 0 20px;
}

.requisito article h2
{
    font-family: 'Rammetto One', Arial-Black, sans-serif;
    font-size: 2em;
    font-weight: normal;
    color: #FDFDFD;
}

.requisito article p
{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #FFF;
    text-align: justify;
    line-height: 25px;
}

.requisito article a
{
    display: block;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    color: white;
    border: 1px solid #FDFDFD;
    border-radius: 2em;
    padding: 10px;
}

.requisito article a:hover
{
    background-color: blue;
    color: white;
}

#cadastro_efcol h2
{
    font-family: 'Passion One', sans-serif;
    font-size: 2.5em;
    color: #421507; 
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

#cadastro_efcol
{
    width: 100%;
    padding: 20px;    
    background: url('/img/fundo-requisito.jpg') no-repeat;
    background-size: cover;
}

.headerCadastro
{
    width: 100%;
    background: url('/img/fundo-header-cadastro.jpg') no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.headerCadastro section
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}

.headerCadastro section:first-child a
{
    font-family: 'Rammetto One', sans-serif;
    font-size: 1.5em;
    color: #CCC;    
}

.headerCadastro section:first-child a:hover
{
    color: #FFF;
}

.headerCadastro section article
{
    border-left: 1.5em solid #FDFDFD;    
    padding-left: 20px;
    width: 30%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.headerCadastro article h2
{
    font-family: 'Rammetto One', sans-serif;
    font-size: 1.5em;
    color: #FDFDFD; 
    font-weight: normal;
    text-align: center;
}

.headerCadastro article p
{
    color: #FDFDFD;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: justify;
    line-height: 25px;
}

#cadastro_efcol form 
{
    width: 100%;    
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
}

#cadastro_efcol .lineForm
{
    width: 100%;    
    display: flex;
    justify-content: space-around;
}

#cadastro_efcol .lineForm section
{    
    width: 99%; 
    height: auto;
    display: flex;
    flex-direction: column;
}

#cadastro_efcol .lineForm section strong
{
    font-family: 'Rammetto One', arial-black, sans-serif;
    font-size: small;
    color: #111;
}

#cadastro_efcol .lineForm:nth-child(2) section
{
    display: inline-flex;
    line-height: 3em;
    height: auto;
    align-items: center;
}

#cadastro_efcol .lineForm:nth-child(2) section:first-child article input:first-child
{
    width: 60px;
}

#cadastro_efcol .lineForm:nth-child(2) section article
{    
    margin: 0 auto;
}

#cadastro_efcol .lineForm:nth-child(2) section:last-child input
{
    width: 50%;  
}

#cadastro_efcol .lineForm:last-child
{
    height: auto;
    align-items: center;
}

#cadastro_efcol input, #cadastro_efcol select
{
    width: inherit;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #999;
    outline: none;
    font-family: 'Montserrat', sans-serif;    
}


#cadastro_efcol #status
{
    width: 250px;
    height: 30px;
    font-family: 'Rammetto One', sans-serif;
    color: green;
    text-align: center;
    padding: 10px;    
}

#cadastro_efcol form button
{

    border: 1px solid #421507;    
    color: #421507;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    padding: 10px;
    border-radius: 2em;
    background: transparent;
}

#cadastro_efcol form button:hover
{
    background: #421507;
    cursor: pointer;
    color: white;
}

#professores
{
    width: 100%;
    height: 100%;
    padding: 20px 0;
    position: relative;
    background: url('/img/rodape-EFCOL-transparente.gif') no-repeat;
    background-size: 0 100%;

}

#professores h1
{
    font-family: 'Passion One', sans-serif;
    font-size: 42px;
    color: #ff1434;
    text-align: center;
    padding-top: 30px;
}

#professores img
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 300;
}

#professores img:first-child
{
    display: none;
}

#financeiro
{
    width: 100%;    
}

#financeiro section
{
    padding: 20px;
}

#financeiro h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
}

#financeiro section table
{
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #888;
    width: 100%;
}

#financeiro  section table thead
{
    font-family: 'Passion One', sans-serif;
    font-size: 13px;
    color: #31323E;
    text-align: center;  
}

#financeiro section table thead tr th, #financeiro section table tbody tr td
{
    padding: 5px 0;
}

#financeiro section table tbody tr
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #31323E;
    text-align: center; 
    background-color: snow;
}

#financeiro section table tbody tr td a
{
    color: #ff1434;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #3D2B2B;
}

#financeiro section table tbody tr td a:hover
{
    border: 1px dotted #3D2B2B;
}

.fundo-principal
{
    height: 690px;   
    background: url('/img/fundo-principal.png') no-repeat center;
    background-size: 100%;


}

.painelDisciplinas
{
    width: 100%;
    margin: 10px auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.materiais
{
    width: 100%;
    float: left;
    background: #FFF;
    border: 1px solid #DDD;
    padding: 20px;
    position: relative;
}

.materiais .header_materiais
{
    width: 75%; 
}

.materiais .header_materiais h2
{
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    font-size: 18px;

}

.materiais .header_materiais p
{
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    font-size: small;
    text-align: justify;
}

.materiais span
{
    font-family: 'Montserrat', sans-serif;
    color: #636363;
    font-size: small;
}


.materiais button
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background: -moz-linear-gradient(
        top,
        #42aaff 0%,
        #003366);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#42aaff),
        to(#003366));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #003366;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,0.5);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
}

.materiais .supertrunfo{
    width:450px;    
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.0s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 1.0s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 1.0s linear;
    transform-style: preserve-3d;
    transition: all linear 0.5s;
}
.flip-card {
    position: absolute;
    right: -10px;
    top: 40px;
    z-index: 999;
    padding: 20px;
}
.materiais .flip-card{
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.materiais .flip-card-hover .supertrunfo, .flip-card.hover_effect .supertrunfo {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);

}
.materiais .supertrunfo-face{
    position: absolute;
    height: auto;
    border-radius: 3px;
    position: relative;
    right: 20px;
    top: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;

}

.materiais .supertrunfo-back{
    display: block;
    width: 450px;
    padding: 50px;
    -webkit-transform: rotateX(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateX(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateX(180deg);
    -o-box-sizing: border-box;
    transform: rotateX(180deg);
    box-sizing: border-box;

}

.materiais .supertrunfo-back ul li
{
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

.materiais .supertrunfo-back ul li:last-child
{
    border-bottom: 0;
}

.materiais .supertrunfo-back ul li 
{    
    padding: 5px 0 5px 5px;
}

.materiais .supertrunfo-back ul li:hover
{
    background-color: #E3E1E1;
    cursor: pointer;
}

.materiais .supertrunfo-back ul li a
{
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-decoration: none;

}

.materiais .supertrunfo-back ul li a:hover
{
    color: #3D2B2B;
}

.materiais .select_disciplina
{
    width: 380px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: -5px 5px 20px #333;
    -moz-box-shadow: -5px 5px 20px #333;
    -webkit-box-shadow: -5px 5px 20px #333;

}

.materiais .downMateriais a li
{
    width: 170px;
    height: 140px;
    border: 1px solid #DDD;
    background: #FFF;
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;  
}

.materiais .downMateriais a li span
{
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background-color: #CCC;
    width: 170px;
    padding:10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.materiais .downMateriais a li img
{
    position: absolute;
    top: 0;
}

.professorAluno
{
    width: 280px;
    margin-left: 10px;
    float: left;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.professorAluno h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #31323E;

}

.professorAluno img
{
    width: 123px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.professorAluno span
{
    font-family: 'Rammetto One', sans-serif;
    font-size: 10px;
    color: #31323E;
}

.professorAluno p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #999;
}

.header_materiais, .select_disciplina
{
    float: left;
}

.boletinEscolar
{
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    min-width: 960px;
    border: 1px solid #DDD;
}

.boletinEscolar thead tr > th 
{
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 10px 0;
}

.boletinEscolar tbody tr > td
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #333;
    padding: 5px 10px;
    text-align: center;
}

.boletinEscolar tbody tr > td.materia
{
    text-align: left;
}

.window_redefinir
{

    display:block;
    width:600px;
    height:auto;
    position:fixed;
    background:#FFF;
    z-index:9900;
    top: 100px;
    right: 30px;
    padding:10px;
    border: 1px solid #DDD;
    box-shadow: -5px 5px 20px #EEE;
    border-radius:10px;
}

.window_redefinir #status
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: green;
    position: absolute;
    right: 20px;
    bottom: 40px;
}

.cover-slider
{
    width: 100%;
    height: 100%;  
    position: relative;
    z-index: 2;
    background: url('/img/fundo-EFCOL-public.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.cover-slider iframe
{
    width: 50%;
    height: 50%;
}

.cover-slider section
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.legendaVideos
{
    width: 30%;
    border-left: 1em solid #421507;
    padding-left: 20px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.legendaVideos p
{
    font-family: 'Montserrat', sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #421507;
    text-align: justify;
    line-height: 40px;
}

.cover-slider h2
{
    font-family: 'Passion One', sans-serif;
    color: #421507;
    font-size: 3em; 

}

#modalFinanceiro
{
    width: 890px;
    max-height: 700px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -480px;
    box-shadow: 0 0 10px #222;
    background-color: #FDFDFD;
    padding: 20px;
    display: none;
}

#modalFinanceiro a
{
    font-family: 'Montserrat', sans-serif;
    font-size: larger;
    color: blue;
    position: absolute;
    right: 25px;
    top: 25px;
}

#modalFinanceiro h2
{
    font-family: 'Passion One', sans-serif;
    font-size: 1.8em;
    text-align: center;
}

#modalFinanceiro table
{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDD;
}

#modalFinanceiro table tr 
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: left;
}

#modalFinanceiro table tr th, #modalFinanceiro table tr td
{
    padding: 5px;
}

#modalFinanceiro table tr th img
{
    max-width: 100px;
    width: auto;
    border-radius: 50%;
}

#modalFinanceiro table tr:first-child
{
    text-align: center;
}

.videos form 
{
    float: left;
    width: 370px;
}

.modal_videos
{
    width: 500px;
    float: right;
}

.modal_videos video
{
    width: 500px;
}

.videos form label
{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #31323E;
}

.videos h2
{
    font-family: 'Passion One', sans-serif;
    color: #31323E;
    margin-bottom: 20px;
}

.videos form input, .videos form select
{
    display: block;
    border: 1px solid #DDD;
    padding: 10px 5px;
    outline: none;
    margin: 10px 0;
    width: 350px;
}

.videos form button
{
    width: 200px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    border: none;
    background-color: #42aaff;
}

.videos form button:hover
{
    background-color: #5ebdff;
    cursor: pointer;
}

.lista-materiais span
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #999;
    font-weight: normal;
    text-align: right;
    display: block;
}

.listar_videos
{
    padding: 20px;
    background-color: #FFF;
    border: 1px dashed #DDD;

}

.listar_videos ul li
{
    display: inline-block;
    float: left;
    width: 300px;
}

.listar_videos ul li ul
{
    padding-left: 10px;
    display: none;
}

.listar_videos ul li span
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ff2502;    
}

.listar_videos ul li span:hover
{
    color: #39de59;
    cursor: pointer;
}

.listar_videos ul li ul li
{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #003366;
    margin-bottom: 5px;
    display: block;
}

.listar_videos_aluno .active
{
    background-color: #999;
}

.listar_videos_aluno .active:hover
{
    background-color: #DDD;
}

.player_aluno
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.player_aluno h2
{
    font-family: 'Passion One', sans-serif;
    color:#31323E;
    font-weight: normal;
    text-align: center;
}

.player_aluno table
{
    border-collapse: collapse;
    border: 2px solid #333;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    font-weight: normal;
}

.player_aluno table tr:first-child
{
    border-bottom: 2px solid #333;
}

.player_aluno table tr:nth-child(2) td:last-child
{
    border-top: 2px solid #333;
}

.player_aluno table tr th:last-child
{
    border-right: 2px solid #333;
}

.player_aluno table tr th
{
    background-color: #E3E1E1;
    font-weight: bold;
}

.player_aluno table tr td, .player_aluno table tr th
{
    padding: 10px;
    width: 45%;

}

.player_aluno table tr td a{
    cursor: pointer;
}

.listaTopicos h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
}

.listaTopicos ul li
{
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #DDD;
    background-color: #EEE;


}

.listaTopicos ul li a h2
{
    font-family:'Passion One', sans-serif;
    font-weight: normal;
    color: #31323E;            
}

.listaTopicos ul li a p
{
    font-family: 'Montserrat', sans-serif;
    color: #777;
    font-size: small;
}

.listaTopicos ul li a h2:hover
{
    color: #003bb3;
}

.leftListTopic
{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    float: left;
}

.leftListTopic a h2:hover
{
    color: #003bb3;
}

.rightListTopic
{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    float: right;
}

.topicos .rightListTopic ul
{
    display: inline-flex;
    flex-direction: row;
    border: 0;
}

.topicos .rightListTopic ul li
{
    text-align: center;
    padding: 0 0 0 20px;
    border-bottom: 0;
}

.rightListTopic ul li h2, .leftListTopic h2
{
    font-family: 'Passion One', sans-serif;
    color: #31323E;
    font-weight: normal;
}

.rightListTopic ul li p, .leftListTopic p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #999;
}

.topicos h1, .comentarios h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
}

.topicos .headerTopic, .comentarios .headerTopic
{
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    background-color: #e4f1ff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.newTopic, .newProva
{
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    background-color: #5ebdff;
    border: 0;
    outline: none;
}

.topicos
{
    width: 100%;
    position: relative;
}

.newTopic:hover, .newProva:hover
{
    background-color: #42aaff;
    cursor: pointer;
}

.topicos ul, .comentarios ul 
{
    border: 1px solid #DDD;  
    background-color: #FDFDFD;
    position: relative;
    border-top: 0;
}

.topicos .ulTopicos li
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.topicos .ulTopicos
{
    padding: 20px;
}

.forumPerfil
{
    display: inline-flex;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px; 
    position: relative;
    box-sizing: content-box;
    background-color: #f5f4f4;
    border-right: 1px solid #DDD;
}

.forumPerfil img
{
    height: 100px;
    border-radius: 50%;
}

.btPerfilTopico
{
    display: flex;
    flex-direction: row;
    width: 50px;
    height: 20px;    
    align-items: center;
    justify-content: space-between;
}

.btPerfilTopico a img
{
    height: 100%;
    border-radius: 0;
}

.btPerfilTopico a:hover
{
    border-bottom: 1px solid #DDD;
}

.forumPerfil strong
{
    font-family: 'Passion One', sans-serif;
    font-size: medium;
    color: #31323E;
    font-weight: normal;
}

.forumPerfil p
{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.forumPerfil span

{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6em;
    color: #666;
    font-weight: bold;
    text-align: center;
}

.topicoDesc
{
    display: inline-block;
    float: left;
    padding: 10px;
    width: 80%;
    word-wrap: break-word;
}

.topicoDesc h2
{
    font-family: 'Passion One', sans-serif;
    font-weight: normal;
    color: #31323E;    
}

.topicoDesc p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #034d70;
    text-align: justify;
}

.comment
{
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-top: 0;
    background-color: #e4f1ff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.comment form
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comment form label
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #31323E;
    font-weight: normal;
}

.comment form textarea
{
    resize: none;
    width: 100%;
    padding: 5px 0 5px 10px;
    margin-left: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.comment form button
{
    padding:1px 15px;
    font-family: 'Passion One', Arial Black, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #FFF;
    background-color: #5ebdff;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;    
}

.comment form button:hover
{
    cursor: pointer;
    background-color: #42aaff;
}

.window_encTopic
{
    width: 80%;
    height: 200px;
    display: none;
    flex-direction: row;
    position: fixed;
    border: 1px solid #DDD;
    background-color: #FDFDFD;
    top: 50%;
    left: 50%;
    margin: -20% 0 0 -40%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #777;
}

.window_encTopic form 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}

.buttonEncTopic button
{
    border: 0;
    padding: 10px;
    width: 130px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    background-color: #5ebdff;
    margin-left: 50px;
}

.window_encTopic .fechar, .headerWindowNewTopic .fechar
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: 10px;
}

.window_encTopic .fechar:hover, .headerWindowNewTopic .fechar:hover
{
    color: #ff204a; 
}

.buttonEncTopic button:hover
{
    background-color: #42aaff;
    cursor: pointer;
}

.window_encTopic form input[type="checkbox"]
{
    margin-right: 2px;
}

.window_encTopic form span
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #999;    
}

.window_newProva
{
    width: 100%;
    display: none;
    flex-direction: column;
    height: 100%;
    position: fixed;
    background-color: #FDFDFD;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 0 0 80px 0;
    z-index: 1002;
}

.innerProvaCorrigida
{
    border: 1px solid darkblue;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}

.innerProvaCorrigida .questao
{
    padding-bottom: 10px; 
    border-bottom: 4px double #333;
}

.innerProvaCorrigida .questao:last-child
{
    border: none;
}

.window_Prova
{
    width: 100%;
    flex-direction: column;
    height: 100%;
    background: rgba(255,255,255);    
    padding: 0 0 80px 0;
}

.headerWindowNewProva
{
    width: 100%;
    padding: 10px;
    background-color: darkblue;
    border-bottom: 1px solid #DDD;
    display: flex;
    justify-content: center;
    align-items: center;

}

.headerWindowNewProva h1
{
    color: #FFF;
    text-align: center;   
}

.headerWindowNewProva p
{
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-align: center;
}

.headerPontos
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 2px dashed darkblue;
    padding: 10px 0 20px 0;
    background: #e4f1ff;
}

.headerPontos p
{
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    color: red;
    text-align: center;
    font-size: small;
}

.window_Prova .questao
{
    border-bottom: 4px double #333;
    padding-bottom: 10px;
}

.window_Prova form
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.questao h2
{
    display: block;
    width: 100%;
    font-family: 'Rammetto One', Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #31323E;
    margin: 20px 0;
}

.questao p
{
    display: block;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #31323E;
    margin: 20px 0;
}


.questao ul li
{

    padding: 10px 0 10px 20px;
    position: relative;
    display: flex;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    align-items: center;
}

.questao ul li input[type="radio"]
{
    margin-right: 10px;
}

.questao ul li textarea
{
    border: 1px solid #DDD;
    border-radius: 10px;
    resize: none;
    width: 100%;
    height: 150px;
    padding: 10px;
    outline: none;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: red;
}

#formNewProva select
{
    padding: 10px;
    margin-bottom: 20px;
}

.window_Prova button[name="concluir"]
{
    border: 0;
    width: 150px;
    padding: 10px;
    display: block;
    position: absolute;
    right: 0;
    margin-top: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: medium;
    background: #5ebdff;
    color: #FFF;
}

.window_Prova button[name="concluir"]:hover
{
    cursor: pointer;
    background: #9fdcff;
}

.questionario
{
    padding: 80px 0;
}

.window_newProva form .questionario div.innerQuest
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.window_newProva form .questionario div.innerQuest label
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    color: #999;
    display: flex;
    align-items: center;
}

.window_newTopic
{
    width: 80%;
    display: none;
    flex-direction: column;
    height: 80%;
    position: fixed;
    border: 1px solid #DDD;
    background-color: #FDFDFD;
    top: 50%;
    left: 50%;
    margin: -20% 0 0 -40%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #777;
}

.window_newTopic .fechar, .window_newProva .fechar
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    right: 10px;
    font-size: large;
}

.window_newTopic .fechar:hover, .window_newProva .fechar:hover
{
    color: #ff204a;        
}

.headerWindowNewTopic
{
    width: 100%;
    padding: 10px;
    background-color: darkblue;
    border-bottom: 1px solid #DDD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerWindowNewTopic h1
{
    font-size: 1.9em;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.headerWindowNewTopic p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    text-align: center;
}

.subHeaderProva
{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid darkblue;
    margin: 10px auto 0;
    padding: 20px;

}

.subHeaderProva p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #333;        
}

.window_newTopic form, .window_newProva form
{
    margin: 10px auto;    
    width: 70%;
    text-align: left;
    position: relative;
}

.window_newProva .questao
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    background: #5ebdff;
    padding: 10px;
    display: flex;
    justify-content: space-between;

}

.window_newProva .questao a
{
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.window_newProva .questao a:hover
{
    color: red;
}

.window_newTopic form span
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #31323E;
    font-weight: bold;    
}

.window_newTopic form input
{
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    margin: 10px 0;
    outline: none;
}

.window_newProva form input[name="alternativa[]"]{
    width: 95%;
    padding: 10px;
    border: 1px solid #DDD;
    margin: 10px 0;
    outline: none;
    display: inline-block;
}

.window_newProva form a.del_alterInput
{
    font-family: "Montserrat", Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    padding: 10px;
    background: palevioletred;
    width: 2%;
    color: #FFF;
}

.window_newProva form a.del_alterInput:hover
{
    background: #ff0f45;
}

.addQuest
{
    border: 0;
    padding: 10px;
    width: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    background-color: #47c152;
    position: absolute;
    right: 0;
    top: 0;
}

.addQuest:hover
{
    background-color: #39de59;
    cursor: pointer;
}


.addAlt
{
    border: 0;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    background-color: #FF0000;
}

.addAlt:hover
{
    background-color: #ff5a71;
    cursor: pointer;
}

.janelaGabarito
{
    width: 80%;
    height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20% 0 0 -40%;
    border: 1px solid #DDD;
    z-index: 1003;
    background: #FDFDFD;
    box-shadow: -2px 2px 10px #333;
    border-radius: 10px;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

.janelaGabarito h2
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: #B5B16C;
    color: #FFF;
    font-family: 'Passion One', Arial Black, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 2.5em;
}

.janelaGabarito table
{
    border-collapse: collapse;
    border: 1px solid #999;    
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
}

.janelaGabarito table tr th
{
    padding: 10px;
    width: 150px;
}

.janelaGabarito table tr td
{
    font-size: large;
    color: red;
    padding: 10px;
}

.janelaGabarito table td textarea
{
    border: none;
    resize: none;
    background: #FDFDFD;
    box-shadow: inset 0 0 5px #999;
    padding: 10px;
}

.janelaGabarito table tfoot button
{
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: normal;
    background: #B5B16C;
    color: #FFF;
    border: none;
    padding: 8px;
}

.janelaGabarito table tfoot button:hover
{
    background: #757346;
    cursor: pointer;
}

.window_newTopic form input, .window_newTopic form textarea, .window_newProva form textarea
{
    font-family: 'Montserrat', sans-serif;
}

.window_newProva form textarea
{
    width: 100%;
    height: 100px;
    border: 1px solid #DDD;
    resize: none;
    outline: none;
    padding: 10px;

}

.window_newTopic form textarea
{
    width: 100%;
    height: 300px;
    border: 1px solid #DDD;
    resize: none;
    outline: none;
    padding: 10px;
    margin: 10px 0;
}

.buttonNewTopic, .window_newProva .buttonNewProva
{
    position: absolute;
    right: 0;
}

.window_newTopic form button, .window_newProva form .buttonNewProva button
{
    border: 0;
    padding: 10px;
    width: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #FFF;
    background-color: #5ebdff;
    outline: none;
}

.window_newTopic form button:hover, .window_newProva form .buttonNewProva button:hover
{
    background-color: #42aaff;
    cursor: pointer;
}

.comentarios ul li
{
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin-bottom: 10px;
}

.comentarios ul li:first-child
{
    border-top: 0;
}

.comentarios ul li:last-child
{
    border-bottom: 0;
    margin-bottom: 0;
}

.resultadoProvaAluno 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.resultadoProvaAluno h2
{
    font-family: 'Passion One', Arial Black, sans-serif;
    font-weight: normal;
    color: #31323E;
    font-size: 1.6em;
}

.resultadoProvaAluno table
{
    border-collapse: collapse;
    border: 2px solid #333;
    table-layout: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: small;
}

.resultadoProvaAluno table tr th
{
    padding: 10px;
    border-bottom: 2px solid #333;
    background-color: #E3E1E1;

}

.resultadoProvaAluno table tr td
{
    padding: 10px;
}

.resultadoProvaAluno table tr td a
{
    font-family: 'Rammetto One', sans-serif;
    color: blue;
}

.resultadoProvaAluno table tr td a:hover
{
    color: green;
}

.provas_corrigir
{
    min-height: 500px;
}

.headerProvas
{
    width: 100%;    
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e4f1ff; 
    padding: 10px;
}

.provas_corrigir h1
{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #31323E;
    font-size: 0.8em;

}

.provas_corrigir p
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #999;
    font-weight: normal;
    text-align: center;
}

.provas_corrigir ul li
{
    font-family: 'Montserrat', Arial, sans-serif;
    color: black;
    padding: 10px 20px;
    border: 1px solid #333;
    width: 60%;
    margin-bottom: 10px;
    font-size: small;
}

.provas_corrigir ul li:hover
{
    cursor: pointer;
}

.col-alinhar-prova
{
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.col-alinhar-prova ul:first-child
{
    width: -webkit-fill-available;
}

.col-alinhar-prova ul:last-child
{
    border: 2px solid #F90;
    padding: 10px;
    height: fit-content;
    width: 50%;
    background-color: #ff403c;
}

.col-alinhar-prova ul:last-child > li ul
{
    border: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.col-alinhar-prova ul:last-child li a
{
    text-decoration: none;
    font-family: 'Passion One', Arial Black, sans-serif;
    font-weight: normal;
    color: #31323E;
    font-size: larger;
    padding: 5px;
    display: block;
    width: 100%;
    background-color: seashell;

}

.col-alinhar-prova ul:last-child li
{
    padding: 0 0 2px 0;
    border: none;
    width: 100%;

}

.col-alinhar-prova ul:last-child li ul li
{
    padding: 0 0 2px 10px;
    width: 100%;
    margin-bottom: 0;
}

.col-alinhar-prova ul:last-child li a:hover
{

    color: blue;
}

.col-alinhar-prova ul:last-child li a.active
{
    background: #333;
    color: white;
}

.col-alinhar-prova ul:first-child li.active
{
    background: #ff0f45;
    color: white;
}

.col-alinhar-prova ul:last-child li ul li a
{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: #31323E;
    font-weight: bold;
}

.col-alinhar-prova ul:last-child li ul li a:hover
{
    background: seashell;
    color: blue;
}

.arquivoProva li ul li:first-child
{
    display: none;
}

.arquivoProva h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;

}

.tableGabaritos
{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;  
    margin-bottom: 10px;
}

.tableGabaritos strong
{
    font-family: 'Passion One', sans-serif;
    font-size: small;
    color: red;
}

.tableGabaritos table
{
    border-collapse: collapse;
    border: 1px solid #999;
}

.tableGabaritos table:first-child
{
    margin: 0 10px 0 30px;
}

.tableGabaritos table tr td, .tableGabaritos table tr th
{
    padding: 8px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;    
}

.tableGabaritos table thead tr td
{
    font-family: 'Passion One', Arial-black, sans-serif;
    font-weight: normal;
    color: #31323E;
    font-size: large;
    text-align: center;
}

.tableGabaritos table tr td button, .questDiscursiva button
{
    border: none;
    background: #B5B16C;
    color: #FFF;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: normal; 
    padding: 5px;
}

.tableGabaritos table tr td button:hover, .questDiscursiva button:hover
{
    background: #5eb95e;
    cursor: pointer;
}

.questDiscursiva
{
    width: 60%;
    border: 1px dashed #999;
    background: rgba(230,250,250, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -15% 0  0 -30%;
    box-shadow: 0px 0px 5px #999;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    padding: 10px;
    word-wrap: break-word;
    text-align: justify;
    display: none;
}

.questDiscursiva strong
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.listaAlunos
{
    height: 500px;
    overflow-y: auto;
    padding: 20px;
}

.listaAlunos table
{
    border-collapse: collapse;
    border: 1px solid #333;
    table-layout: auto;
    margin: 0 auto;
}

.listaAlunos table tr th
{
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 5px;
}

.listaAlunos table tr:nth-child(2) th:last-child
{
    font-size: 9px;
}

.listaAlunos table tr button
{
    border: 1px solid #333;
    background: greenyellow;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    padding: 5px;
    border-radius: 2em;
    outline: none;
}

.listaAlunos table tr button:hover
{
    background: #5eb95e;
    cursor: pointer;
    color: white;
}

.listaAlunos table tr td
{
    width: 90%;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
}

.listaAlunos table tr td:last-child
{
    width: inherit;
    text-align: center;
}


.liberarAulas
{
    max-height: 500px;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.liberarAulas h1
{
    font-family: 'Montserrat', sans-serif;
    color: #31323E;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #DDD;
    background-color: #e4f1ff;
    margin-bottom: 20px;
}

.liberarAulas table
{
    border-collapse: collapse;
    border: 2px solid #333;
    table-layout: auto;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-align: center;
    font-size: small;
}

.liberarAulas table th
{
    border-bottom: 2px solid #333;
    font-weight: bold;
}

.liberarAulas table td, .liberarAulas table th
{
    padding: 5px;
    width: 40%;
}

.liberarAulas table td:last-child, .liberarAulas table td:nth-child(3)
{
    position: relative;
    /*    display: flex;
        justify-content: space-around;*/
    width: 200px;
}

.liberarAulas table td:last-child a, .liberarAulas table td:nth-child(3) a
{
    font-family: 'Rammetto One', sans-serif;
    color: blue;
    font-weight: normal;    
}

.liberarAulas table td:last-child a:hover, .liberarAulas table td:nth-child(3) a:hover
{
    color: red;
}

.liberarAulas table td:last-child button, .liberarAulas table td:nth-child(3) button
{
    font-family: 'Rammetto One', sans-serif;
    color: blue;
    font-weight: normal;    
    border: none;
    background: transparent;
}

.liberarAulas table td:last-child button:hover, .liberarAulas table td:nth-child(3) button:hover
{
    color: green;
    cursor: pointer;
}

.liberarAulas table td select
{
    position: absolute;
    top: -300px;
    right: 0px;
    height: 300px;
    outline: none;
    box-shadow: -2px 2px 10px #333;
}

.liberarAulas table td select option
{
    padding: 5px;
    border-bottom: 1px solid #333;
}

.liberarAulas table td select option:hover
{
    background-color: dodgerblue;
}

.modalYT
{
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    padding: 50px;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: -2px 2px 10px #333;
    background: rgba(0,0,0, .9);
}

.modalYT a
{
    display: block;
    width: 100%;
    text-align: right;
    font-family: 'Rammetto One', sans-serif;
    font-weight: normal;
    color: blue;
    position: relative;
    top: -100px;
}

.modalYT a:hover
{
    color: red;
}

/* CORPO CSS FIM */

/* Rodapé CSS */
#footer_lib
{
    width: 100%;    
    position: relative;
    z-index:2;
    background-color: #EEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

#footer_lib .footerLogo
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#footer_lib .nav_menu
{
    width: 100%;

}

#footer_lib .nav_menu ul
{
    width: 100%;
    height: 60px;
    justify-content: space-around;
    display: flex;
    align-items: center;
}

#footer_lib .nav_menu ul li
{    
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    color: blue;    
    margin-left: 20px;
}

#footer_lib .nav_menu ul li a
{
    color: blue;
}

#footer_lib .nav_menu ul li a:hover, #footer_lib .nav_menu ul li:hover
{
    color: #ff204a;
    cursor: pointer;
}

.direitos_efcol
{
    width:100%;
    padding: 20px 0 0; 

}

.direitos_efcol p
{
    color: #31323E;
    font-family: 'Montserrat', sans-serif;
    font-size: small;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direitos_efcol p a
{
    width: 53px;
    height: 40px;
    display: block;
    margin-left: 10px;
    background: url('/img/logoDWS.png') no-repeat;
}

.direitos_efcol p a:hover
{
    background: url('/img/logoDWS-hover.png') no-repeat;
}


#footer_sis_restrito
{
    position: absolute;
    bottom: 0;    
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #e4e5e7;
    width: 100%;
}

#footer_sis_restrito p
{
    font-family: 'Rammetto One', cursive;
    font-size: 12px;
    text-align: center;
    color: #31323E;
}


/* RESPONSIVE RESOLUÇÃO */

@media screen and (max-width: 1300px) 
{
    .headerCadastro section article
    {
        height: auto;
    }
}

@media screen and (max-width: 1200px) 
{
    .legendaVideos
    {
        width: auto;
        padding: 20px;
    }

    .cover-slider
    {
        height: auto;
    }

    .cover-slider h2
    {
        font-size: 2em;
    }

    .cover-slider  p
    {
        height: auto;
    }

    .cover-slider section
    {
        flex-direction: column-reverse;
    }

    #apresentacao
    {
        flex-direction: column;
    }

    .buttonArticleLeft, .buttonArticleRight
    {
        display: none;
    }

    .buttonArticleLeftInner
    {
        position: absolute;
        top: 50%;
        left: -50px;
        display: block;
    }
    .buttonArticleRightInner
    {
        position: absolute;
        top: 50%;
        right: -50px;
        display: block;
    }

    .logo-EFCOL
    {
        width: 100%;
        max-width: 600px;
        display: block;
        text-align: center;
    }   

    .carousel article
    {
        height: 34em;
    }

    #footer_lib .nav_menu
    {
        width: auto;
    }
}

@media screen and (max-width: 1000px){
    .cover-slider iframe
    {
        width: auto;
        height: auto;
        min-width: 80%;
        min-height: 50%;
    }
}

@media screen and (max-width: 870px){
    .headerCadastro section:last-child
    {
        flex-direction: column;                
    }

    .headerCadastro section:last-child article
    {
        width: 90%;
        margin-bottom: 20px;
    }

    .cover-modulos
    {
        height: auto;
    }

}

@media screen and (max-width: 720px) and (orientation: landscape){

    .cover-modulos h1
    {
        font-size: 2em;
    }

    #apresentacao
    {
        justify-content: center;
    }

    .logo-EFCOL
    {
        display: none;
    }


    .buttonArticleLeftInner
    {
        height: 100%;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
    }

    .buttonArticleRightInner
    {
        height: 100%;
        display: flex;
        align-items: center;
        top: 0;
        right: 0;
    }

    #footer_lib .nav_menu 
    {
        width: 100%;
    }

    #footer_lib .nav_menu ul
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    #footer_lib .nav_menu ul li
    {
        float: none;
    }
}

@media screen and (min-width: 574px) and (max-width: 711px){

    .cover-modulos h1
    {
        font-size: 2.5em;
    }

    .login_adm ul li:last-child
    {
        padding-right: 0;
        margin-right: 0;
    }

    #footer_lib .nav_menu
    {
        width: 100%;
    }

    .btn_left
    {
        bottom: -6px;
        right: 1.8em;
        font-size: 3em;
    }

    .btn_right
    {
        bottom: 8px;
        right: 0.4em;
        font-size: 3em;
    }

}

@media screen and (max-width: 680px){
    .headerCadastro section:first-child
    {
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .headerCadastro section:first-child img
    {
        width: 70%;
    }

    #cadastro_efcol .lineForm
    {
        flex-direction: column;

    }

    #cadastro_efcol .lineForm:nth-child(2) section:last-child input 
    {
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 499px){
    .logo-EFCOL img
    {
        max-width: 300px;
    }

    .logo-EFCOL h2
    {
        text-align: center;
    }
}




