html, body {
    min-height: 100vh;
}

body {
    background-image: url(../images/bg_desktop.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


.status {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    margin: 46px 0 46px 0;
    padding: 5px 0;
    width: 212px;
    height: 39px;
    background-color: #fff;
    float: right;
}

/* ------------------------- SEMAFORO ------------------------- */
.status p {
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
}

.semaforo {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0 0 0 0;
}

.semaforo.verde {
    background-color: #BCD520;
}

.semaforo.rojo {
    background-color: #ff0000;
}

.semaforo.amarillo {
    background-color: yellow;
}
/* ------------------------- SEMAFORO ------------------------- */

/* ------------------------- TOOLBAR ------------------------- */

.toolbar {
    background: #222222;
    width: 100%;
    height: 118px;
    display: flex;
    margin: 30px 0 0 0;
}

.toolbar ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.toolbar ul li {

}

.toolbar ul li a {
    color: #fff;
    
    display: block;
    width: 100px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    margin: 20px 15px 0 15px;
}

.toolbar ul li a i {
   font-size: 34px; 
}

.toolbar ul:last-child {
    margin: 0 0 0 auto;
}
/* ------------------------- TOOLBAR ------------------------- */


/* ------------------------- GENÉRICAS PARA CONTENEDORES ------------------------- */
.contenedor {
    background-color: #fff;
    border-radius: 20px;
}
/* ------------------------- GENÉRICAS PARA CONTENEDORES ------------------------- */

.contenedor-registro {
    width: 787px;
    min-height: auto;
    border-radius: 66px;
    margin: 10px auto;
    text-align: center;
    padding: 45px;
}

.contenedor-registro h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    color: #00539F;
    margin: 30px 0 20px 0;
}

.contenedor-registro h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #00539F;
    margin: 0 0 20px 0;
}

.contenedor-registro .separador {
    width: 100%;
    height: 0px;
    border: 1px solid #B9B9B9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 40px 0;
}

.contenedor-registro .form-label {
    width: 330px;
    height: 39px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #606060;
}

.contenedor-registro button {
    margin: 40px 0 0 0;
    justify-content: center;
    align-items: center;
    width: 273px;
    height: 70px;
    background: #00539F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    border: 0;
}

/* ------------------------- CONTENEDOR MODO DE JUEGO ------------------------- */

.contenedor-modo {
    width: 817px;
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 150px auto;
    padding: 25px;
}

.contenedor-modo h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: auto;
    align-items: center;
    text-align: center;
    color: #003875;
}

.contenedor-modo .botonera {
    text-align: center;
    padding: 30px 0;
}

.contenedor-modo .botonera a {
    text-decoration: none;
}

.contenedor-modo .botonera a.single {
    margin: 0 23px 0 0;
}

.contenedor-modo .botonera a.multi {
    margin: 0 0 0 23px;
}

/* ------------------------- CONTENEDOR QR SINGLE/MULTI ------------------------- */

.contenedor-qr {
    width: 100%;
    height: 710px;
    border-radius: 20px;
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contenedor-slide {
    width: 100%;
    height: 710px;
    border-radius: 20px;
}

.contenedor-avatar {
    width: 685px;
    height: 628px;
    border-radius: 50px;
    margin: 30px auto;
    padding: 36px;
}

.contenedor-avatar h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    color: #2F4A8A;
}

.contenedor-avatar h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #231F20;
    padding: 40px 0 15px 0;
}

#carouselExample {
    width: 206px;
    height: 206px;
    margin: 0 auto;
}

.contenedor-avatar .form-nickname {
    width: 450px;
    margin: 15px auto;
}

.contenedor-avatar .form-nickname label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #231F20;
    padding: 0 0 15px 0;
}

.contenedor-avatar .form-nickname input {
    width: 100%;
    height: 56px;
    border-radius: 30px;
    border: 1px solid #858484;
    line-height: 56px;
    padding: 0 30px;
}

.contenedor-avatar .form-nickname button {
    width: 184px;
    height: 54px;
    background: #009AA3;
    border-radius: 30px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 20px auto;
    border: 0;
    display: block;
}

.contenedor-espera {
    width: 685px;
    height: 628px;
    border-radius: 50px;
    margin: 30px auto;
    padding: 36px;
}

.contenedor-espera h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    color: #231F20;
    padding: 75px 0 0 0;
}

.contenedor-espera img {
    display: block;
    width: 206px;
    height: 206px;
    margin: 15px auto;
}

.contenedor-espera p.tip {
    width: 552px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #231F20;
    border-bottom: 2px solid #009AA3;
    margin: 30px auto 15px auto;
}

.contenedor-espera p.tip_content {
    width: 552px;
    height: 120px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

#slide_1, #slide_2, #slide_3, #slide_4, #slide_5, #slide_6 {
    width: 100%;
    height: auto;
}

#slide_1 img, #slide_2 img, #slide_3 img, #slide_4 img, #slide_5 img, #slide_6 img {
    width: 100%;
}

#slide_4 {
    border-radius: 0;
    background: transparent;
}

#slide_5 {
    border-radius: 0;
    background: linear-gradient(180deg, #2570B5 0%, #154069 68.75%, #0D2A46 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    padding: 0 50px;
}

.contenedor-slide-pregunta {
    padding: 45px 45px 45px 0;
}

.contenedor-slide-pregunta img {
    width: 100%;
    margin: 0 0 0 0;
}

.contenedor-slide-pregunta h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #024C74;
}

.contenedor-slide-pregunta p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    padding: 20px 0;
}

.contenedor-slide-pregunta ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

.contenedor-slide-pregunta ul li {
    display: block;
    height: 115px;
    background-color: #003875;
    border-radius: 30px;
    margin: 0 0 30px 0;
}

.contenedor-slide-pregunta ul li a {
    display: flex;
    width: 100%;
    height: 100%; 
    flex-flow: row;
    align-items: center;
    text-decoration: none;
}

.contenedor-slide-pregunta ul li a div:first-child {
    width: 90px;
    text-align: right;
    color: #fff;
    flex: 0 0 15%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 18px;
}

.contenedor-slide-pregunta ul li a div:last-child {
    text-align: left;
    color: #fff;
    flex: 0 0 79%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 0 15px 0 10px;
}

.contenedor-slide-pregunta ul li a div:last-child span {
    color: #08BED0;
    font-weight: bold;
    font-style: italic;
}

.contenedor-slide-pregunta .cronometro {
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contenedor-slide-pregunta .cronometro p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    align-items: center;
    text-align: center;
    color: #000;
    border: 0;
    margin: 0;
    padding: 0;
}

.contenedor-slide-pregunta ul li.correcta {
    display: block;
    height: 115px;
    background-color: #63BCFF;
    border-radius: 30px;
    margin: 0 0 15px 0;
}

.contenedor-slide-pregunta ul li.correcta span {
    text-decoration: underline;
}

.contenedor-slide-pregunta ul li.incorrecta {
    display: block;
    height: 115px;
    background-color: #FD1B1B;
    border-radius: 30px;
    margin: 0 0 15px 0;
}


.contenedor-slide-pregunta ul li.correcta a {
    display: flex;
    width: 100%;
    height: 100%; 
    flex-flow: row;
    align-items: center;
    text-decoration: none;
}

.contenedor-slide-pregunta ul li.correcta a div:first-child {
    width: 90px;
    text-align: right;
    color: #003875;
    flex: 0 0 15%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 18px;
}

.contenedor-slide-pregunta ul li.correcta a div:last-child {
    text-align: left;
    color: #003875;
    flex: 0 0 85%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding: 0 15px 0 10px;
}

.contenedor-slide-pregunta ul li.correcta a div:last-child span {
    color: #003875;
    text-decoration: underline;
}

.contenedor-slide-fin {
    min-height: 600px;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor-slide-fin h1 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
}

.contenedor_espera_tablet {
    min-height: auto;
    height: auto;
}

.contenedor_espera_tablet img {
    width: 100%;
}