@font-face {
    font-family: apercu-black;
    src: url(../fonts/apercu_movistar_plus-black.otf);
}

@font-face {
    font-family: apercu-regular;
    src: url(../fonts/apercu_movistar_plus-regular.otf);
}

body{
    /* padding: 20px 0px; */
    /* margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: white;
    color: white;
    height: 100vh; */
    /* transition: background-image 1s ease-in-out; */

    /* transition: background-image 1s ease-in-out; */
    font-family: Arial, sans-serif;
    display: flex;
    margin: 0;
    /* padding-top: 20%; */
    /* background: url('../images/bg.jpg') no-repeat center center fixed; */
    background-color: #0B2526;
    /* background-image: url('../images/bg-golf.jpg'); */
    background-image: url('../images/bg-principal.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transform: scale(1);
    transform-origin: 0 0;
    width: 100vw;
    color: white;
    font-family: apercu-regular;
    /* transition: background 0.1s ease-in-out; */
}

.new-background-color{
    /* background: url('../images/bg-resultado.jpg') no-repeat center center fixed; */
    background-image: none;
    background-color: #01c184;
} 

.new-background-golf{

    background-image: url('../images/bg-golf.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-americano{

    background-image: url('../images/bg-americano.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-basket{

    background-image: url('../images/bg-basket.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-indicar{

    background-image: url('../images/bg-indicar.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-rugby{

    background-image: url('../images/bg-rugby.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-tenis{

    background-image: url('../images/bg-tenis.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-waterpolo{
    
    background-image: url('../images/bg-waterpolo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-ufc{
    
    background-image: url('../images/bg-ufc.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-background-futbol{
    
    background-image: url('../images/bg-futbol.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.new-background-nhl{
    
    background-image: url('../images/bg-nhl.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.quizz-background {
    background: url('../images/cover.jpg') no-repeat center center fixed;
    transition: background-image 1s ease-in-out;
}

.new-background-black{

    background-image: url('../images/bg-principal.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



p{
    font-size: 25px;
}

.main-container{
    margin: 0 auto;
    /* padding: 20px 0px; */
    /* border-radius: 50px;
    margin-bottom: 30%; */
    width: 100%;
}

.cover{
    text-align: center;
    display: grid;
    justify-items: center;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    width: 1500px;
}

.cover p{
    font-size: 140px;
    line-height: 140px;
}

.cover p span{
    font-family: apercu-black;
}


.question-block .questions-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1600px;
    margin: 0 auto;
}

.quizz{
    padding: 20px 30px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    width: 100%;
    background-color: #019bf4;
    font-size: 127px;
    color: white;
    border-radius: 15px;
    font-family: apercu-black;
    border: 1px solid #019bf4;
}

.quizz:hover{
    background-color: white;
    font-size: 127px;
    color: #019bf4;
    border: 1px solid #019bf4;
}

.quizz:active{
    background-color: white;
    font-size: 127px;
    color: #019bf4;
    border: 1px solid #019bf4;
}

.new-quizz{
    padding: 20px 30px;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    width: 100%;
    background-color: black;
    font-size: 127px;
    color: white;
    border-radius: 15px;
    font-family: apercu-black;
    border: 1px solid black;
    margin-top: 100px;
}

.new-quizz:hover{
    background-color: white;
    font-size: 127px;
    color: #019bf4;
    border: 1px solid #019bf4;
}

.new-quizz:active{
    background-color: white;
    font-size: 127px;
    color: #019bf4;
    border: 1px solid #019bf4;
}

.question-image{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.question-block {
    /* padding-top: 20%; */
}


.question-block p{
    font-size: 130px;
    font-family: apercu-black;
    margin-bottom: 120px;
    margin-top: 80px;
}

.question-block button{
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 26px;
    padding: 20px 50px;
    border: 1px solid white;
    border-radius: 15px;
    font-family: apercu-regular;
    font-size: 64px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    align-items: center;
    height: 200px;
    text-align: left;
}

.question-block button:hover{
    background-color: #019bf4;
}

.question-block button:active{
    background-color: #019bf4;
}

.option-label {
    margin-right: 50px;
    font-weight: bold;
}

.question-text {
    flex: 1;
}

/* #result{
    display: flex;
    width: 100%;
    flex-direction: column;
} */

#character-image{
    width: 100%;
    height: auto;
}

#result{
    /* padding-top: 20%; */
}

.result-wrapper{
    max-width: 1500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto;
}

#result h2{
    font-size: 170px;
    font-family: apercu-black;
    margin-bottom: 40px;
}

#result .result-wrapper p{
    font-size: 70px;
    font-family: apercu-regular;
    margin:0px!important;
}

.results-div{
    max-width: 1500px;
    margin: 0 auto;
}

.hide{
    display: none;
}

button.answer.correct {
    background-color: #01da95;
    color: white;
    transition: background-color 0.3s ease;
}

button.answer.incorrect {
    background-color: #d90142;
    color: white;
    transition: background-color 0.3s ease;
}

.faldon-div{
    display: none;
    position: absolute;
    bottom: 0px;
    z-index: 999;
}

.faldon-div img{
    width: 100%;
    height: auto;
}

.gradient-bottom-dark {
    position: relative; 
    overflow: hidden; 
}

.gradient-bottom-dark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1; 
    pointer-events: none;
}


#titulo-result{
    font-family: apercu-black;
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 85px;
}

.totem-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.totem-video-horizontal {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    object-fit: cover;
    background: black;
}