﻿@font-face {
    font-family: 'hello_headline_regular';
    src: url('../fonts/hello-headline-w00-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'tommy_soft_extrabold';
    src: url('../fonts/made-tommy-soft-extrabold.otf') format('opentype');
}
@font-face {
    font-family: 'tommy_soft_medium';
    src: url('../fonts/made-tommy-soft-medium.otf') format('opentype');
}
@font-face {
    font-family: 'tommy_soft_regular';
    src: url('../fonts/made-tommy-soft-regular.otf') format('opentype');
}
@font-face {
    font-family: 'montserrat_light';
    src: url('../fonts/montserrat-light.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat-light.otf') format('opentype');
}
@font-face {
    font-family: 'woodfordbournepro_bold';
    src: url('../fonts/woodfordbournepro-bold.otf') format('opentype');
}
@font-face {
    font-family: 'woodfordbournepro_thin';
    src: url('../fonts/woodfordbournepro-thin.otf') format('opentype');
}

#wrapper {
    min-height: 100vh;
    max-height: 100vh;
    position: relative;
}
body,html {
    background: #FFB243;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

/* INICIO LOGIN */

img.bg_login {
    object-fit: cover;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.interface.login {
    width: 100%;
    justify-content: space-between;
}
.interface.login img {
    max-height: 8vh;
    object-fit: contain;
}
.nubes {
    width: 100%;
    -webkit-animation-name: nubes; /*Nombre de animacion*/
    -webkit-animation-duration: 120s; /*duracion de la animacion*/
    -webkit-animation-timing-function: lineal; /*funcion de la animación*/
    -webkit-animation-iteration-count: infinite; /*repeticiones de la animación*/
    -moz-animation-name: nubes;
    -moz-animation-duration: 120s;
    -moz-animation-timing-function: lineal;
    -moz-animation-iteration-count: infinite;
    animation-name: nubes;
    animation-duration: 120s;
    animation-timing-function: lineal;
    animation-iteration-count: infinite;
    position: absolute;
    top: 5vw;
    object-fit: contain;
    height: 14vw;
}
.form_login {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50vh;
    margin: auto;
    width: 20%;
    height: 34%;
    text-align: center;
    background: url('../Content/img/login_letrero.png') transparent no-repeat bottom;
    background-size: contain;
}
    .form_login form {
        position: absolute;
        bottom: 5%;
        padding: 10%;
        width: 100%;
    }
    .form_login input.form-control {
        background: #F2F2F2;
        border: none;
        text-align: center;
        font-size: 3vh;
        color: #565656;
        font-family: 'tommy_soft_extrabold';
        border-radius: 25px;
        height: 5vh;
        box-shadow: none !important;
    }
    .form_login .form-group {
        position: relative;
        margin-bottom: 5%;
    }
        .form_login .form-group img {
            position: absolute;
            left: 0;
            max-width: 16%;
            max-height: 100%;
            top: 0;
            bottom: 0;
            width: 100%;
            object-fit: contain;
            margin: auto;
        }
    .form_login ::-webkit-input-placeholder {
        color: #565656;
    }
    .form_login :-ms-input-placeholder {
        color: #565656;
    }
    .form_login::placeholder {
        color: #565656;
    }
    .form_login .btn-primary { 
        min-width: auto !important;
        width: 100%;
        border-radius: 10px;
        /* height: 46px; */
        font-size: 3vh;
    }
    .btn-primary {
        font-size: 4vh;
        font-family: 'hello_headline_regular';
        color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent !important;
    }
    .btn-primary.yellow {
        background: url('../Content/img/btn_yellow.png') no-repeat transparent center;
        color: #723B00;
        text-transform: uppercase;
        background-size: contain;
        min-width: 160px;
        padding: 3%;
    }
.login_tienda {
    background: url('../Content/img/tienda_login.png') transparent no-repeat center top;
    position: absolute;
    z-index: 3;
    bottom: 19vh;
    width: 100%;
    /* height: 33vh; */
    height: 34%;
    background-size: cover;
}

#piso {
    background: url('../Content/img/piso_login.png') transparent;
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    height: 20vh;
    background-size: contain;
}

.login_animation {
    bottom: 20vh;
    position: absolute;
    z-index: 5;
    display: flex;
    left: 0;
    width: 100%;
}
#block1 {
    position: absolute;
    bottom: 35vh;
    text-align: center;
    left: 16%;
    max-width: 8vw;
    min-width: 8vw;
    min-height: 26vh;
}
#block1 .svg {
    width: 50%;
    height: 50%;
    animation: jump 1s infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#block1 .block {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#block2 {
    position: absolute;
    bottom: 22vh;
    right: 14%;
    text-align: center;
    min-width: 8vw;
    max-width: 8vw;
}
#block2 .svg {
    width: 50%;
    height: 50%;
    animation: shrink 1s infinite;
}
#block2 .block {
    display: block;
    position: absolute;
    bottom: 18vh;
    width: 100%;
}
#lg-naranjito {
    width: 10%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 14%;
}
#lg-naranjita {
    width: 8%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 28%;
}
#lg-estudioso {
    width: 10%;
    height: auto;
    position: absolute;
    right: 12%;
    bottom: 0;
}
#lg-naranjito .shine,
#lg-estudioso .shine {
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
#lg-naranjita [data-name="cabeza"] {
    animation-name: naranjita_cabeza;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#lg-naranjita [data-name="brazo"] {
    animation-name: mover_martillo;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/* FIN LOGIN */

/* INICIO ELEGIR PERSONAJE */
.bg_select_person {
    background: url(../Content/img/bg_elegir_personaje.png) no-repeat transparent center;
    width: 100%;
    height: 100vh;
    background-size: 50%;
}
.double_title {
    position: absolute;
    display: inline-block;
    top: 4vh;
    left: 3vw;
}

.double_title h1 {
    font-size: 18vh;
    color: #ff9b2f;
    font-family: 'hello_headline_regular';
    line-height: 0.8;
    padding-left: 10px;
}

.double_title h4 {
    color: #fff;
    font-family: 'hello_headline_regular';
    font-size: 10vh;
    position: absolute;
    bottom: 30px;
    line-height: 0.8;
}

.double_title span {
    color: #fff;
    font-family: 'tommy_soft_regular';
    position: absolute;
    bottom: 12px;
    font-size: 1.5rem;
}

.owl-carousel {
    max-width: 45rem;
    max-height: 60vh;
    position: absolute;
    bottom: 14vh;
    margin: auto;
    left: 0;
    right: 0;
}

.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.owl-carousel .item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 52vh;
}

.owl-carousel .item .personaje {
    max-height: 40vh;
    width: auto;
    transition: .5s;
    z-index: 5;
}

.owl-carousel .item .card {
    background: #F9F9F9;
    min-width: 23rem;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    display: none;
    transition: .5s;
    margin-left: -10%;
    margin-bottom: 10%;
}

.owl-carousel .item .card h6 {
    color: #FF9D00;
    font-family: 'hello_headline_regular';
    font-size: 4.5vh;
    margin-bottom: 20px;
}

.owl-carousel .item .card p {
    color: #7C7C7C;
    font-family: 'montserrat_light';
    font-size: 8px;
    max-width: 152px;
    margin: auto;
 }

 .owl-carousel .item .card button {
    height: 7vh;
    margin-top: 20px;
 }
 .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
 }
 .owl-carousel .owl-dots .owl-dot {
    width: 0.8rem;
    height: 0.8rem;
    background: #E28600;
    border-radius: 50%;
    outline: none;
    margin: 3px;
 }
 .owl-carousel .owl-dots .owl-dot.active {
     background: #fff;
 }
 .owl-carousel .owl-nav {
    position: absolute;
    bottom: 40%;
    display: flex;
    width: 108%;
    justify-content: space-between;
 }
 .owl-carousel .owl-nav button.disabled {
     visibility: hidden;
 }
 .owl-carousel .owl-nav button span {
    font-size: 0;
}
 .owl-carousel .owl-nav .owl-prev {
    background: url("../Content/img/arrow-left.png") no-repeat transparent center !important;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    outline: none;
 }
 .owl-carousel .owl-nav .owl-next {
    background: url("../Content/img/arrow-right.png") no-repeat transparent center !important;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    outline: none;
 }

 .btn-primary.orange {
    background: url('../Content/img/btn_orange.png') no-repeat transparent center;
    background-size: contain;
}

.owl-carousel .owl-item.active .personaje{
    max-height: 60vh;
    /* margin-right: -50px; */
}

.owl-carousel .owl-item.active .card {
    display: block;
}
/* FIN ELEGIR PERSONAJE */

/* ELEGIR PROYECTO */
.react-transform-component,
.react-transform-element {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
}

.bg_tienda {
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}
.interface .perfil {
    display: flex;
    align-items: center;
}
.btn_options {
    margin: 2%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.btn_options .btn {
    color: #F6911B !important;
    background: #fff;
    border-radius: 50%;
    outline: none !important;
    margin-left: 1vw;
}

.interface .perfil img {
    height: 10vh;
    z-index: 5;
}
.interface .perfil .name {
    background: #fff;
    padding: 2% 10% 2% 17%;
    border-radius: 30px;
    margin-left: -10%;
}
.interface .perfil .name strong {
    font-family: 'tommy_soft_extrabold';
    color: #919191;
    font-weight: normal;
    font-size: 2vh;
    display: block;
}
.interface .perfil .name span {
    font-family: 'tommy_soft_extrabold';
    color: #F6911B;
    display: block;
    font-size: 3.5vh;
    line-height: 1;
    white-space: nowrap;
}
.interface .niveles {
    display: inline-flex;
    background: #fff;
    justify-content: space-around;
    border-radius: 10px;
    padding: 0 15px;
    margin-top: 15px;
    box-shadow: 0 0 0px 7px rgba(255, 255, 255, 0.3);
    z-index:9999999;
    margin-left: 7px;
    cursor: pointer;
}
.interface .niveles .box {
    background: url(../Content/img/box.png) no-repeat center;
    width: 5vh;
    height: 5vh;
    font-size: 3vh;
    display: flex;
    margin: 5px;
    align-items: center;
    justify-content: center;
    background-size: contain;
    font-family: 'tommy_soft_extrabold';
    color: #683314;
    position: relative;
    outline: none;
}
.interface .niveles .box.disabled::after {
    content: "";
    background: url(../Content/img/candado.png) no-repeat transparent center;
    position: absolute;
    width: 3vh;
    height: 3vh;
    background-size: contain;
    bottom: -4px;
    right: -5px;
}
.zoom {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 28vh;
    z-index: 5;
    padding: 0 2%;
}
.zoom button {
    background: transparent;
    border: none;
    outline: none;
    margin-top: 1rem;
    padding: 0;
    height: 7vh;
}
.zoom button img {
    height: 100%;
}
.container_tienda {
    /* position: relative;
    width: 76vw;
    height: 100vh;
    margin: auto; */
}

.container_tienda .proyectos button{
   
}

.container_tienda .proyectos button[disabled]{
   cursor: not-allowed;
}




/* .proyectos {
    position: absolute;
    width: 68%;
    height: 80vh;
    top: 3vh;
    left: 0;
    right: 0;
    margin: auto;
} */

.proyectos button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    z-index: 5;
}

.proyectos button .svg {
    width: 3vw;
    height: auto;
}

#pyt-1 {
    top: 40vh;
    left: 11%;
}
#pyt-2 {
    top: 34vh;
    left: 17%;
}
#pyt-3 {
    top: 28vh;
    left: 23%;
}
#pyt-4 {
    top: 19vh;
    left: 30%;
}
#pyt-5 {
    top: 10vh;
    left: 40%;
}
#pyt-6 {
    top: 4vh;
    left: 46%;
}
#pyt-7 {
    top: 40vh;
    left: 48%;
}
#pyt-8 {
    top: 32vh;
    left: 57%;
}
#pyt-9 {
    top: 70vh;
    left: 45%;
}
#pyt-10 {
    top: 62vh;
    left: 51%;
}
#pyt-11 {
    top: 56vh;
    left: 58%;
}
#pyt-12 {
    top: 48vh;
    left: 65%;
}
#pyt-13 {
    top: 42vh;
    left: 72%;
}
#pyt-14 {
    top: 36vh;
    left: 78%;
}
#pyt-15 {
    top: 28vh;
    left: 83%;
}
#pos-1 {
    bottom: 31vh;
    left: 16%;
}
#pos-2 {
    bottom: 39vh;
    left: 23%;
}
#pos-3 {
    bottom: 45vh;
    left: 28%;
}
#pos-4 {
    bottom: 51vh;
    left: 34%;
}
#pos-5 {
    bottom: 57vh;
    left: 40%;
}
#pos-6 {
    bottom: 60vh;
    left: 44%;
}
#pos-7 {
    bottom: 42vh;
    left: 35%;
}
#pos-8 {
    bottom: 48vh;
    left: 57%;
}
#pos-9 {
    left: 49%;
    bottom: 7vh;
}
#pos-10 {
    left: 55%;
    bottom: 14vh;
}
#pos-11 {
    left: 61%;
    bottom: 18vh;
}
#pos-12 {
    left: 66%;
    bottom: 25vh;
}
#pos-13 {
    left: 72%;
    bottom: 31vh;
}
#pos-14 {
    left: 79%;
    bottom: 39vh;
}
#pos-15 {
    left: 79%;
    bottom: 39vh;
}
.iniciar_juego {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-width: 280px; */
    width: 22%;
    /* animation: drop 1.2s forwards; */
    /* top: 45vh;
    left: 24%; */
    top: 40vh;
    left: 26%;
}
.iniciar_juego .select {
    background: #fff;
    display: inline-block;
    border: 2px solid #F6911B;
    border-radius: 10px;
    padding: 3% 6%;
    width: 90%;
    margin-bottom: 4vh;
    position: relative;
    z-index: 10;
}
.iniciar_juego .select .triangle{
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
    border-top: 3.3vh solid transparent;
    border-bottom: 3.4vh solid transparent;
    border-right: 3.3vh solid #F6911B;
    bottom: -5vh;
}
.iniciar_juego .select .triangle:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 2.8vh solid transparent;
    border-bottom: 2.7vh solid transparent;
    border-right: 3vh solid #fff;
    top: -2.7vh;
    left: 0.5vh;
}
.iniciar_juego .select .close {
    position: absolute;
    top: 1.5vh;
    right: 10px;
    background: #878D96;
    opacity: 1;
    color: #fff;
    font-size: 0;
    border-radius: 5px;
    padding: 1.5%;
}
.iniciar_juego .select .close .svg {
    fill: #fff;
    height: 1.5vh;
}
.iniciar_juego .select .box {
    width: 100%;
    max-width: 70%;
    height: 10vh;
    background: #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5%;
    justify-content: center;
    margin: 1%;
    /* overflow: hidden; */
    position: relative;
    cursor: pointer;
}
.iniciar_juego .select .box.selected {
    border: 2px solid #F6911B;
}
    .iniciar_juego .select .box img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
    }
.iniciar_juego .select .btn-primary {
    position: relative;
    width: 50%;
    font-size: 2.5vh;
    padding: 3%;
}
.iniciar_juego .select h1 {
    font-family: 'hello_headline_regular';
    color: #7C7C7C;
    margin: 1vh 0;
    font-size: 2.5vh;
    text-align: center;
}
.iniciar_juego .select h6 {
    color: #F6911B;
    background: #fff;
    border-radius: 10px;
    font-size: 1.8vh;
    padding: 2% 8% 2% 2%;
    font-family: 'tommy_soft_medium';
    text-align: center;
    z-index: 5;
    position: relative;
}
    .iniciar_juego .select img.perfil {
        width: auto !important;
        height: 3.5vh !important;
        top: -9%;
        right: -3%;
        object-fit: contain !important;
        border-radius: 0;
    }
.iniciar_juego .personaje {
    width: 14%;
    height: auto;
}

/* FIN ELEGIR PROYECTO */

/* INICIAR JUEGO */

.bg_game {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.obj_game {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interface {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 2%;
    z-index: 1;
}
.interface.justify {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.interface .vidas {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.interface .vidas img {
    width: 4vw;
    height: auto;
    margin: 4px;
}
.interface .vidas img.lost {
    opacity: 0.5;
}
.interface .puntos {
    display: flex;
    align-items: center;
    margin-left: 4vw;
}
.interface .puntos span {
    color: #F6911B;
    font-family: 'tommy_soft_extrabold';
    font-size: 4vh;
    background: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
    line-height: 0.8;
}
.interface .puntos img {
    height: 8vh;
    object-fit: contain;
    margin-right: -13px;
    z-index: 5;
}
.interface .tiempo {
    display: flex;
    align-items: center;
    margin-left: 4vw;
}
.interface .tiempo img {
    width: 3vw;
    object-fit: contain;
    z-index: 5;
}
.interface .tiempo .progress {
    display: flex;
    background: #F6911B;
    border-radius: 20px;
    border: 3px solid #FF7C1E;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 10px;
    width: 15vw;
    height: 5vh;
    color: #C4680C;
    font-family: 'tommy_soft_extrabold';
    margin-bottom: 0;
    box-shadow: 0px 0px 0px 6px #ffffff;
    position: relative;
}
.interface .tiempo .progress span {
    z-index: 5;
    font-size: 3vh;
}
.interface .tiempo .bar-progress {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 20px;
    background: rgb(255,165,30);
    background: linear-gradient(90deg, rgba(255,165,30,1) 0%, rgba(255,170,79,1) 35%, rgba(255,209,0,1) 100%);
}
.obj_game .empezar {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.obj_game .empezar img {
    width: 22rem;
}
.obj_game .empezar .btn-primary {
    background: url('../Content/img/btn_orange_large.png') no-repeat transparent center;
    background-size: contain;
    width: 29rem;
    height: 12rem;
    font-size: 5rem;
    margin-top: -40px;
}

/* SALA JUEGO */

.options {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    background: #F1F1F1;
    padding: 0 4px;
    width: 32vw;
    overflow: auto;
}
.options ul {
    list-style: none;
    padding: 0;
    border-left: 1.5px dashed #898989;
    border-right: 1.5px dashed #898989;
    padding: 0 4px;
}
.options ul li {
    display: flex;
    align-items: center;
    border-left: 2px solid #D6D7D9;
    border-right: 2px solid #D6D7D9;
    border-bottom: 8px solid #D6D7D9;
    border-top: 10px solid #F1F1F1;
    background: #E8E8E8;
    justify-content: space-around;
}
.options ul li .tool {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2%;
    cursor: pointer;
    position: relative;
}

.options ul li .tool.disabled {
   
    cursor: not-allowed;
    
}
.options ul li .tool.icon-check::before {
    content: "";
    background: url('../Content/svg/check.svg') no-repeat transparent center;
    position: absolute;
    top: 0;
    width: 4vh;
    height: 4vh;
    left: -5%;
}
.options ul li .tool.icon-x::before {
    content: "";
    background: url('../Content/svg/error.svg') no-repeat transparent center;
    width: 4vh;
    height: 4vh;
    position: absolute;
    left: -5%;
    top: 0;
}
.options ul li .tool img {
    object-fit: contain;
    width: 10vh;
    height: 11vh;
}
.options ul li .tool span {
    background: #F6911B;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    line-height: 1;
    font-family: 'woodfordbournepro_bold';
    text-align: center;
    font-size: 2vh;
    width: 100%;
    display: inline-block;
}
.modal .modal-dialog {
    width: 23%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
.modal.show_item .modal-dialog {
    width: 28%;
}
.modal.modal_left .modal-dialog  {
    margin-right: auto;
    margin-left: 12%;
    margin-top: 32vh;
}
.modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 15px;
}
.modal .modal-content .modal-body {
    padding: 5% 15%;
}
.modal.show_item .modal-content .modal-body {
    padding: 5% 26% 5% 15%;
}
.modal .modal-content .modal-body button.close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    outline: none;
}
.modal .modal-content .modal-body .perfil {
    position: absolute;
    top: -7vh;
    left: -16%;
    height: 16vh;
}
.modal .modal-content .modal-body .item {
    position: absolute;
    bottom: 1rem;
    max-width: 14rem;
    right: -4rem;
}
.modal .modal-content .modal-body .item img {
    width: 10vw;
}
.modal .modal-content .modal-body .item::after {
    content: "";
    background: url('../Content/img/shine.png') no-repeat transparent center;
    width: 5rem;
    height: 5rem;
    background-size: contain;
    position: absolute;
    top: -1rem;
}
.modal .modal-content .modal-body .empezar{
    position: absolute;
    bottom: -4.5vh;
    width: 100%;
    text-align: center;
    left: 0;
}
.modal .modal-content .modal-body h4 {
    color: #F6911B;
    font-family: 'woodfordbournepro_bold';
    line-height: 1;
    font-size: 4.5vh;
    margin-bottom: 1.5vh;
}
.modal .modal-content .modal-body p {
    color: #7C7C7C;
    font-family: 'woodfordbournepro_thin';
    font-size: 3vh;
    line-height: 1.2;
}
.modal .modal-content .modal-body .btn-primary.orange {
    font-size: 3.5vh;
    height: 9vh;
    width: 100%;
}
/* FIN SALA JUEGO */

/* PREGUNTAS */
.animation_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: 20;
}
.animation_text img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 16vh;
    animation: resultado 1.5s infinite;
}
#qst1 {
    position: absolute;
    bottom: 53vh;
    animation: question1 1s infinite;
    height: 28vh;
    left: 16%;
}
#qst2 {
    position: absolute;
    bottom: 55vh;
    right: 20%;
    height: 28vh;
    animation: question2 1s infinite;
}
.content_questions {
    display: flex;
    position: absolute;
    align-items: flex-end;
    bottom: 10vh;
}
.tablero {
    background-size: contain;
    text-align: center;
    width: 48vw;
    /* max-width: 42rem; */
    background: #97999B;
    border: 20px solid #4E5460;
    position: relative;
    padding: 14px;
    /* bottom: 7rem; */
    border-radius: 5px;
}
.tablero .hoja {
    background: #fff;
    /* padding: 2.5rem 3.5rem; */
    padding: 8% 4%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tablero h3 {
    font-family: 'hello_headline_regular';
    color: #fff;
    text-align: center;
    background: url(../Content/img/sujetador.png) no-repeat transparent center bottom;
    position: absolute;
    background-size: contain;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-bottom: 1.5%;
    font-size: 3vh;
    top: -16%;
    padding-top: 12%;
}
.tablero h6 {
    font-family: 'tommy_soft_regular';
    color: #7C7C7C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 3%;
    font-size: 2vh;
}
.tablero h6 img {
    height: 2vh;
    margin-right: 5px;
}
.tablero p {
    font-family: 'tommy_soft_regular';
    color: #7C7C7C;
    font-size: 2vh;
    margin-bottom: 4%;
}
.tablero ul {
    list-style: none;
    counter-reset: listStyle;
    padding: 0;
    margin: 0 5%;
}
.tablero li {
    font-family: 'tommy_soft_regular';
    color: #7C7C7C;
    text-align: left;
    background: #F2F2F2;
    border-radius: 21px;
    /* padding: 2.5% 18% 2.5% 12%; */
    padding: 2.5% 13% 2.5% 10%;
    margin-bottom: 1.5vh;
    counter-increment: listStyle;
    cursor: pointer;
    position: relative;
    font-size: 2vh;
}
.tablero li.icon-x::after {
    content: "";
    background: url('../Content/img/error.png') no-repeat transparent center;
    width: 3vh;
    height: 3vh;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
.tablero li.icon-check::after {
    content: "";
    background: url('../Content/img/check.png') no-repeat transparent center;
    width: 3vh;
    height: 3vh;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
.tablero li.icon-check::before {
    background: #32CC40;
}
.tablero li:hover{
    background: #d8d8d8;
}
.tablero li::before {
    content: counter(listStyle, lower-alpha);
    text-transform: uppercase;
    font-family: 'hello_headline_regular';
    color: #fff;
    background: #F6911B;
    border-radius: 50%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vh;
    width: 5vh;
    font-size: 3vh;
    left: -2%;
    bottom: 0;
    margin: auto;
}
#preg_nar1 {
    max-height: 40vh;
    margin-right: 5%;
}
#preg_nar2 {
    max-height: 40vh;
    margin-left: 5%;
}
/* FIN PREGUNTAS */

/* FIN INICIAR JUEGO */

footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 5vw;
    color: #fff;
    z-index: 5;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'montserrat_light';
    font-size: 12px;
    margin-left: 2rem;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* INICIO 404 */

#notfound {
    position: relative;
    height: 100vh;
    background: #fff;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
  }
  
  .notfound .notfound-404 {
    height: 190px;
  }
  
  .notfound .notfound-404 h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 146px;
    font-weight: 700;
    margin: 0px;
    color: #232323;
  }
  
  .notfound h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #232323;
  }
  
  .notfound p {
    font-family: "Montserrat", sans-serif;
    color: #787878;
    font-weight: 300;
  }
  
  .notfound a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    background-color: #f99827;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  
  .notfound a:hover {
    opacity: 0.8;
  }

/* FIN 404 */

/* INICIO LOADER */

.loading {
    display: flex;
    justify-content: center;
    position: absolute;
    flex: 1;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    align-items: center;
}
.loading div {
    width: 2rem;
    height: 2rem;
    margin: 2rem 0.3rem;
    background: orange;
    border-radius: 50%;
    animation: 0.9s bounce infinite alternate;
}
.loading div:nth-child(2) {
    animation-delay: 0.3s;
}
.loading div:nth-child(3) {
    animation-delay: 0.6s;
}
.modal.instrucciones .modal-dialog {
    width: 35%;
}
.modal.instrucciones .modal-content .modal-body {
    padding: 7% 10%;
}
.modal.instrucciones .modal-content .modal-body h4 {
    font-size: 3.5vh;
    margin-top: 0;
    margin-bottom: 3vh;
    font-family: 'tommy_soft_extrabold';
}
.modal.instrucciones .modal-content .modal-body ul {
    list-style: decimal;
    text-align: left;
    padding-left: 0;
}
.modal.instrucciones .modal-content .modal-body li {
    font-family: montserrat_light;
    font-size: 1.8vh;
    margin-bottom: 2vh;
}
.modal.instrucciones .modal-content .modal-body li strong {
    color: red;
}



/* FIN LOADER */

#msg-landscape {
    display: none;
}

@media screen and (orientation: portrait) {
    #msg-landscape {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #FFB243;
        z-index: 100;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .tablero {
        border: 1.5rem solid #4E5460;
        padding: 1.5%;
    }
}


#modal_notas .modal-content .modal-body {
    padding: 5% 5%;
}
#modal_notas .modal-dialog {
    width: fit-content;
}





.card {
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.card-title {
    margin-bottom: .75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card .badge {
    width: 100px;
}
#modal_notas .modal-content, 
#modal_ranking  .modal-content{
    border: 5px solid #F6911B;
    min-width: 500px;
    max-width: 72vw;
    width: auto;
    margin: auto;
}
#modal_notas .modal-content .modal-body{
    padding: 6% 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#modal_notas .card.nota {
    vertical-align: top;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25vh;
    margin-bottom: 1vh;
    width: 24%;
}
#modal_notas .card.nota .badge {
    background: #555;
    padding: 1.4vh;
    font-size: 1.7vh;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    width: 80%;
}
#modal_notas .card.nota h5 {
    color: #F6911B;
    margin-top: 0;
    font-family: 'hello_headline_regular';
    font-size: 3vh;
    margin-bottom: 1vh;
}
#modal_notas .card.nota .card-title {
    font-family: tommy_soft_regular;
    color: #666;
    font-size: 2vh;
}
#modal_notas .card.nota span {
    display: block;
    font-size: 1.6vh;
    font-weight: 500;
    margin-bottom: 1vh;
}
#modal_ranking .tab-content {
    padding: 2%;
    border: 1px solid  #F6911B;
}
#modal_ranking .table {
    width: inherit;
    margin-bottom: 0;
    margin: auto;
}
#modal_ranking .modal-content .modal-body {
    padding: 3% 3%;
}
#modal_ranking .modal-content .modal-body .resaltar-colab {
    background-color: #e05b32;
    color: #fff;
}
#modal_ranking .nav-tabs {
    border-bottom: none;
}
#modal_ranking .nav-tabs>li>a {
    border: 1px solid #F6911B;
    border-radius: 8px 8px 0 0;
    color: #666;
    font-family: 'tommy_soft_medium';
    cursor: pointer;
    font-size: 2vh;
    padding: 1.5vh 2vh;
}
#modal_ranking .nav-tabs a.nav-link.active {
    background: #F6911B;
    color: #fff !important;
}
#modal_ranking thead {
    background: #F6911B;
}
#modal_ranking thead th {
    color: #fff;
    font-size: 2vh;
    border-color: #fff;
    outline: none;
}
#modal_ranking .table-bordered>tbody>tr>td {
    border-color: #fff;
    font-family: tommy_soft_regular;
    font-size: 1.8vh;
    padding: 1.3vh;
}
#modal_ranking .table-striped>tbody>tr {
    background-color: #ffe7dc;
}
#modal_ranking .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffcaab !important;
}
#modal_ranking.modal:before,
#modal_notas.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  
  #modal_ranking .modal-dialog,
  #modal_notas .modal-dialog{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 100%;
  }

.tooltip .tooltip-inner {
    background-color:#fff;
    border: 2px solid #F6911B;
    font-family: tommy_soft_regular;
    color: #683314
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #F6911B;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #F6911B;
}

 