* {
    margin: 0;
    padding: 0;
}

: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-25 {
    font-size: 25px;
}

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

.background-yellow-curso {
    background-color: #FDC300;
}

.color-yellow-curso {
    color: #FDC300;
}

.color-roxo-curso {
    color: #8B2670;
}

.color-roxo-claro {
    color: #9336AB;
}

.color-azul {
    color: #0068AF;
}

.color-verde {
    color: #2399A1;
}

.bg-roxo-curso {
    background: #8B2670;
}

.bg-fucsia {
    background: #C6269D !important;
}

.bg-rosa {
    background: #EEDEEA !important;
}

.bg-roxo-escuro {
    background-color: #2e0272;
}

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

.bg-roxo-claro {
    background-color: #9336AB !important;
}

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

.border-roxo {
    border-color: #8B2670 !important;
}

.border-verde {
    border-color: #2399A1 !important;
}

.border-roxo-claro {
    border-color: #9336AB !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;
}

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

}

.modulo .navbar .nav-left .navbar-brand {
    background: #C6269D;
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
}

.modulo .navbar .nav-left .navbar-brand:hover {
    background: #c6269d69;
    color: #ffffff91;
}

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

.modulo .navbar {
    background: #2a015f;
    height: auto;
    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;
    left: -100%;
    transition-duration: 0.5s;
}

.modulo .menu-container {
    background: #C6269D;
    width: 250px;
    height: 100vh;
    transition-duration: 3s;
}

.modulo .menu-hamburg .menu-container .menu-hamburg-action {
    width: 250px;
    height: 50px;
    background: #A72084;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    color: white;
}

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

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

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

.modulo .menu-hamburg .menu-hamburg-home {
    width: auto;
    height: 50px;
    display: flex;

    align-items: center;
    color: white;
    text-decoration: none;
}

.modulo .menu-hamburg .menu-hamburg-home i {
    padding-left: 10px;
}

.modulo .menu-hamburg .menu-hamburg-home span {
    padding-left: 10px;
    color: #FDC300;
}


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

.modulo .active-partes {

    right: 0px !important;
}

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

.menu-modulo .list-group-item {
    margin-bottom: 10px;
    border-radius: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0068AF;
    color: white;
}

.menu-modulo .inativo {
    background: #0068af94;
    color: #ffffffa6;
    cursor: no-drop;
}


.navbar-home {
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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


.card-style {
    min-height: 100px;
}

.card-style .borda {
    width: 70%;
    height: 10px;
    margin: 0 auto;
}

.card-azul {

    max-width: 400px;
    min-width: 300px;
    margin: 0 auto;
    padding: 70px;
    color: white;
    font-size: calc(0.5em + 0.5vw) !important;
}

.card-footer .card-header {
    position: relative;
    margin-bottom: -10px;
    border-radius: 10px;
    background: #C6269D;
}

.card-footer .card-body {
    border-radius: 10px;
}

.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;
}

/* width */
/* ::-webkit-scrollbar {
	width: 2px;
  } */

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #C6269D, #C6269D);
    /* 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: #C6269D;
}


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

.status-bar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    /* background: hsla(0, 0%, 100%, 0.9);
    border-bottom: 1px solid #DDD; */
    text-align: center;
    z-index: 1;
    background: #2a0260;
}

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

.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;
}


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

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

.menu-item {
    list-style: none;
    border-top: 1px solid var(--dark-blue);
    overflow: hidden;
}

.menu-item>.btn {
    display: block;
    padding: 0.8rem 1.0rem;
    background: #D42AA8;
    color: white;
    position: relative;
    border-top: 1px #8B2670 solid;

    text-align: left;
}

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

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

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

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

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

.menu-item__sub a {
    display: block;
    padding: 0.8rem 1.0rem;
    color: #FFC107;
    font-size: 0.9rem;
    position: relative;
    border-top: 1px solid #8B2670;
    text-align: left;
    background: #2a015f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



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

.menu-item__sub a:hover {
    background: #370479ad;

}

.menu-item__sub .active {
    background: #370479ad;

}

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

.menu-item__sub .inativo:hover {
    background: #2a015f !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: #2a015f;
    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;

    }
}