.body {
    font-family: Arial, Helvetica, sans-serif; 
}

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden; 
}

.content-main {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.menu-button-img {
    width: 18px;
    height: 18px;
}

.menu-logo-a {
    width: 150px !important;

}

.menu-logo-img {
    width: 50px;
}

.menu-info-img {
    width: 90px;
    margin-left: 1.3rem;
}

.menu-logo-welcome {
    border: solid 2px #d1d3d4;
    border-radius: 30px;
    padding: 6px 10px;
    margin-right: 0.5rem;
}

.menu-logo-welcome-img {
    width: 20px;
}

.header-text-date {
    font-weight: bold;
}

.header-close-sesion-img {
    width: 12px;
    margin-top: -4px;
}

.header {
    background-color: #717171; 
    font-size: 16px;
    color: #fff;
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    z-index: 100000;
    /* border-bottom: 1px solid black; */
}

.login, .register {
    height: 92vh;
}

.button-login {
    background-color: #ffcc02; 
    color: #444444; 
    border-radius: 30px;
    font-size: 12px;
    padding: 8px 25px;
}

.btn-outline-primary:hover {
    background-color: #ffcc02; 
    color: #020202;
    border-color: #ffcc02;
}

.btn-outline-primary {
    border-color: #32485c;
}

.header-left {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header-right-panel {
    height: 100%;
    padding: 0 1rem 0 1rem;    
    background-color: #444444;
    border-radius: 60px 0 0 60px;
    display: flex;
    align-items: center;
}

.menu-button:hover {
    cursor: pointer;
    transform:scale(1.1);
    transition: 0.2s;
}

.form-register {
    background-color: rgb(228 228 228);
    width: 80%;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.label-forms {
    color: #444444;
    font-size: 12px;
    padding: 5px 0;
}

.label-forms span {
    color:#d55452;
}

input {
    border-radius: 10px;
    width: 100%;
    background: #fff;
    opacity: 0.7;
    border: 0;
    outline: 0;
    height: 40px;
    font-weight: 14px;
}

input:focus {
    outline: none;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 50%);
}

@media(max-width:1700px) {
    .footer-content-slider{
        bottom: 5% !important;
    }
}

@media(max-width:920px) {
    #content-right {
        padding: 50px !important;
    }

    .footer-content-slider {
        bottom: 7% !important;
        padding: 0px 30px !important;
        width: 100% !important;
    }

    .copy-container {
        width: 95% !important;
        position: relative !important;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        display: none !important;
    }

    .content {
        height: 100% !important;
    }

    .header {
        position: fixed;
    }

    .menu-content {
        position: absolute;
        padding-top: 60px;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 100%;
        z-index: 100;
        display: none;
    }

    .home-novo, .title-ico, .title-slider-div{
        display: none !important;
    }

    .header {
        font-size: 14px;
    }

    .home-cards {
        justify-content: center !important;
        width: 100% !important;
    }

    .home-message {
        font-size: 14px !important;
        width: 100% !important;
    }

    /* #content-home {
        padding: 50px !important;
    } */

    .home-progress {
        margin-right: 0px !important;
    }

    .title-slider-full {
        justify-content: center !important;
    }

    .title-category, .title-topic {
        font-size: 14px !important;
    }

    /* #content-home {
        overflow: scroll !important;
    } */

    #sliderContainer {
        margin-top: 20px !important;
        height: auto !important;
        /* height: -moz-calc(100% - 120px - 5%);
        height: -webkit-calc(100% - 120px - 5%);
        height: calc(100% - 120px - 5%); */
    }

    #content-right {
        margin-top: 60px;
    }

    .quiz-container {
        width: 100% !important;
        font-size: 12px;
    }

    /* .quiz-options{
        height: 65% !important;
    } */

    /* .container-buttons {
        height: 20% !important;
        margin-bottom: 10px !important;
    } */
}

@media(max-width:820px) {
    /* .header-right-panel {
        padding: 0 10px 0 40px;
    }

    .header-left {
        margin-left: 10px;
    } */
}

@media(max-width:730px) {
    .menu-info, .menu-logo-welcome {
        display: none;
    }

    .footerContentSlider {
        display: none;
    }

    .home-message {
        margin-top: 30px !important;
    }
}

@media(max-width:600px) {
    #content-right {
        padding: 20px !important;
    }

    .header {
        font-size: 0.7rem;
    }

    .header-left {
        margin-left: 10px;
    }

    .header-right-panel {
        background-color: #444444;
        padding: 0;
        margin-right: 10px;
    }

    .header-text-user {
        font-size: 12px !important;
    }

    .header-right-panel {
        border-radius: 0;
        margin-left: 10px;
    }

    .button-login {
        border-radius: 30px;
        font-size: 11px;
        padding: 3px 10px;
    }

    .home-progress-text {
        font-size: 12px;
    }

    .home-title h1 {
        font-size: 24px;
        margin: 20px 5px;
    }

    .home-message {
        font-size: 12px !important;
        width: 100% !important;
    }

    /* #content-home {
        padding: 20px !important;
    } */

    .home-cards {
        margin: 0 !important;
    }

    .title-category, .title-topic {
        font-size: 10px !important;
    }

    .title-slider {
        line-height: 1;
    }

    .quiz-name {
        font-size: 16px !important;
        font-weight: bold;
    }

    #footerContentSlider {
        display: none;
    }

    #buttonShowQuiz {
        
    }

    .quiz-options {
        padding-left: 0px !important;
    }

    .text-pagination {
        margin-left: 5% !important;
    }

    /* #content-home, #content-right {
        height: auto !important;
    } */
    /* #content-home {
        height: auto !important;
    } */
}

@media(max-width:410px) {
    .header-text-date {
        display: none !important;
    }

}

@media(max-width:380px) {
    .header {
        font-size: 0.7rem;
        height: 60px;
    }

    .menu-logo-a {
        width: 40px;
        margin-left: 10px;
    }

    .menu-logo-img {
        width: 40px;
    }

    .button-login {
        font-size: 0.7rem;
        margin-left: 5px;
    }

    .header-text-date {
        display: none !important;
    }

    .header-text-user {
        margin-right: 0 !important;
        font-size: 11px !important;
    }

    .header-right-panel {
        background-color: #444444;
        padding: 0;
        margin-right: 3px;
    }

    .button-login {
        font-size: 0.6rem;
        margin: 0 0 0 5px;
    }

    .text-pagination {
        margin-left: 2% !important;
    }

    .button-question {
        font-size: 12px !important;
    }
}

@media(max-width:300px) {
    .text-pagination {
        display: none !important;
    }
}