/* C O R E S */

.esquerda h3, .direita2 h4, .direita h4, .direita h5, a.botao, .botao:hover, .button, .button-next, .button-prev, .button-finish, .button-counter {
    color:#025289;
}
nav#mobile, .flip-mobile, .video-mobile, .button-prev:hover, .button:hover, .button-next:hover{
    background:#025289;
}

.button, .button-next, .button-prev, .button-finish, .button-counter{
    border: 1px solid #025289;
}
a.botao{
    color:#025289;
    border:0 !important;
}
a.botao:hover{
    background:none;
}

/* C O R E S */

#logo{
    width:300px;
    display:none;
    position:fixed;
    margin-top:600px;
    text-align:center;
}
#logo img{
    max-width:200px;
    max-height:130px;
    z-index:300;
}
*{
    margin:0;
    padding:0;
    list-style:none;
}
a, a:link, a:active{
    color:inherit;
    text-decoration: none;
    border:0;
}
html, body{
    height:100%;
}
body{
    background-color:#ededed;
    background-image: url(../img_skin/background.png);
    background-attachment:fixed;
    background-size:cover;
    
    overflow-x: hidden;
    display:block;
    /*overflow:auto !important;*/
}
.barra_fixa{
    display:none;
}
p{
    font-size:4em;
    line-height: 4.2em;
    font-family: 'Roboto', sans-serif;
}
#corpo{
    width:100%;
    height:auto;
    height:100%;
    margin:0 auto;
}

/* DIVS */
.objetivos,
.visualize,
.resolva,
.leia,
.assista,
.exercite,
.pratique,
.explore,
.emresumo,
.preteste,
.laboratorio,
.posteste{
    /*background:#999;*/
    width:80%;
    margin:5% 10% 5% 10%;
    padding-top:20%;
    float:left;
    height:auto;
    display:block;
}

/* CAPA */
.capa{
    width:80%;
    margin:0 10%;
    float:left;
    height:100%;
    min-height:100%;
}
.bg_capa{
    width:100%;
    height:100%;
    z-index:-99;
    position:absolute;
    overflow:hidden;
    clear:both;
}
.bg_capa img{
    min-width:100%;
    min-height:100%;
}
.capa .conteudo{
    width:100%;
    height:auto;
    position:relative;
    top:20%;
    left:0;
    float:left;
}
.capa h1, .capa h1 p{
    width:100%;
    margin:0;
    line-height:1.5em;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size:1.5em;
    font-weight:400;
    float:left;
}

/* CORPO */
.esquerda{
    top:0;
    margin:0 0 5% 0;
    height:auto;
    width:100%;
    float:left;
    position:relative;
}
.esquerda h3{
    position:relative;
    float:left;
    text-align:left;
    font-size:2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:300;
}
.direita{
    float:left;
    position:relative;
    top:0;
    margin:0;
    width:100%;
    height:auto;
    overflow:hidden;
	
}
.direita p{
    width:90% !important;
    font-size:1.5em;
    line-height:1.8em;
    margin-bottom:3%;
}

/*SAIBA MAIS*/
.direita2{
    float:left;
    position:relative;
    top:0;
    margin:0;
    width:100%;
    height:auto;
    overflow:visible;
}
.direita2 p{
    width:90% !important;
    font-size:1.5em;
    line-height:1.8em;
    margin-bottom:3%;
}
.direita2 h4{
    font-family: 'Roboto', sans-serif;
    margin-bottom:10px;
    font-size:1.5em;
}
.direita2 p a{
    margin-top:5%;
    line-height:1em;
    display:block;
    /*float:left;*/
}
.imagem2{
    width:75%;
    margin-left:25%;
}
.imagem2 img{
    width:50%;
}
/*SAIBA MAIS*/

.direita .text_over{
    height:auto;
    overflow:hidden;
}
.direita .texto_desafio{
    min-width:97%;
    max-width:97%;
    min-height:200px;
    max-height:200px;
    font-size:2.5em;
}
.direita .text_form{
    font-family: 'Roboto', sans-serif;
    font-size:1.5em;
}
#enviarDesafio.input_form{
    width:100%;
    font-size:1.5em;
    margin-top:1%;
}
input[type="file"]::-webkit-file-upload-button, button {
    width:100%;
    font-size:1em;
}
.direita h4{
    font-family: 'Roboto', sans-serif;
    font-size:1.5em;
    margin-bottom:10px;
}
.direita h5{
    font-family: 'Roboto', sans-serif;
    font-size:1.5em;
    margin:5% 10%;
    text-decoration:underline;
}
.direita ul li{
    font-family: 'Roboto', sans-serif;
    font-size:1.5em;
    line-height:1.8em;
    margin:25px 1em;
    margin-right:1em;
    margin-top:-1.3em;
}
.direita ul img{
    width:4%;
}

/* OBJETOS */
.imgs{
    font-family: 'Roboto', sans-serif;
    font-size:1.5em;
    text-align:center;
    margin:0 42%;"
}
.fontes{
    font-family: 'Roboto', sans-serif;
    font-size:2em;
    text-align:center;
    margin:0 40%;
}
a.botao { 
    margin-top:5%;
    font-size:1em;
    text-transform:uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    border-radius:0; 
    border:0; 
    text-align: center; 
    padding:0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.botao:hover 
    color: #fff;
}
.obj img{
    width:1.5em;
    float:left;
    margin-top:1em;
    margin-right:10px;
    display:none;
}
.atencao{
    width: 80%;
    margin: 5% 10% 5% 10%;
    height: auto;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    color: #FFF;
    padding: 15px;
    text-align: center;
}
.atencao h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5m;
    line-height: 1.8em;
    color: red;
    margin: 10px 0 0 10px;
    text-align: center;
}   
.atencao p{
    font-size: 3em;
    line-height: 1.8em;
    width:100%;
    padding: 10px;
    color: red;
    text-indent: inherit !important;
    text-align: center;
}

/* LIGHTBOX */
.resposta .imagem{
    padding-bottom:0;
    margin-left:25%;
    margin-top:0;
}
.pergunta img{
    margin-bottom:10%;
}
.magnify{
    width:500px;
    position: relative;
}

/*Lets create the magnifying glass*/
.large {
	width: 500px; height: 500px;
    margin-top:-70px;
    margin-left:60px;
	position: absolute;
	border-radius: 100%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small {
    width:100%;
    display: block;
    margin:20px 0 100px 110px;
}
/*
========== MENU ==========
*/
nav#desktop{
    display:none;
}
nav#mobile{
    display:block;
    position:fixed;
    z-index:200;
    width:100%;
    height:auto;
}
nav#mobile ul{
    width:100%;
    position:relative;
}
nav#mobile ul li{
    width:11%;
    display:block;
    float:left;
}
nav#mobile ul li{
    margin-top:5px;
    margin:5px 13px 0 5px;
}
nav#mobile ul li img{
    width:95px;
}
img.mmenu{
    width:100%;
    height:auto;
}
nav#mobile ul a{
    width:12%;
    height:100%;
    z-index:500;
    position:absolute;
}
.aberto{
    display:block;
}
.fechado{
    display:none;
}

/* LIGHTBOX */
* {margin: 0; padding: 0;}
.magnify {width: 100%; margin: 0 !important; position: relative;}
.large {
	display: none !important;
}
.small {
    display: block;
    margin:0 !important;
}
.imagem img{
    margin:0;
    width:100%;
}
.resposta .fancybox img{
    width:100%;
    margin:0;
}

/* FLIPBOOK*/
.flip-desktop{
    display:none;
}
.flip-mobile{
    display:block;
    font-family:'Roboto', sans-serif;
    font-weight:700;
    width:90%;
    font-size:1.5em;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding:2%;
    text-align: center;
    color:#fff !important;
    text-decoration: none;
}

/* VIDEO */
#video{
    width:300px;
    margin-top:68%;
}
#kaltura_player{
    display:none;
}
.video-mobile{
    display:block;
    font-family:'Roboto', sans-serif;
    font-weight:700;
    width:90%;
    font-size:1.5em;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    padding:2%;
    text-align: center;
    color:#fff !important;
    text-decoration: none;
}

/* QUESTOES */
.resposta input{
    float:left;
}
input[type="radio"]{
    width:2em;
    height:2em;
}
.pergunta {
    overflow-x:auto;
    font-family: 'Roboto', sans-serif;
}
.pergunta h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
    color: #000;
    line-height: 1.8em;
    margin: -30px 0 15px 0;
}
.resposta {
    width:90%;
    margin:1% 0;
    display: block;
    float:left;
}
.resposta p{
    font-size: 1.5em;
    line-height: 1.8em;
    margin-left:12%;
    margin-top:-9%;
    float:left;
}
.feedback{
    width: 80%;
    margin: 5% 10% 5% 10%;
    height: auto;
    /*color: #FFF;*/
    padding: 15px;
    border:0;
}
.feedback h3 {
    font-size: 1.5m;
    line-height:1.8em;
    color: red;
    margin: 10px 0 0 10px;
    border:0;
}   
.feedback p{
    font-size: 1.5em;
    line-height:1.8em;
    width:100%;
    padding: 10px;
    color: #000;
    text-indent: inherit !important;
    border:0;
}
#correta{
    border:0;
}
#correta h3 {
    font-size: 1.5em;
    line-height:1.8em;
    color: #003366;
    margin: 10px 0 0 10px;
    border:0;
}
.correta{
    border:0;
}
.correta h3 {
    font-size: 1.5em;
    line-height:1.8em;
    color: #003366;
    margin: 10px 0 0 10px;
    border:0;
}

/* ----- */
.button, .button-next, .button-prev, .button-finish, .button-counter {font-family: 'Roboto', sans-serif; font-size: 1.5em; border-radius: 5px; text-align: center; padding: 3%; text-decoration: none; cursor: pointer;}
.button {margin: 3% 0 3% 3%;}
.button:hover {color: #FFF; }
.button-next {float: right; margin: 10px 0 0 5px;}
.button-next:hover {color: #FFF; cursor: pointer;}
.button-prev {float: right; margin: 10px 0 0 5px;}
.button-prev:hover {color: #FFF; cursor: pointer;}
.button-finish {float: right; margin: 10px 0 0 5px;}
.button-counter {float: right;  margin: 10px 0 0 5px;}

#creditos{
    float:right;
    font-size:1em;
    margin-top:15px;
    font-family: 'Roboto', sans-serif;"
}
/*TABELA*/
.tg td{font-family: 'Roboto', sans-serif !important; font-size:1.2em !important;}
.tg th{font-family: 'Roboto', sans-serif !important; font-size:1.2em !important;}
.tg{padding:0 0 5% 0 !important; display:block; overflow-x:auto; font-family: 'Roboto', sans-serif !important; font-size:1.2em !important;}

/*--Exibe o Em Resumo--*/
/*#emresumo, nav#desktop ul li[name="emresumo"]{display: block !important;}
#emresumo.hidden, nav#desktop ul li[name="emresumo"].hidden{display: none !important;}
#menu_mobile div[name="menu"]{display: none;}
#menu_mobile div[name="menu"].show{display: block !important;}
#menu_mobile div[name="menufull"] a{width: 10% !important;}
#menu_mobile div[name="menufull"]{display: block !important;}
#menu_mobile div[name="menufull"].hidden{display: none !important; height: 0;}*/


/*--flash card--*/
.flip-container {
    display: table;
    perspective: 1000px;
}
.ctn-flashcard p.title{
    min-height: inherit;
    padding-bottom: 15px;
}
.flip-container.hover .flipper {
        transform: rotateY(180deg);
}
.ctn-flashcard p.title span.color{
    color: #025289; /*--cor principal da skin--*/
    font-weight: bold;
}
.flip-container{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: table;
    height: 460px;
    float: none;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1.1em;
}
.flip-container:last-child{
    margin-right: 0;
}
.front, .back {
    display: table;
    font-size: 18px;
    text-align: center;
    height: 436px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.front{
    font-size: 18px;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
    
    color: #ffffff;
    background-color: #025289; /*--cor principal da skin--*/
    border: solid 2px #025289; /*--cor principal da skin--*/
}

.back {
    transform: rotateY(180deg);

    color: #025289; /*--cor principal da skin--*/
    background-color: #ffffff; 
    border: solid 2px #025289; /*--cor principal da skin--*/
}
.flip-container p{
    width: 90% !important;
    display: table-cell;
    vertical-align: middle;
    min-height: initial;
    float: none;
    font-size: 1.1em;
}
.front p, .back p{
    padding: 12px;
}
/*--FIM flash card--*/
#exercite{
      z-index: 199;
}
/*--em resumo collapse--*/
.ctn-emresumo-collapse{
     font-family: 'Roboto', sans-serif;
    width: 100%;
    display: table;
    color:#ffffff;
    max-width: 520px;
}
.ctn-emresumo-collapse .item-collapse{
    background-color: #025289;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.4);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.4);
    border: solid 1px #025289;
    margin-bottom: 20px;
}
.ctn-emresumo-collapse .item-collapse:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #025289;
}
.ctn-emresumo-collapse .item-collapse h3{
    font-family: 'Roboto', sans-serif;
    width: 90%;
    font-size: 1.7em;
        line-height: 1.8em;
}
.texto-item-collapse{
    display: none;
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .5s; /* Safari */
    transition: height .5s;
}

.texto-item-collapse p{
    width: 100%;
}
.item-collapse.active .texto-item-collapse{
    display: block;
    height: auto;
    overflow: initial;
    -webkit-transition: height .5s; /* Safari */
    transition: height .5s;
}
.item-collapse{
    position: relative;
}
.item-collapse:after{
    font-size: 14px;
    content: '\25bc';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 18px;
}
.item-collapse.active:after{
    content: '\25b2';
}
.tooltips{
    display: none;
}