Buscar

exercicios

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

@charset "utf-8";
@font-face {
 font-family: 'abadimtstd-extrabold';
 src: url('../fonts/abadimtstd-extrabold.eot');
 src: url('../fonts/abadimtstd-extrabold.eot?#iefix') format('embedded-opentype'),
 url('../fonts/abadimtstd-extrabold.woff') format('woff'),
 url('../fonts/abadimtstd-extrabold.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'abadimtstd-extralight';
 src: url('../fonts/abadimtstd-extralight.eot');
 src: url('../fonts/abadimtstd-extralight.eot?#iefix') format('embedded-opentype'),
 url('../fonts/abadimtstd-extralight.woff') format('woff'),
 url('../fonts/abadimtstd-extralight.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'harrington';
 src: url('../fonts/harrington.eot');
 src: url('../fonts/harrington.eot?#iefix') format('embedded-opentype'),
 url('../fonts/harrington.woff') format('woff'),
 url('../fonts/harrington.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'gill_sans_mtregular';
 src: url('../fonts/gill_sans_mt.eot');
 src: url('../fonts/gill_sans_mt.eot?#iefix') format('embedded-opentype'),
 url('../fonts/gill_sans_mt.woff') format('woff'),
 url('../fonts/gill_sans_mt.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
.animate-all-1ms {
 -webkit-transition: all .1s ease-in-out;
 -moz-transition: all .1s ease-in-out;
 -o-transition: all .1s ease-in-out;
 -ms-transition: all .1s ease-in-out;
 transition: all .1s ease-in-out;
}
.animate-all-2ms {
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
*{
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	font-smooth:always;
	
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	
	-o-user-select: none;
	user-select: none;
}
body, html{
	width:100%;
	height:100%;
}
html{
	-webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
	display:table;
}
body{
	font: 62.5% Arial, Helvetica, sans-serif;
 	background:#3f3f3f;
 transition:background linear 0.5s;
	display:table-cell;
	vertical-align:middle;
}
div{
	display:block;
}
p{
	font-family: 'abadimtstd-extralight';
	/*font-size:2em;*/
	color: #FFFFFF;
}
span{
	/*font-family: 'abadimtstd-extralight';
	font-size:1.6em;*/
}
a{
	text-decoration:none;
	
}
li{
	list-style:none;
}
input,textarea{
	border-radius:0;
}
textarea{
	resize: none;
	overflow:auto;
}
h2{
	font-weight:normal;
}
#wrapper{
	width:1024px; height:600px;
	margin:0 auto;
	position:relative;
}
#container{
	width:1024px; height:600px;
	display:block;
	background:#fff url(../images/bg-container.jpg) no-repeat;
	overflow:hidden;
	position:relative;
}
#header{
	width:1024px; height:93px;
	background:url(../images/exercicios/bg-topo-exercicios.png) no-repeat;
	display:table-cell;
	vertical-align:middle;
}
#header p{
	font-family:'harrington';
	font-size:4.6em;
	font-weight:bold;
}
#header p.titulo{
	float:left;
	margin-left:100px;
}
#header p.progresso{
	float:right;
	margin-right:100px;
}
.content{
	width:1024px; height:453px;
	position:relative;
	display:table;
	overflow:hidden;
}
.content .anima-container{
	height:540px;
	position:relative;
	float:left;
}
.content .anima-container .telas-container{
	width:1024px; height:453px;
	display: table-cell;
/*	background:#000;*/
}
.content .telas-container .tela{
	position:relative;
	width:1024px;
	margin:0 auto;
}
#footer{
	width:100%;
	height:53px;
	background: url(../images/exercicios/bg-confirmar.png) no-repeat;
	position:absolute;
	bottom:-53px;
	z-index:4;
}
.bt-footer.confirmar, .bt-footer.comecar{
	font-family:'gill_sans_mtregular';
	font-size:2.9em;
	color:#0089b7;
	position:absolute;
	top:9px;
	right:100px;
}
#objetivo{
	position:absolute;
	/*top:600px;*/
	top:0;
	left:0;
	width:1024px;
	height:600px;
	background:url(../images/exercicios/bg-intro-exercicios.jpg) no-repeat;
	display:table;
	z-index:5000;
}
#objetivo .bt-footer.comecar {
	right:115px;
}
#objetivo .conteudo-objetivo{
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
	padding:0 100px;
	overflow:hidden;
	
}
#objetivo .conteudo-objetivo h2{
	font-family:'harrington';
	font-size:5.6em;
	font-weight:bold;
	color:#FFF;
	margin-bottom:30px;
}
#objetivo .conteudo-objetivo p, #objetivo .conteudo-objetivo ul li{
	color:#FFF;
	width:750px;
	margin-bottom:25px;
	font-size:2em;
	font-family:'abadimtstd-extralight';
}
.conteudo-objetivo ul li{
	margin-left:30px;
	padding-left:10px;
	list-style:url(../images/bullet-branco.png);
}
#objetivo .footer-menu{
	width:100%;
	height:55px;
	background: url(../images/exercicios/bg-confirmar.png) no-repeat;
	position:absolute;
	bottom:0;
}
.bt-menu{
	width:138px; height:99px;
	display:block;
	background:url(../images/bg-bt-menu.png) no-repeat center;
	margin:20px 0;
	float:left;
	font-family: "gill_sans_mtregular", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:4.46em;
	line-height:2.2em;
	text-align:center;
	color:#364395;
	text-decoration:none;
}
.bt-menu.visited{
	background:url(../images/bg-bt-menu-visited.png) no-repeat center;
	color:#f6861f;
}
.tela-content{
	max-height:420px;
	padding-right:40px;
	overflow-y:auto;
	padding-left:100px;
	margin-top:15px;
}
.tela .tela-content .enunciado{
	font-size:1.8em;
	/*font-size:2.2em;
	margin-bottom:47px;*/
	margin-bottom:25px;
	margin-top:40px;
}
.tela .tela-content .enunciado, .tela .tela-content .enunciado p{
	width:825px;
	font-family: 'abadimtstd-extrabold';
	color:#402e00;
}
.tela .tela-content .enunciado p{
	margin-top:20px;
}
.tela .tela-content .alternativa{
	float:left;
	margin-bottom:6px;
}
.tela .tela-content .alternativa .check{
	/*width:57px; height:55px;*/
	width:43px; height:43px;
	display:block;
	float:left;
	margin-right:10px;
	background:url(../images/exercicios/alternativa-tela-final.png) no-repeat;
	/*background:url(../images/exercicios/alternativa.png) no-repeat;*/
	/*background:url(../images/exercicios/alternativa-pq.png) no-repeat;*/
	
	cursor:pointer;
}
.tela .tela-content .alternativa .check.selecionado{
	background-position:-43px 0 !important;
}
.tela .tela-content .alternativa p{
	width:785px;
	font-family: 'abadimtstd-extralight';
	font-size:1.7em;
	float:left;
	margin-top:12px;
	color:#402e00;
	cursor:default;
}
.feedback{
	width:100%; height:100%;
	position: fixed;
	top: 0;
	left: 0;
	display:table;
	visibility:hidden;
	z-index:20;
}
.feedback .background{
	width:100%; height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/exercicios/bg-feedback.png);
}
.feedback .content-feedback{
	width:100%; height:100%;
	display:table-cell;
	vertical-align:middle;
}
.feedback .feedback-texto{
	position:relative;
	width:700px;
	z-index:5;
	margin:0 auto;
	padding:40px 70px 30px 70px;
	
	border:3px solid #FFF;
	border-radius:10px;
	background:#FFF;
	
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}
.feedback .feedback-texto.box-pequeno{
	width:350px;
}
.feedback .feedback-texto.positivo{
	background:#7cbcd1;
}
.feedback .feedback-texto.negativo{
	background:#ffb857;
}
.feedback h2{
	font-family:"abadimtstd-extrabold", Arial;
	font-size:2.2em;
margin-bottom:20px;
}
.feedback .texto p{
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	margin-bottom:20px;
}
.feedback .fechar{
	width:42px;
	height:55px;
	position:absolute;
	right:-42px;
	top:30px;
	cursor:pointer;
}
.feedback .feedback-texto.positivo .fechar{
	background:url(../images/exercicios/feedback/fechar-positivo.png) no-repeat;
}
.feedback .feedback-texto.negativo .fechar{
	background:url(../images/exercicios/feedback/fechar-negativo.png) no-repeat;
}
.performance{
	width: 750px;
	font-family: 'abadimtstd-extrabold';
	font-size: 2.4em;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #402e00;
}
.performance .acertos{
	color:#364395;
}
.legenda{
	margin-bottom:22px !important;
}
.resposta{
	border-top:4px solid #cdcdcd;
	padding:22px 0;
	float:left;
	clear:both;
}
.resposta h2{
	font-family: 'abadimtstd-extrabold';
	font-size: 2.2em;
	margin-bottom: 10px;
	color: #402e00;
}
.resposta .alternativa .check{
	width:43px !important; height:43px !important;
	display:block;
	float:left;
	margin-right:10px;
	background:url(../images/exercicios/alternativa-tela-final.png) no-repeat !important;
	cursor:default !important;
}
.resposta .alternativa .check.acerto{
	background-position:-43px 0 !important;
}
.resposta .alternativa .check.erro{
	background-position:-86px 0 !important;
}
.resposta .alternativa p{
	font-size:1.48em !important;
	margin-top:10px !important;
}
.shadowed {
 -webkit-filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
 -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
 filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
}
/*
.feedback .feedback-positivo .esquerda{
	float:left;
	width:20px;
}
.feedback .feedback-positivo .esquerda .topo{
	width:20px; height:20px;
	float:left;
	background:url(../images/exercicios/feed-positivo/topo-esq.png) no-repeat;
}
.feedback .feedback-positivo .esquerda .baixo{
	width:20px; height:20px;
	float:left;
	background:url(../images/exercicios/feed-positivo/baixo-esq.png) no-repeat;
}
.feedback .feedback-positivo .direita{
	float:right;
	width:20px;
}
.feedback .feedback-positivo .direita .topo{
	width:20px; height:20px;
	float:left;
	background:url(../images/exercicios/feed-positivo/topo-dir.png) no-repeat;
}
.feedback .feedback-positivo .direita .baixo{
	width:20px; height:20px;
	float:left;
	background:url(../images/exercicios/feed-positivo/baixo-dir.png) no-repeat;
}*/

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Continue navegando