/* importing google fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    text-align: center!important;
}
img, svg {
    vertical-align: middle;


}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}
@media only screen and (max-width: 600px) {
    .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    background: #10164866!important;
}
    .card {
        position: relative;
        background-image: url(../img/bg01-movil.jpg)!important;
        background-repeat: no-repeat; 
        background-size: cover; 
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #040a20 !important;
        background-clip: border-box;
        border: 1px solid rgb(255 254 254 / 96%);
        border-radius: 0.25rem;
    }


      .card2 {
        position: relative;
        background-image: url(../img/bg02-movil.jpg)!important;
        background-repeat: no-repeat; 
        background-size: cover;        
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #040a20 !important;
        background-clip: border-box;
        border: 1px solid rgb(255 254 254 / 96%);
        border-radius: 0.25rem;
    }

      .card3 {
        position: relative;
        background-image: url(../img/bg03-movil.jpg)!important;
        background-repeat: no-repeat; 
        background-size: cover; 
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #040a20 !important;
        background-clip: border-box;
        border: 1px solid rgb(255 254 254 / 96%);
        border-radius: 0.25rem;
    }

}
.card-body {
    flex: 1 1 auto;
    padding: 0.1rem 0.1rem!important;
}
.titular {
    font-size: 28.2px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.card {
    position: relative;
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #040a20 !important;
    background-clip: border-box;
    border: 1px solid rgb(255 254 254 / 96%);
    border-radius: 0.25rem
}

.card2 {
    position: relative;
    background-image: url(../img/bg02.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #040a20 !important;
    background-clip: border-box;
    border: 1px solid rgb(255 254 254 / 96%);
    border-radius: 0.25rem
}


.card3 {
    position: relative;
    background-image: url(../img/bg03.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #040a20 !important;
    background-clip: border-box;
    border: 1px solid rgb(255 254 254 / 96%);
    border-radius: 0.25rem
}

}
.intros {
    line-height: 17px;
    font-size: 18px;
    width: 390px;
    margin-bottom: 15px;
}
 
.stroke-4 {
    -webkit-text-stroke: 12px #373d91;
}
h1 {
    -webkit-text-fill-color: white;
}
h1 {
    margin: 0;
    position: relative;
}
h1::before {
    position: absolute;
    -webkit-text-stroke: 0px !important;
    color: red;
    z-index: 10;
}
 
::selection {
    color: #fff;
    background: #007bff;
}
 
 
 
.buttons button.quit {
    display: none;
}
.info_box .info-list .info {
    margin: 5px 0;
    font-size: 17px;
}
.info_box .info-list .info span {
    font-weight: 600;
    color: #007bff;
}
.info_box .buttons {
    height: 60px;
    display: inherit;
    align-items: center;
    text-align: center;
    /* padding: 0 30px; */
}
.info_box .buttons button {
    margin: 0 5px;
    /* height: 40px; */
    /* width: 100px; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    /* cursor: pointer; */
    border: none;
    /* outline: none; */
    /* border-radius: 5px; */
    /* border: 1px solid #007bff; */
    /* transition: all 0.3s ease; */
}
.quiz_box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    /*transform: translate(-50%, -50%) scale(0.9);*/
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.quiz_box header {
    position: relative;
    z-index: 2;
    height: 100px;
    padding: 0 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.quiz_box header .title {
    font-size: 20px;
    font-weight: 600;
}
.quiz_box header .timer {
    color: #004085;
    /*background: #cce5ff;
    border: 1px solid #b8daff;*/
    height: 45px;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 145px;
}
.quiz_box header .timer .time_left_txt {
    font-weight: 400;
    font-size: 17px;
    user-select: none;
}
.quiz_box header .timer .timer_sec {
    font-size: 18px;
    font-weight: 500;
    height: 30px;
    width: 45px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    background: #343a40;
    border: 1px solid #343a40;
    user-select: none;
}
.quiz_box header .time_line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    background: #007bff;
}
section {
    padding: 25px 30px 20px 30px;
    background: #fff;
}
section .que_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5rem;
}
section .option_list {
    padding: 10px 0px;
    display: block;
}
section .option_list .option {
    background: aliceblue;
    border: 1px solid #84c5fe;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .option_list .option:last-child {
    margin-bottom: 0px;
}
section .option_list .option:hover {
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
}
section .option_list .option.correct {
    color: #000000;
    background: #f0f8ff;
    border: 1px solid #aed9ff;
}
section .option_list .option.incorrect {
    color: #000;
    /*
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;*/
    background: aliceblue;
    border: 1px solid #84c5fe;
}
section .option_list .option.disabled {
    pointer-events: none;
}
section .option_list .option .icon {
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
.option_list .option .icon.tick {
    DISPLAY: none;
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}
.option_list .option .icon.cross {
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
    display: none;
}
footer {
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid lightgrey;
}
footer .total_que span {
    display: flex;
    user-select: none;
}
footer .total_que span p {
    font-weight: 500;
    padding: 0 5px;
}
footer .total_que span p:first-child {
    padding-left: 0px;
}
footer button {
    height: 40px;
    padding: 0 13px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #128429;
    background: #128429;
    line-height: 10px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: all 0.3s ease;
}
footer button:hover {
    background: #0263ca;
}
footer button.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.result_box {
    background: #fff;
    border-radius: 5px;
    /*display: flex;
    padding: 25px 30px;
    width: 450px;*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* transform: translate(-50%, -50%) scale(0.9);*/
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.result_box .icon {
    font-size: 100px;
    color: #007bff;
    margin-bottom: 10px;
}
.result_box .complete_text {
    font-size: 20px;
    font-weight: 500;
}
.result_box .score_text span {
    text-align: center;
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
.result_box .score_text span p {
    padding: 0 4px;
    font-weight: 600;
}
.result_box .buttons {
    display: flex;
    margin: 20px 0;
}
.result_box .buttons button {
    /* margin: 0 10px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #007bff;
    transition: all 0.3s ease;*/
}
.buttons button.restart {
    /* color: #fff;    
   background: linear-gradient(to bottom, #18922d 5%, #128429 100%);
    background-color: #128429;*/
}
.buttons button.restart:hover {
    /*background: #0a621c;*/
}
.buttons button.quit {
    /*   color: #007bff;
    background: #fff;*/
}
.buttons button.quit:hover {
    color: #fff;
    background: #007bff;
}
.stroke-4 {
    -webkit-text-stroke: 12px #373d91;
}
h1 {
    -webkit-text-fill-color: white;
}
h1 {
    margin: 0;
    position: relative;
}
h1::before {
    position: absolute;
    -webkit-text-stroke: 0px !important;
    color: red;
    z-index: 10;
}
.stroke-4::before {
    content: "TRIVIA"
}
/*---formulario estilo---*/

.formulario-mundial {
    text-align: left;
    font-weight: bold;
    padding: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input, .form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.form-group button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.form-group button:hover {
    background-color: #45a049;
}
.alwaystop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.alwaystop2 {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 100;
}
.score_text {
    text-align: center;
    display: inline-block;
}
.alert-success {
    color: #000000!important;
    background-color: #45E2E4!important;
    border-color: #45E2E4!important;
}
.alert-dark {
    color: #fff!important;
    background-color: #925BA5!important;
    border-color: #925BA5!important;
}
.alert-info {
    color: #ffffff!important;
    background-color: #5C59A7!important;
    border-color: #5C59A7!important;
}
.alert-primary {
    color: #ffffff!important;
    background-color: #337DEF!important;
    border-color: #337DEF!important;
}