
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container_game {
    width: 100%;
    height: 100vh;
    background: url(../img/fondo.png);
    background-size: 100% 100%;
    background-position: center;

}

.container_game1 {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-position: center;
}

#myForm {
    position: relative;
}


.container {
    max-width: 650px;
    height: 402px;
    width: 420px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    width: 100%;
    height: 300px;
    border: 8px solid rgb(255, 191, 0);
    padding: 0 40px;
    border-radius: 15px;
    background: #ccc;
}

input {
    border: 3px solid rgb(9, 9, 79) !important;
    padding:  10px !important;
    border-radius: 15px !important;

}

label {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
}

.btn_send {
    width: 97%;
    font-size: 2rem;
    font-weight: 800;
    margin: auto;
    background: rgb(255, 191, 0);
    color: rgb(9, 9, 79);
    position: absolute;
    top: 125%;
    padding: 10px 0px;
    border: none;
  
}

.equipo {
    color: red;
    font-weight: 800;
    font-size: 2.5rem;
    font-family: sans-serif;
    position: absolute;
    top: 55%;
    left: 23%;
}

.nombre {
    color: #051b3e;
    font-weight: 800;
    font-size: 1.5rem;
    font-family: sans-serif;
    position: absolute;
    top: 78.5%;
    left: 53%;
}

.quices-content{
    display: flex;
    align-items:center;
    justify-content:center;
}

.quices-content img {
    max-width: 80%;
    max-height: 80%;
}    


    .btn_container {

        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 450px;
        height: 84px;
        position: absolute;
        transform: translate(-50%, -50%);
        right: -10%;
        top: 88%;
    }
    
    
    
    .btn_next {
        width: 200px;
        height: 80px;
        background: url(../img/siguiente.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    
    
    
    .btn_close {
        width: 200px;
        height: 80px;
        background: url(../img/cerrar.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    
    }

    .next {
			
        width: 47%;
        height: 72px;
        position: absolute;
        top: 47%;
        left: 28%;
        transform: translate(-50%, -50%);
        cursor: pointer;

    }


    .btn_container1 {

        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 450px;
        height: 84px;
        position: absolute;
        transform: translate(-50%, -50%);
        right: -10%;
        top: 94%;
    }
    
    
    
    .btn_next1 {
        width: 200px;
        height: 80px;
        background: url(../img/siguiente.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    
    
    
    .btn_close1 {
        width: 200px;
        height: 80px;
        background: url(../img/cerrar.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    
    }

    .next1 {
			
        width: 47%;
        height: 72px;
        position: absolute;
        top: 47%;
        left: 28%;
        transform: translate(-50%, -50%);
        cursor: pointer;

    }