* {
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
}

:root {

    --yellow-curso: #FDC300;
    --font-gugi: 'Gugi', cursive;
    --font-roboto: 'Roboto';
    
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-26 {
    font-size: 26px;
}

.font-40 {
    font-size: 40px;
}

.background-white-curso {
    background-color: #FFFFFF;
}

.color-azul {
    color: #0A4D87;
}

.color-cinza{
    color: #666666;
}

.color-turquesa{
    color: #3EB2D2;
}

.color-verde {
    color: #AADD68;
}

.bg-azul {
    background-color: #0068AF !important;
}

.bg-verde {
    background-color: #AADD68 !important;
}

.border-dashed {
    border: 2px #FDC300;
    padding: 5px;
    border-style: dashed;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.border-radius-top-20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}



.btn-pulse {
    background: #8b2670;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badg-style {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: red;
}

.table-azul {
    background-color: #0170A0 !important;
    border-radius: 5px !important;
}

.table-azul thead {
    border-bottom: 2px white solid !important;
}

.item-roxo-curso {
    width: 100px;
    height: 100px;
    background-color: #8B2670;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FDC300;
    font-size: 64px;
    font-weight: bold;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    margin: 10px auto;
}

.pull-center {
    margin: 0 auto;
    display: table;
}

.font-roboto {
    font-family: 'roboto';
}

.font-viga {
    font-family: 'viga';
}

.font-teko {
    font-family: 'teko';
}

.table-sm th,
.table-sm td {
    vertical-align: middle !important;
    font-weight: 100 !important;
}

.table-sm input {
    background-color: #034270;
    border: 1px solid #034270;
    border-radius: 0;
    color: white;
    text-align: center;
}

.titulo-pagina {
    font-size: 36px;
    color: #0068AF;
    font-family: Teko;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.03em;
}

.indicador {
    font-size: 30px;
    margin-right: 10px;
    color: #8b2670;

}

.home {
    background: url('../img/bg_home.png');
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow-x: hidden; 
}

.modulo .navbar .nav-left,
.modulo .navbar .nav-right {
    width: 30%;
    
}

.modulo .navbar-topo .nav-right-topo .navbar-brand {
    color: #0A4D87;
    text-align: center;
    line-height: 20px;
    font-size: x-large;
}
.modulo .navbar-topo .nav-right-topo .navbar-brand:hover {
    color: #AADD68;
}

.btn-home{
    min-width: 90px;
    background: #388DDD;
    color: white;
    font-size: small;
    margin-right: 30px;
    margin-bottom: 8px;
    border-radius: unset !important;
}

.btn-home:hover{
    background: #E4B100;
    color: white;
}

.modulo .navbar-topo .nav-right-topo{
    padding-top: 20px;
    padding-right: 40px;
}

.modulo {
    width: 100%;
    height: auto;
}

.modulo .navbar {
    background: #FFFFFF;
    height: auto;
    align-items: center;
}

.modulo .navbar-topo {
    background: url(../img/bg-topo.png);
    background-color: #FFFFFF;
    background-position: left;
    background-repeat: no-repeat;
    height: 75px;
    align-items: center;
}

.modulo .conteudo section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.modulo .menu-hamburg {
    background: rgba(30, 30, 28, .8);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    opacity: 0;
    top: 0;
    right: -100%;
    transition-duration: 0.5s;
}

.modulo .menu-hamburg .btn-home{
    margin-bottom: 40px;
}

.modulo .active {
    right: 0px !important;
    background: rgba(30, 30, 28, .8);
    transition-duration: 0.5s;
    opacity: 1;
}

.modulo .active-partes {

    left: 0px !important;
}

.modulo .menu-container {
    background: #388DDD;
    width: 350px;
    height: 100vh;
    padding: 30px;
    position:unset;
    right: 0px;
    position: absolute;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action {
    width: 320px;
    height: 50px;
    background: #388DDD;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
    color: #ffffff;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action a {
    position: absolute;
    left: 300px;
    width: 30px;
    height: 30px;
    background: #388DDD;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action i {
    color: white;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action i:hover {
    color: #AADD68;
    
}

.menu-modulo {
    max-width: 450px;
    min-width: 250px;
}

.menu-modulo .list-group-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EFEFEF;
    color: black;
    border-top:solid 6px  #1E6D9A !important;
    min-height: 70px;
    min-width: 300px;
}
.menu-modulo .list-group-item:hover {
    
    border-top:solid 6px  #E4B100 !important;
}

.menu-modulo .inativo {
    background: #ffffff94;
    color: #4d4d4d;
    cursor: no-drop;
    border-top:solid 6px  #4d4d4d !important;
}
.menu-modulo .inativo:hover {
    border-top:solid 6px  #4d4d4d !important;
}
.navbar-home {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navbar-home img {
    margin-right: 30px;
}

.button-action {
    background: white;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* border: 2px #c7c7c7 solid; */
    text-decoration: none;
    font-size: 20px;
    color: #333333;

    -webkit-box-shadow: inset -6px 7px 21px -9px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: inset -6px 7px 21px -9px rgba(0, 0, 0, 0.63);
    box-shadow: inset -1px 1px 19px -9px rgba(0, 0, 0, 0.63);
}

html::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #0A4D87;
    border-left: 1px #0A4D87 solid;
    border-right: 1px #0A4D87 solid;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1E6D9A, #1E6D9A);
    /* border-radius: 30px; */
    box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1E6D9A;
}

article {
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.status-bar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    text-align: center;
    z-index: 1;
    background: #0A4D87;
}

.post {
    margin: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 3px #3EB2D2 solid;
    min-height: 600px;
}

.post img {
    display: block;
    max-width: 100%;
}

.page-load-status {
    display: none;
    /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

.btn-destaque{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #1E6D9A;
    color: white;
    min-height: 50px;
    min-width: 260px;
    text-align: center;
    text-decoration: none !important;
}

.btn-destaque:hover{
    background: #E4B100 !important;
    color: white;
}

.menu-hamburg .menu {
    width: auto;
    /* border-radius: 0.2rem; */
    overflow: hidden;
}

.menu-hamburg .menu a {
    text-decoration: none;
}

.menu-item {
    list-style: none;
    overflow: hidden;
    padding-bottom: 4px;
}

.menu-item>.btn {
    display: block;
    border-radius:0px;
    background: #315FB8;
    color: white;
    position: relative;
    text-align: left;
    height: 32px;
    font-size: small;
}

.menu-item>.btn i {
    margin-right: 0.5rem;
}

.menu-item>.btn:hover {
    background: #E4B100;
}

.menu-item>.inativo {
    /* background: #8B2670; */
    color: #ffffff54;
    cursor: no-drop;
}

.menu-item>.inativo:hover {
    background: #ffffff54 !important;
}

.menu-item__sub {
    background: var(--grey);
    overflow: hidden;
    transition: max-height 0.3s;
    max-height: 0;
    padding-bottom: 2px;
}

.menu-item__sub a {
    display: block;
    padding: 0.8rem 1.4rem;
    color: white;
    font-size: small;
    position: relative;
    text-align: left;
    background: #4182A7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}



.menu-item__sub a span .fas {
    margin-right: 0.5rem;
}

.menu-item__sub a:hover {
    background: #E4B100;

}

.menu-item__sub .active {
    background: #E4B100;

}

.menu-item__sub .inativo {
    color: #ffffff54 !important;
    cursor: no-drop;
}

.menu-item__sub .inativo:hover {
    background: #ffffff54 !important;

}


.menu-item:target .menu-item__sub {
    max-height: 30em;
}

.menu-item .ativo {
    max-height: 30em;
}



.lupa {

    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lupa a {
    position: absolute;
    background: #333333ab;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 100px;
    display: none;
}

.lupa:hover a {

    display: block;
}

.titulo-modulo-aula {
    font-size: 50px;
    font-family: Teko;
    color: #8B2670;
    border-bottom: 5px #8B2670 solid;
    text-align: center;
}

.list-menu-aula {
    max-height: 400px;
}

.list-menu-aula .list-group-item {
    padding: 0.4rem 1.25rem;
    border: 2px solid #8B2670;
}

.list-menu-aula .list-group-item-container {
    max-height: 320px;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-bottom: 0px;


}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.hide {
    display: none;
}

.invisivel {
    display: none;
}

.invisivelSection {
    display: none;
}

.exercitando {
    background: url(../img/exercitando.png);
    background-size: 100% 100%;
    background-position: left;
    width: 100%;
    height: 100vh;
}

.exercicio {

    width: 100%;
    height: 100vh;
    min-height: 780px;
}

.feedback {
    background: url(../img/feedback.png);
    background-size: 100% 100%;
    background-position: left;
    width: 100%;
    height: 100vh;
}

.loader {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10000;
    background: #0A4D87;
    overflow: hidden;
    top: 0;
}

.loader body {
    overflow: hidden;
}


.box-section {
    background: #2a015f;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 15%;
    z-index: 100;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.box-section a {
    color: #f3ba03;
}

.concluido {
    color: #4ed00ceb;
    background: #ffffff21;
    border-radius: 100px;
    padding: 3px;
    width: 150px;
}


.table th,
.table td {

    border-top: 1px solid #dee2e600 !important;
}

.vertical-mod4 {
    background: white;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-mod4 ul {
    width: 80px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
    background: red;
}


@media(max-width:750px) {


    .modulo .navbar .nav-left {
        width: 50%;

    }

    .modulo .navbar .nav-right {
        display: none;

    }
}