* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter",sans-serif;

}
button:hover {
    cursor: pointer;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
.col-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}
.col-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}




@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-sm-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-sm-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-sm-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-sm-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-45 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .col-md-55 {
        flex: 0 0 55%;
        max-width: 55%;
    }
}


@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-lg-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-lg-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-lg-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-lg-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-xl-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-xl-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-xl-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }
    .col-xl-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.mb16 {
    margin-bottom: 16px !important;
}
.mb8 {
    margin-bottom: 8px;
}
.h-100 {
    height: 100%;
}
.rightBoxLogin {
    background-image: url('/app/images/login-bg3.jpg');
    background-size: cover;
    position: relative;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.loginContent {
    min-height: 1080px;
    padding: 170px 50px;
    text-align: center;
}
.loginContent h1 {
    font-size: 54px;
    font-weight: 900;
    color: #035192;
    text-align: left;
    line-height: 49px;
    margin-bottom: 16px;
}

.p0 {
    padding: 0;
}

.loginContent label {
    display: inline-block;
    margin-bottom: .5rem;
    padding-left: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.formLoginBox {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #035192;
}
.loginContent .form-control {
    border: 1px solid #F04F23;
    border-radius: 16px;
    padding: 16px;
    height: 61px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 14px;
}
.pRel {
    position: relative;
}
.tooglePass {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 61px;
    width: 55px;
    text-align: center;
}
.tooglePass span {
    font-size: 28px;
    line-height: 61px;
}
.tooglePass:hover {
    cursor: pointer;
}

.forgotPass {
    display: flex;
    justify-content: end;
    width: 100%;
}

.forgotPass a {
    display: flex;
    color: #035192;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -0.032em;
}
.forgotPass a span {
    font-size: 20px;
    margin-left: 8px;
    margin-bottom: 16px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #F04F23;
    border-color: #F04F23;
}
.btn-success {
    color: #fff;
    background-color: #25A759;
    border-color: #25A759;
}
.btn-info {
    color: #fff;
    background-color: #004F92;
    border-color: #004F92;
}
.btn-icon {
    color: #FB4C09;
    padding: 10px 0 !important;
    width: 32px;
}
.btn-login {
    display: flex;
    width: 100%;
    justify-content: center;
}
.btn-login span {
    font-size: 26px;
    margin-left: 10px;
}

.btn-outline-primary {
    color: #035192;
    border-color: #035192;
}
a.btn {
    text-decoration: none;
}

.textDestaque {
    color: #ffffff;
    font-weight: 900;
    font-size: 54px;
    line-height: 70.2px;
    text-align: center;
    position: absolute;
    bottom: 208px;
    left: 0;
}
.textDestaque span {
    border-bottom: 8px solid #F04F23;
}
.dLg {
    display: block;
}
.dSm {
    display: none;
}
.btnMenuXs {
    display: none;
}


/* home */
.d-flex {
    display: flex;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background-color: #fff;
    display: flex;
    border-bottom: 2px solid #dadada;
    z-index: 9999;
}
.container {
    max-width: 1098px;
}
header .container {
    padding: 28px 15px;
    justify-content: space-between;
}
.logoBox {
    width: 116px;
    /*margin-right: 28px;
    width: 173px;
  padding-right: 36px;*/
}
.logoBox a {
    display: flex;
}
.navbar {

    display: flex;
    width: calc(100% - 288px);
    padding: 0 20px;

}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
    list-style: none;
    letter-spacing: 0.016em;
    width: 100%;
    justify-content: space-around;
}
.navbar-nav li {

}
.navbar-nav a {
    text-decoration: none;
}
.iconspan, .nav-text {
    display: block;
}
.navbar-nav .iconspan {
    font-size: 21px;
    text-align: center;
    color: #004F92;
}

.navbar-nav .nav-text {
    font-size: 9px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: center;
    color: #022242;
    text-transform: uppercase;
    margin-top: 4px;
}

.userBoxNav {
    display: flex;
    width: 156px;
    position: relative;
}
.userBoxNav:hover {
    cursor: pointer;
}
.userImage {
    border-radius: 50%;
    border: 1px solid #004F92;
}
.userTextBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6px;
}
.welcomeText {

    font-size: 10px;
    font-weight: 400;
    line-height: 12.1px;
    text-align: left;
    color: #022242;

}
.userName {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: left;
    color: #022242;
}

#menuUsuario {
    display: none;
    position: absolute;
    width: 320px;
    background-color: #fff;
    right: 0;
    top: 50px;

    padding: 28px;
    border: 1px solid #DADADA;
    border-radius: 16px 0px 16px 16px;


}
#menuUsuario.show {
    display: block;
}
#menuUsuario .userImage {
    width: 60px;
    height: auto;

}
.menuUserHeader {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
#menuUsuario .userName {
    font-size: 30.66px;
    font-weight: 700;
    line-height: 37.1px;
    text-align: left;
}
#menuUsuario .userSince {

    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    color: #022242;
}

.menuUserBody {
    border-top: 1px solid #D9D9D9;
    padding-top: 15px;
}
.menuUserBody ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuUserBody ul li {
    display: flex;
    padding: 10px;
}
.menuUserBody ul a {

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: flex;
    text-decoration: none;
    color: #022242;

}
.menuUserBody ul a i {
    margin-right: 17px;
}

.logoutLink {
    border-top: 1px solid #D9D9D9;
}
.logoutLink a {
    color: #EF5252 !important;
}
#closeMenuUser {
    color: #004F92;

}
#navBarXs {
    display: none;
}
main {
    margin-top: 94px;
    background-color: #F5F5F5;
    padding-bottom: 62px;
}
.bannerWrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 3.68/1;
    background-image: url("/app/images/banner_1.png");
    background-size: cover;
    border-radius: 0 0 16px 16px;
    background-position: center bottom;
    position: relative;
}
.bannerTextBox {
    width: fit-content;
    position: relative;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.textBanner {
    background-color: #FB4C09;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin: 0;
}
.textBanner span {
    font-weight: 700;
}
.bannerTextBox h1 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;

}
.bannerTextBox h1 i {
    color: #FB4C09;
    font-size: 37px;
    position: relative;
    top: 3px;
}

#busca {
    margin-top: 32px;
}
.btn-busca {
    width: 190px;
    font-size: 14px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    border-radius: 8px;
    margin-left: 6px;
}
#busca .form-group {
    width: calc(100% - 190px);
    position: relative;
}
#buscainput {
    border: 1px solid #004F92;
    height: 40px;
}
#homeItens {
    margin-top: 32px;
}
.video-container {
    max-width: 100%;/* 800px;*/
    margin: auto;
    position: relative;
}

video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.controls {
    position: absolute;
    bottom: 18px;
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FB4C09;
    padding: 5px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.controls button, .controls input {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    margin: 0;
}

.controls input[type="range"] {
    width: 100px;
}

.progress-bar {
    flex: 1;
    margin: 0;
}

.progress-bar input[type="range"] {
    width: 100%;
}

.hidden {
    display: none;
}

.comeceAqui {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 8px;
    background-image: url('/app/images/comeceaqui.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.comeceAqui:before {
    content: '';
    position: absolute;
    background-color: #004F92;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.caquiInner {
    position: absolute;
    z-index: 2;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.caquiInner h2 {
    color: #ffffff;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}
.caquiInner p {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.caquiInner .btn {
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 8px;
    margin-top: 8px
}
.titleBlock {
    color: #004F92;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.cursoText {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    aspect-ratio: 1.23;
    padding: 20px 12px 15px 12px;
    border-radius: 0px 0px 7.79px 7.79px;
    border: 1px solid #DADADA;
    border-top: none;
    display: flex;
    flex-direction: column;
}
.cursoImg {
    width: 100%;
    height: auto;
    aspect-ratio: 1.14;
    background-image: url("/app/images/placeholder.png");
    background-size: cover;
    background-position: center;
    border-radius: 6.82px 6.82px 0 0;
}
.titleCurso {
    color: #022242;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}
.descCurso {
    color: #004F92;
    font-size: 12px;
}
.cursoText .btn {
    width: 100%;
    margin-top: auto;
    padding: 14px 10px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
.cursoBox.blockCurso {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 0.59;
    border-radius: 8px;
    margin-bottom: 20px;
}
.blockCurso .cursoImg {
    position: absolute;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
}
.blockCurso .cursoText {
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 70px 12px;
    border-radius: 8px;
    border: none;
}
.iconBlock {
    background-color: #FB4C09;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    margin: auto;

}
.iconBlock span {
    color: #ffffff;
    font-size: 44px;
    line-height: 102px;

}
.blockCurso .titleCurso, .blockCurso .descCurso {
    color: #ffffff;
}

.custom-prev, .custom-next {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #333; /* Altere para a cor desejada */
}
.custom-prev span, .custom-next span {
    font-size: 32px;
    color: #004F92;
}
.custom-prev {
    position: absolute;
    top: 50%;
    left: 0px; /* Ajuste a posição conforme necessário */
    transform: translateY(-50%);
}

.custom-next {
    position: absolute;
    top: 50%;
    right: 0px; /* Ajuste a posição conforme necessário */
    transform: translateY(-50%);
}
.tns-nav {
    position: absolute;
    bottom: -20px; /* Ajuste a distância em relação ao carousel */
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Espaçamento acima dos dots */
    left: 50%;
    transform: translateX(-50%);
}

.tns-nav button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tns-nav button.tns-nav-active {
    background-color: #004F92; /* Cor para o dot ativo */
}
footer {
    background-color: #ffffff;
    padding: 32px 0 0;
}
footer img {
    display: block;
    margin: auto;
}
footer a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin: auto;
    color:#000000;
    margin-bottom: 15px;
}
.footer-links {
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 12px 0;
}
.copyright {
    background-color: #FB4C09;
    color: #ffffff;
    padding: 17px;
    text-align: center;
    font-size: 16px;
}
#closeMenuUser, .btnMenuXs button {
    border: none;
    background-color: transparent;
    height: 100%;
}

.bgPage {
    background-color: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 16px;
    padding: 36px 32px;
    margin-top: 32px;
}
.titlePage h1 {
    font-size: 45px;
    font-weight: 800;
    color: #004F92;
    margin: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;

}
.breadcrumb  a  {
    color: #FB4C09;
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
    color: #004F92;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #004F92;
    font-family: 'Material Icons';
    content: "chevron_right";
}
#busca .form-group::after {
    font-family: 'Material Icons';
    content: "search";
    color: #FB4C09;
    top: 50%;
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    font-size: 24px;
}
.titleCard {
    color: #004F92;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    line-height: 32px;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.titleCard span {
    color: #FB4C09;
    font-size: 32px;
    margin-right: 10px;
}
hr {
    border-top: 1px solid #DADADA;
    margin: 16px 0;
}
.calendarioBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#conteudosDash {
    border: 1px solid #004F92;
    height: 60px;
    border-radius: 8px;
    color: #004F92;
}
.selMonth button {
    border: none;
    background-color: transparent;
    color: #004F92;
    padding: 0;
}
#textSelMonth {
    font-size: 24px;
    font-weight: 700;
    color: #004F92;

}
/*.containerCalendario {
    width: 300px;
    height: 400px;
    overflow-y: scroll;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
     scrollbar-color: #FB4C09 #DADADA;
         scrollbar-width: thin;;
}


.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}


.containerCalendario::-webkit-scrollbar {
    width: 4px;
}

.containerCalendario::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 8px;
}

.containerCalendario::-webkit-scrollbar-thumb {
    background-color: #FB4C09;
    border-radius: 8px;
}

.containerCalendario::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
*/
.containerCalendario {
    width:100%;
    height: 560px;
    padding: 10px;
    padding-right: 20px;
}

.card {
    background-color: #004F92;
    color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}
.cardTitle {
    font-size: 18px;
    font-weight: 700;
    display: flex;
}
.cardTitle span {
    margin-right: 8px;
}
.cardInfo {
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 4px; /* espaçamento entre os elementos */
}

.infoText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1; /* permite que essa div cresça para ocupar o espaço restante */
}
.cardInfo span {
    font-size: 14px;
}

/* Customize the scrollbar appearance */
.simplebar-scrollbar:before {
    background-color: #FB4C09;
    border-radius: 10px;
}

.simplebar-scrollbar.simplebar-visible:before {
    background-color: #FB4C09;
    opacity: 1;
}
.simplebar-track.simplebar-vertical {
    background-color: #dadada;
}
.chartBox {
    padding: 0 70px;
}
.titleItem {
    font-size: 24px;
    font-weight: 700;
    color: #004F92;
    display: flex;
    margin: 20px 0;
}
.titleItem span {
    font-size: 28px;
    margin-right: 8px;
}
.legenda {
    font-size: 18px;
    margin-bottom: 5px;
    color: #004F92;
}
.legenda .spanvalue {
    font-weight: 700;
}
.progress-container {
    width: 100%;
    background-color: #dadada;
    border-radius: 16px;
    overflow: hidden;
    height: 8px;
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0;
    transition: width 0.5s ease;
}

/*
@media (max-width: 768px) {
    .containerCalendario {
        scrollbar-width: none; 
        -ms-overflow-style: none; 
    }

    .containerCalendario::-webkit-scrollbar {
        display: none; 
    }
}*/
.colTypeCurso {
    white-space: nowrap;
    overflow-x: auto;
}
.selTypeCurso {
    border-bottom:  4px solid #d9d9d9;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}

.btn-meuProgresso {
    padding: 6px 20px;
    position: relative;
    color: #757575;
    display: flex;

}
.btn-meuProgresso span {
    margin-right: 5px;
}
.btn-meuProgresso.active {
    color: #004F92;
}
.btn-meuProgresso.active:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #FB4C09;
    content: '';
    bottom: -5px;
    left: 0;
}
.btn-meuProgresso.active span {
    color: #FB4C09;
}
#buscaTableMeuProgresso, #filtrarProgresso, #filtrarProduto {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #004F92;
    padding: 16px;
    border-radius: 16px;
    height: auto;
}

.form-group.buscaMeuProgresso {
    position: relative;
}
.form-group.buscaMeuProgresso::after {
    font-family: 'Material Icons';
    content: "search";
    color: #FB4C09;
    top: 50%;
    position: absolute;
    right: 12px;
    transform: translateY(-50%);
    font-size: 24px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table.dataTable thead th, table.dataTable tfoot th {
    color: #004F92;
    font-size: 18px;
    font-weight: 500;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: relative;
    right: 0;
    width: 18px;
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order::after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/app/images/sorting/arrow-down.png');
    background-size: cover;
    content: ' ';
    width: 18px;
    height: 18px;
    opacity: 1;
}


table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/app/images/sorting/arrow-up.png');
    background-size: cover;
    content: ' ';
    width: 18px;
    height: 18px;
    opacity: 1;

}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order::after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order::after {
    opacity: .6;
}
table.dataTable td {
    color: #004F92;
    font-size: 18px;
    font-weight: 500;
    text-align: left;

}
.imgTableProg {
    aspect-ratio: 2.08;
    width: 175px;
    height: auto;
    float: left;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.btn-tableProgress {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 26px;
    margin-top: 5px;
    display: flex;
    width: 200px;
    border-radius: 8px;
    justify-content: space-between;

}
.text-center {
    text-align: center;
}
.text-left{
    text-align: left !important;
}
#meuProgressoTable .progress-bar {
    background-color: #25A759;
}
.dt-info {
    color: #004F92 !important;
    font-size: 14px;
    font-weight: 500;
}
.dt-paging-button.previous {
    display: none !important;
}


.dt-paging-button.next {
    display: none !important;
}
div.dt-container .dt-paging .dt-paging-button {
    border: 1px solid #FB4C09;
    background-color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #004F92 !important;
    width: 32px;
    height: 32px;
    padding: 0;
}
div.dt-container .dt-paging nav {
    display: flex;
}
div.dt-container .dt-paging .dt-paging-button.first, div.dt-container .dt-paging .dt-paging-button.last {
    background-color: transparent;
    border: none;
    color:#FB4C09 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #FB4C09;
    color: #fff !important;
    border: 1px solid #FB4C09;
}
.tableLengh {
    border: 1px solid #FB4C09;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}
table.dataTable.display > tbody > tr:nth-child(2n+1) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(2n+1) > .sorting_1 {
    background-color: transparent !important;
}
.titleCursoBib {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 800;
    color: #004F92;
}
#qtdBiblioteca {
    color: #004F92;
    font-size: 18px;
}
#bibliotecaTable thead {
    display: none;
}
#bibliotecaTable.dataTable > tbody > tr {
    background-color: transparent;
    width: 25%;
    float: left;
}
#bibliotecaTable.dataTable.display > tbody > tr:nth-child(2n+1) > .sorting_1, #bibliotecaTable.dataTable.order-column.stripe > tbody > tr:nth-child(2n+1) > .sorting_1,
#bibliotecaTable.dataTable.order-column > tbody tr > .sorting_1, #bibliotecaTable.dataTable.order-column > tbody tr > .sorting_2, #bibliotecaTable.dataTable.order-column > tbody tr > .sorting_3, #bibliotecaTable.dataTable.display > tbody tr > .sorting_1, #bibliotecaTable.dataTable.display > tbody tr > .sorting_2, #bibliotecaTable.dataTable.display > tbody tr > .sorting_3,
#bibliotecaTable.dataTable.display tbody tr:hover > .sorting_1, #bibliotecaTable.dataTable.order-column.hover tbody tr:hover > .sorting_1{
    box-shadow: none;
    border: none;
    padding: 0;
}

#bibliotecaTable tbody {
    display: flex;
    gap: 16px;
}
#bibliotecaTable .titleCurso {
    height: 52px;
    margin-bottom: 16px;
    color: #022242;
    font-size: 24px;
    font-weight: 700;
}
.badge {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.1px;
    display: inline-block;
    padding: 4px 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-primary {
    color: #fff;
    background-color: #FB4C09;
}
.smallText {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
}
#bibliotecaTable .descCurso {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 16px;
}
.btn-outline-secondary {
    border: 1px solid #004F92;
    color: #004F92;
}
.btn-certificado {
    font-size: 14px;
    font-weight: 500;
    padding: 6px;
    display: flex;
    justify-content: center;
    width: 184px;
    border-radius: 8px;
}
#certificadosTable.dataTable td {
    color: #022242 !important;
    font-size: 16px;
    font-weight: 400;
}
#cursoItens {
    padding-top: 16px;
}

#cursoItens .controls {
    max-width: 527px;
    background-color: #022242;
}
#cursoItens .titleCurso {
    color: #004F92;
    font-size: 32px;
    font-weight: 800;
}
#cursoItens .descCurso {
    color: #004F92;
    font-size: 18px;
    font-weight: 400;
}
.cursoProgressBox {
    margin-top: 2px;
    max-width: 400px;
    display: flex;
    color: #004F92;
    font-size: 18px;
    font-weight: 700;
}
.cursoProgressBox .progress-container {
    margin-top: 6px;
    margin-right: 6px;
}
.cursoProgressBox .progress-bar {
    background-color: #25A759;
}
.btnsCursoBox {
    display: flex;
    justify-content: end;
}
#cursoItens .btn {
    padding: 10px 12px;
    display: flex;

}
.mr12 {
    margin-right: 12px;
}
.btnDirections {
    width: 25%;
    justify-content: center;
}
.btn-outline-primary.btnDirections {
    border: 1px solid #FB4C09;
    color: #FB4C09;
}
.titleConteudo {
    color: #004F92;
    font-size: 32px;
    font-weight: 500;
}
.professorTitle {
    color: #004F92;
    font-size: 24px;
    font-weight: 700;
    margin-top: 32px;
}
.professorNames {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
}
.professorDesc {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
#enviarMsg {
    width: 185px;
    justify-content: center;
}
.editorBtn {
    display: flex;
    justify-content: space-between;
    margin: 16px 0;
}
.boxBtnUteis {
    width: 65%;
    display: flex;
}
#timecountinput {
    color: #757575;
    background-color: transparent;
    width: 125px;
    text-align: center;
    height: 55px;
    border-radius: 8px;
    border: 2px solid #dadada;
}
#menuLateralBox {
    position: fixed;
    background-color: #004F92;
    top: 0;
    right: -456px;
    width: 100%;
    max-width: 456px;
    height: 100%;
    z-index: 111111;
    box-shadow: -32px 0px 32px 0px rgba(0, 0, 0, 0.25);
    transition: 0.4s all ease-in-out;
}
#menuLateralBox.show {
    right: 0;
}

.menuLateralHeader {
    padding: 44px;

}
.menuLateralTitle {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}
.menuLateralDesc {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
#menuLateralBox .valorProgress {
    color: #ffffff;
}
#closeMenuLateral {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
}
.collapse {
    background-color: #FB4C09;
    color: #ffffff;
    padding: 20px 38px;
    display: flex;
    justify-content: space-between;
}
.listBox {
    background-color: #003A74;
    display: none;
}
.collapse:hover {
    cursor: pointer;
}
.listBox.show {
    display: block;
}
.menuLateralItem {
    padding: 20px 38px;
    color: #fff;
    display: flex;
}
.ml-icon {
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ml-icon.success {
    color: #25A759;
}
.ml-text {
    padding: 0 20px;
    width: calc(100% - 107px);
    font-size: 16px;
    font-weight: 700;
}
.ml-info  {
    width: 83px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
.ml-info span {
    display: block;
}
.menuLateralFooter {
    margin-top: 68px;
    margin-bottom: 68px;
}
.menuLateralFooter .form-group {
    margin: 0 38px;
}
.menuLateralFooter .form-control {
    color: #022242;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 36px;
    height: auto;
}
@media (max-width: 768px) {
    .dLg {
        display: none;
    }
    .dSm {
        display: block;
    }
    .rightBoxLogin {
        height: 376px;
        position: relative;
        z-index: 1;
    }
    .rightBoxLogin .textDestaque {
        font-family: Inter;
        font-size: 33px;
        line-height: 36px;
        bottom: 63px;
    }
    .rightBoxLogin .textDestaque span {
        border-bottom: 4px solid #F04F23;
    }
    .colLogin {
        position: relative;
        z-index: 11;
    }
    .loginContent {
        margin-top: -45px;
        padding: 32px;
        border-radius: 16px 16px 0px 0px;
        background: #fff;
        min-height: min-content;
    }
    .loginContent img {
        max-width: 85px;
    }
    .loginContent h1 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 5px;
    }
    .formLoginBox {
        font-size: 14px;
    }
    .loginContent .form-control {
        height: 50px;
        margin-bottom: 5px;
    }
    .tooglePass {
        height: 50px;
    }
    .tooglePass span {
        line-height: 50px;
    }
    .forgotPass a {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        padding: 8px 0;
    }
    .forgotPass a span {
        margin-bottom: 0;
    }
    .btn-login {
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        height: 50px;
        margin-bottom: 10px;
    }
    header {
        height: 72px;
    }
    header .container {
        padding: 15px;
    }
    .btnMenuXs {
        display: block;
    }
    .navbar {
        display: none;
    }
    .userTextBox {
        display: none;
    }
    .userBoxNav {
        width: 36px;
    }
    .userBoxNav .iconBox {
        display: none;
    }
    .userImage {
        width: 36px;
        height: 36px;
    }
    #navBarXs {
        display: block;
        width: 100%;
        z-index: 10;
        position: fixed;
        background-color: #fff;
        padding: 0 15px;
        top: 72px;
        height: 100vh;
        left: -100vw;
        transition: 0.4s all ease-in-out;
    }
    #navBarXs.show {
        left: 0;
    }
    .navbar-nav-xs {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .navbar-nav-xs li, .menuUserBody ul li {
        padding: 25px 0;
        border-bottom: 1px solid #dadada;
    }
    .navbar-nav-xs a, .menuUserBody ul a {
        display: flex;
        text-decoration: none;
        font-size: 16px;
        color: #022242;
        line-height: 32px;
        position: relative;
        width: 100%
    }
    .navbar-nav-xs a .iconspan, .menuUserBody ul a i {
        font-size: 32px;
        color: #004F92;
        margin-right: 25px;
    }
    .menuUserBody ul a i {
        color: #022242;
    }
    .iconright {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 32px;
        color: #004F92;
    }
    .menuUserBody .iconright {
        color: #022242;
    }
    .menuUserBody .logoutLink a i {
        color: #EF5252 !important;
    }
    #menuUsuario {
        width: 100%;
        top: 0;
        position: fixed;
        height: 100vh;
        right: -100vw;
        transition: 0.4s all ease-in-out;
        display: block;
    }
    #menuUsuario.show {
        right: 0;
        border-radius: 0;
    }
    #menuUsuario .userTextBox {
        display: block;
    }
    main {
        margin-top: 72px;
    }
    .bannerWrapper  {
        aspect-ratio: 2.04;
    }
    .textBanner {
        font-size: 12px;
        line-height: 12px;
        padding: 4px 10px;
    }
    .bannerTextBox {
        width: 182px;
        text-align: center;
        left: 15px;
    }
    .bannerTextBox h1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }
    .bannerTextBox h1 i {
        font-size: 22px;
    }
    .spanXS {
        font-size: 22px;
    }
    .btn-busca {
        width: 40px;
        justify-content: center;
    }
    #busca .form-group {
        width: calc(100% - 40px);
    }
    .caquiInner h2 {
        font-size: 24px;
    }
    .caquiInner p {
        font-size: 16px;
    }
    .caquiInner .btn {
        font-size: 16px;
        width: 100%;
    }
    .controls {
        padding: 5px;
    }
    .carouselPadding{
        padding: 0 26px;
        margin-bottom: 30px;
    }
    .cursoText {
        aspect-ratio: 1.5;
    }
    .chartBox {
        padding: 0;
    }
    .bgPage {
        padding: 16px;
    }
    .titlePage h1 {
        font-size: 26px;
    }
    .containerCalendario {
        height: 350px;
    }
    .titleItem {
        font-size: 22px;
    }
    .editorBtn {
        flex-direction: column;
    }
    .boxBtnUteis {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #cursoItens .btn, #cursoItens .form-group {
        justify-content: center;
        display: flex;
    }
    #enviarMsg {
        margin: auto;
    }
    .mbXs1 {
        margin-bottom: 1rem;
    }
    .imgTableProg {
        width: 110px;
    }
    div.dt-container .dt-paging nav {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    #bibliotecaTable tbody {
        display: block;
    }
    #bibliotecaTable.dataTable > tbody > tr {
        background-color: transparent;
        width: 100%;
        float: left;
        margin-bottom: 1rem;
    }
    #cursoItens .btn.btnDirections {
        width: 48%;
        font-size: 12px;
        line-height: 24px;
    }
    .btnsCursoBox .btn-success {
        width: 100%;
    }
}

