* {
    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-link-menu{
    color: #95BEEF !important;
}

.btn-link-menu:hover{
   cursor: pointer !important;
   color: #ffffff !important; 
}
.btn-link-menu-active{
   color: #ffffff !important; 
   text-decoration: underline !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';
}

.font-helvetica {
    font-family: 'helvetica';
}

.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_capa_senat.svg');
    background-color: #efefef;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    overflow-x: hidden; 
}

.home-info {
    /* background: url('../img/bg-home-info.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{
    width: 80%;
    height: 50px;
    border-radius: 12px !important;
    /* background: #a8cb47; */
    color: white;
    font-size: small;
    margin-right: 10px;
    margin-bottom: 8px;
}

.btn-home:hover{
    /* background: #c0d35e; */
    color: white;
}

.btn-modulo{
    width: 50px;
    height: 50px;
    border-radius: 12px !important;
    /* background: #0F6B92; */
    color: white;
    font-size: small;
    margin-right: 2px;
    margin-bottom: 8px;
}

.btn-modulo:hover{
    background: #ffffff;
    color: white;
}

.btn-menu{
    width: 50px;
    height: 50px;
    border-radius: 12px !important;
    /* background: #0F6B92; */
    color: white;
    font-size: small;
    margin-right: 2px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    
}

.div-menu:hover{
    background: #4880de !important;
    cursor: pointer;
    /* color: white; */
}

.btn-2 {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    line-height: 1.5;
    /* border-radius: 0.25rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-active-module{
    background: #a8cb47 !important;
}

.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-menu-topo.png); */
    /* background-color: #FFFFFF; */
    /* background-color: #efefef; */
    /* background: linear-gradient(330deg, rgba(3,17,38,1) 0%, rgba(20,54,108,1) 100%); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    align-items: center;
}

.modulo .conteudo section {
    width: 100%;
    min-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.6s;
    opacity: 1;
}

.modulo .active-partes {

    left: 0px !important;
}

.modulo .menu-container {
    background: #14366C;
    border-top: 1px solid #dedede;
    /* border-top: 1px solid #dedede; */
    /* border-top-left-radius: 12px; */
    width: 330px;
    height: 100vh;
    /* height: 95vh; */
    /* margin-top: 50px; */
    /* padding: 2px; */
    position:unset;
    right: 0px;
    position: absolute;
}

.fontS-18{
    font-size: 18px;
}

.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: 280px;
    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-top: 45px; */
    /* 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; */
    min-height: 100vh;
}

.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: #531c00; */
    color: #ffffff;
    position: relative;
    text-align: left;
    height: 50px;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    /* border-bottom: 1px solid #d44700; */
}

.menu-item>.btn i {
    margin-right: 0.5rem;
}

.menu-item>.btn:hover {
    background: #7289b221;
}

.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: 23px;
}

.menu-item__sub a {
    display: block;
    padding: 0.8rem 1.4rem;
    /* color: #19557e; */
    color: #ffffff;
    font-size: small;
    font-weight: 500;
    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: #7289b221;

}

.menu-item__sub .active {
    background: #7289b221;
    color: #95BEEF;

}

.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;
}

/* Cor da barra de rolagem */
::-webkit-scrollbar {
   background-color: #0170A0;
}


.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;
}

.pulse-image {
    position: absolute;
    height: auto;
    max-width: 100%;
    right: 0;
    animation: pulse 1s infinite;
}

.button-top {  
    /* display: none; */
    position: fixed;
    z-index: 998;
    width: 45px;
    height: 65px;
    line-height: 30px;
    font-size: 18px;
    right: 55px;
    bottom: 10px;
    /* bottom: 35px; */
    color: #ffffff;
  }
  
  .button-top .click {
    /* background: #f0f0f0 !important; */
    width: 45px;
    height: 75px;
  }

  .click:focus, .click:active ,.click:focus-visible {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
   }
  
  .button-top .click img {
    margin-top: 9px;
  }
  
  .button-top p {
    font-size: 14px;
    height: 5px;
    color: #999999;
    margin-bottom: 20px;
    margin-top: 2px;
  }

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


@media(max-width:766px) {

    .hamb-logo{
        width: 15% !important;  
      } 

}

@media(max-width:750px) {


    .modulo .navbar .nav-left {
        width: 50%;

    }

    .modulo .navbar .nav-right {
        display: none;

    }



}

/* ESSE É LARGURA DA TELA */
@media(max-height: 730px){ 
    .menu-item__sub {        
        padding-bottom: 15px;
    }

    .ajust-altura-menu{
        margin-bottom: 10px !important;
    }
    .mt-apoio{
        border-bottom: none !important;
    }
}
/* ------------------------ */

@media (min-width: 250px) and (max-width: 570px){
    .w-div2{
       width: 25% !important; 
       margin-left: 0 !important;
    }
    .w-div9{
        width: 5% !important;
    }

    .w-col-7{
        width: 50%;
        padding-left: 0px;
        visibility: hidden;
    }

    .btn-home{
        width: 100% !important;
    }
    
    .logo-menu-bar{
        width: 100% !important;
    }

    .div-menu{
       width: 30%;
    }
    .div-menu-2{
       width: 70%;
    }
    .hamb-logo{
       width: 30% !important;
    }

}

@media (min-width: 571px) and (max-width: 770px){

    .w-div2{
        width: 25% !important; 
        margin-left: 0 !important;
    }

    .w-div9{
         width: 15% !important;
    }

    .w-col-7{
        width: 60%;
        padding-left: 0px;
    }
 
    .btn-home{
         width: 100% !important;
    }

    .div-menu{
        width: 30%;
     }
     .div-menu-2{
         width: 70%;
     }
     .hamb-logo{
        width: 30% !important;
     }
     
    /* .logo-menu-bar{
         width: 70% !important;
    } */

}

@media (min-width: 1500px) and (max-width: 1900px){

    .logo-menu-bar{
        width: 80% !important;
    }
}

@media (min-width: 1901px){

    .logo-menu-bar{
        width: 75% !important;
    }
}

@media (max-width: 618px){

  .w-col-7{
    visibility: hidden;
    width: 50%;
    height: 20px;
  }

  .logo-menu-bar{
    width: 100% !important;
  }

  .w-div2{
    width: 30% !important; 
    margin-left: 0 !important;
}

.home {
    background: url('../img/bg_capa_mobile.png');
    background-color: #efefef;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    overflow-x: hidden; 
}

}

@media (max-width: 385px){

  .w-col-7{
    visibility: hidden;
    width: 35% !important;
  }

  .w-div2{
    width: 40% !important; 
    margin-left: 0 !important;
}

}

