/* Geral */

/* Fonte Oswald*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* Fonte Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
}

/* width */

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #343434;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #b5b5b5;
}

/* Font on Video Subtitle */

video::-webkit-media-text-track-display {
    font-size: 20px !important;
}

@media screen and (max-width: 720px) {
    .menu-scorm {
        width: 100% !important;
    }
}
@media screen and (max-width: 885px) {
    .aulas{
        margin: 0px 5px !important;
    }
}

body {
    overflow-x: hidden;
    background-color: #FCF6ED !important;
}

html,
body {
    min-height: 100%;
}
#conteudo {
    display: flex;
    flex-direction: row;
    height: 70vh;
    width: 80vw;
    z-index: -15;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;   
}

#rodape-scorm {
    position: fixed;
    bottom: 60px;
    z-index: 60;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#rodape-scorm .inativo {
    border: none;
    background-color: rgb(210, 210, 210);
}

p {
    letter-spacing: 1px;
    line-height: 1.8em;
}

.titulo-inicial{
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    
}

.bt-controle{
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    min-width: 100px;
    height: 40px;
    background-color:white;
    color: rgb(53, 53, 53);
    align-items: center;
    justify-content: center;
    border: black solid 1px;
    border-radius: 10px;
}

.bt-controle:hover{
    background-color:#67B9F3;
    color: white;
    text-decoration: none;
    border: none;
}
.bt-paginas{
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: 250px;
    height: 40px;
    color: white;
    background-color:#67B9F3;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.bt-paginas:hover{
    background-color:#38a9f9;
    color: white;
    text-decoration: none;
}

header {
    height: 80px;
    position: relative;
    z-index: 50;
}

/* Menu */
.menu-scorm {
    margin: auto;
    width: 70%;
    display: flex;
    position: fixed;
    z-index:30;
}

.aulas {
    min-width: 105px;
    cursor: pointer;
    margin: 0 25px;
    color: #fff;
    flex: 1 1 0px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ativo {
    transition: height 250ms;
}
.ativo:hover {
    height: 80px;
}

.aula1, .aula2, .aula3, .aula4
{
    background-color: #67B9F3;
}

header p {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.titulo {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:black;
    font-size: 24px;
}
.subtitulo {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color:black;
    font-size: 24px;
}
.titulo-tela{
    font-size: 13px;
}

/*elementos de tela*/
.importante{
    background-color: white;
    border: 1px solid black;
    border-radius: 12px;
    padding: 40px;
    width: 60%;
    min-height: 120px;
}
.importante .header{
    font-size: 20px;
    padding-bottom: 20px;
}
.importante img{
    margin-bottom: 16px;
}
.importante .texto{
    font-size: 14px;
}
.mito-verdade{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.mito-verdade p{
    font-size: 20px;
}
.mito-verdade a{
    padding: 20px;
    background-color: #3F3F3F;
    color: white;
    border-radius: 10px;
    width: 140px;
    font-weight: 700;
}
.mito-verdade a:hover{
    background-color: #67B9F3;
    text-decoration: none;
    color: white;
}
.mito-verdade .botoes{
    padding-top: 20px;
    display: flex;
    justify-content:space-evenly;
}
.linha hr{
    width: 40%;
    border-width: 1px;
    color: black;
    border-style:solid;
}
.card-mito{
    padding:20px;
    background-color: #DD9BED;
    border-radius: 12px;
}
.card-verdade{
    padding:20px;
    background-color: #8EB5EF;
    border-radius: 12px;
}
/*listas*/
ul li{
    list-style-type:none;
    line-height: 1.8em;
}
ol{
    padding-left: 18px;
    line-height: 1.8em;
}

/* --------- Fim, Estrutura Template --------- */

/* Cursor de objeto clicável */

.clickable {
    cursor: pointer;
}

.hidden {
    display: none;
}

/* Oculta o elemento */

.dflex {
    display: flex;
}

.dflexnivel {
    flex: 1;
}

.scale {
    transition: all .2s ease-in-out;
}

.scale:hover {
    transform: scale(1.1);
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

