.enlinea .title-aula{
	background-color: #FBC000;
    width: 100%;
    min-height: 30px;
    position: sticky;
    top: 0;
    z-index: 1;
	padding-top: 4px;
    padding-bottom: 4px;
	border-left: 5px solid #0d1842;
}
.enlinea .title-aula h1{
    height: 50%;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 10px 25px 0px 25px;
	color: #0d1842;
    font-weight: normal;
}
.enlinea .title-aula h2{
    height: 50%;
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 0px 25px 10px 25px;
	color: #0d1842;
    font-weight: bold;
}
.enlinea .corpo-aula h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #356595;
    text-align: left;
}
.enlinea .corpo-aula h3::before{
    font-family: "FontAwesome";
    content: "\f0da";
 	color: #0d1842;
    font-size: 0.8em;
    margin-right: 10px;
}

/*
*** FORMATAÃ‡ÃƒO GERAL DO CORPO DA PÃGINA ********************
*/
.enlinea .corpo-page{
    text-align: justify;
    padding: 30px 30px 60px 30px;
}
.enlinea .corpo-aula{
    text-align: justify;
    padding: 30px 30px 60px 30px;
}

/*
*** TÃTULO DENTRO DAS PÃGINAS ********************
*/
.enlinea .corpo-page h2,
.enlinea .corpo-aula h2{
    font-size: 1.4em;
	color: #0D1842;
    font-weight: bold;
    text-align: left;
   	border-left: 5px solid #0d1842;
    padding-left: 10px;
}

.enlinea .img-100{
    width: 100%;
    margin: 0 auto 15px auto;
}
.enlinea .img-center{
    display: block;
    margin: 30px auto;
    width: 600px;
}
.enlinea .img-right{
    float: right;
    display: block;
    margin: 10px 0 10px 30px;
    width: 40%;
}
.enlinea .img-left{
    float: left;
    margin: 10px 30px 10px 0;
    width: 40%;
}
.enlinea .img-100 img,
.enlinea .img-center img,
.enlinea .img-right img,
.enlinea .img-left img{
    display: block;
    width: 100%;
    margin: 0;
}
.enlinea .img-100 p,
.enlinea .img-center p,
.enlinea .img-right p,
.enlinea .img-left p{
    background-color: #e7e7e7;
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 10px;
}

.enlinea .sumario-capa{
    position: relative;
    display: block;
    max-width: 700px;
    width: 90%;
    margin: 0 auto 30px auto;
}
.enlinea .sumario-nivel-1 h1{
    background-color: #6887bc;
    color: #ffffff;
    margin-top: 30px;
    padding: 3px 0px;
    font-size: 1em;
    text-align: left;
}
.enlinea .sumario-nivel-1 span{
    background-color: #6887bc;
    padding: 5px 15px 5px 15px;
    margin-right: 15px;
    border-right: 3px solid #0d1842;
}
.enlinea .sumario-nivel-2 span {
    background-color: #dee1eb;
    padding: 2px 15px;
    margin-left: -15px;
    margin-right: 15px;
    border-right: 3px solid #6887bc; 
}
.enlinea .sumario-nivel-2 li {
    margin-right: 45px;
    list-style: none;
    color: #3d3d3d;
    font-weight: normal;
    padding: 0 15px;
}
.enlinea .sumario-nivel-2 li:hover {
    font-weight: bold;
    color: #356595;
}
.enlinea .sumario-nivel-2 a {
    text-decoration: none;
}
/*SumÃ¡rio Alternativo*/
.enlinea .sumario-links{
	background-color: #FFFFFF;
}
.enlinea .sumario-links p{
    margin: 15px 25px 15px 25px;
}
.enlinea .sumario-links span{
    font-size: 1.2em;
    font-weight: 600;
    display: block;
    margin-top: 45px;
}
.enlinea .sumario-links a{
    text-decoration: none;
    color: #3d3d3d;
    line-height: 1.2em;
}
.enlinea .sumario-links a:hover,
.enlinea .sumario-links span:hover{
  	color: #0d1842;
    font-weight: bold;
}

/*
*** FORMATAÃ‡ÃƒO DE LISTAS ********************
*/
.enlinea .desord_list ul, .enlinea .ord_list
ol{
    margin-left: 45px;
}
.enlinea .desord_list ul .enlinea .list_in li,
.enlinea .ord_list ol .enlinea .list_in li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.enlinea .list_def dt{
    font-size: 1.1em;
    color: #356595;
    margin-top: 20px;
    font-weight: 600;
}
.enlinea .list_def dd{
    border-left: 2px solid #d6d6d6;
    padding: 5px 0 5px 10px;
}
.enlinea .list_def dd ul{
	margin-left: 45px;
}

.enlinea .recuo{
    padding-left: 30px;
}
.enlinea .corpobox-branco,
.enlinea .corpobox-cinza,
.enlinea .corpobox-amarelo,
.enlinea .corpobox-azul{
    padding: 0px 30px;
    border: 1px solid #9c9c9c;
    width: 80%;
    margin: 30px auto;
}
/*Backbround Boxes*/
.enlinea .corpobox-amarelo{background-color: #fbc000; color: #0d1842; border-color: #fbc000;}
.enlinea .corpobox-branco{background-color: #ffffff;}
.enlinea .corpobox-cinza{background-color: #e7e7e7;}
.enlinea .corpobox-azul{background-color: #CBD7E2;}


.enlinea .corpotable-container{
    display: flex;
    margin: 15px auto;
    max-width: 900px;
}
.enlinea .rtable{
    border: 2px solid #9c9c9c;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    line-height: 1.2em;
    background-color: #ffffff;
}
.enlinea .rtable .hija{
	border-top: 5px solid #0d1842;
}
.enlinea .rtable .hija2{
    border: 0px solid #9c9c9c;
    padding: 0 10px;
}
.enlinea .rtable .subclass
{
	color: #003772;
	padding:0px 10px 0px 10px;
}
.enlinea .rtable thead th{
    border: 1px solid #9c9c9c;
    background-color: #356595;
    color: #ffffff;
    font-weight: 400;
    padding: 0 10px;
    line-height: 30px;
}
.enlinea .rtable tbody tr:nth-child(2n){background-color: #eeeeee;}
.enlinea .rtable p{margin: 5px 15px 5px 10px;}
.enlinea .rtable .hija2 ul{margin-left: 15px;}
.enlinea .rtable .hija2 ol{margin-left: 15px;}
.enlinea .rtable .hija2 p{margin: 5px 0px 5px 0px;}
.enlinea .rtable .hija2 li{margin: 5px 10px 5px 10px;}
.enlinea .rtable span.rotulo-flex{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
    display: none;
}
.enlinea .corpofixtable{
    border: 2px solid #356595;
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 30px auto;
    width: 375px;
}
.enlinea .corpofixtable td{
    border: 1px solid #9c9c9c;
    padding: 10px;
}
.enlinea .corpofixtable tbody tr:nth-child(2n){background-color: #eeeeee;}

.enlinea .stable{
    border: 2px solid #003772;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    line-height: 1.2em;
    background-color: #ffffff;
}
.enlinea .stable td{
    border: 1px solid #003772;
    padding: 0 10px;
}
.enlinea .stable thead th{
    border: 1px solid #ffffff;
    background-color: #003772;
    color: #fbc000;
    font-weight: 400;
    padding: 5px 10px;
    line-height: 1.2em;
}
.enlinea .stable tbody tr:nth-child(2n){background-color: #eeeeee;}
.enlinea .stable p{margin: 5px 0;}
.enlinea .stable li{margin: 5px 0 5px -25px;}
.enlinea .stable span.rotulo-flex{
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: underline;
    display: none;
}
/*profundizaciÃ³n*/
.enlinea .link-geral{
  background: #FFFFFF;
  height: 100%;
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  outline: 1px dashed #98abb9;
  outline-offset: -5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .2), 0 4px 4px rgba(0, 0, 0, .1), 0 0 8px rgba(0, 0, 0, .1);
}
.enlinea .link-geral img{width: 100px; min-width: 100px; display:block;} 

.enlinea .corpopost{
  	margin-bottom: 50px;
}
.enlinea .corpopost p {
   text-align:justify;
	margin-left: 25px;
	margin-right: 5px;
  	}
.enlinea .corpopost h2 {
	text-align:center;
    margin-bottom: 0px;
    font-size: 60px;
    color: #E0E0E0;
    text-shadow: 0px 1px 1px black;
  	}
.enlinea .corpobox {
  display:flex;
  width: 100%;
  height: 8px;
  margin: 5px 0px 10px 0px;
}

.enlinea .corpobox-sm {
  height: 8px;
  margin: 0;
  flex-grow: 1;
  transition: all .8s ease-in-out;
  cursor: pointer;
}

/* Growing the width of box, when hover using flex-grow property*/
.enlinea .corpobox-sm:hover {
  flex-grow: 12;
}

.enlinea .corpoorange {
  background-color: #FF9000;
}

.enlinea .corpoyellow {
  background-color: #FBC000;
}

.enlinea .corpoblue {
  background-color: #0089D7;
}

.enlinea .corpomaritima {
  background-color: #0d1842;
}
.enlinea .corpoblanco {
  background-color: #FFFFFF;
}
/*tarea*/
.enlinea .link-geral_tarea{
  background: #0d1842;
  width: 60%;
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  outline: 1px dashed #FFFFFF;
  outline-offset: -5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .2), 0 4px 4px rgba(0, 0, 0, .1), 0 0 8px rgba(0, 0, 0, .1);
}
.enlinea .link-geral_tarea img{width: 100px; min-width: 100px; display:block;} 

.enlinea .post_tarea {
  	margin-bottom: 10px;
}
.enlinea .post_tarea p {
   text-align:justify;
	color: white;
	margin-left: 25px;
	margin-right: 5px;
  	}
 .enlinea .post_tarea h2 {
	text-align:center;
    margin-bottom: 0px;
    font-size: 60px;
    color: #FFFFFF;
	text-shadow: 0px 1px 1px black;
  }
.enlinea .post_tarea a {
	color: #FBC000;
	
  }
/*FIN TAREA
INICIO DE CUESTIONARIO*/
/*tarea*/
.enlinea .link-geral_cuestionario{
  background: #FBC000;
  width: 60%;
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  outline: 1px dashed #0D1842;
  outline-offset: -5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .2), 0 4px 4px rgba(0, 0, 0, .1), 0 0 8px rgba(0, 0, 0, .1);
}
.enlinea .link-geral_cuestionario img{width: 100px; min-width: 100px; display:block;} 

.enlinea .post_cuestionario {
  	margin-bottom: 10px;
}
.enlinea .post_cuestionario p {
   text-align:justify;
	color: #0D1842;
	margin-left: 25px;
	margin-right: 5px;
  	}
 .enlinea .post_cuestionario h2 {
	text-align:center;
    margin-bottom: 0px;
    font-size: 60px;
    color: #0d1842;
	text-shadow: 0px 1px 1px black;
  }
.enlinea .post_cuestionario a {
	color:black;
 }
/*
*** FRAME DE VIDEOAULAS ********************
*** TÃ‰CNICAS DE ENSINO VIDEO ********************
*/
.enlinea .destaque-video{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #356595;
    margin-top: 20px;
    margin-bottom: 20px;
}
.enlinea .lineavideo{
    height: 80px;
    /*background-color: #6887bc;*/
	background-color: #0d1842;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    gap: 15px;
}
.enlinea .lineavideo img{
    width: 60px;
}
.enlinea .lineavideo h1{
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
}
.enlinea .destaque_video{
    width: auto;
   background-color: #fbc000;
    margin: 0px;
    position: relative;
    padding-bottom: 62%;
    height: 0;
    overflow: hidden;
}
.enlinea .destaque_video iframe{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.enlinea .lineavideo-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enlinea .lineavideo-container iframe,
.enlinea .lineavideo-container object,
.enlinea .lineavideo-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.enlinea .nota-video{
    color: #3d3d3d;
    background-color: #eeeeee;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 0.8em;
}
/*PODCAST*/
/***/
/*** TÃ‰CNICAS DE ENSINO PODCAST ********************
*/
.enlinea .destaque-podcast{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    background-color: #356595;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enlinea .podcast{
    height: 80px;
    /*background-color: #6887bc;*/
	background-color: #fbc000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    gap: 15px;
}
.enlinea .podcast img{
    width: 60px;
}
.enlinea .podcast h1{
    color: #0D1842;
    font-size: 100%;
    font-weight: bold;
	margin: 5px;
}
.enlinea .destaque_podcast{
    width: auto;
    /*background-color: #356595;*/
	background-color: #0d1842;
    margin: 0px;
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}
.enlinea .destaque_podcast iframe{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.enlinea .podcast-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
	height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enlinea .podcast-container iframe,
.enlinea .podcast-container object,
.enlinea .podcast-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.enlinea .nota-podcast{
    color: #3d3d3d;
    background-color: #eeeeee;
    text-align: center;
    margin-top: 0px;
    padding-top: 5px;
    font-size: 0.8em;
}/*FIN PODCAST*/
/*
*** TÃTULOS E ESPECIFICIDADES:
*** BIBLIOGRAFIA, ACERVO, ANEXOS/APÃŠNDICES E TÃ‰CNICAS ********************
*/
.enlinea .corpotitle-bar{
    padding: 0px 25px;
    background-color: #0d1842;
	/*background-color: #356595;*/
    margin-bottom: 20px;
}
.enlinea .corpotitle-bar p{
    margin: 0;
    font-size: 1.1em;
    text-align: left;
    line-height: 32px;
    color: #ffffff;
}
.enlinea .inicia-em-lista{
    padding-top: 0;
}

/* BIBLIOGRAFIA */
.enlinea .biblio{
    list-style: none;
    text-align: left;
    margin-left: 40px;
    text-indent: -23px;
    padding-left: 23px;
}
.enlinea .biblio li::before {
    font-family: "FontAwesome";
    content: "\f061";
    font-size: 0.8em;
    margin-right: 10px;
    color: #356595;
}
/*GLOSSÃRIO E FICHA TÃ‰CNICA:
ESPECIFICADOS NA ÃREA LISTAS (DT e DD)*/

/*ACERVO*/
.enlinea .lista-aulas{
    list-style: none;
}
.enlinea .lista-aulas p{
    padding-left: 40px;
    font-weight: 600;
    text-align: left;
}
.enlinea .lista-aulas p:nth-child(1){
    margin-top: 0px;
}
.enlinea .links li{
    list-style: none;
    text-align: left;
    text-indent: -27px;
    padding-left: 27px;
    margin-left: 20px;
    color: #356595;
}
.enlinea .links li::before{
    font-family: "FontAwesome";
    content: '\f08b';
    margin-right: 10px;
}
.enlinea .links a{
    color: #3d3d3d;
}
.enlinea .links a:hover{
    /*color: #1e446b;*/
	color: #0d1842;
    font-weight: bold;
}

/* ANEXOS E APÃŠNDICES*/
.enlinea .anexo{
    list-style: none;
    text-align: left;
    margin-left: 40px;
    text-indent: -23px;
    padding-left: 23px;
}
.enlinea .anexo li::before {
    font-family: "FontAwesome";
    content: "\f019";
    font-size: 0.8em;
    margin-right: 10px;
    color: #356595;
    list-style: none;
}
.enlinea .anexo a:link{text-decoration: none; color: #3d3d3d;}
.enlinea .anexo a:visited{color: #3d3d3d;}
.enlinea .anexo a:hover{color: #356595; font-weight: bold;}
.enlinea .anexo a:active{color: #3d3d3d;}

/*IMPRESSÃƒO*/
.enlinea .nota-impressao{
    margin: 0;
    text-align: center;
    font-size: 0.8em;
}
.enlinea .img-impressao{
    display: block;
    margin: 15px auto;
    max-width: 400px;
    width: 100%;
}

/*
*** TABELA ESPECÃFICA DA DISCIPLINA ___ ********************
*/
.enlinea .tab-icon{
    border-collapse: collapse;
    border-top: 2px solid #505050;
    border-bottom: 2px solid #505050;
    height: 50px;
    width: 100%;
    font-size: 1.3em;
    font-weight: normal;
    color: #356595;
    margin-bottom: 15px;
}
.enlinea .tab-icon-col-1{
    width: 65px;
}
.enlinea .tab-icon img{
    height: 70px;
    margin: -20px 15px -25px 5px;
    position: relative;
}
.enlinea .tab-atividade{
    background-color: #ffffff;
    border-collapse: collapse;
    border-top: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    width: 100%;
    text-align: left;
    line-height: 1.2em;
}
.enlinea .tab-atividade th{
    width: 210px;
    color: #FBC000;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #9c9c9c;
    border-left: 0px;
    border-right: 0px;
	padding: 5px 10px;
}
.enlinea .tab-atividade td{
    border: thin solid #9c9c9c;
    border-right: 0px;
	border-left: 0px;
    padding: 5px 10px;
}
.enlinea .tab-atividade li{
    margin-left: -25px;
    margin-top: 0px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    *{text-align: left;}
    /*TABELA FLEX*/
    .enlinea .rtable{border-top: 5px solid #356595;}
    .enlinea .rtable thead{display: none;}
    .enlinea .rtable td{
        display: flex;
        border: none;
    }
    .enlinea .rtable td:nth-child(1){border-top: 1px solid #9c9c9c;}
    .enlinea .rtable span.rotulo-flex{display: block;}
}
