/* {
    padding: 0;
    margin: 0;
    font-family: 'Exo', sans-serif;
    box-sizing: border-box;
}

body {
    display: grid;
    place-items: center;
    background: #d4e0ee;
}

.inicio {
    display: grid;
    justify-content: center;
    align-content: center;
}


.inicio a {
    color: #24C96E;
    text-decoration: none;
}

.inicio button {
    padding: auto;
    text-align: center;
    padding: 10px 54px;
    color: #24C96E;
    background: #e7f1fa;
    font-size: 23px;
    font-weight: 700;
    border-radius: 30px 10px;
    border: 1px solid #b0c4d8;
    cursor: pointer;
}

.inicio button:hover {
    border: 1px solid #24C96E;
}

.quiz {
    /*    display: block;*/
/*width: 100%;
    padding: 20px;
    color: #525961;
    background: #e7f1fa;
    border-radius: 30px 10px;
    border: 1px solid #b0c4d8;
}

.quiz p {
    font-size: 30px;
}

.quiz input[type='submit'] {

    padding: 10px 24px;
    border: none;
    outline: none;
    background: #24C96E;
    color: #ffffff;
    position: absolute;
    border: 1px solid #b0c4d8;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;

}

.quiz input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #b0c4d8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


.quiz input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #24C96E;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


.quiz_header {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: #fafafc;
    border-radius: 30px 0;
}

.quiz_header h5 {
    font-size: 28px;
    color: #ffffff;
}

.quiz_header .title_header {
    background: #24C96E;
    padding: 10px 24px;
    color: #e7f1fa;
    border: 1px solid #b0c4d8;
    font-size: 18px;
    border-radius: 20px 5px;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 10px;
}

.quiz_header .header_img {
    margin-left: 40px;
}

.result {
    text-align: center;
    padding: 20px;
    color: #525961;
    background: #e7f1fa;
    border-radius: 30px 10px;
    border: 1px solid #b0c4d8;
}

#answersSection {

    margin-top: 80px;
    z-index: 100;
    text-align: center;
}

.result .result_btn {
    margin-top: 100px;

}

.result_btn a {
    text-decoration: none;
    color: #ffffff;
}

.result_btn button {
    padding: 10px 24px;
    border: none;
    outline: none;
    background: #24C96E;
    border: 1px solid #b0c4d8;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 24px;
}

.result .score_desc {
    margin-top: 20px;
}




/*.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
}*/
/*



.centeralizar-conteudo-card {
    text-align: center;
}

.quiz b {
    font-weight: 400;
}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@600;700&family=Roboto:ital,wght@0,400;0,700;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    font-family: 'Roboto';
}


.quiz_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;

}

.quiz_header .title_header {
    background: #24c96e;
    padding: 10px 24px;
    color: #ffffff;
    border: 1px solid #b0c4d8;
    font-size: 18px;
    border-radius: 20px 5px;
}

.title_header a{
text-decoration: none;
color: #525961;
}

.title_header a:hover{
    text-decoration: none;
    color: #525961;
    }
.quiz {
    padding: 20px;
    color: #525961;
    background: #e7f1fa85;
    border-radius: 30px 10px;
    border: 1px solid #b0c4d82c;
}

.quiz input[type='submit'] {

    padding: 10px 24px;
    border: none;
    outline: none;
    background: #24C96E;
    color: #ffffff;
    border: 1px solid #b0c4d8;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;

}

.bg_white{
    background-color: #ffffff;
}

.quiz input[type='radio'] {
  color: #000000;
}

.quiz input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #24C96E;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.section_padding {
    padding: 60px 0px 20px;
}

.inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
min-height: 625px;}

.inicio a {
    color: #24C96E;
    text-decoration: none;
}

.inicio a:hover {
    color: #24C96E;
    text-decoration: none;
}

.inicio .start_quiz {
    padding: auto;
    text-align: center;
    padding: 10px 54px;
    color: #24C96E;
    background: #e7f1fa;
    font-size: 23px;
    font-weight: 700;
    border-radius: 30px 10px;
    border: 1px solid #b0c4d8;
    cursor: pointer;
}

.inicio .start_quiz:hover {
    border: 1px solid #24C96E;
}


.result {
    display: flex;
    flex-direction: column;
}
.score_details{
    display: flex;
    flex-direction: column;
}
.score{
    display: flex;
    flex-direction: row;
}

.result .result_btn {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 100px;
}

.result .result_btn_alt{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 100px;
}
.res-text-color{
    color: #000000;
}

.res-text-shadow{
    text-shadow: 5px 5px 10px #dfd8d8, 5px 5px 10px #dfd8d8 ;
}

.res-text-shadow2{
    text-shadow: 3px 3px 6px #24C96E;
}

.result_btn a {
    text-decoration: none;
    color: #ffffff;
}

.result_btn a:hover {
    text-decoration: none;
    color: #ffffff;
}

.result_btn #quit {
    padding: 10px 24px;
    border: none;
    outline: none;
    background: #e06c6c;
    border: 1px solid #ffffff;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 24px;
}

.logout {
    padding: 10px 24px;
    border: none;
    outline: none;
    background: #e06c6c;
    border: 1px solid #ffffff;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 24px;
}

.logout a {
    text-decoration: none;
    color: #ffffff;
}

.logout a:hover{
    text-decoration: none;
    color: #ffffff;
}
.result_btn #startAgain {
    padding: 10px 24px;
    border: none;
    outline: none;
    background:#24C96E;
    border: 1px solid #ffffff;
    border-radius: 20px 5px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 24px;
}

.result .score_desc {
    margin-top: 20px;
}


.centeralizar-conteudo-card {
    text-align: center;
}

.footer{
    padding: 20px;
    color: #525961;
   
}

.footer .copyright{
    text-align: center;
}

.cop-res{
    margin-top: 100px;
}

#answersSection {

    text-align: center;
}

.quiz{
    display: flex;
    flex-direction: column;
}

.ini-sec{
    background-image: url("../fundo.png");
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-position: center; /* Center the image */


 

}

.perguntaa{
    color: rgb(5, 5, 5);
font-weight: bolder;}

.opcao{
    color: black;
    font-weight: 500;
}

.classe{
    color: #683d05;
    font-weight: bolder;
}

#total_correct{
    color: #000000;
}

/*
.quiz-bg{
    background-image: url("../pngwing1.png");
    background-repeat: no-repeat;
}*/

.res-bg{
    background-image: url("../fundo.png");
    background-repeat: no-repeat;
    background-color: #cccccc;
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
}

.quiz-bg{
    background-image: url("../pngwing9.png");
    background-repeat: no-repeat;
    background-color: #cccccc;
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
}

.float_text{
    transform: translateY(0);
    animation: f11 3s infinite linear;
}

.float_text::before{
    content: attr(data-text);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
    animation: f12 3s infinite linear;
}

.pag-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}



@keyframes f11 {
    30%{
        transform: translateY(10%) rotate(4deg);
    }
    70%{
        transform: translateY(10%) rotate(-4deg);

    }
    
}

@keyframes f12 {
    30%{
        transform: polygon(0 0, 100% 0, 100% 24%, 0 56%);

    }
    70%{
        transform: polygon(0 0, 100% 0, 100% 56%, 0 24%);

    }
    
}



.mgn1{
    margin-top: 30px;
}


.mgn2{
    margin-top: 5px;
}

.ta{
    text-align: start;
}

.num_pont{
    font-size: 30px;
}

@media only screen and (min-width: 600px) {
    .quiz{
        display: flex;
        flex-direction: column;
    }
}