body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    background-color: #ecf0f1;
}

#app .aula-body h1 {
	background-color: #55688e;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 40px;
	font-size:1em;
}

#app .aula-body h2 {	
    font-weight: bold;   
	font-size:1em;
	margin-top: 20px;
}

a {
    text-decoration: none;
}

/* Bootstrap modificacoes */
.container {
    /*max-width: 900px;*/
}

/* Botões no cabeçalho superior */
/*.outline-btn-hover {
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 0 10px;
}
*/

.outline-btn {
    border: 2px solid #4c7de0;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #fff;
}

.outline-btn-hover {
    border: none;
    box-shadow: none;
    background-color: #fff;
    padding: 0 10px;
}

.outline-btn-hover:hover {    
    box-shadow: none;
    background-color: #2980b9;
	border-radius:5px;
	color: white;
    padding: 0 10px;
}

.outline-btn-hover:focus {    
    border: 2px solid #4c7de0;
}

/* --------------------- */
.btn {
    border: none;
    outline: none;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4c7de0;
    transition: 0.5s all;
    color: #fff;
}

.btn:hover {
    color: #fff;
    background-color: #e0504c;
}

/* --------------------- */
.btnQ5 {
    border: none;
    outline: none;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #4c7de0;
    transition: 0.5s all;
    color: #fff;
}

.btnQ5:hover {
    color: #fff;
    background-color: rgb(0,200,120);
}

/* Botão Acessar, na página principal */
#app .btnAc {
    border: none;
    outline: none;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #607D8B;
    transition: 0.5s all;
    color: #fff;
	font-size:16px;
}

#app .btnAc:hover {   
    background-color:#8AB3C8;
}

#app .btnAc:focus {   
    background-color:#8AB3C8;
}

/* Fim */

.bg-blue {
    background-color: #4c7de0;
    color: #fff;
}

.bg-purple {
    background-color: #9632f1;
    color: #fff;
}

.bg-green {
    background-color: #39b184;
    color: #fff;
}

.color-blue {
    color: #4c7de0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

/* App */
#app .footer {
    background-color: #626468;
    padding: 20px;
    color: #fff;
}

#app .footer p {
    font-size: 15px;
    color: #e0e0e0;
    cursor: pointer;
}

#app .footer .hightlight {
    color: lightblue;
}

#app .footer .d-flex p {
    margin: 0 10px 0 0;
    border-bottom: 1px solid #fff;
}

#app .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#app .list a {
    text-decoration: none;
}

#app .list li {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s all;
}

#app .list li:hover {
    background-color: #4c7de0;
    color: #fff;
}

#app .list li:before {
    content: "";
    margin: 0 5px;
}

#app .navbar {
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 2px solid #e4e4e4;
}

#app .navbar .navbar-brand {
    color: #353596;
    font-size: 18px;
}

#app .content {
    position: relative;
    height: calc(100vh - 82px);
}

#app .content > .container > .row {
    align-items: center;
    height: calc(100vh - 82px);
}

#app .content > .container-turma {
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*  */
#app .content .media img {
    width: 80%;
}



#app .content .turma-card {
    margin: 0 10px;
}

#app .content .turma-card .thumb {
    height: 250px;
    padding: 50px;
    border-radius: 5px;
    background-image: url(../images/doodles.png);
    background-size: 500px;
    cursor: pointer;
}

#app .content .turma-card .thumb img {
    width: 100%;
}

#app .content .turma-banner {
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
    background-image: url(../images/doodles.png);
}

#app .content .turma-banner img {
    width: 50px;
}

#app .content .turma-banner h3, p {
    margin: 0;
}

#app .content .turma-aulas {
    margin: 30px 0;
    user-select: none;
}

#app .content .turma-aulas h3 {
    cursor: pointer;
}

#app .content .turma-aulas img {
    width: 15px;
}

#app .aula-body {
    max-width: 720px;
    width: 100%;
    padding: 20px;
    margin: 0 auto 50px auto;
    box-shadow: 0 0px 7px rgb(0 0 0 / 20%);
    background-color: #fff;
}

#app .back-turmas {   
     background-color: #ecf0f1;
}

#app .aula-menu {
    background-color: #55688e;
    max-width: 720px;
    width: 100%;
    padding: 20px;
    margin: 30px auto 0 auto;
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;
    background-image: url(../images/doodles.png);
    color: #fff;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#app .aula-menu .items img {
    width: 30px;
    cursor: pointer;
    margin: 0 10px;
}

#app .aula-menu p {
    font-size: 15px;
}

#app .aula-body .topico {
    background-color: #55688e;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 40px;
}

#app .aula-body .topico:first-child {
    margin-top: 0;
}


#app .aula-body iframe {   
    margin: 0 auto;
}

#app .aula-body .image-frame {
    margin: 30px 0;
    text-align: center;
    border-radius: 5px;
}

/* VÍDEOS 

#app .aula-body .video-frame {  
    width: 50%;
    margin: 30px auto;
}

#app .aula-body .video-frame video {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 0 0;
    display: block;
    margin: auto;
}


#app .aula-body .video-frame .controls {
    padding: 5px;
    background-color: #55688e;
    display: flex;
    align-items: center;
    width: 400px;
    margin: auto;
    border-radius: 0 0 5px 5px;
}

#app .aula-body .video-frame .controls > * {
    margin: 0 10px;
}

#app .aula-body .video-frame .controls img {
    width: 20px;
}

#app .aula-body .video-frame .controls .timer {
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background-color: #fff;
}
#app .aula-body .video-frame .controls .timer .fill {
    height: 100%;
    width: 50%;
    background-color: #293652;
}

*/


/*
#app .aula-body iframe {
    box-shadow: 0px 3px 8px rgb(0 0 0 / 25%);
    border-radius: 5px;
    user-select: none;
} */

#app .aula-body .frame p {
    font-size: 15px;
    color: #555;
}

#app #menu-acessibilidade {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    top: 80px;
    right: 10px;
    min-width: 300px;
    user-select: none;
    display: none;
    z-index: 10;
}

#app #menu-acessibilidade #close {
    position: absolute;
    right: -15px;
    top: -10px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0px 7px rgb(0 0 0 / 20%);
    border: 1px solid #c7c7c7;
    font-weight: bold;
    cursor: pointer;
}

#app #menu-acessibilidade #close img {
    width: 70%;
    margin: 5px 6px;
    transition: all .2s;
}

#app #menu-acessibilidade #close img:hover {
    filter: invert(.5);
}

#app #menu-acessibilidade .item {
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #c7c7c7;
}

#app #menu-acessibilidade .item:last-child {
    border: none;
}

#app #menu-acessibilidade .item > .d-flex {
    align-items: center;
}

#app #menu-acessibilidade .item h5 {
    font-size: 16px;	
    margin: 0;
}

#app #menu-acessibilidade .item img {
    margin: 0 10px 0 0;
}

#app #menu-acessibilidade .item .options {
    margin: 10px;
    text-align: center;
    width: 230px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: none;
    margin: auto;
}

#app #menu-acessibilidade .item .options .option {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
}

#app #menu-acessibilidade .item .options .option:last-child {
    border: none;
}

/* - - - ************************* - - - */


/* - - - CLASSES GERALDO FELIPE - - - */

#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;
}

#app .aula-body .tamanho200 {
    width:200px;
}


/* Espaçamento entre parágrafos */

#app .aula-body .esp1 {
    padding-bottom:10px;
}


/* Comentários */

#app .comentario1 {
  max-width: 450px;
  display: block;
  margin: 20px auto;  
  text-align: left;   
}

#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 .verdeclaro {
  padding: 20px;
  color: white;
  background: #00b386;
}

#app .vermelho {
  padding: 20px;
  background: #c0392b;
  color: white;
}

#app .laranja {
  padding: 20px;
  background: #ff5d00;
  color: white;  
}

#app .coracessar {  
  background: #607D8B;
  color: white;  
}


