.content {
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: hidden;
}

.menu-content {
    background-color: #444444; 
    height: 100%;
    min-width: 220px;
    max-width: 220px;
    color: #fff;
    z-index: 10000;
    padding-bottom: 60px;
}

.title-menu {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-menu-img {
    width: 20px;
    margin-right: 5px;
    height: 17px;
}

.menu-container-button-home {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-content-category-item {
    width: 20px;
}

.header-text-user {
    color: #fff;
    margin-right: 1.3rem;
    font-size: 14px;
}

.header-text-date, .header-text-name {
    color: #fff;
}

.panel-menu {
    display: inline;
}

#content-right {
    width: 100%;
    /* background-image: url('/static/novocurso/assets/fondo-home.jpeg'); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 0 0 4%;
}

#content-home {
    width: 100%;
    min-height: 650px;
    height: 100%;
    box-sizing: border-box;
}

.menu-content-category {
    margin: 20px 10px;    
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-content-quiz {
    margin: 20px 10px;    
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 10px;
    display: flex;
    align-items: center;
}

.menu-content-certificated {
    margin: 20px 10px;    
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 10px;
    display: flex;
    align-items: center;
}

.menu-content-certificated-inactive {
    margin: 20px 10px;    
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    opacity: 0.5;
}

.menu-content-category-active {
    background-color: #71716E !important;
}    

.menu-content-home {
    background-color: #71716E;
    margin: 30px 10px 30px 10px;   
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-content-home-inactive {
    background-color:#71716E!important;
}

.menu-content-category-arrow {
    width: 10px;
}

.category-inactive {
    background-color:#000000!important;
    opacity: 0.5;
}

.menu-content-div {
    display: flex;
    color: #444444;
    cursor: pointer;
    background-color: #71716E;
    padding: 5px 10px 5px 45px;
    font-size: 14px;
    line-height: 1.3;
}

.menu-content-div-quiz{
    color: #c7c8c9;
    background-color: #71716E;
    cursor: pointer;
    padding: 15px 10px 30px 43px;
    font-size: 14px;
} 

.active {
    color: #fff !important;
}

.checked {
    font-weight: bold;
    color: #409c35";
}

.home-title h1 {
    color: #444444;
    position: relative;
    z-index: 2;
}

.home-progress {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    margin-right: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.home-message {
    background-color: #ffcc02;
    color: #71716E;
    border-radius: 40px;
    padding: 10px 25px;
    max-width: 750px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.progress-container, .progress-mainl {
    padding: 0.01em 16px;
    min-width: 70px;
}

.progress-container-color, .progress-container-color:hover {
    color: #fff!important;
    background-color: #ffcc02!important;
}

.home-cards {
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
    max-width: 720px;
}

.home-card-item{
    width: 200px;
    height: 200px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.card-img {
    text-align: center;
}

.card-img img {
    width: 70px;
}

.card-text {
    color: #011965;
    font-size: 20px;
    width: 70%;
    font-weight: bold;
    margin-top: 6px;
    line-height: 1.3;
    text-align: center;
}

.card-text-inactive {
    color: #d1d3d4;
    font-size: 20px;
    width: 70%;
    font-weight: bold;
    margin-top: 6px;
    line-height: 1.3;
}

.home-progress-text {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.home-progress-runing, .home-progress-meta {
    width: 20px;
    margin-right: 10px;
}

.title-slider {
    background-color: #444444;
    width: 80%;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    z-index: 10;
}

/* .link-download {
    color: blue;
    cursor: pointer;
    display: contents;
} */

.card-text-active {
    color: #ffcc02;
}

.card-active {
    border: solid 2px #ffcc02;
}

.home-card-item {
    cursor: pointer;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-card-item:hover {
    opacity: 0.9;
}

.home-novo {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.home-doctor-img {
    width: 450px;
}

.home-novo-img {
    width: 160px;
    margin-bottom: 75px;
    opacity: 0.2;
}

.line-white {
    width: 30px;
    margin: 0px 15px 0 -45px;
}

.card-title-img {
    width: 20px;
}

.card-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
}

.card-indicator-text {
    font-size: 12px;
    color: #fff;
}

#sliderContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

#titleSlider .line-white {
    display: none;
}

#imgContent {
    border-radius: 10px;
}

.title-category {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

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

.title-slider-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-ico {
    width: 27px;
    height: 27px !important;
    color: #444444;
    background-color: #fff;
    padding: 8px 9px;
    border-radius: 30px;
    font-size: 13px;
}

#topicName {
    width: 100%;
}

.footer-content-slider {
    position: absolute;
    bottom: 3%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 120px 0 0px;
    z-index: 1;
}

.footer-content-slider-text {
    opacity: 0.05;
    font-size: 80px;
    letter-spacing: 4px;
    margin-left: 60px;
}

.footer-content-slider-logo {
    width: 100px;
    margin-bottom: 20px;
}

.container-quiz-result h3 {
    margin: 50px 0;
}

#itemMenuQuiz {
    margin-top: 10px;
}

.menu-content-certificated-text {
    margin-left: 20px;
}

.copy-container {
    background-color: #fff;
    color: #005bd2;
    position: absolute;
    z-index: 10;
    padding: 5px;
    border-radius: 10px;
    font-size: 10px;
    bottom: 0;
    right: 0;
    margin: 0 2.5% 5px;
    opacity: 0.8;
}

.copy-container-text {
    text-align: justify;
    padding: 0px 10px;
}

/* .loading{
    width: 500px !important;
    height: 500px !important;
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/b/b9/Youtube_loading_symbol_1_(wobbly).gif') center center no-repeat;
} */