html,
body {
    margin: 0;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#cont_footer {
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 10px 0px;
    float: left;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
#cont_footer a {
    color: #fff;
}

/*  */
#cont_prin {
    width: 100%;
    min-height: calc(100vh - 40px);
    padding: 30px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*  */
#cont_central {
    width: 600px;
}

/*  */
#Logo {
    width: 50%;
    margin: 0 0 10px;
}

/*  */
#form_input {
    float: left;
    width: 100%;
}

/*  */
#form_input p {
    text-align: left;
    font-size: 15px;
    margin: 10px 0 2px;
}

/*  */
#form_input input, #form_input select {
    width: 100%;
    padding: 7px 12px;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
    border: solid 1px rgb(119, 119, 119);
}

/*  */
#form_input a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/*  */
#button_login,
#button_siguiente,
#button_regis {
    border: 0;
    font-size: 16px;
    color: #fff;
    background: #336699;
    font-weight: bold;
    margin: 20px 0 5px;
    padding: 12px 30px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

#button_login{
    width: 100%;
    padding: 5px;
    font-size: 18px;
    transition: .1s;
    text-align: center;
}

#button_siguiente span {
    font-size: 15px;
    padding-left: 5px;
}


#button_login:hover,
#button_regis:hover {
    background: #2A5580;
    color: #fff;
}

#a_registrar {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

#a_registrar:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}

#input_check {
    text-align: left;
    width: 100%;
    font-size: 12px;
    float: left;
}

/* stilo del reporte de errores */

.resp_error p {
    background: red;
    float: left;
    width: calc(100% - 0px);
    padding: 5px 10px;
    margin: 10px 0 0;
    text-align: left;
    min-height: 0;
    color: #fff;
    font-size: 14px;
    transition: 1s;
}

/* menu horizontal */
#menu-horizontal {
    width: 100%;
    float: left;
    padding: 7.5px 2%;
    position: fixed;
    z-index: 99;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

#cont-img-perfil {
    float: right;
}

#cont-img-perfil div {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    float: right;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-img-perfil div img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}
#cont-img-perfil #icon {
    width: 16px;
    margin: 7px;
    float: left;
}

#cont-img-perfil #icon_cascos {
    height: 16px;
    margin: 7px;
    float: left;
}

#cont-img-perfil #coin,
#cont-img-perfil #coin_casco,
#cont-img-perfil #rankingText {
    height: 100%;
    float: left;
    margin: 0;
    padding: 5.5px 10px 5.5px 0;
    font-weight: bold;
}

#cont-img-perfil #coin {
    color: #FFCC00;
}

#cont-img-perfil #coin_casco {
    color: #ff9900;
}

#cont-img-perfil #rankingText {
    color: #54DC5A;
}

#cont-point {
    height: 35px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-point img {
    height: 31px;
    float: left;
}

#cont-point P {
    float: left;
    margin: 0 0 0 10px;
    font-weight: bolder;
    padding: 1.5px;
    font-size: 18px;
}

/* contenido del index */

/* contenedores principales */
#cont-index {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 40px);
    float: left;
    position: relative;
    text-align: center;
    padding-top: 50px;
    background: red;
}

.botonRanking {
    background-color: rgba(250, 250, 250, .1);
    float: left;
    border-radius: 5px;
    border: solid 0;
    transition: .2s;
    outline: none;
    outline:none;
}

.inicioText{
    color: #fff;
    font-size: 18px;
}

.botonRanking:hover{
    background-color: rgba(250, 250, 250, 1);
}

#cont-index img {
    max-height: 100%;
    max-width: 100%;
}

#cont-index div {
    position: absolute;
}

#cont-index p {
    color: #fff;
    font-weight: bold;
    margin: -10px;
    padding: 0;
}

/* opciones al dar click en la foto de perfil */

#cont-opc-perfil {
    width: 200px;
    background: #fff;
    position: fixed;
    z-index: 99;
    top: 51px;
    right: 1.5%;
    float: left;
    display: none;
    padding: 10px 0;

}

#cont-opc-perfil a {
    width: calc(100%);
    padding: 7px 13px;
    float: left;
    background: rgb(243, 243, 243);
    color: rgb(61, 61, 61);
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 1px;
}

#cont-opc-perfil a:hover {
    background: #224466;
    color: #fff;
}

#cont-opc-perfil a span {
    font-size: 19px;
    margin-right: 10px;
}

/* pagina de editar perfil */
#cont-perfil {
    width: 100%;
    float: left;
    margin-top: 51px;
    padding: 20px 0;
}

#cont-perfil #perfil {
    width: 50%;
    float: left;
    margin: 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-perfil #perfil div {
    margin: 0 10px;
    padding: 10px;
    display: table;
}

#cont-perfil #perfil div h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

#cont-perfil #perfil div p {
    margin: 0;
    font-size: 16px;
    color: #ebebeb;
}

#cont-perfil #perfil div button {
    margin: 5px 5px 0 0;
    font-size: 14px;
    background: rgb(245, 245, 245);
    color: #336699;
    border: solid 0;
    border-radius: 5%;
    padding: 2px 10px;
}

#cont-perfil #perfil div button:hover {
    background: #fff;
}

#cont-perfil #perfil div img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

#cont-inf-perfil {
    width: 100%;
    float: left;
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

#cont-inf-perfil #inf-perfil {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#3c75ad', GradientType=1);
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-inf-perfil #inf-perfil #porsentaje {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cont-inf-perfil #inf-perfil #porsentaje p {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

#cont-inf-perfil #inf-perfil #info {
    float: left;
    display: table;
    margin: 10px;
    padding: 5px;
}

#cont-inf-perfil #inf-perfil #info p {
    margin: 0;
    color: #fff;
    font-weight: bold;
}

/* circulo de porcentaje -> inicio */

#circleBar .round strong {
    top: calc(50% - 20px);
    left: 46px;
    position: absolute;
    font-size: 20px;
    color: #fff;
}

/* circulo de porcentaje -> final */

/* estilos de editor de perfil */

#contenido_mision {
    width: 100%;
    display: grid;
    padding-top: 53px;
    min-height: calc(100% - 40px);
}

.cont_opciones_fond {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    overflow-y: auto;
}

.cont_opciones_fond .cont_opciones {
    width: 400px;
    padding: 20px;
    background: #fff;
}

.cont_opciones_fond .cont_opciones h1 {
    margin-top: 10 PX;
    font-size: 20px;
    text-align: center;
}

.cont_opciones_fond .cont_opciones .file_fon {
    text-align: center;
}

.cont_opciones_fond .cont_opciones .file_fon input {
    display: none;
}

.cont_opciones_fond .cont_opciones .file_fon div {
    padding: 4px 14px;
    margin: 5px;
    border: solid 1px rgb(202, 202, 202);
    border-radius: 5px;
    outline: none;
    font-size: 15px;
}

.cont_opciones_fond .cont_opciones p {
    margin: 0;
}

.cont_opciones_fond input[type=text],
.cont_opciones_fond input[type=e-mail],
.cont_opciones_fond input[type=password] {
    width: 100%;
    outline: none;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 3px;
    border: solid 1px #929292;
}

.cont_opciones_fond input[type=button] {
    width: 100%;
    padding: 4px 10px;
    background: rgba(51, 102, 153, 1);
    border: solid 0;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
}

.cont_opciones_fond input[type=button]:hover {
    background: #1D3B59;
}

.icon-close {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#cont_bienvenida {
    color: #fff;
    margin: 0;
    width: 100%;
    height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#cont_bienvenida p {
    margin: 0;

}

#cont_bienvenida div img {
    width: 200px;
}

/* diseño del contenedor de actividades */

.cont_menu_preguntas {
    width: 100%;
    float: left;
    border-bottom: solid 1px #2b2b2b;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2%;
}

.cont_menu_preguntas div {
    text-align: center;
}

.cont_menu_preguntas div h1 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
}

.cont_menu_preguntas div p {
    max-width: 500px;
    margin: 10px 0 15px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.cont_menu_preguntas div img {
    width: 150px;
    padding: 15px 0 10px;
}

.cont_actividades {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.cont_actividades div {
    max-width: 500px;
    text-align: center;
    color: #fff;
    padding: 0 2%;
}

.cont_actividades div p {
    font-size: 14px;
}

.cont_actividades div p font {
    color: rgba(255, 255, 255, 0.6);
}

.cont_actividades div h1 {
    font-size: 16px;
}

.cont_actividades div .cont_recompensa p1 {
    font-weight: bold;
    padding-left: 5px;
}

.cont_actividades div .cont_recompensa img {
    width: 25px;
    margin: 8px 0;
}

.cont_actividades div .cont_recompensa {
    padding: 5px;
}

.cont_actividades div button {
    padding: 5px 20px;
    border-radius: 10px;
    border: solid 1px #4777A6;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 10px 15px;
    background: #4777A6;
    color: #fff;
    outline: none;
}

.cont_actividades div button:hover,
.actividades div form input[type=submit]:hover {
    border: solid 1px #fff;
    background: #2b4a69;

}

.cont_act {
    width: 100%;
    padding: 60px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actividades {
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.actividades h1 {
    font-weight: bold;
    font-size: 20px;
}

.actividades p {
    font-size: 16px;

}

.actividades div {
    display: flex;
    justify-content: center;
}

.actividades div .form_pc {
    max-width: 600px;
}

.actividades div .form_pc input[type=checkbox] {
    display: none;
}

.actividades div .form_pc label {
    background: #fff;
    color: #1D3B59;
    width: calc(50% - 10px);
    min-height: 100px;
    cursor: pointer;
    margin: 5px;
    padding: 15px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 10px;
}

.actividades div .form_pc input[type=checkbox]:checked + label {
    background: #FFCC00;
    color: #1D3B59;
    font-weight: bold;
}

.actividades div .form_pc input[type=button],
.actividades div .form_archivo input[type=button] {
    width: calc(100% - 10px);
    padding: 5px 0;
    border-radius: 10px;
    border: solid 1px #4777A6;
    font-weight: bold;
    font-size: 16px;
    background: #4777A6;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
    outline: none;
}

.actividades div .form_archivo input[type=file] {
    display: none;
}

.actividades div .form_archivo label {
    width: 100px;
    height: 100px;
    background: rgb(192, 19, 19);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px rgb(209, 28, 28);

}

#cont_form_archivo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* view_video_perfil */

.view_video_perfil {
    width: 200px;
}

/* visor de actividades del index */

.activ_visor {
    text-align: left;
    width: 300px;
    right: 0;
    color: white;
    position: absolute;
}

.activ_visor h1 {
    font-size: 25px;
    padding: 0 10px;
}

.activ_visor #ms_opc{
    display: none;
}

.activ_visor #ms_opc p {
    /* width: 300px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin: 2.5px 0;
    padding: 5px 10px;
}

#cont_medallas {
    width: 300px;
    left: 0;
    color: #fff;
    text-align: left;
    position: absolute;
}

#cont_medallas h1 {
    font-size: 25px;
    padding: 0 10px;
}

#cont_medallas img {
    width: 50px;
    padding-left: 5px;
}

#cont_medallas > p {
    width: 300px;
    font-size: 14px;
    background: #152a40ec;
    margin: 2.5px 0;
    padding: 5px 10px;
}

.centra_medallas_perfil {
    width: 100%;
    display: flex;
    justify-content: center;
}

.centra_medallas_perfil .cont_medallas_perfil {
    width: 550px;
    text-align: center;
    margin: 10px;
    color: #fff;
}

.centra_medallas_perfil .cont_medallas_perfil h1 {
    font-size: 22px;
}

.centra_medallas_perfil .cont_medallas_perfil img {
    width: calc(20% - 10px);
    margin: 5px 10px;
}

.centra_medallas_perfil .cont_medallas_perfil p {
    width: 100%;
    margin: 2.5px 0;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
}

#ver_misiones {
    display: block;
    font-weight: bold;
}

.actividades img {
    width: 200px;
    margin: 20px;
}

/* estilos de actividad bien o mal */

.cont_actviti_selec {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#152a40', endColorstr='#5c9ce0', GradientType=1);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont_actviti_selec .contenedor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#check_form {
    display: flex;
    justify-content: center;
    width: 100%;
}

#check_form .cont_central {
    width: 30%;
    margin: 0;
    float: left;
}

#check_form .cont_left {
    padding: 10px;
    width: 35%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

#check_form .cont_right {
    padding: 10px;
    width: 35%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

#check_form .cont_central img {
    max-width: calc(50%);
    margin: 2px;
}

#check_form .cont_central .titulo {
    background: #edf108;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: bold;
    border: solid 2px #ffffff;
    margin: 0;
    color: #000;
}
.cont_bienomal {
    text-align: center;
    width: 80%;
}

#check_form .cont_right div,
#check_form .cont_left div {
    width: 100%;
}

#check_form .cont_right div input,
#check_form .cont_left div input {
    display: none;
}

#check_form input[type=radio]:checked + label {
    background: rgba(22, 151, 5, 1);
    color: #fff;
}

#check_form .cont_right div label,
#check_form .cont_left div label {
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: solid 2px rgb(206, 206, 206);
    cursor: pointer;
}

.botonContinuarBloqueado {
    padding: 5px 80px;
    border-radius: 5px;
    border: solid 2px rgb(52, 214, 31);
    background: rgba(22, 151, 5, 1);
    color: #fff;
    font-weight: bold;
    transition: 0.1s;
    opacity: .2;
}

.imgBienoMal {
    width: 200px;
}

/* cambiar calve */
.cont_olvidaste_clave {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_olvidaste_clave form {
    width: 400px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

.cont_olvidaste_clave form p {
    margin: 5px;
}

.cont_olvidaste_clave form input {
    width: calc(100% - 10px);
    margin: 5px;
    outline: none;
}

.cont_olvidaste_clave form input[type=text] {
    padding: 0 8px;
}

.cont_olvidaste_clave form input[type=button] {
    background: rgb(52, 158, 31);
    color: #fff;
    border: solid 0 rgb(177, 177, 177);
    font-weight: bold;
    padding: 5px;
}

#cam_clave {
    display: none;
}

/* estilos del template de pregunta basica */
.imgTitulo {
    max-width: 90%;
    margin: 0;
    max-height: 400px;
}

.cont_basico_actividad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_pregunta_basica {
    width: 50%;
    padding: 10px;
    text-align: center;
}

.form_pregunta_basica .pregunta {
    width: 96%;
    margin: 5px 2%;
    padding: 20px;
    font-size: 18px;
    background: #fff;
    border-radius: 20px 20px 25px 25px;
    border-bottom: solid 5px rgb(190, 190, 190);
}

.form_pregunta_basica .cont_opciones {
    display: flex;
    margin: 0 1%;
}

.form_pregunta_basica .cont_opciones input[type=radio] {
    display: none;
}

.form_pregunta_basica .cont_opciones .opciones {
    width: 48%;
    margin: 5px 1%;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    border: solid 2px rgb(190, 190, 190);
    cursor: pointer;
}

.form_pregunta_basica .cont_opciones .opciones img {
    width: 100%;
}

.form_pregunta_basica .cont_opciones input[type=radio]:checked + label {
    background: rgb(252, 248, 4);
    border: solid 2px rgb(189, 186, 12);
    color: rgb(52, 61, 0);
    font-weight: bold;
    transition: 0.2s;
}

.form_pregunta_basica #botonCalificar {
    width: 96%;
    margin: 5px 2%;
    padding: 5px;
    font-size: 18px;
    border-radius: 15px;
    font-weight: bold;
    background: rgba(22, 151, 5, 1);
    border: solid 2px rgba(21, 122, 7, 1);
    color: rgba(255, 255, 255, 1);
    outline: none;
    opacity: 0.1;
    transition: 0.2s;
    cursor: default;
    float: left;
}

#botonContinuar {
    width: 96%;
    margin: 5px 2%;
    padding: 5px;
    font-size: 18px;
    border-radius: 15px;
    font-weight: bold;
    background: rgba(22, 151, 5, 1);
    border: solid 2px rgba(21, 122, 7, 1);
    color: rgba(255, 255, 255, 1);
    outline: none;
    transition: 0.2s;
    cursor: pointer;
    float: left;
    display: none;
}

.botonContinuar {
    margin: 5px 2%;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    background: rgba(22, 151, 5, 1);
    border: solid 2px rgba(21, 122, 7, 1);
    color: rgba(255, 255, 255, 1);
    outline: none;
    transition: 0.2s;
    cursor: pointer;
}

/* estilos de cobra al agua */
.cont_principal {
    width: 100%;
    min-height: 100%;
}

.cielo_templates {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(23, 78, 115, 1);
    background: -moz-linear-gradient(top, rgba(23,78,115,1) 0%, rgba(30,103,125,1) 34%, rgba(72,152,176,1) 77%, rgba(74,201,224,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,78,115,1)), color-stop(34%, rgba(30,103,125,1)), color-stop(77%, rgba(72,152,176,1)), color-stop(100%, rgba(74,201,224,1)));
    background: -webkit-linear-gradient(top, rgba(23,78,115,1) 0%, rgba(30,103,125,1) 34%, rgba(72,152,176,1) 77%, rgba(74,201,224,1) 100%);
    background: -o-linear-gradient(top, rgba(23,78,115,1) 0%, rgba(30,103,125,1) 34%, rgba(72,152,176,1) 77%, rgba(74,201,224,1) 100%);
    background: -ms-linear-gradient(top, rgba(23,78,115,1) 0%, rgba(30,103,125,1) 34%, rgba(72,152,176,1) 77%, rgba(74,201,224,1) 100%);
    background: linear-gradient(to bottom, rgba(23,78,115,1) 0%, rgba(30,103,125,1) 34%, rgba(72,152,176,1) 77%, rgba(74,201,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#174e73', endColorstr='#4ac9e0', GradientType=0);
}

.mar_templates {
    width: 100%;
    height: 22vh;
    background: rgb(15, 95, 133);
    margin-top: calc(78vh - 93px);
    position: absolute;
    z-index: 1;
    animation-name: mar;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes mar {
    0% {
        margin-top: calc(78vh - 93px));
        height: calc(22vh);
    }
    50% {
        margin-top: calc(77vh - 93px);
        height: calc(23vh + 0.3vh);
    }
    100% {
        margin-top: calc(78vh - 93px);
        height: calc(22vh);
    }
}

.playa_template {
    position: absolute;
    width: 30vh;
    margin-top: calc(100vh - 500px);
    right: 10vh;
    z-index: 2;
}

.meteorito_template,
.meteorito_template1,
.meteorito_template2 {
    position: absolute;
    z-index: 2;
}

.meteorito_template {
    right: 5vh;
    width: 20vh;
    margin-top: calc(50px + 10%);
}

.meteorito_template1 {
    margin-top: calc(50px + 4%);
    right: 0;
    width: 15vh;
}

.meteorito_template2 {
    margin-top: 50px;
    right: 10vh;
    width: 30vh;
}

.info_template_agua {
    position: absolute;
    width: 100%;
    height: calc(100vh - 93px);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inf_prin_temaplate_agua {
    width: 500px;
    padding: 10px 15px;
    margin: 5px;
    background: rgba(16, 21, 29, 0.9);
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.button_templates_agua {
    position: absolute;
    width: 100%;
    margin-top: calc(100vh - 137px);
    z-index: 100;
    text-align: center;
}

.button_templates_agua button {
    font-size: 22px;
    padding: 5px 25px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #fff;
    transition: 0.5s;
}

.button_templates_agua button:hover {
    transform: scale(1.1);
}

.cobra_balsa_template {
    position: absolute;
    width: 30vh;
    margin-top: calc(56vh - 40px);
    left: 10vh;
    z-index: 2;
    animation-name: balsaCobra;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes balsaCobra {
    0% {
        margin-top: calc(56vh - 90px);
    }
    50% {
        margin-top: calc(55.5vh - 90px);
    }
    100% {
        margin-top: calc(56vh - 90px);
    }
}

/* estilos de template de video basico */

.cont_video_basico {
    width: 100%;
    height: calc(100vh - 40px);
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_video_basico div {
    width: 60%;
    text-align: center;
}

.cont_video_basico div h1 {
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.cont_video_basico div video {
    width: 100%;
}

.buttonContinuar {
    padding: 8px 20px;
    font-weight: bold;
    border: solid 0;
    border-radius: 5px;
    background: rgb(21, 134, 36);
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}

.buttonContinuar:hover {
    background: rgb(17, 112, 30);
    transform: scale(1.1);
}

#botonContinuar {
    display: none;
}

/* stylos del template relaciona las cartas */
.cont_cartas_principal {
    width: 100%;
    min-height: calc(100% - 93px);
    display: flex;
    /* padding-top: 50px; */
    justify-content: center;
    align-items: center;
    object-fit: cover;
    transition: 1s;
}

.cont_cartas {
    text-align: center;
    transition: 1s;
}

.cont_cartas .carta {
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    margin: 5px;
    display: inline-block;
    border: 0;
    padding: 0;
    overflow: hidden;
    -webkit-overflow: hidden;
    -moz-overflow: hidden;
    -o-overflow: hidden;
    transform: rotateY(0deg);
}

.cont_cartas .carta:hover {
    transform: scale(1.05);
}

.cont_cartas .carta .carta_size {
    width: 100%;
    height: 100%;
    margin: 0;
}

.cont_cartas .carta .contenido {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    overflow: auto;
    -webkit-overflow: auto;
    -moz-overflow: auto;
    -o-overflow: auto;
    background: rgb(200, 165, 148);
    border: solid 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_cartas .carta .contenido .imgCarta {
    max-height: 100%;
    max-width: 100%;
}
.cont_cartas .carta .contenido .textoCarta {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    font-weight: bold;

    vertical-align: center;
    overflow: auto;
    -webkit-overflow: auto;
    -moz-overflow: auto;
    -o-overflow: auto;
}

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

.textIntentos {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 70px;
    height: 70px;
    background: rgb(25, 149, 21);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textDescripcion {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/* estilos de evolucion */


/* estilos del template escalera */

.cont-template_escalera {
    width: 100%;
}

.escalera {
    width: 100%;
    height: calc(100vh - 93px);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.escalera .font_escalera {
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
}

.escalera_text_info {
    max-width: 400px;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 5px 15px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    color: #000;
    margin: -10px 5px 10px;
    animation-duration: 1s;
    animation-name: cuadrotext;
}

.escalera_text_info h1 {
    font-weight: bold;
    font-size: 22px;
}

.escalera_text_info p {
    font-size: 16px;
}

@keyframes cuadrotext {
    0% {
        transform: scale(0.1);
    }
}

#siguei {
    font-size: 40px;
    color: #fff;
    background: rgba(202, 202, 202, 0.1);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    float: right;
}

.cont_sigu {
    padding-top: 80vh;
    z-index: 99;
    position: absolute;
}

.muestraInfo {
    background: rgba(82, 187, 21, 0.74);
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    color: #fff;
    transform: scale(0);
    animation-duration: 2s;
    animation-name: info;
}

@keyframes info {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

/* stylos pagina de finalizar actividad */

.centrar_cont {
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_finalizar {
    width: 60%;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cont_finalizar img {
    width: 100%;
    pointer-events: none;
    padding: 10px 0;
}

.cont_finalizar h1 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

/* estilos alerta */
.alertContainer {
    background: rgba(0, 0, 0, 0.8s);
    position: fixed;
    z-index: 99;
    width: 100%;
}
.centrar_cont_alert {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 100%;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

.cont_alert {
    background: rgb(158, 31, 31);
    padding: 20px 10px;
    text-align: center;
    width: 400px;
    border-radius: 5px;
}

.cont_alert h1 {
    font-size: 22px;
}

/* menu del video */
.menu_video ul {
    max-width: 500px;
    margin: 0;
    padding: 0;
    float: left;
}

.menu_video ul li {
    float: left;
    list-style: none;
    padding: 5px 15px;
    margin: 5px 1px 1px;
    cursor: pointer;
}

.menu_video ul li:hover {
    background: rgb(216, 10, 10);
}

.videoMision {
    width: 100%;
    height: 300px;
    outline: none;
}

.img_completa {
    width: 80%;
}

/* estilos de sopa de letras */

.centrarDiv {
    width: 100%;
    min-height: calc(100vh - 93px);
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    float: left;
    background: url('../intranet/uploads/img_actividades/sopaDeLetras/img2.png') no-repeat fixed center;
}

.containerSopaLetras {
    width: 50%;
    padding: 10px;
}

.containerSopaLetras .containerSuperior {
    width: calc(100% - 150px);
    height: 100px;
    float: right;
}

.containerSopaLetras .containerSuperior .containerReloj {
    width: 140px;
    height: 100px;
    float: left;
    display: flex;
    justify-content: center;
    border-left: solid 10px #fff;
    border-right: solid 10px #fff;
    border-top: solid 5px #fff;
    padding-top: 8px;
    border-radius: 50px 50px 0 0;
}

/* estilos del cronometro de la sopa de letras */
.base-timer {
    position: relative;
    width: 100%;
    height: 100%;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(41, 221, 137);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.containerSopaLetras .containerSuperior .titulo {
    width: calc(100% - 150px);
    height: 100%;
    display: flex;
    justify-content: center;
    float: left;
}

.containerSopaLetras .containerSuperior .titulo img {
    height: 100%;
    padding: 5px;
    float: left;
    border-radius: 50px 0 0 0;
    border-left: solid 10px #fff;
    border-top: solid 5px #fff;
}

.containerSopaLetras .containerSuperior .titulo p {
    max-width: calc(90% - 120px);
    height: 100%;
    float: left;
    margin: 0;
    display: flex;
    /* align-items: center; */
    overflow: auto;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 50px 0 0;
    border-top: solid 5px #fff;
    border-right: solid 10px #fff;
}

.containerListadoPalabras {
    width: 150px;
    float: left;
    color: #fff;
    border-radius: 0 0 50px 0;
    border-right: solid 10px #fff;
    border-top: solid 15px #fff;
    border-bottom: solid 15px #fff;
}

.containerListadoPalabras ul {
    padding: 0;
    width: 100%;
}

.containerListadoPalabras ul .titulo {
    padding: 10px;
    border-bottom: solid 3px #fff;
}

.containerListadoPalabras ul ul {
    padding: 10px;
}

.containerListadoPalabras ul li {
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    cursor: default;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}


.sopaLetras {
    border: solid 15px #fff;
    border-radius: 5px 0 0 5px;
    width: calc(100% - 300px);
    float: left;
    padding: 0;
}

.sopaLetras table {
    width: 100%;
    border: solid 2px #000;
    border-radius: 15px;
    float: left;
}

.sopaLetras table td {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

.sopaLetras table td:hover {
    background: rgb(226, 226, 226);
}

.cuadradoSopaLetras {
    background: #fff;
}

.contAvatar {
    width: 150px;
    float: left;
    display: flex;
    align-items: center;
}

.contAvatar .img {
    width: 100%;
    height: 60%;
    border-radius: 50px 0 0 50px;
    border-left: solid 10px #fff;
    border-top: solid 15px #fff;
    border-bottom: solid 15px #fff;
}

.contAvatar .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.containerSopa {
    width: 100%;
    float: left;
    display: inline-flex;
}

/* estilos actividad de completa la secuencia */

.containerSecuecia {
    width: 100%;
    height: calc(100vh - 93px);
    display: flex;
    justify-content: center;
}

.containerSecuecia .contenedor_contenido {
    width: 40%;
    min-height: calc(100vh - 290px);
    padding-top: 7px;
}

.containerSecuecia .contenedor_contenido .bordeado {
    width: 100%;
    float: left;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel {
    width: 100%;
    float: left;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel {
    width: 102%;
    margin-left: -1.5%;
    float: left;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .contanerCartasRestantes {
    width: 30px;
    height: 30px;
    float: right;
    border: solid 2px #fff;
    border-radius: 50%;
    margin: -5% -1% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .contanerCartasRestantes .segundoBorde {
    width: 85%;
    height: 85%;
    background: rgb(224, 224, 224);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .contanerCartasRestantes .segundoBorde font {
    font-size: 10px;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .img {
    width: 100%;
    margin: -12% 0 0;
    overflow: hidden;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .cronometroPro {
    width: 70px;
    height: 70px;
    float: right;
    border: solid 2px #fff;
    border-radius: 50%;
    margin: -20% -5% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .cronometroPro .segundoBorde {
    width: 92%;
    height: 92%;
    border-radius: 50%;
}

.containerSecuecia .contenedor_contenido .bordeado .contenedor_carrucel .carrucel .img .arrastraImg {
    width: calc(100% / 5);
    height: 100%;
    object-fit: cover;
    float: left;
    border-radius: 50% 50% 50% 50%;
    border-left: solid 15px #fff;
    border-right: solid 15px #fff;
    border-bottom: solid 20px #fff;
    border-top: solid 5px #fff;
    transition: 1s;
    cursor: pointer;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia {
    width: 100%;
    height: calc(100vh - 240px);
    border-radius: 8% 8% 8% 8%;
    border-top: solid 8px #fff;
    border-bottom: solid 0 #fff;
    border-left: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    border-radius: 7% 7% 7% 7%;
    background: #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 10%;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS .cuadro {
    width: 100%;
    height: 100%;
    background: #182728;
    border-radius: 5%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS .cuadro::-webkit-scrollbar {
    width: 1em;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS .cuadro::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS .cuadro::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.containerSecuecia .contenedor_contenido .bordeado .Secuencia .borderS .cuadro img {
    width: calc(100% / 3);
    height: calc(100% / 3);
    object-fit: cover;
    float: left;
    border-radius: 10px;
    padding: 5px;
}

.containerSecuecia .contenedor_contenido .info {
    float: left;
    width: 100%;
}
.containerSecuecia .contenedor_contenido .info .text {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.containerSecuecia .contenedor_contenido .info .text p {
    width: calc(100% - 0px);
    font-size: 12px;
    color: #79B6FB;
    margin: 0;
    font-weight: bold;
}

.containerSecuecia .contenedor_contenido .info .text h1 {
    width: calc(100% - 0px);
    font-size: 1em;
    color: #fff;
    padding: 0 0 5px;
}

.containerSecuecia .contenedor_contenido .info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    float: left;
    border-radius: 50%;
    border: solid 2px #fff;
    background: #fff;
}

.botonCarrucelSecuencia {
    padding: 10px 20px;
    border: solid 2px #3f6f28;
    background: #1b8d33;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}

.botonCarrucelSecuencia:hover {
    background: #219539;
    transform: scale(1.1);
}

/* vista previa de imagen */

.fondoVistaPreviaImg {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.conainerVistaPreviaImg {
    max-width: 80%;
    max-height: 80vh;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.conainerVistaPreviaImg img {
    max-width: 100%;
    max-height: 80vh;
}

.conainerVistaPreviaImg .infoCerrar {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    float: left;
}
.conainerVistaPreviaImg .infoCerrar span {
    background: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    right: 0;
}

/* se creo el modulos de noticias */
.miniContainerNoticiasYmedalla{
    position: absolute;
    margin-top: 50px;
}

.miniContainerNoticias{
    opacity: .5;
    background: #000;
    width: 12rem;
    height: 70px;
    margin: 12px;
}

.miniContainerNoticias iframe{
    width: 100%;
    height: 100%;
}

.button_registrar{
    cursor: pointer;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    background: rgb(6, 168, 33);
    color: #fff;
    font-size: 17px;
    border: 0px;
    border-radius: 4px;
    opacity: .7;
    transition: .1s;
}

.button_registrar:hover{
    opacity: 1;
}

.separadorBotones{
    font-size: 18px;
    margin: 0px;
    margin: 15px 0px;
}


.cont-info-mision{
    width: 500px;
}

@media screen and (max-width: 500px){
    .cont-info-mision{
        width: 100%;
    }
}
/* cuenta regresiva */