@font-face {
    font-family: "pixel";
    src: url(../assets/Pixellari_modif.otf);
}

@keyframes noel {
    0% {
        transform: translate(-100px, 12vh);
    }
    100% {
        transform: translate(100vw, 5vh);
    }
}

@keyframes nieve {
    0% {
        transform: translate(0px, -100px) rotate(0deg);
    }
    100% {
        transform: translate(0px, 100vh) rotate(-20deg);
    }
}

@keyframes volar {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}

@keyframes breath {
    0% {
        transform: scale(0.98);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(0.98);
    }
}

@keyframes mensaje {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(0, -160px);
    }
    90% {
        transform: translate(0, -160px);
    }
    100% {
        transform: translate(0, 0);
    }
}
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* @media (min-width: 768px) { */

body {
    background-color: #e60000;
    background-image: url(../assets/fondo.png);
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
    height: 100vh;
    margin: 0;
    font-family: "pixel";
    color: #fff;
    font-size: 28px;
    overflow: auto;
    opacity: 0;
}

*:focus {
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c3c3;
    opacity: 1;
    /* Firefox */
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

.fs16 {
    font-size: 16px;
}

.fs20 {
    font-size: 20px;
}

.tar {
    text-align: right;
}

.m0 {
    margin: 0;
}

.m-0-30 {
    margin: 0 30px;
}

.m0a {
    margin: 0 auto;
}

.mh-80 {
    min-height: 80vh;
}

.w-lg-40 {
    width: 40% !important;
}

.padding-correct {
    padding: 3px !important;
}

.padding-correct img {
    /* max-width: 80px; */
}

label {
    margin-bottom: 0;
    font-size: 0.8em;
}

small {
    font-size: 0.6em;
}

.ico-redes {
    width: 12vw;
    padding: 1%;
}
/* HOME */

.container {
    text-align: center;
}

.cont-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40vh;
}

#logo {
    /* display: block;
        margin: 0 auto;
        padding: 5%;
        width: 40%; */
}

#titulo {
    /* display: block; */
    /* margin: 0 auto; */
    /* width: 40%; */
}

#btn-entrar {
    /* margin: 40px auto; */
    /* padding: 10%; */
    /* display: block; */
    /* width: 40%; */
    /* animation: breath 2s ease infinite; */
    cursor: pointer;
    /* position: relative; */
    z-index: 100;
}

#navidad {
}

.motivacion {
}
/* .mot-nino {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-240%, 190%);
        width: 5.2vw;
    }

    .mot-nina {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(92%, 241%);
        width: 5.5vw;
    }

    .mot-arbol {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-199%, 85%);
        width: 15vw;
    }

    .mot-nieve {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(233%, 288%);
        width: 8vw;
    } */

.mot-nino {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-111%, 131%);
    width: 25.2vw;
    max-width: 100px;
}

.mot-nina {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(22%, 171%);
    width: 25.5vw;
    max-width: 100px;
}

.mot-arbol {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-179%, 95%);
    width: 34vw;
    max-width: 150px;
}

.mot-nieve {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(134%, 228%);
    width: 27vw;
    max-width: 100px;
}

#fondo-arbol {
    bottom: -17px;
    width: 49vw;
    left: -29px;
}

#fondo-noel {
    position: absolute;
    top: 188px;
    width: 29vw;
    left: 0px;
    z-index: -15;
    animation: noel 8s linear infinite;
}

#fondo-arbol {
    position: absolute;
    bottom: 0px;
    width: 22vw;
    left: 41px;
    z-index: -15;
}

#nube1 {
    position: absolute;
    top: 22%;
    left: 84%;
    width: 10%;
}

#nube2 {
    position: absolute;
    top: 43%;
    left: 9%;
    width: 10%;
}

#nube3 {
    position: absolute;
    top: 9%;
    left: 74%;
    width: 10%;
}

#diodi1 {
    position: absolute;
    top: 70%;
    left: 14%;
    width: 12%;
    animation: volar 0.8s ease-in-out infinite alternate;
}

#diodi2 {
    position: absolute;
    top: 60%;
    left: 79%;
    width: 12%;
    animation: volar 1s ease-in-out infinite alternate;
}

#diodi3 {
    position: absolute;
    top: 12%;
    left: 10%;
    width: 12%;
    animation: volar 1.3s ease-in-out infinite alternate;
}

#diodi3_log {
    position: absolute;
    top: 12%;
    left: 21%;
    width: 8%;
    animation: volar 1.3s ease-in-out infinite alternate;
}

#diodi4 {
    position: absolute;
    top: 23%;
    left: 74%;
    width: 12%;
    animation: volar 1.5s ease-in-out infinite alternate;
}

#diodi4_log {
    position: absolute;
    top: 23%;
    left: 74%;
    width: 8%;
    animation: volar 1.5s ease-in-out infinite alternate;
}

#titulo-linea {
}
/* ///INTRO VIDEO/// */

#btn-intro-video {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 54vw; */
}

#video {
    background: url("../assets/fondo_video.png");
    padding: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* /////LOG-REG/////// */

.nieve {
}

#copo-1 {
    position: absolute;
    width: 4vw;
    left: 20vw;
    top: 40px;
    animation: nieve 4s linear infinite;
}

#copo-2 {
    position: absolute;
    width: 3.5vw;
    left: 72.9vw;
    top: 40px;
    animation: nieve 6s linear infinite;
}

#copo-3 {
    position: absolute;
    width: 3vw;
    left: 80vw;
    top: 40px;
    animation: nieve 8s linear infinite;
}

#titulo-log-reg {
}

#titulo-log {
    display: block;
    margin: 0 auto;
    padding: 3% 0;
    width: 50%;
}

#btn-inicio-sesion {
    /* margin: 0 auto 3% auto; */
    /* display: block; */
    /* width: 40%; */
    cursor: pointer;
}

#btn-registro {
    /* margin: 0 auto; */
    /* display: inline-block; */
    /* width: 40%; */
    cursor: pointer;
}

#btn-aceptar {
    cursor: pointer;
}
/*  */
/* //////////REGISTRO//// */

#btn-siguiente {
    /* margin: 0 auto; */
    /* width: 18%; */
    cursor: pointer;
}

#btn-subir-foto {
    cursor: pointer;
}

input[type="file"]#subir-foto {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="file"].subir-foto-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/* label[for="subir-foto"] {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            background-color: #106BA0;
            display: inline-block;
            transition: all .5s;
            cursor: pointer;
            padding: 15px 40px !important;
            text-transform: uppercase;
            width: fit-content;
            text-align: center;
        } */

#titulo-act {
    font-size: 0.8em;
}

#txt-comparte {
    font-size: 0.7em;
}

.input {
    background-image: url(../assets/form_bg.png);
    background-color: #0000;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 22px;
    text-align: center;
    background-position: center;
    padding: 6px 0px;
    width: 90%;
    max-width: 380px;
}

.box-backgound {
    color: #000;
    border-style: solid;
    border-width: 11px 13px 13px 33px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 33;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 38 fill;
    font-size: 0.5em;
    /* width: 80%; */
}

.box-pregunta {
    color: #000;
    border-style: solid;
    border-width: 11px 21px 25px 49px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 49 fill;
    font-size: 0.7em;
    width: 90%;
    cursor: pointer;
}

.box-correcta {
    color: #fff;
    border-style: solid;
    border-width: 11px 21px 25px 49px;
    -moz-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
    border-image: url(../assets/globo_correcto.png) 11 21 25 49 fill;
    font-size: 0.7em;
    width: 90%;
    cursor: pointer;
}

.box-error {
    color: #f00;
    border-style: solid;
    border-width: 11px 21px 25px 49px;
    -moz-border-image: url(../assets/globo_error.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_error.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_error.png) 11 21 25 49;
    border-image: url(../assets/globo_error.png) 11 21 25 49 fill;
    font-size: 0.7em;
    width: 90%;
    cursor: pointer;
}

.txt-cab {
    font-size: 16px;
}

.link {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
}

.ico_nf {
    position: fixed;
    /* float: right; */
    cursor: pointer;
    text-align: center;
    bottom: 0;
    right: 0;
}

.ico_nf img {
    width: 80px;
    display: block;
    margin: 0 40px;
}

.ico {
    position: fixed;
    cursor: pointer;
    bottom: 6px;
    right: 20px;
}

.ico img {
    width: 15vw;
}

.avatar {
    width: 16%;
    margin: 5px 3px;
    cursor: pointer;
}

.avatar-activo {
    width: 11%;
    margin: 5px 10px;
    cursor: pointer;
}

.grupo_edad {
    width: 40%;
    margin: 5px 10px;
    cursor: pointer;
}
/* /////////     */
/* ///MOTIVACION//////*/

.wow {
    height: 260px;
}

#nino {
    width: 8vw;
    position: absolute;
    left: 20vw;
    bottom: 22vh;
}

#nina {
    width: 100px;
    margin-left: 30%;
}

.puntos-diodi {
    width: 56px;
}

.foto-user-galeria {
    border-style: solid;
    /* border-width: 44px 115px 31px 103px; */
    -moz-border-image: url(../assets/marco-foto.png) 219 335 145 341 round
        repeat;
    -webkit-border-image: url(../assets/marco-foto.png) 219 335 145 341 round
        repeat;
    -o-border-image: url(../assets/marco-foto.png) 219 335 145 341 round repeat;
    border-image: url(../assets/marco-foto.png) 219 335 145 341 fill round
        repeat;
    /* padding: 20px; */
    /* background-image: url(../assets/marco-foto.png); */
    background-position: center;
    background-size: cover;
}

.globo {
    color: #000;
    border-style: solid;
    border-width: 6px 5px 11px 13px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 49 fill;
}
/* .globo:before {
        display: inline-block;
        width: 42px;
        height: 18px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -44px;
        bottom: -25px;
    } */

.globo:before {
    display: inline-block;
    width: 46px;
    height: 16px;
    background-image: url(../assets/globo_punta.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -27px;
    bottom: 22px;
    z-index: -2;
}
/* .globo-mot {
        color: #000;
        border-style: solid;
        border-width: 10px 20px 20px 50px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 12 20 30 50 fill;
    }

    .globo-mot:before {
        display: inline-block;
        width: 42px;
        height: 18px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -44px;
        bottom: -25px;
    } */

.globo-mot {
    color: #000;
    border-style: solid;
    border-width: 10px 10px 23px 23px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 49 fill;
}

.globo-mot:before {
    display: inline-block;
    width: 42px;
    height: 18px;
    background-image: url(../assets/globo_punta.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -14px;
    bottom: -15px;
    transform: rotate(90deg);
}
/* .globo_dim {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-80px, 120px);
        width: 28vw;
        height: auto;
        font-size: 2vw;
        transform: scale(1, 1) translate(-120px, 110px);
    } */

.globo_dim {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 80vw;
    height: auto;
    font-size: 0.8em;
    transform: scale(1) translate(-146px, 63px);
    max-width: 410px;
}

#txt-bocadillo span {
    font-size: 1.6em;
}
/* ////////////// */

#cab-elementos {
    padding: 5% 0px 0px 0px;
}

.helper {
    display: inline-block;
    height: 70%;
    vertical-align: middle;
}

#cab-familia {
    /* width: 34%; */
    /* margin-right: 28px; */
    cursor: pointer;
}

#cab-galeria {
    /* width: 34%; */
    cursor: pointer;
}

#cab-seccion {
    cursor: pointer;
    width: 90%;
}

#cab-puntos {
    font-size: 1em;
    cursor: pointer;
}

#cab-txt-diodis {
    width: 60%;
    float: right;
}

#cab-diodi {
    width: 78%;
    cursor: pointer;
}

#cab-regalo {
}

#cab-ranking {
    /* width: 20%; */
    cursor: pointer;
    /* margin-right: 28px; */
}

#cab-volver {
    width: 98%;
    cursor: pointer;
}

#cab-saber {
    /* width: 20%; */
    cursor: pointer;
    /* margin-right: 28px; */
}

#cab-ayuda {
    /* width: 20%; */
    cursor: pointer;
}

.cab-ayuda-actividad {
    width: 55% !important;
}

.centrar-pie {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90%;
    max-width: 540px;
}

.disabled {
    cursor: not-allowed !important;
}

#btn-ir,
#btn-ir-mov,
#btn-foto,
#btn-foto-mov {
    cursor: pointer;
    margin-bottom: 13px;
}

.puntos-fin {
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform: translate(-116%, 13%);
        font-size: 5.5vw; */
    transform: translate(-46%, 25%);
    font-size: 11.5vw;
    z-index: 2;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10%;
    background-image: url(../assets/marco-foto.png);
    background-position: center;
    background-size: cover;
}

.pr {
    position: relative !important;
}

.btn_reg-digi {
    /* width: 28vw; */
}
/* ////////////// */

.contenido {
    /* height: 590px; */
    /* margin: 0px auto; */
    /* padding: 3% 0 3% 0px; */
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
    padding-bottom: 110px;
    margin-top: 40px;
    /* padding-top: 150px; */
}

.img-galeria {
    width: 24%;
    margin: 16px 0px;
    cursor: pointer;
    width: 100%;
    height: 156px;
    max-height: 156px;
}

#img-diodi {
    width: 20%;
    vertical-align: sub;
}

#inf-puntos {
    font-size: 1.6em;
}

.txt-inf-num {
    color: #febf00;
}

.txt-inf-puntos {
    font-size: 30px;
}

.lbl-como {
    font-size: 0.6em;
    padding: 2% 0;
}

.dato-rainking {
    /* margin: 1% 17px; */
    padding: 27px 0px;
}

.pivot-float {
    /* position: relative; */
    width: 0;
    height: 0;
}

.num-orden {
    position: absolute;
    font-size: 60px;
    color: #fcbf00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    letter-spacing: -9px;
    transform: translate(-91%, -72%);
    top: 50%;
    left: 50%;
}

.txt-rank-num {
    color: #dd0607;
}

.ranking-img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 71px;
    transform: translate(-48vw, -57%);
    max-height: 100%;
    border: 2px solid #fff;
    background: #fff;
}

.scroller {
    margin: 0rem auto;
    /* width: 80%; */
    /* overflow: auto; */
    /* box-sizing: border-box; */
    /* height: 600px; */
    /* padding-bottom: 30px; */
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroller-help {
    /* width: 80%; */
}

.box-help {
    /* width: 80%; */
    cursor: pointer;
}

.box-point {
    width: 80vw;
}

.acordeon {
}

.acordeon p {
    font-size: 15px;
    text-align: left;
    padding: 2%;
}

.txt-quiz {
    font-size: 0.9em;
}

.mundo {
    width: 50%;
    /* padding: 10% 0; */
    cursor: pointer;
    max-width: 163px;
}

.mundo-nino {
    position: absolute;
    left: 0px;
    bottom: -80px;
    animation: mensaje 15s 1;
}

.mundo-nino-img {
    width: 50px;
}

.globo-mundos {
    position: absolute;
    width: 66vw;
    left: 83px;
    bottom: 24px;
    font-size: 14px;
}
/* //////////////// */

#btn-datos {
    /* width: 22%; */
    cursor: pointer;
    /* margin-right: 4%; */
}

#btn-perfil {
    cursor: pointer;
}

#btn-guardar {
    /* width: 22%; */
    cursor: pointer;
}
/* /////////MUNDOS////////////////////////////////////////////////////////////// */

.modal-backdrop {
    opacity: 0.8 !important;
}

.modal-size {
    margin: 0 auto;
    min-width: 80vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    pointer-events: all;
}
/* .mundo-big {
        width: 70vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -80%);
    } */

.mundo-big {
    width: 76vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -73%);
}

.mundo-nino-img {
    width: 70%;
}

.lbl-indica {
    padding: 2%;
    font-size: 0.5em;
}

.btn-edad-volver {
    cursor: pointer;
    width: 80%;
    /* padding: 40% 0; */
}

#btn-act-ind {
    cursor: pointer;
    width: 80%;
}

#btn-act-group {
    cursor: pointer;
    width: 80%;
}
/* /////////CAB MOV/////////// */

.cab-desk {
    position: fixed;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 90%;
}

.cab-movil {
    position: fixed;
    bottom: 9px;
    background-image: url(../assets/movil-fondo.png);
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 10px);
}

.cab-movil-top {
    /* position: fixed; */
    z-index: 1;
    background-image: url(../assets/movil-fondo-cab.png);
    left: 15px;
    width: 92%;
    background-size: cover;
    padding-bottom: 21px;
}

#cab-elementos {
    padding: 5% 0px 0px 0px;
}

.helper {
    display: inline-block;
    height: 70%;
    vertical-align: middle;
}

#cab-familia-mov {
    /* width: 17%; */
    /* margin-right: 0; */
}

#cab-galeria-mov {
    /* width: 17%; */
}

#cab-seccion {
    cursor: pointer;
    width: 90%;
}

#cab-puntos {
    font-size: 0.9em;
    cursor: pointer;
}

#cab-txt-diodis {
    width: 54%;
    float: right;
}

#cab-diodi {
    width: 90%;
    cursor: pointer;
}

#cab-ranking-mov {
    /* width: 17%; */
    /* margin-right: 0px; */
}

#cab-volver-mov {
    /* width: 45%; */
    cursor: pointer;
    /* padding: 3px; */
    /* margin: 3px; */
}

#cab-saber-mov {
    /* width: 17%; */
    /* margin-right: 0px; */
}

#cab-ayuda-mov {
    /* width: 17%; */
}

.modal-img-max {
    width: 100%;
    max-width: 640px;
}

.modal-volver-max {
    /* width: 90%; */
    max-width: 30px;
    cursor: pointer;
}

.mundo-actividades {
}

.mundo-individual-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-165%, -224%);
}

.mundo-grupo-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-169%, -81%);
}

.mundo-quiz-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(115%, -142%);
}

.mundo-icos-img {
    width: 15vw;
    cursor: pointer;
}

.mundo-individual-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-221%, -169%);
}

.mundo-grupo-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -79%);
}

.mundo-quiz-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(129%, -194%);
}

.mundo-individual-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-74%, -235%);
}

.mundo-grupo-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-128%, -113%);
}

.mundo-quiz-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(93%, -203%);
}

.mundo-icos-img {
    width: 15vw;
    cursor: pointer;
}
/* //////////////ACTIVIDADEs/////////////////// */

.act-req {
    width: 22%;
    /* padding: 19%; */
    /* margin: 0px 4px; */
}

.act-img {
    width: 69%;
}

.caja-actividades {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.txt-titulo-actividad {
    font-size: 0.8em;
}

.txt-info-actividad {
    font-size: 0.6em;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 16px;
}
/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 22px;
    /* border: 2px solid #cccccc; */
    background: #ffffff;
    /* border-radius: 4px; */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "✔";
    position: absolute;
    top: 4px;
    left: 1px;
    font-size: 26px;
    line-height: 0.8;
    color: #f60000;
    transition: all 0.2s;
}
/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */

label:hover:before {
    border: 2px solid #f1f1f1 !important;
    background: #ffffff;
}
/* } */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 576px) {
    body {
        background-color: #e60000;
        background-image: url(../assets/fondo.png);
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
        height: 100vh;
        margin: 0;
        font-family: "pixel";
        color: #fff;
        font-size: 28px;
        overflow: scroll;
        opacity: 0;
    }
    *:focus {
        outline: none;
    }
    ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c3c3c3;
        opacity: 1;
        /* Firefox */
    }
    .db {
        display: block;
    }
    .dib {
        display: inline-block;
    }
    .di {
        display: inline;
    }
    .fs16 {
        font-size: 16px;
    }
    .fs20 {
        font-size: 20px;
    }
    .tar {
        text-align: right;
    }
    .m0 {
        margin: 0;
    }
    .m-0-30 {
        margin: 0 30px;
    }
    .m0a {
        margin: 0 auto;
    }
    .mh-80 {
        min-height: 80vh;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .padding-correct {
        padding: 3px !important;
    }
    .padding-correct img {
        /* max-width: 80px; */
    }
    label {
        margin-bottom: 0;
        font-size: 0.6em;
    }
    small {
        font-size: 0.5em;
    }
    .ico-redes {
        width: 4vw;
        padding: 1%;
    }
    /* HOME */
    .container {
        text-align: center;
        max-width: 540px;
    }
    .cont-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 60vh;
    }
    #logo {
        /* display: block;
            margin: 0 auto;
            padding: 5%;
            width: 40%; */
    }
    #titulo {
        /* display: block; */
        /* margin: 0 auto; */
        /* width: 40%; */
    }
    #btn-entrar {
        /* margin: 40px auto; */
        /* padding: 10%; */
        /* display: block; */
        /* width: 40%; */
        /* animation: breath 2s ease infinite; */
        cursor: pointer;
        /* position: relative; */
        z-index: 100;
    }
    #navidad {
    }
    .motivacion {
    }
    /* .mot-nino {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-240%, 190%);
            width: 5.2vw;
        }

        .mot-nina {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(92%, 241%);
            width: 5.5vw;
        }

        .mot-arbol {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-199%, 85%);
            width: 15vw;
        }

        .mot-nieve {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(233%, 288%);
            width: 8vw;
        } */
    .mot-nino {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-111%, 131%);
        width: 25.2vw;
        max-width: 100px;
    }
    .mot-nina {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(22%, 171%);
        width: 25.5vw;
        max-width: 100px;
    }
    .mot-arbol {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-179%, 95%);
        width: 34vw;
        max-width: 150px;
    }
    .mot-nieve {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(134%, 228%);
        width: 27vw;
        max-width: 100px;
    }
    #fondo-arbol {
        bottom: -17px;
        width: 49vw;
        left: -29px;
    }
    #fondo-noel {
        position: absolute;
        top: 188px;
        width: 29vw;
        left: 0px;
        z-index: -15;
        animation: noel 8s linear infinite;
    }
    #fondo-arbol {
        position: absolute;
        bottom: 0px;
        width: 22vw;
        left: 41px;
        z-index: -15;
    }
    #nube1 {
        position: absolute;
        top: 22%;
        left: 84%;
        width: 10%;
    }
    #nube2 {
        position: absolute;
        top: 43%;
        left: 9%;
        width: 10%;
    }
    #nube3 {
        position: absolute;
        top: 9%;
        left: 74%;
        width: 10%;
    }
    #diodi1 {
        position: absolute;
        top: 70%;
        left: 14%;
        width: 6%;
        animation: volar 0.8s ease-in-out infinite alternate;
    }
    #diodi2 {
        position: absolute;
        top: 60%;
        left: 85%;
        width: 6%;
        animation: volar 1s ease-in-out infinite alternate;
    }
    #diodi3 {
        position: absolute;
        top: 12%;
        left: 10%;
        width: 7%;
        animation: volar 1.3s ease-in-out infinite alternate;
    }
    #diodi3_log {
        position: absolute;
        top: 12%;
        left: 21%;
        width: 8%;
        animation: volar 1.3s ease-in-out infinite alternate;
    }
    #diodi4 {
        position: absolute;
        top: 27%;
        left: 79%;
        width: 6%;
        animation: volar 1.5s ease-in-out infinite alternate;
    }
    #diodi4_log {
        position: absolute;
        top: 23%;
        left: 74%;
        width: 8%;
        animation: volar 1.5s ease-in-out infinite alternate;
    }
    #titulo-linea {
    }
    /* ///INTRO VIDEO/// */
    #btn-intro-video {
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        /* width: 54vw; */
    }
    #video {
        background: url("../assets/fondo_video.png");
        padding: 5%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    /* /////LOG-REG/////// */
    .nieve {
    }
    #copo-1 {
        position: absolute;
        width: 4vw;
        left: 20vw;
        top: 40px;
        animation: nieve 4s linear infinite;
    }
    #copo-2 {
        position: absolute;
        width: 3.5vw;
        left: 72.9vw;
        top: 40px;
        animation: nieve 6s linear infinite;
    }
    #copo-3 {
        position: absolute;
        width: 3vw;
        left: 80vw;
        top: 40px;
        animation: nieve 8s linear infinite;
    }
    #titulo-log-reg {
    }
    #titulo-log {
        display: block;
        margin: 0 auto;
        padding: 3% 0;
        width: 50%;
    }
    #btn-inicio-sesion {
        /* margin: 0 auto 3% auto; */
        /* display: block; */
        /* width: 40%; */
        cursor: pointer;
    }
    #btn-registro {
        /* margin: 0 auto; */
        /* display: inline-block; */
        /* width: 40%; */
        cursor: pointer;
    }
    #btn-aceptar {
        cursor: pointer;
    }
    /*  */
    /* //////////REGISTRO//// */
    #btn-siguiente {
        /* margin: 0 auto; */
        /* width: 18%; */
        cursor: pointer;
    }
    #btn-subir-foto {
        cursor: pointer;
    }
    input[type="file"]#subir-foto {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    input[type="file"].subir-foto-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    /* label[for="subir-foto"] {
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                background-color: #106BA0;
                display: inline-block;
                transition: all .5s;
                cursor: pointer;
                padding: 15px 40px !important;
                text-transform: uppercase;
                width: fit-content;
                text-align: center;
            } */
    #titulo-act {
        font-size: 0.8em;
    }
    #txt-comparte {
        font-size: 0.7em;
    }
    .input {
        background-image: url(../assets/form_bg.png);
        background-color: #0000;
        background-size: 100%;
        background-repeat: no-repeat;
        border: none;
        font-size: 16px;
        text-align: center;
        background-position: center;
        padding: 6px 10px;
        width: 100%;
        max-width: 230px;
    }
    .box-backgound {
        color: #000;
        border-style: solid;
        border-width: 11px 13px 13px 33px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 33;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 38 fill;
        /* font-size: 0.5em; */
        /* width: 80%; */
    }
    .box-pregunta {
        color: #000;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
        font-size: 0.5em;
        width: 90%;
        cursor: pointer;
        max-width: 290px;
    }
    .box-correcta {
        color: #fff;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        border-image: url(../assets/globo_correcto.png) 11 21 25 49 fill;
        font-size: 0.5em;
        width: 90%;
        cursor: pointer;
        max-width: 290px;
    }
    .box-error {
        color: #f00;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_error.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_error.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_error.png) 11 21 25 49;
        border-image: url(../assets/globo_error.png) 11 21 25 49 fill;
        font-size: 0.5em;
        width: 90%;
        cursor: pointer;
        max-width: 290px;
    }
    .txt-cab {
        font-size: 16px;
    }
    .link {
        font-size: 15px;
        text-decoration: underline;
        margin-top: 26px;
        cursor: pointer;
    }
    .ico_nf {
        position: fixed;
        /* float: right; */
        cursor: pointer;
        text-align: center;
        bottom: 0;
        right: 0;
    }
    .ico_nf img {
        width: 80px;
        display: block;
        margin: 0 40px;
    }
    .ico {
        position: fixed;
        cursor: pointer;
        bottom: 6px;
        right: 20px;
    }
    .ico img {
        width: 5vw;
    }
    .avatar {
        width: 16%;
        margin: 5px 3px;
        cursor: pointer;
    }
    .avatar-activo {
        width: 11%;
        margin: 5px 10px;
        cursor: pointer;
    }
    .grupo_edad {
        width: 40%;
        margin: 5px 10px;
        cursor: pointer;
    }
    /* /////////     */
    /* ///MOTIVACION//////*/
    .wow {
        height: 280px;
    }
    #nino {
        width: 8vw;
        position: absolute;
        left: 20vw;
        bottom: 22vh;
    }
    #nina {
        width: 100px;
        margin-left: 30%;
    }
    .puntos-diodi {
        width: 56px;
    }
    .foto-user-galeria {
        padding: 40px;
        background-image: url(../assets/marco-foto.png);
        background-position: center;
        background-size: cover;
    }
    .globo {
        color: #000;
        border-style: solid;
        border-width: 6px 5px 11px 13px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
    }
    /* .globo:before {
            display: inline-block;
            width: 42px;
            height: 18px;
            background-image: url(../assets/globo_punta.png);
            background-repeat: no-repeat;
            content: "";
            position: absolute;
            left: -44px;
            bottom: -25px;
        } */
    .globo:before {
        display: inline-block;
        width: 46px;
        height: 16px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -27px;
        bottom: 22px;
        z-index: -2;
    }
    /* .globo-mot {
            color: #000;
            border-style: solid;
            border-width: 10px 20px 20px 50px;
            -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
            -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
            -o-border-image: url(../assets/globo_.png) 11 21 25 49;
            border-image: url(../assets/globo_.png) 12 20 30 50 fill;
        }

        .globo-mot:before {
            display: inline-block;
            width: 42px;
            height: 18px;
            background-image: url(../assets/globo_punta.png);
            background-repeat: no-repeat;
            content: "";
            position: absolute;
            left: -44px;
            bottom: -25px;
        } */
    .globo-mot {
        color: #000;
        border-style: solid;
        border-width: 10px 10px 23px 23px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
    }
    .globo-mot:before {
        display: inline-block;
        width: 42px;
        height: 18px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -14px;
        bottom: -15px;
        transform: rotate(90deg);
    }
    /* .globo_dim {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-80px, 120px);
            width: 28vw;
            height: auto;
            font-size: 2vw;
            transform: scale(1, 1) translate(-120px, 110px);
        } */
    .globo_dim {
        position: absolute;
        bottom: 50%;
        left: 50%;
        width: 80vw;
        height: auto;
        font-size: 0.7em;
        transform: scale(1) translate(-146px, 63px);
        max-width: 410px;
    }
    #txt-bocadillo span {
        font-size: 1.1em;
    }
    /* ////////////// */
    #cab-elementos {
        padding: 5% 0px 0px 0px;
    }
    .helper {
        display: inline-block;
        height: 70%;
        vertical-align: middle;
    }
    #cab-familia {
        width: 34%;
        /* margin-right: 28px; */
        cursor: pointer;
    }
    #cab-galeria {
        width: 34%;
        cursor: pointer;
    }
    #cab-seccion {
        cursor: pointer;
        width: 90%;
    }
    #cab-puntos {
        font-size: 1em;
        cursor: pointer;
    }
    #cab-txt-diodis {
        width: 60%;
        float: right;
    }
    #cab-diodi {
        width: 78%;
        cursor: pointer;
    }
    #cab-regalo {
        width: 19%;
        cursor: pointer;
        /* margin-right: 28px; */
        max-width: 200px;
    }
    #cab-ranking {
        width: 19%;
        cursor: pointer;
        /* margin-right: 28px; */
        max-width: 200px;
    }
    #cab-volver {
        width: 29%;
        cursor: pointer;
    }
    #cab-saber {
        width: 19%;
        cursor: pointer;
        /* margin-right: 28px; */
    }
    #cab-ayuda {
        width: 19%;
        cursor: pointer;
    }
    .cab-ayuda-actividad {
        width: 69% !important;
    }
    .centrar-pie {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .disabled {
        cursor: not-allowed !important;
    }
    #btn-ir,
    #btn-ir-mov,
    #btn-foto,
    #btn-foto-mov {
        cursor: pointer;
        margin-bottom: 13px;
    }
    .puntos-fin {
        position: absolute;
        left: 50%;
        top: 50%;
        /* transform: translate(-116%, 13%);
            font-size: 5.5vw; */
        transform: translate(-125%, 9%);
        font-size: 40px;
        z-index: 2;
    }
    .center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 10%;
        background-image: url(../assets/marco-foto.png);
        background-position: center;
        background-size: cover;
    }
    .pr {
        position: relative !important;
    }
    .btn_reg-digi {
        /* width: 28vw; */
    }
    /* ////////////// */
    .contenido {
        /* height: 590px; */
        /* margin: 0px auto; */
        /* padding: 3% 0 3% 0px; */
        /* overflow: hidden; */
        /* margin-bottom: 20px; */
        padding-bottom: 110px;
        margin-top: 40px;
        /* padding-top: 150px; */
    }
    .img-galeria {
        /* width: 24%; */
        margin: 16px 0px;
        height: 86px;
        max-height: 86px;
    }
    #img-diodi {
        width: 14%;
        vertical-align: baseline;
    }
    #inf-puntos {
        font-size: 1.5em;
    }
    .txt-inf-num {
        color: #febf00;
    }
    .txt-inf-puntos {
        font-size: 30px;
    }
    .lbl-como {
        font-size: 0.5em;
        padding: 1% 0;
    }
    .dato-rainking {
        /* margin: 1% 17px; */
        padding: 0px 0px;
    }
    .pivot-float {
        /* position: relative; */
        width: 0;
        height: 0;
    }
    .num-orden {
        position: initial;
        /* font-size: 2em; */
        color: #fcbf00;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        letter-spacing: normal;
        /* transform: translate(-211%, -12%); */
        /* top: 50%; */
        /* left: 50%; */
        /* z-index: 60; */
    }
    .txt-rank-num {
        color: #dd0607;
    }
    .ranking-img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 71px;
        transform: translate(-211px, -55%);
    }
    .scroller {
        margin: 0rem auto;
        /* width: 80%; */
        /* overflow: auto; */
        /* box-sizing: border-box; */
        /* height: 600px; */
        /* padding-bottom: 30px; */
    }
    /* ///////////////SCROLL */
    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    body::-webkit-scrollbar:vertical {
        width: 10px;
    }
    body::-webkit-scrollbar-button:increment,
    body::-webkit-scrollbar-button {
        display: none;
    }
    body::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    body::-webkit-scrollbar-thumb {
        background-color: #dd0b0b;
        border-radius: 20px;
        border: 2px solid #f88686;
    }
    body::-webkit-scrollbar-track {
        border-radius: 10px;
    }
    /* ////////FIN SCROLL */
    .scroller-help {
        /* width: 80%; */
    }
    .box-help {
        /* width: 80%; */
        cursor: pointer;
        max-width: 430px;
        font-size: 0.4em;
    }
    .box-point {
        width: 60vw;
        max-width: 390px;
    }
    .acordeon {
    }
    .acordeon p {
        font-size: 15px;
        text-align: left;
        padding: 2%;
    }
    .txt-quiz {
        font-size: 0.7em;
    }
    .mundo {
        width: 80%;
        padding: 10% 0;
        cursor: pointer;
        max-width: 163px;
    }
    .mundo-nino {
        position: absolute;
        left: -50px;
        bottom: -155px;
    }
    .mundo-nino-galeria {
        left: 30%;
    }
    .mundo-nina {
        bottom: -180px !important;
    }

    .mundo-nino-img {
        width: 50px;
    }
    .globo-mundos {
        position: absolute;
        width: 24vw;
        left: 83px;
        bottom: 40px;
        font-size: 11px;
        max-width: 210px;
        min-width: 200px;
    }
    /* //////////////// */
    #btn-datos {
        /* width: 22%; */
        cursor: pointer;
        /* margin-right: 4%; */
    }
    #btn-perfil {
        cursor: pointer;
    }
    #btn-guardar {
        /* width: 22%; */
        cursor: pointer;
    }
    /* /////////MUNDOS////////////////////////////////////////////////////////////// */
    .modal-backdrop {
        opacity: 0.8 !important;
    }
    .modal-size {
        margin: 0 auto;
        min-width: 80vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        pointer-events: all;
    }
    /* .mundo-big {
            width: 70vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -80%);
        } */
    .mundo-big {
        width: 56vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -43%);
    }
    .mundo-nino-img {
        width: 60%;
    }
    .lbl-indica {
        padding: 2%;
        font-size: 0.5em;
    }
    .btn-edad-volver {
        cursor: pointer;
        width: 60%;
        /* padding: 40% 0; */
    }
    #btn-act-ind {
        cursor: pointer;
        width: 80%;
    }
    #btn-act-group {
        cursor: pointer;
        width: 80%;
    }
    /* /////////CAB MOV/////////// */
    .cab-desk {
        position: fixed;
        bottom: 1px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 90%;
        max-width: 540px;
        background-image: url(../assets/fondo-pie.png);
    }
    .cab-movil {
        position: fixed;
        bottom: 9px;
        background-image: url(../assets/movil-fondo.png);
        width: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 10px);
    }
    .cab-movil-top {
        /* position: fixed; */
        z-index: 1;
        background-image: url(../assets/movil-fondo-cab.png);
        left: 15px;
        width: 92%;
        background-size: cover;
        padding-bottom: 21px;
    }
    #cab-elementos {
        padding: 5% 0px 0px 0px;
    }
    .helper {
        display: inline-block;
        height: 70%;
        vertical-align: middle;
    }
    #cab-familia-mov {
        /* width: 17%; */
        /* margin-right: 0; */
    }
    #cab-galeria-mov {
        /* width: 17%; */
    }
    #cab-seccion {
        cursor: pointer;
        width: 90%;
    }
    #cab-puntos {
        font-size: 0.7em;
        cursor: pointer;
    }
    #cab-txt-diodis {
        width: 54%;
        float: right;
    }
    #cab-diodi {
        width: 90%;
        cursor: pointer;
    }
    #cab-ranking-mov {
        /* width: 17%; */
        /* margin-right: 0px; */
    }
    #cab-volver-mov {
        /* width: 45%; */
        cursor: pointer;
        /* padding: 3px; */
        /* margin: 3px; */
    }
    #cab-saber-mov {
        /* width: 17%; */
        /* margin-right: 0px; */
    }
    #cab-ayuda-mov {
        /* width: 17%; */
    }
    .modal-img-max {
        width: auto;
        /* max-width: 370px; */
        height: 240px;
    }
    .modal-volver-max {
        /* width: 90%; */
        max-width: 30px;
    }
    .mundo-actividades {
    }
    .mundo-individual-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-208%, -84%);
    }
    .mundo-grupo-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-68%, -17%);
    }
    .mundo-quiz-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(195%, -70%);
    }
    .mundo-icos-img {
        width: 15vw;
        cursor: pointer;
    }
    .mundo-individual-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-281%, -93%);
    }
    .mundo-grupo-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-71%, -10%);
    }
    .mundo-quiz-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(179%, -61%);
    }
    .mundo-individual-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-314%, -88%);
    }
    .mundo-grupo-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-112%, -28%);
    }
    .mundo-quiz-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(73%, -115%);
    }
    .mundo-icos-img {
        width: 7vw;
        cursor: pointer;
    }
    /* //////////////ACTIVIDADEs/////////////////// */
    .act-req {
        width: 40%;
        /* padding: 19%; */
        /* margin: 0px 4px; */
    }
    .act-img {
        width: 99%;
    }
    .caja-actividades {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }
    .txt-titulo-actividad {
        font-size: 0.8em;
    }
    .txt-info-actividad {
        font-size: 0.5em;
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        margin-bottom: 14px;
        display: inline-block;
        font-size: 16px;
    }
    /* checkbox aspect */
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        /* border: 2px solid #cccccc; */
        background: #ffffff;
        /* border-radius: 4px; */
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    /* checked mark aspect */
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: "✔";
        position: absolute;
        top: 4px;
        left: 1px;
        font-size: 26px;
        line-height: 0.8;
        color: #f60000;
        transition: all 0.2s;
    }
    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }
    [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }
    /* disabled checkbox */
    label:hover:before {
        border: 2px solid #f1f1f1 !important;
        background: #ffffff;
    }
}
/* } */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 1200px) {
    body {
        background-color: #e60000;
        background-image: url(../assets/fondo.png);
        background-position: center;
        /* background-repeat: no-repeat; */
        background-size: cover;
        height: 100vh;
        margin: 0;
        font-family: "pixel";
        color: #fff;
        font-size: 28px;
        overflow: auto;
        opacity: 0;
        overflow-x: hidden;
    }
    *:focus {
        outline: none;
    }
    ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c3c3c3;
        opacity: 1;
        /* Firefox */
    }
    .db {
        display: block;
    }
    .dib {
        display: inline-block;
    }
    .di {
        display: inline;
    }
    .fs16 {
        font-size: 16px;
    }
    .fs20 {
        font-size: 20px;
    }
    .tar {
        text-align: right;
    }
    .m0 {
        margin: 0;
    }
    .m-0-30 {
        margin: 0 30px;
    }
    .m0a {
        margin: 0 auto;
    }
    .mh-80 {
        min-height: 80vh;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .padding-correct {
        padding: 3px !important;
    }
    .padding-correct img {
        /* max-width: 80px; */
    }
    label {
        margin-bottom: 0;
        font-size: 1em;
    }
    small {
        font-size: 0.5em;
    }
    .ico-redes {
        width: 4vw;
        padding: 1%;
    }
    /* HOME */
    .container {
        text-align: center;
        max-width: 980px;
    }
    .cont-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 60vh;
    }
    #logo {
        /* display: block;
            margin: 0 auto;
            padding: 5%;
            width: 40%; */
    }
    #titulo {
        /* display: block; */
        /* margin: 0 auto; */
        /* width: 40%; */
    }
    #btn-entrar {
        /* margin: 40px auto; */
        /* padding: 10%; */
        /* display: block; */
        /* width: 40%; */
        /* animation: breath 2s ease infinite; */
        cursor: pointer;
        /* position: relative; */
        z-index: 100;
    }
    #navidad {
    }
    .motivacion {
    }
    /* .mot-nino {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-240%, 190%);
            width: 5.2vw;
        }

        .mot-nina {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(92%, 241%);
            width: 5.5vw;
        }

        .mot-arbol {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-199%, 85%);
            width: 15vw;
        }

        .mot-nieve {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(233%, 288%);
            width: 8vw;
        } */
    .mot-nino {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-111%, 131%);
        width: 25.2vw;
        max-width: 100px;
    }
    .mot-nina {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(22%, 171%);
        width: 25.5vw;
        max-width: 100px;
    }
    .mot-arbol {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-179%, 95%);
        width: 34vw;
        max-width: 150px;
    }
    .mot-nieve {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(134%, 228%);
        width: 27vw;
        max-width: 100px;
    }
    #fondo-arbol {
        bottom: -17px;
        width: 49vw;
        left: -29px;
    }
    #fondo-noel {
        position: absolute;
        top: 188px;
        width: 29vw;
        left: 0px;
        z-index: -15;
        animation: noel 8s linear infinite;
    }
    #fondo-arbol {
        position: absolute;
        bottom: 0px;
        width: 22vw;
        left: 41px;
        z-index: -15;
    }
    #nube1 {
        position: absolute;
        top: 22%;
        left: 84%;
        width: 10%;
    }
    #nube2 {
        position: absolute;
        top: 43%;
        left: 9%;
        width: 10%;
    }
    #nube3 {
        position: absolute;
        top: 9%;
        left: 74%;
        width: 10%;
    }
    #diodi1 {
        position: absolute;
        top: 70%;
        left: 14%;
        width: 5%;
        animation: volar 0.8s ease-in-out infinite alternate;
    }
    #diodi2 {
        position: absolute;
        top: 60%;
        left: 85%;
        width: 5%;
        animation: volar 1s ease-in-out infinite alternate;
    }
    #diodi3 {
        position: absolute;
        top: 12%;
        left: 10%;
        width: 6%;
        animation: volar 1.3s ease-in-out infinite alternate;
    }
    #diodi3_log {
        position: absolute;
        top: 12%;
        left: 21%;
        width: 8%;
        animation: volar 1.3s ease-in-out infinite alternate;
    }
    #diodi4 {
        position: absolute;
        top: 27%;
        left: 79%;
        width: 4%;
        animation: volar 1.5s ease-in-out infinite alternate;
    }
    #diodi4_log {
        position: absolute;
        top: 23%;
        left: 74%;
        width: 8%;
        animation: volar 1.5s ease-in-out infinite alternate;
    }
    #titulo-linea {
    }
    /* ///INTRO VIDEO/// */
    #btn-intro-video {
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        /* width: 54vw; */
    }
    #video {
        background: url("../assets/fondo_video.png");
        padding: 5%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    /* /////LOG-REG/////// */
    .nieve {
    }
    #copo-1 {
        position: absolute;
        width: 4vw;
        left: 20vw;
        top: 40px;
        animation: nieve 4s linear infinite;
    }
    #copo-2 {
        position: absolute;
        width: 3.5vw;
        left: 72.9vw;
        top: 40px;
        animation: nieve 6s linear infinite;
    }
    #copo-3 {
        position: absolute;
        width: 3vw;
        left: 80vw;
        top: 40px;
        animation: nieve 8s linear infinite;
    }
    #titulo-log-reg {
    }
    #titulo-log {
        display: block;
        margin: 0 auto;
        padding: 3% 0;
        width: 50%;
    }
    #btn-inicio-sesion {
        /* margin: 0 auto 3% auto; */
        /* display: block; */
        /* width: 40%; */
        cursor: pointer;
    }
    #btn-registro {
        /* margin: 0 auto; */
        /* display: inline-block; */
        /* width: 40%; */
        cursor: pointer;
    }
    #btn-aceptar {
        cursor: pointer;
    }
    /*  */
    /* //////////REGISTRO//// */
    #btn-siguiente {
        /* margin: 0 auto; */
        /* width: 18%; */
        cursor: pointer;
    }
    #btn-subir-foto {
        cursor: pointer;
    }
    input[type="file"]#subir-foto {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    input[type="file"].subir-foto-input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }
    /* label[for="subir-foto"] {
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                background-color: #106BA0;
                display: inline-block;
                transition: all .5s;
                cursor: pointer;
                padding: 15px 40px !important;
                text-transform: uppercase;
                width: fit-content;
                text-align: center;
            } */
    #titulo-act {
        font-size: 0.8em;
    }
    #txt-comparte {
        font-size: 0.7em;
    }
    .input {
        background-image: url(../assets/form_bg.png);
        background-color: #0000;
        background-size: 100%;
        background-repeat: no-repeat;
        border: none;
        font-size: 22px;
        text-align: center;
        background-position: center;
        padding: 6px 10px;
        width: 100%;
        max-width: 350px;
    }
    .box-backgound {
        color: #000;
        border-style: solid;
        border-width: 11px 13px 13px 33px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 33;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 38 fill;
        font-size: 0.6em;
        /* width: 80%; */
    }
    .box-pregunta {
        color: #000;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
        font-size: 0.8em;
        width: 90%;
        cursor: pointer;
        max-width: 710px;
    }
    .box-correcta {
        color: #fff;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_correcto.png) 11 21 25 49;
        border-image: url(../assets/globo_correcto.png) 11 21 25 49 fill;
        font-size: 0.8em;
        width: 90%;
        cursor: pointer;
        max-width: 710px;
    }
    .box-error {
        color: #f00;
        border-style: solid;
        border-width: 11px 21px 25px 49px;
        -moz-border-image: url(../assets/globo_error.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_error.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_error.png) 11 21 25 49;
        border-image: url(../assets/globo_error.png) 11 21 25 49 fill;
        font-size: 0.8em;
        width: 90%;
        cursor: pointer;
        max-width: 710px;
    }
    .txt-cab {
        font-size: 22px;
    }
    .link {
        font-size: 19px;
        text-decoration: underline;
        margin-top: 26px;
        cursor: pointer;
    }
    .ico_nf {
        position: fixed;
        /* float: right; */
        cursor: pointer;
        text-align: center;
        bottom: 0;
        right: 0;
    }
    .ico_nf img {
        width: 80px;
        display: block;
        margin: 0 40px;
    }
    .ico {
        position: fixed;
        cursor: pointer;
        bottom: 6px;
        right: 20px;
    }
    .ico img {
        width: 5vw;
    }
    .avatar {
        width: 16%;
        margin: 5px 3px;
        cursor: pointer;
    }
    .avatar-activo {
        width: 11%;
        margin: 5px 10px;
        cursor: pointer;
    }
    .grupo_edad {
        width: 29%;
        margin: 5px 10px;
        cursor: pointer;
    }
    /* /////////     */
    /* ///MOTIVACION//////*/
    .wow {
        height: 453px;
    }
    #nino {
        width: 8vw;
        position: absolute;
        left: 20vw;
        bottom: 22vh;
    }
    #nina {
        width: 100px;
        margin-left: 30%;
    }
    .puntos-diodi {
        width: 56px;
    }
    .foto-user-galeria {
        padding: 50px;
        background-image: url(../assets/marco-foto.png);
        background-position: center;
        background-size: cover;
    }
    .globo {
        color: #000;
        border-style: solid;
        border-width: 6px 5px 11px 13px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
    }
    /* .globo:before {
            display: inline-block;
            width: 42px;
            height: 18px;
            background-image: url(../assets/globo_punta.png);
            background-repeat: no-repeat;
            content: "";
            position: absolute;
            left: -44px;
            bottom: -25px;
        } */
    .globo:before {
        display: inline-block;
        width: 46px;
        height: 16px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -27px;
        bottom: 22px;
        z-index: -2;
    }
    /* .globo-mot {
            color: #000;
            border-style: solid;
            border-width: 10px 20px 20px 50px;
            -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
            -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
            -o-border-image: url(../assets/globo_.png) 11 21 25 49;
            border-image: url(../assets/globo_.png) 12 20 30 50 fill;
        }

        .globo-mot:before {
            display: inline-block;
            width: 42px;
            height: 18px;
            background-image: url(../assets/globo_punta.png);
            background-repeat: no-repeat;
            content: "";
            position: absolute;
            left: -44px;
            bottom: -25px;
        } */
    .globo-mot {
        color: #000;
        border-style: solid;
        border-width: 10px 10px 23px 23px;
        -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
        -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
        -o-border-image: url(../assets/globo_.png) 11 21 25 49;
        border-image: url(../assets/globo_.png) 11 21 25 49 fill;
    }
    .globo-mot:before {
        display: inline-block;
        width: 42px;
        height: 18px;
        background-image: url(../assets/globo_punta.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: -14px;
        bottom: -15px;
        transform: rotate(90deg);
    }
    /* .globo_dim {
            position: absolute;
            bottom: 50%;
            left: 50%;
            transform: translate(-80px, 120px);
            width: 28vw;
            height: auto;
            font-size: 2vw;
            transform: scale(1, 1) translate(-120px, 110px);
        } */
    .globo_dim {
        position: absolute;
        bottom: 50%;
        left: 50%;
        width: 80vw;
        height: auto;
        font-size: 0.7em;
        transform: scale(1) translate(-146px, 63px);
        max-width: 410px;
    }
    #txt-bocadillo span {
        font-size: 1.1em;
    }
    /* ////////////// */
    #cab-elementos {
        padding: 5% 0px 0px 0px;
    }
    .helper {
        display: inline-block;
        height: 70%;
        vertical-align: middle;
    }
    #cab-familia {
        width: 34%;
        /* margin-right: 28px; */
        cursor: pointer;
    }
    #cab-galeria {
        width: 34%;
        cursor: pointer;
    }
    #cab-seccion {
        cursor: pointer;
        width: 90%;
    }
    #cab-puntos {
        font-size: 1em;
        cursor: pointer;
    }
    #cab-txt-diodis {
        width: 60%;
        float: right;
    }
    #cab-diodi {
        width: 78%;
        cursor: pointer;
    }
    #cab-regalo {
        width: 20%;
        cursor: pointer;
        /* margin-right: 28px; */
        max-width: 200px;
    }
    #cab-ranking {
        width: 20%;
        cursor: pointer;
        /* margin-right: 28px; */
        max-width: 200px;
    }
    #cab-volver {
        width: 25%;
        cursor: pointer;
    }
    #cab-saber {
        width: 20%;
        cursor: pointer;
        /* margin-right: 28px; */
    }
    #cab-ayuda {
        width: 20%;
        cursor: pointer;
    }
    .cab-ayuda-actividad {
        width: 55% !important;
    }
    .centrar-pie {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 1px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 90%;
        max-width: 950px;
    }
    .disabled {
        cursor: not-allowed !important;
    }
    #btn-ir,
    #btn-ir-mov,
    #btn-foto,
    #btn-foto-mov {
        cursor: pointer;
        margin-bottom: 13px;
    }
    .puntos-fin {
        position: absolute;
        left: 50%;
        top: 50%;
        /* transform: translate(-116%, 13%);
            font-size: 5.5vw; */
        transform: translate(-110%, 21%);
        font-size: 50px;
        z-index: 2;
    }
    .center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 10%;
        background-image: url(../assets/marco-foto.png);
        background-position: center;
        background-size: cover;
    }
    .pr {
        position: relative !important;
    }
    .btn_reg-digi {
        /* width: 28vw; */
    }
    /* ////////////// */
    .contenido {
        /* height: 590px; */
        /* margin: 0px auto; */
        /* padding: 3% 0 3% 0px; */
        /* overflow: hidden; */
        /* margin-bottom: 20px; */
        padding-bottom: 110px;
        margin-top: 40px;
        /* padding-top: 150px; */
    }
    .img-galeria {
        /* width: 24%; */
        margin: 16px 0px;
        height: 136px;
        max-height: 136px;
    }
    #img-diodi {
        width: 14%;
        vertical-align: baseline;
    }
    #inf-puntos {
        font-size: 1.5em;
    }
    .txt-inf-num {
        color: #febf00;
    }
    .txt-inf-puntos {
        font-size: 30px;
    }
    .lbl-como {
        font-size: 0.5em;
        padding: 1% 0;
    }
    .dato-rainking {
        /* margin: 1% 17px; */
        padding: 0px 0px;
    }
    .pivot-float {
        /* position: relative; */
        width: 0;
        height: 0;
    }
    .num-orden {
        position: initial;
        /* font-size: 2em; */
        color: #fcbf00;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: black;
        letter-spacing: normal;
        /* transform: translate(-211%, -12%); */
        /* top: 50%; */
        /* left: 50%; */
        /* z-index: 60; */
    }
    .txt-rank-num {
        color: #dd0607;
    }
    .ranking-img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 71px;
        transform: translate(-414px, -55%);
    }
    .scroller {
        margin: 0rem auto;
        /* width: 80%; */
        /* overflow: auto; */
        /* box-sizing: border-box; */
        /* height: 600px; */
        /* padding-bottom: 30px; */
    }
    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    .scroller-help {
        /* width: 80%; */
    }
    .box-help {
        /* width: 80%; */
        cursor: pointer;
        max-width: 710px;
        font-size: 0.5em;
    }
    .box-point {
        width: 60vw;
        max-width: 640px;
        font-size: 17px;
    }
    .acordeon {
    }
    .acordeon p {
        font-size: 18px;
        text-align: left;
        padding: 2%;
    }
    .txt-quiz {
        font-size: 0.8em;
    }
    .mundo {
        width: 80%;
        padding: 10% 0;
        cursor: pointer;
        max-width: 163px;
    }
    .mundo-nino {
        position: absolute;
        left: -50px;
        bottom: -155px;
    }
    .mundo-nino-galeria {
        left: 30%;
    }
    .mundo-nina {
        bottom: -180px !important;
    }
    .mundo-nino-img {
        width: 50px;
    }
    .globo-mundos {
        position: absolute;
        width: 24vw;
        left: 90px;
        bottom: 40px;
        font-size: 16px;
        max-width: 340px;
        min-width: 200px;
    }
    /* //////////////// */
    #btn-datos {
        /* width: 22%; */
        cursor: pointer;
        /* margin-right: 4%; */
    }
    #btn-perfil {
        cursor: pointer;
    }
    #btn-guardar {
        /* width: 22%; */
        cursor: pointer;
    }
    /* /////////MUNDOS////////////////////////////////////////////////////////////// */
    .modal-backdrop {
        opacity: 0.8 !important;
    }
    .modal-size {
        margin: 0 auto;
        min-width: 80vw;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        pointer-events: all;
    }
    /* .mundo-big {
            width: 70vw;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -80%);
        } */
    .mundo-big {
        width: 56vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -43%);
    }
    .mundo-nino-img {
        width: 90%;
    }
    .lbl-indica {
        padding: 2%;
        font-size: 1em;
    }
    .btn-edad-volver {
        cursor: pointer;
        width: 40%;
        /* padding: 40% 0; */
    }
    #btn-act-ind {
        cursor: pointer;
        width: 80%;
    }
    #btn-act-group {
        cursor: pointer;
        width: 80%;
    }
    /* /////////CAB MOV/////////// */
    .cab-desk {
        position: fixed;
        bottom: 1px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: 90%;
        max-width: 980px;
    }
    .cab-movil {
        position: fixed;
        bottom: 9px;
        background-image: url(../assets/movil-fondo.png);
        width: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, 10px);
    }
    .cab-movil-top {
        /* position: fixed; */
        z-index: 1;
        background-image: url(../assets/movil-fondo-cab.png);
        left: 15px;
        width: 92%;
        background-size: cover;
        padding-bottom: 21px;
    }
    #cab-elementos {
        padding: 5% 0px 0px 0px;
    }
    .helper {
        display: inline-block;
        height: 70%;
        vertical-align: middle;
    }
    #cab-familia-mov {
        /* width: 17%; */
        /* margin-right: 0; */
    }
    #cab-galeria-mov {
        /* width: 17%; */
    }
    #cab-seccion {
        cursor: pointer;
        width: 90%;
    }
    #cab-puntos {
        font-size: 0.7em;
        cursor: pointer;
    }
    #cab-txt-diodis {
        width: 54%;
        float: right;
    }
    #cab-diodi {
        width: 90%;
        cursor: pointer;
    }
    #cab-ranking-mov {
        /* width: 17%; */
        /* margin-right: 0px; */
    }
    #cab-volver-mov {
        /* width: 45%; */
        cursor: pointer;
        /* padding: 3px; */
        /* margin: 3px; */
    }
    #cab-saber-mov {
        /* width: 17%; */
        /* margin-right: 0px; */
    }
    #cab-ayuda-mov {
        /* width: 17%; */
    }
    .modal-img-max {
        width: auto;
        height: 420px;
    }
    .modal-volver-max {
        /* width: 90%; */
        max-width: 50px;
    }
    .mundo-actividades {
    }
    .mundo-individual-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-208%, -84%);
    }
    .mundo-grupo-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-68%, -17%);
    }
    .mundo-quiz-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(195%, -70%);
    }
    .mundo-icos-img {
        width: 15vw;
        cursor: pointer;
    }
    .mundo-individual-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-281%, -93%);
    }
    .mundo-grupo-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-71%, -10%);
    }
    .mundo-quiz-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(179%, -61%);
    }
    .mundo-individual-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-314%, -88%);
    }
    .mundo-grupo-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-112%, -28%);
    }
    .mundo-quiz-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(73%, -115%);
    }
    .mundo-icos-img {
        width: 7vw;
        cursor: pointer;
    }
    /* //////////////ACTIVIDADEs/////////////////// */
    .act-req {
        width: 40%;
        /* padding: 19%; */
        /* margin: 0px 4px; */
    }
    .act-img {
        width: 99%;
    }
    .caja-actividades {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
    }
    .txt-titulo-actividad {
        font-size: 0.8em;
    }
    .txt-info-actividad {
        font-size: 0.5em;
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        margin-bottom: 14px;
        display: inline-block;
        font-size: 16px;
    }
    /* checkbox aspect */
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 22px;
        height: 22px;
        /* border: 2px solid #cccccc; */
        background: #ffffff;
        /* border-radius: 4px; */
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    /* checked mark aspect */
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
        content: "✔";
        position: absolute;
        top: 4px;
        left: 1px;
        font-size: 26px;
        line-height: 0.8;
        color: #f60000;
        transition: all 0.2s;
    }
    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0);
    }
    [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }
    /* disabled checkbox */
    label:hover:before {
        border: 2px solid #f1f1f1 !important;
        background: #ffffff;
    }
}

.txt-quiz {
    padding-top: 30px;
    margin: 0;
}

.progressBarContainer {
    margin-top: 10px;
}

.progressBarContainer p {
    margin: 0;
    padding: 0;
}

.progressBar {
    width: 90%;
    margin: 0px auto;
    height: 8px;
    background-color: #0a5f44;
    max-width: 710px;
    margin-bottom: 40px;
}

.progressBar div {
    height: 100%;
    text-align: right;
    padding: 0px;
    line-height: 8px; /* same as #progressBar height if we want text middle aligned */
    background-color: #febf00;
    box-sizing: border-box;
}
#warning_text_quiz {
    position: absolute;
    top: 80px;
    left: 0px;
    padding: 0px 60px;
    color: #000;
    font-size: 20px;
    text-align: left;
}

.quiz-info {
    color: #000;
    border-style: solid;
    border-width: 10px 10px 23px 23px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 49 fill;
}
.quiz-info::before {
    display: inline-block;
    width: 42px;
    height: 18px;
    background-image: url(../assets/globo_punta.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -45px;
    bottom: 10px;
    transform: rotate(0deg);
}

.quiz_dim {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 60vw;
    height: auto;
    font-size: 0.7em;
    transform: scale(1) translate(-50%, 63px);
    max-width: 410px;
}
.mot-arbol-pre {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(125%, 70%);
    width: 34vw;
    max-width: 150px;
}
.mot-nino-pre {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-325%, 85%);
    width: 25.2vw;
    max-width: 100px;
}

#start-quiz {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#quiz-results {
    max-width: 960px;
}

#quiz-results .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

.quiz_result_container > div {
    display: none;
}

.quiz_result_container > div.quiz_result_show {
    display: block;
}

.quiz_result_container p {
    letter-spacing: 1.25px;
}

.quiz_result_container p.info {
    font-size: 18px;
    margin: 0;
}

.quiz_result_container p.answer {
    font-size: 18px;
    margin: 0 0 10px 0;
}

p.yellow {
    color: #febf00;
}
.yellow {
    color: #febf00;
}
p.text-small,
label.text-small {
    font-size: 16px;
    margin: 0;
}

#quiz-result-answers {
    margin-top: 30px;
    padding: 0 30px;
}

.quiz_result_container p.question-number {
    font-size: 24px;
    margin: 0;
}
.quiz_result_container p.question-time {
    font-size: 20px;
}
.quiz_result_container p.question-diodis {
    font-size: 20px;
}
#form-integrantes {
    padding: 0 15px;
}
#form-integrantes .col-left div > p {
    text-align: right;
}

#form-integrantes .col-right > div {
    background-image: url("../assets/registro/panel_familia_pc2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
#form-integrantes .col-right > p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

#form-integrantes .col-central {
    padding: 0;
}
#form-integrantes .col-central img {
    flex-grow: 1;
    width: 45px;
    cursor: pointer;
}

#form-integrantes .col-central input {
    flex-grow: 1;
    width: 33%;
}
.row-form {
    height: 40px;
    margin: 20px 0;
}
.row-form input {
    height: 100%;
    background: url("../assets/registro/panel_num.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    color: #fff;
    padding-top: 6px;
}

.row-form p {
    padding: 0;
    margin: 0;
}
#form-integrantes .col-right > div > p {
    margin: 0;
}

#form-integrantes .col-right > div > p > span {
    font-size: 40px;
}

.register-step {
    font-size: 22px;
}
.register-step + p {
    font-size: 16px;
}
#mundo-diodis-imagen {
    max-width: 100%;
}

#mundo-diodis-imagen-sm {
    display: none;
}

#register-family-members > div {
    height: 100%;
    width: 100%;
}
#register-family-members > div > p {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

.registro-fin {
    position: absolute;
    left: 50%;
    top: 50%;
    /* transform: translate(-41%, -20%); */
    font-size: 50px;
    z-index: 2;
    transform: translate(-50%, -30px);
    font-size: 20px;
    width: 350px;
}

.modal-register-button {
    max-width: 250px;
    cursor: pointer;
}
.help-title {
    font-size: 20px;
}
#help-form-container {
    margin-top: 40px;
    max-width: 710px;
}

#help-form-container .input-asunto > img {
    height: 36px;
    width: 100%;
}

#help-form-container .input-asunto > input {
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 5px 15px;
    border: none;
    line-height: 1em;
    resize: none;
}

/* #help-form-container input {
    background: url("../assets/form_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    padding-top: 6px;
    text-align: left;
    font-size: 16px;
} */

#help-form-container p {
    line-height: 1em;
}

#help-form-container p > span {
    color: #ffffff;
}

#help-form-container input {
    width: 100%;
}

#help-form-container .textarea {
    height: calc(100% - 42px);
}

#help-form-container .textarea > img {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
}

#help-form-container .textarea > textarea {
    background-color: rgba(0, 0, 0, 0);
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 5px 15px;
    border: none;
    line-height: 1em;
    resize: none;
}

#help-form-container .submit {
    margin-top: 15px;
    height: 44px;
}
#open-mobile-form img {
    margin: 15px 0;
    height: 44px;
}
/* PANEL QUIZ*/
#myTabContent {
    display: none;
}

#next-question,
#previous-question {
    width: 70px;
    cursor: pointer;
}

#previous-question {
    transform: rotate(180deg);
}

.globo-mot-quiz {
    color: #000;
    border-style: solid;
    border-width: 10px 10px 23px 23px;
    -moz-border-image: url(../assets/globo_.png) 11 21 25 49;
    -webkit-border-image: url(../assets/globo_.png) 11 21 25 49;
    -o-border-image: url(../assets/globo_.png) 11 21 25 49;
    border-image: url(../assets/globo_.png) 11 21 25 49 fill;
}

.globo-mot-quiz:before {
    display: inline-block;
    width: 42px;
    height: 10px;
    background-image: url(../assets/globo_punta.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -40px;
    bottom: 8px;
    transform: rotate(0deg);
}
.globo_dim_quiz {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 80vw;
    height: auto;
    font-size: 0.6em;
    transform: scale(1) translate(-50%, 100%);
    max-width: 410px;
}

.mot-nina-quiz {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 65px;
    transform: translate(-460%, 90%);
    max-width: 100px;
}

.mot-nieve-quiz {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(220%, 100%);
    width: 27vw;
    max-width: 100px;
}
.age-range-disabled {
    opacity: 40%;
}
.age-range-disabled > img {
    width: 80%;
    cursor: not-allowed;
}

#motivacion {
    display: none;
}
#send-form-ok {
    display: none;
}
#btn-send-form {
    cursor: pointer;
}
#digi-logo {
    max-width: 200px;
}

.mot-nino-pre-familia {
    position: absolute;
    bottom: 0%;
    left: 0%;

    width: 15.2vw;
    max-width: 100px;
}

.mundo-nino2,
.mundo-nina2 {
    display: none;
}
.mundo-nino2-sm,
.mundo-nina2-sm {
    display: none;
}
#quiz-results-mobile {
    display: none;
}

.disclaimer {
    text-align: left;
    font-size: 0.9rem;
}
.mundo-nina-galeria {
    position: absolute;
    left: 0px;
    bottom: -100px;
    animation: mensaje 15s 1;
}

.row-results-table {
    font-size: 1.1rem;
}

.modal-quiz {
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.75);
}
.modal-quiz > .modal-dialog {
    min-width: 60vw !important;
}
@media (max-width: 1200px) {
    #quiz-results {
        display: none;
    }
    #quiz-results-mobile {
        display: block;
    }
}
@media (max-width: 767px) {
    .txt-quiz {
        font-size: 0.7em;
    }
    .quiz_result_container p.info {
        font-size: 16px;
    }
    .quiz_result_container p.answer {
        font-size: 16px;
    }

    .quiz_result_container p.question-time {
        font-size: 18px;
    }
    .quiz_result_container p.question-diodis {
        font-size: 18px;
    }
    #form-integrantes .col-right {
        padding: 20px 4%;
    }
    #form-integrantes .col-right > div {
        background-image: url("../assets/registro/panel_familia_movil2.png");
        background-position: center top;
        background-size: 100% 100%;
        height: 100px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 0 15px;
    }
    #form-integrantes .col-right > div > p {
        position: initial;
    }
    #form-integrantes .col-left div > p {
        text-align: center;
    }
    .quiz_dim {
        width: 80%;
        z-index: 10;
        bottom: 45%;
        font-size: 0.6em;
    }
    .mot-arbol-pre {
        transform: translate(20%, 110%);
        width: 36vw;
        z-index: 100;
    }
    .mot-nino-pre {
        transform: translate(-140%, 180%);
        width: 18vw;
    }
    #start-quiz {
        top: 95%;
        cursor: pointer;
    }
    .quiz-info {
        color: #000;
        border-style: none;
        border-width: 0;
        -moz-border-image: none;
        -webkit-border-image: none;
        -o-border-image: none;
        border-image: none;
        background: url(../assets/globo_.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 140px;
        padding-top: 5px;
    }
    .quiz-info::before {
        left: 20px;
        bottom: 5px;
        transform: rotate(90deg);
        z-index: -1;
    }
    .globo-mot-quiz {
        width: 70vw;
        transform: scale(1) translate(35%, -90%);
    }
    .mot-nina-quiz {
        bottom: -20px;
        left: 0;
        transform: none;
        margin-left: 10px;
    }
    .mot-nieve-quiz {
        display: none;
    }
    #quiz-completed-banner {
        display: none;
    }
    .disclaimer {
        text-align: left;
        font-size: 0.8rem;
    }
}
@media (max-width: 576px) {
    #help-form-container .textarea {
        height: 100px;
    }
    #help-form {
        display: none;
    }
    #next-question,
    #previous-question {
        width: 50px;
    }
    #quiz-results {
        padding: 0;
    }
    .registro-fin {
        font-size: 16px;
        width: 190px;
    }
    .quiz-info {
        font-size: 16px;
    }
}
@media (max-width: 439px) {
    #mundo-diodis-imagen {
        display: none;
    }
    #mundo-diodis-imagen-sm {
        display: block;
    }
}
@media (max-width: 350px) {
    #form-integrantes .col-central img {
        width: 35px;
    }
}
