#app .aula-body .altura3 {
	line-height: 2.4;
}

p{
	padding-top:15px;	
}	

.esp5{
	padding-top:5px;	
}

.esp10{
	padding-top:10px;	
}

.esp15{
	padding-top:15px;	
}

.esp20{
	padding-top:20px;	
}

.esp25{
	padding-top:25px;	
}

.esp30{
	padding-top:30px;	
}

/* -- */

.esq20{
	padding-left:20px;	
}

.esq30{
	padding-left:30px;	
}

.esq40{
	padding-left:40px;	
}

.esq60{
	padding-left:60px;	
}

.legenda{
	padding-left:10%;
	padding-right:10%;	
	font-style:italic;		
}

.esq60{
	padding-left:60px;	
}

.esquerda{
	text-align:left;	
}

/*   */
.imagem {
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 0px);
  padding: 5px;
}

.sombra {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}

.sombravideoaula {
	border: 1.5px solid #95a5a6;		
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}

audio{  	
	position:relative;
	width:300px;
	height:40px;
	border: 2px solid #95a5a6;	
	border-radius: 15px;
	background-color:#ecf0f1;
}

div#alinhamento audio{
	margin-top: -2em;
}


/*  - setas - */

.nav-fim-aula {
  margin-top: 40px;
  text-align: right;
}

.seta {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  opacity: 0.7;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: url(seta.svg) center no-repeat;
  background-size: 50px 50px;
}
.seta:hover {
  opacity: 1;
}

.seta-anterior {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.seta-prox {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.seta-top {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* -------------------- */
#app .borda {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 5px;
    user-select: none;
}


#app .aula-body .centralizar {	
	text-align:center;
}

/* Comentários */

#app .comentario1 {
  max-width: 450px;
  display: block;
  margin: 20px auto;  
  text-align: left;   
}

#app .comentario2 {
  max-width: 600px;
  display: block;
  margin: 20px auto;  
  text-align: left;   
}

#app .agendaFisica {
  max-width: 600px;  
  text-align: left;  
  padding: 5px 10px 5px 10px;
  background: #3498db;
  color: white;  
}

#app .agendaEntregar {
  max-width: 600px;  
  text-align: left;  
  padding: 5px 10px 5px 10px;
  background: #f94306;
  color: white;  
}

#app .agendaMatematica {
  max-width: 600px;  
  text-align: left;  
  padding: 5px 10px 5px 10px;
  background: #008080;
  color: white;  
}

#app .round {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}

#app .azul {
  padding: 20px;
  background: #3498db;
  color: white;
}

#app .verde {
  padding: 20px;
  color: white;
  background: #008080;
}

#app .cinza {
  padding: 20px;
  color: white;
  font-weight:700;
  background: #5c8a8a;
}

#app .cinza2 {
  padding: 20px;
  color: #34495e;
  font-weight:700;
  background: #e6e6ff;
}

#app .verdeclaro {
  padding: 20px;
  color: white;
  background: #00b386;
}

#app .vermelho {
  padding: 20px;
  background: #c0392b;
  color: white;
}

#app .laranja {
  padding: 20px;
  background: #ff5d00;
  color: white;  
}

#app .laranja-suave {
  padding: 20px;
  background: #d35400;
  color: white;  
}

#app .corAzulEscuro{
	color:#005580;
}

/* ------------------ */
#app .aula-body .paragrafo {
    margin: 20px 15px;
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 1px;
    color: black;
}

#app .aula-body .tamanho1 {
    font-size: 14px;
}

#app .aula-body .tamanho2 {
    font-size: 19px;
}

#app .aula-body .tamanho3 {
    font-size: 23px;
}

/* ------------------ */

#app .aula-body .btnConfirmar {
	color:white;
	background-color:#3498db;
	border: none;
	border-radius:5px;
	padding: 5px 8px;
	transition-duration: 0.4s;
	cursor: pointer;		
}

#app .aula-body .btnConfirmar:hover {		
	background-color:#1f74ad;
	border: #3498db;
	
}

#app .aula-body .btnLimpar {
	color:white;
	background-color:#ff6600;
	border: none;
	border-radius:5px;
	padding: 5px 8px;
	transition-duration: 0.4s;
	cursor: pointer;		
}

#app .aula-body .btnLimpar:hover {		
	background-color:#ff751a;
	border: #3498db;
	
}


/* BOTÃO VER RESPOSTA ----------------------------------------------- */

.botaoResposta {
  -webkit-transition: all 150ms ease-out;
          transition: all 150ms ease-out;
  display: inline-block;
  padding: 7px 10px;
  background: white;
  border-radius: 5px;
  margin: 5px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #2c3e50;
  border: 2px solid #0083b3;
}
.botaoResposta:hover {
  background: white;
  color: #0096cc;
}

.botaoResposta:focus{
	padding:5px;
	border: 2px solid #2980b9;	
	border-radius:5px;
}


.botaoResposta-padrao:hover {
  border: 1px solid gray;
}


/* -- */

.entrada{
	text-align:center;
	background-color: transparent;
	border: 2px solid #2980b9;
	border-radius: 4px;
    padding: 3px;
    font-weight: bold;   
    margin-right: 2px;
}

/*nnnnnnnnnnnnnnnnnnnnnn  DESATIVAR TOUCH  NNNNNNNNNNNNNNNNNNN*/
/*nnnnnnnnnnnnnnnnnnnnnn Inserir no <body> NNNNNNNNNNNNNNNNN*/
.desativar {
	 touch-action:none;
}

/* ATIVIDADE VERDADEIRO OU FALSO */

#app .duasopcoes {
	border: none;	
	cursor: pointer;		
	
}

#app .duasopcoes:hover {
	background-color: #f2f2f2;	
	border-radius:5px;
}

#app .duasopcoes:focus {
	background-color: #f2f2f2;	
	border-radius:5px;
}

.mouse{
	cursor:pointer;	
}

.btnPalavra:hover{
	padding:5px;
	border: 2px solid #2980b9;	
	border-radius:5px;
}

.btnPalavra:focus{
	padding:5px;
	border: 2px solid #2980b9;	
	border-radius:5px;
}



/*--------- BOTÃO IMPRIMIR -------------*/

#app .btnImprimir{
	background-color: white;
	border: 2px solid #2980b9;
	border-radius:5px;
	color: #34495e;
	font-weight:700;
	font-size:16px;
}

/*#app .btnImprimir:hover{
	background-color: #ecf0f1;
	border: 2px solid #2980b9;
	border-radius:5px;
}*/

#app .btnImprimir:hover{
	background-color: #2980b9;
	border: 2px solid #2980b9;
	border-radius:5px;
	color: white;
}

#app .btnImprimir:focus{	
	background-color: #2980b9;
	border: 2px solid #2980b9;
	border-radius:5px;
	color: white;
}



/* ATIVIDADES COM ÁUDIO */

/* Palavras clicáveis para ouvir som */
#app .btn_palavra{
	padding:5px;
	border: 2px solid #2980b9;
	border-radius:5px;
	cursor:pointer;	
}


#app .btn_palavra:hover{
	background-color: rgb(245,245,245);
	padding:5px;
	border: 2px solid #2980b9;
	border-radius:5px;
	cursor:pointer;	
}

#app .btn_palavra:focus{
	background-color: rgb(245,245,245);
	padding:5px;
	border: 2px solid #2980b9;
	border-radius:5px;
	cursor:pointer;	
}

#app .btn_palavra2{	
	color:#0c2461;
	cursor:pointer;	
	font-style:italic;
}

#app .btn_palavra2:hover{
	background-color: rgb(245,245,245);
	padding:3px;	
	cursor:pointer;	
}

#app .btn_palavra2:focus{
	background-color: rgb(245,245,245);
	padding:3px;	
	cursor:pointer;		
}

/* BOTÕES DE NAVEGAÇÃO POR DISCIPLINA ------ */

#app .btntopicos {
	color:white;	
	border: none;
	border-radius:5px;
	padding: 5px 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	background-color:#3498db;	
}

#app .btntopicos:hover {		
	background-color:#1f74ad;
	border: #3498db;
	
}

#app .btntopicos:focus {		
	background-color:#1f74ad;
	border: #3498db;	
}

/* -- */

#app .btntopicos2 {
	color:#003366;	
	border: 2px solid #003366;
	border-radius:5px;
	padding: 5px 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	background-color:white;	
	font-weight:700;
}


.agendatexto{
	display: block;
	width: 90%;
	min-width:320px;
	min-height:360px;
	padding: 15px;
	margin: 1em auto;
	border: 2px solid rgb(41, 41, 61);
	font-size: 20px;
	font-weight:700;
	line-height: 1.5;
	border-radius: 5px;
	resize: vertical;
}



/* BOTÃO EXIBIR BLOCO ----------------------------------------------- */

.exibirBloco {
  -webkit-transition: all 150ms ease-out;
          transition: all 150ms ease-out;
  display: inline-block;
  padding: 7px 10px;
  background: white;
  border-radius: 5px;
  margin: 5px;
  outline: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  border: 2px solid #0083b3;
  width:200px;
  text-align:left;
}
.exibirBloco:hover {
  background: white;
  color: #0096cc;
}


/* Controle das videoaulas------------------ */

#app .aula-body .btnVideoaula {
	color:white;
	font-size: 16px;
	background-color:rgba(72, 126, 176,1.0);
	border: none;
	border-radius:5px;
	padding: 5px 8px;
	transition-duration: 0.4s;
	cursor: pointer;		
}

#app .aula-body .btnVideoaula:hover {		
	background-color:rgba(72, 126, 176,0.2);
	border: #3498db;
	color:#273c75;
	font-weight: 700;
	
	
}

/* -------------------------- */
.vector::after {
	content: '→';
	display: inline-block;
	margin-left: -10px;
	font-size: 0.8em;
	vertical-align: 0.8em;
}


/* Vídeo Youtube responsivo ------------------- */

.video-container {
  position: relative;  
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}














