	/*
Autor José Luis Merlos Guzmán (devil890427@gmail.com)
	*/

@font-face {
  font-family: 'WisdomVacation';
  src: url('../fonts/WisdomVacation.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
#alumno_qr_escuela_1{
  position: fixed;
  z-index: 2;
  margin-left:0%;
  margin-top:-35px;
  /*min-height: 50px;*/
  /*align-content: center;*/
  /*bottom: 0;*/
  width: 100%;
  /*text-align: center;*/
}
#mas_alumno_qr_seguimiento{
  position: fixed;
  z-index: 2;
  margin-left:0%;
  margin-top:-35px;
  width: 100%;
}
.menu_botones_siempre_visibles{
  position: fixed;
  z-index: 2;
  /*min-height: 50px;*/
  bottom: 0;
  width: 100%;
  text-align: center;
  /*word-wrap: break-word;*/
  /*background-color: aquamarine;*/
}
.nom_escuela{
  font-family: WisdomVacation;
  font-size: 20pt;
  text-shadow: 0px 0px 5px black;
  text-shadow: 0px 0px 15px white;
}
.nom_escuela:hover{
  font-size: 21pt;
  text-shadow: 0px 0px 25px white;
  text-shadow: 0px 0px 5px black;
}

.titulo{
  font-family: WisdomVacation;
  font-size: 80pt;
  text-shadow: 0px 0px 10px black;
}

/*
.titulo:hover{
  font-size: 90pt;
  text-shadow: 0px 0px 10px white;
}
*/

.parrafo{
  font-family: WisdomVacation;
  font-size: 30pt;
  text-shadow: 0px 0px 10px black;
}

.parrafo1{
  font-family: WisdomVacation;
  font-size: 30pt;
  text-shadow: 0px 0px 10px white;
  color: #ffffff
}

.parrafo2{
  font-size: 14pt;
  text-shadow: 0px 0px 10px white;
  color: #ffffff
}
/*
.parrafo:hover{
  font-size: 40pt;
  text-shadow: 0px 0px 10px white;
}
*/

.img_f{
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
/*
.img_f:hover{
  width: 55px;
  height: 55px;
  box-shadow: 0px 0px 10px white;
}
*/

*{
  margin: 0;
  padding: 0;
  font-size: 12pt;
  border-radius: 10px;
}
body{
	/*background: url(iconos/capafull.png) center repeat;*/
    /*background: url(../iconos/capa3.png) bottom right repeat,
 url(../iconos/capa4.png) center repeat;*/
  
  /*background-color: #eeeeee;*/
  /*background: linear-gradient(#000000, #ff0000);/*Rojo*/
  /*background: linear-gradient(#000000, #196f3d);/*Verde*/
  /*background: linear-gradient(#000000,#008800,#ffffff);/*verde*/
  /*background: linear-gradient(#000000,#007ee7,#ffffff);/*azul*/
  /*background: linear-gradient(#000000,#0069c0,#ffffff);/*otro azul*/
  /*background: url(../img/fondo_escolar1.png) , linear-gradient(#000000,#008800,#ffffff);/**/
  
  /*background-repeat: no-repeat;*/
  background-size: 100% 100%;
  /*background: linear-gradient(#000000,#007ee7,#ffffff);/*otro azul*/
  background-image: url("../../iconos/capa_4.2_con_t.png"),linear-gradient(#000000,#007ee7,#ffffff);
  /*background-repeat: repeat-x;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*color: #ffffff;*/
  font-family: Arial;
}
input{
	border-color:  #0174DF;
  border-width: 3px;
  border-radius: 10px;
  margin: 2px;
}
input:hover{
	box-shadow: 0px 0px 10px black;
}

.buscador_siempre_visible{
  position: fixed;
  z-index: 3;
  /*min-height: 50px;*/
  /*bottom: 0;*/
  width: 50%;
  /*text-align: center;*/
  /*word-wrap: break-word;*/
  /*background-color: aquamarine;*/
}
#conchat{
  z-index: 2;
  /*background-color: rgba(175, 175, 175, 0.9);*/
  background-color: #eeeeee;
  width: 50%;
  height: 430px;/*82% 490*/
  margin-left:47%;
  /*margin-left:10px;*/
  margin-top:80px;
  overflow-y: scroll;
  position: fixed;/*Estamos fijando la posición fija.*/
  padding: 5px;
  border-radius: 10px;
  word-wrap: break-word; /*Evitamos que el texto se salga del contenedor.*/
  /*text-shadow: 0px 0px 5px black;*/
  box-shadow: 0px 0px 10px black;
}
/*---Chat---*/
#conversacion{
  padding: 10px;
  width: 90%;
  /*height: 400px;
  overflow: hidden;
  overflow-y: scroll;*/
}
#chatyo{
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  float: right;
  text-align: justify;
  /*vertical-align: top;*/
  /*width: 280px;*/
}
#chatel{
  background-color: #3990BF;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  vertical-align: top;
  text-align: justify;
  /*width: 280px;*/
}
#chatyo1{
  background-color: white;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  float: right;
  /*vertical-align: top;*/
  /*width: 280px;*/
}
#chatyo1{
  display: none;
}
#chatel2{
  background-color: #3990BF;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 13px;
  padding: 15px;
  float: left;
  /*vertical-align: top;*/
  /*width: 280px;*/
}
#chatel2{
  display: none;
}

/*---Chat---*/
/****************************menu mi escuela*********************************/
#con_menu{
  /*background-color: rgba(175, 175, 175, 0.9);*/
  background-color: #eeeeee;
  width: 50%;
  /*height: 490px;/*82%*/
  height: 250px;/*82%*/
  margin-left:10px;
  margin-top:80px;
  overflow-y: scroll;
  position: fixed;/*Estamos fijando la posición fija.*/
  padding: 5px;
  border-radius: 10px;
  word-wrap: break-word; /*Evitamos que el texto se salga del contenedor.*/
  /*text-shadow: 0px 0px 5px black;*/
  box-shadow: 0px 0px 10px black;
  z-index: 3;
}
/****************************menu mi escuela*********************************/
/****************************menu boton mas opciones docente*********************************/
#con_menu_d{
  /*background-color: rgba(175, 175, 175, 0.9);*/
  background-color: #eeeeee;
  width: 50%;
  height: 75%;/*82%*/
  margin-left:25%;
  margin-top:80px;
  overflow-y: scroll;
  position: fixed;/*Estamos fijando la posición fija.*/
  padding: 5px;
  border-radius: 10px;
  word-wrap: break-word; /*Evitamos que el texto se salga del contenedor.*/
  /*text-shadow: 0px 0px 5px black;*/
  box-shadow: 0px 0px 10px black;
  z-index: 3;
}
/****************************menu boton mas opciones docente*********************************/

#avion{
	position: absolute;
	/*width: 50px;
	height: 50px;*/
}
.sombra{
  color: #000000;
}

.imagenc{
	/*border-width: 3px;
	border-color:  #ffffff;
	margin: 2px;*/
	text-align: center;
	width: 25%;
	height: auto;
	/*box-shadow: 0px 0px 10px white;*/
}
.imagenc:hover{
border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 10px 10px #ffffff;
/*transform: rotate(360deg);
-webkit-transform: rotate(360deg);*/
filter: saturate(180%);
}
.imageng{
	/*border-width: 3px;
	border-color:  #ffffff;
	margin: 2px;*/
	text-align: center;
	width: 90%;
	height: auto;
	box-shadow: 0px 0px 20px black;
}

.imageng_bitacora{
  /*border-width: 3px;
  border-color:  #ffffff;
  margin: 2px;*/
  text-align: center;
  width: 40%;
  height: auto;
  box-shadow: 0px 0px 20px black;
}
/*
.imageng:hover{
border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 10px 10px #ffffff;
/*transform: rotate(360deg);
-webkit-transform: rotate(360deg);
filter: saturate(180%);
}
*/

.acentro{
  text-align: right;
}
.aderecha{
  text-align: right;
  color: #ffffff;
}
.acentroblanco{
  text-align: center;
  color: #ffffff;
}
.arriba{
  /*background:#323A46;//normal*/
  /*background:#007ee7;//claro*/
  /*background-color: #323A46;/*azul fuerte*/
  /*background: linear-gradient(#008800, #196f3d);/*verde*/
  /*background: url(img/fondo_escolar1.png) , linear-gradient(#008800, #003300);
  background-repeat: no-repeat;
  background-size: 100% auto;*/
  background: linear-gradient(#007ee7, #007ee7, #007ee7, #007ee7, #007ee7);/**/
  /*background-color:  #007ee7;*/
  /*background-color: #014880;azul otro fondo*/
  text-align: right;
  padding: 10px;
  border-radius: 0px;
}
.arriba_visible{
  position: fixed;
  z-index: 2;
  width: 100%;
  /*background:#323A46;//normal*/
  /*background:#007ee7;//claro*/
  /*background-color: #323A46;/*azul fuerte*/
  /*background: linear-gradient(#008800, #196f3d);/*verde*/
  /*background: url(img/fondo_escolar1.png) , linear-gradient(#008800, #003300);
  background-repeat: no-repeat;
  background-size: 100% auto;*/
  /*background: linear-gradient(#007ee7, #007ee7, #007ee7, #007ee7, #007ee7);/**/
  /*background: linear-gradient(#ff9800, #007ee7, #0069c0, #007ee7, #ff9800);/**/
  background: linear-gradient(#0069c0, #0069c0, #0069c0, #0069c0, #0069c0);/**/
  /*background-color:  #007ee7;*/
  /*background-color: #014880;azul otro fondo*/
  text-align: right;
  padding: 1px;
  border-radius: 0px;
}
.abajo{
  /*
  background:#323A46;
  */
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 10px;
}

.titulo_exa{
    font-family: WisdomVacation;
    font-size: 36pt;
    color: black;
    width: fit-content;
    background-color: white;
    text-align: center;
    margin: 5px auto;
    border-radius: 60px;
    box-shadow: 5px 5px 0 #000;
    padding: 10px 20px;
}
.p_exa{
    font-family: WisdomVacation;
    font-size: 30pt;
    color: black;
    display: flex;
    align-items: baseline;
    justify-content: baseline;
}
.monito_exa{
    height: 180px;
    width: 350px;
    display: flex;
    align-items:center;
    justify-content:center ;
}
.final_exa_fondo{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 600px;
    flex-direction: column;
    background-image: url("../../iconos/libretasinfondo.png");
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* boton chido  */
.button_chido{
    font-family: WisdomVacation;
    font-size: 50pt;
    position: relative;
    padding: 10px 22px;
    background: #007ee7;
    border-radius: 10px;
    color: #fff;
    border: none;
    height: 80px;
    width: 250px;
    /*font-size: 18px;*/
    font-weight: 400;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 0.1);
}

.button_chido:active{
    transform: scale(0.96);
}

.button_chido:hover{
    background-color:#f1c40f;
    transform: scale(1.1);
}

.button_chido::before, button_chido::after{
    content:"";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 150%;
    /*z-index: -1;*/
    background-repeat: no-repeat;
}

.button_chido::before{
    top: -70%;
    background-image: radial-gradient(circle, #f1c40f 20%, transparent 20%),
        radial-gradient(circle, transparent 20%, #f1c40f 20%, transparent 30%),
        radial-gradient(circle, #f1c40f 20%, transparent 20%),
        radial-gradient(circle, transparent 10%, #f1c40f 15%, transparent 20%),
        radial-gradient(circle, #f1c40f 20%, transparent 20%),
        radial-gradient(circle, #f1c40f 20%, transparent 20%),
        radial-gradient(circle, #f1c40f 20%, transparent 20%),
        radial-gradient(circle, #f1c40f 20%, transparent 20%);

    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 18% 18%;
    background-position: 5% 90%, 10% 90%, 10% 90% , 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    animation: topBubbles 0.6s ease-in-out infinite;
}

@keyframes topBubbles {
    50%{
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100%{
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
    
}

.button_chido::after{
    bottom: -70%;
    background-image: radial-gradient(circle, #f1c40f 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f1c40f 15%, transparent 20%),
    radial-gradient(circle, #f1c40f 20%, transparent 20%),
    radial-gradient(circle, #f1c40f 20%, transparent 20%),
    radial-gradient(circle, #f1c40f 20%, transparent 20%),
    radial-gradient(circle, #f1c40f 20%, transparent 20%),
    radial-gradient(circle, #f1c40f 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 10% 0%, 30% 10%, 55% 0%, 70% 0%, 85% 0%, 70% 0%, 70% 0%;
    animation: bottomBubbles 0.6s ease-in-out infinite;
}

@keyframes bottomBubbles {
    50%{
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100%{
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}
/* boton chido  */
/* circulo_chido  */
.circulo_chido {
        position: relative;
        /*
        */
        /*width: 500px;*/
        /*height: 500px;*/
        filter: url(#fuego_circulo_chido) blur(0.5px);
      }
      .circulo_chido::before {
        content: "";
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 1px;
        left: 1px;
        border: 1px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px lime, inset 0 0 10px lime;
        animation: efecto_circulo_chido 30s linear infinite;
      }
      .circulo_chido::after {
        content: "";
        position: absolute;
        top: 100px;
        bottom: 100px;
        left: 100px;
        right: 100px;
        background: linear-gradient(45deg, transparent 40%, #222);
        border-radius: 50%;
        box-shadow: 0 0 10px lime, inset 0 0 20px lime;
        filter: blur(30px);
      }
      @keyframes efecto_circulo_chido {
        0% {
          box-shadow: 0 0 50px lime, inset 0 0 50px lime;
          filter: hue-rotate(0deg);
        }
        20% {
          box-shadow: 0 0 60px lime, inset 0 0 60px lime;
        }
        40% {
          box-shadow: 0 0 40px lime, inset 0 0 40px lime;
        }
        60% {
          box-shadow: 0 0 80px lime, inset 0 0 80px lime;
        }
        80% {
          box-shadow: 0 0 100px lime, inset 0 0 100px lime;
        }
        100% {
          box-shadow: 0 0 50px lime, inset 0 0 50px lime;
          filter: hue-rotate(360deg);
        }
      }
/* circulo_chido  */
/* cuadrado_chido  */
.cuadrado_chido {
        position: relative;
        /*
        */
        /*width: 500px;*/
        /*height: 500px;*/
        filter: url(#fuego_cuadrado_chido) blur(0.5px);
      }
      .cuadrado_chido::before {
        content: "";
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 1px;
        left: 1px;
        border: 1px solid #fff;
        /*border-radius: 50%;*/
        box-shadow: 0 0 10px lime, inset 0 0 10px lime;
        animation: efecto_cuadrado_chido 30s linear infinite;
      }
      .cuadrado_chido::after {
        content: "";
        position: absolute;
        top: 100px;
        bottom: 100px;
        left: 100px;
        right: 100px;
        background: linear-gradient(45deg, transparent 40%, #222);
        border-radius: 50%;
        box-shadow: 0 0 10px lime, inset 0 0 20px lime;
        filter: blur(30px);
      }
      @keyframes efecto_cuadrado_chido {
        0% {
          box-shadow: 0 0 50px lime, inset 0 0 50px lime;
          filter: hue-rotate(0deg);
        }
        20% {
          box-shadow: 0 0 60px lime, inset 0 0 60px lime;
        }
        40% {
          box-shadow: 0 0 40px lime, inset 0 0 40px lime;
        }
        60% {
          box-shadow: 0 0 80px lime, inset 0 0 80px lime;
        }
        80% {
          box-shadow: 0 0 100px lime, inset 0 0 100px lime;
        }
        100% {
          box-shadow: 0 0 50px lime, inset 0 0 50px lime;
          filter: hue-rotate(360deg);
        }
      }
      svg {
        width: 0;
        height: 0;
      }
/* cuadrado_chido  */
.boton0{
  /*background-color: #EB4A33;*/
  background-color:  #007ee7;
  /*border-color:  #f4d03f;
  box-sizing:border-box;
  border-width: 5px;
  border-radius: 10px;
  */
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  width: 170px;
  height: 25px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton0:hover{
  /*background-color: #EB4A33;*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton{
  box-sizing:border-box;
  /*background-color: #EB4A33; #0174DF;*/
  /*background-color:  #007ee7;*/
  /*/background-color:  #f4d03f;/**/
  background: linear-gradient(#ff0000, #ff0000, #000000);/**/
  /*background-color:  #ff0000;/**/
  border-color:  #f4d03f;
  border-width: 5px;
  border-radius: 10px;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  /*width: 180px;*/
  height: 35px;
  text-decoration:none;
  text-shadow: 0px 0px 10px black;
}
.boton:hover{
	background: linear-gradient(#007ee7, #007ee7, #323A46);/**/
  /*background-color: #323A46;*/
  border-color:   #f1c40f;
  color: #ffffff;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}
.botons{
  box-sizing:border-box;
  background-color:  #0174DF;
  border-color:  #f4d03f;
  border-width: 5px;
  border-radius: 10px;
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  /*width: 180px;*/
  height: 30px;
  text-decoration:none;
  text-shadow: 0px 0px 10px black;
}

.boton2{
  background-color:  #007ee7;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  width: 60%;
  height: 30px;
  text-decoration:none;
  text-shadow: 0px 0px 1px black;
  text-shadow: 0px 0px 10px white;
}
.boton2:hover{
  /*background-color: #EB4A33;*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton5{
  /*background-color: #EB4A33;*/
  background-color:  #007ee7;
  /*border-color:  #f4d03f;
  box-sizing:border-box;
  border-width: 5px;
  border-radius: 10px;
  */
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  width: 170px;
  height: 30px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton5:hover{
  /*background-color: #EB4A33;*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton5s{
  background-color: #323A46;/*azul fuerte*/
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  width: 170px;
  height: 30px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton5s:hover{
  /*background-color: #EB4A33;*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton6{
  background-color:  #007ee7;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton6:hover{
  /*background-color: #EB4A33;*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.boton6s{
  background-color: #323A46;/*azul fuerte*/
  color: #ffffff;
  padding: 5px;
  text-align: center;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton6s:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton8{
  background-color:  #007ee7;
  color: #ffffff;
  font-size: 50px;
  padding: 5px;
  text-align: center;
  /*width: 95%;*/
  /*height: 150px;*/
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton8:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.boton8s{
  background-color: #f1c40f;/*amarillo si funciona*/
  color: #000000;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  /*width: 170px;*/
  /*height: 45px;*/
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}

.boton9{
  background-color:  #007ee7;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  /*width: 170px;*/
  height: 35px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton9:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.boton9s{
  background-color: #f1c40f;/*amarillo si funciona*/
  color: #000000;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  /*width: 170px;*/
  height: 35px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton9_gris{
  background-color: #dddddd;/*gris*/
  color: #000000;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  /*width: 170px;*/
  height: 35px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}



.iconobtn{
   width: 20px;
   height: 20px;
}
.centro{
  text-align: center;
  /*background-color: #eeeeee;*/
  color: #ffffff;
  height: 80%
}
.logo{
	text-align: center;
	width: 50%;
	float: left;
	display: inline-block;
	/*background-color: #ff0000;*/
}
.formulario{
	text-align: center;
	float: right;
	width: 50%;
	vertical-align: top;
	display: inline-block;
	/*background-color: #0000ff;*/
}
.centro1{
  text-align: center;
  /*background-color: #eeeeee;*/
  /*color: #ffffff;*/
  height: 80%
}
.acomodar{
  display: inline-block;
  /*background-color: #999999;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  */
  width: 20%;
  padding:5;
  margin: 10;
}
.acomodar_res{
  display: inline-block;
  /*background-color: #999999;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  */
  width: 20%;
  padding:5;
  margin: 10;
}
.foto_alumno{
  width: 150px;
  height: 150px;
}
.foto_docente{
  width: 150px;
  height: 150px;
}

/*---imagen modal*/
    .img_modal{
      /*border-width: 3px;
  border-color:  #ffffff;
  margin: 2px;*/
  text-align: center;
  width: 90%;
  height: auto;
  box-shadow: 0px 0px 20px black;
    }
  .img_modal:hover{
    width: 95%;
    height: auto;
    box-shadow: 0px 0px 20px white;
  }

    .imgmodal_img{
      width: 90%;
      /*height: 90%;*/
      position: absolute;
      left: 5%;
      /*top: 5%;*/
      z-index: 2;
      box-shadow: 0px 0px 20px white;
    }

    .fondomodal_img#no{
      visibility: false;
    }
    .fondomodal_img#si{
      visibility: true;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1;
      min-height: 100%;
      height: auto !important;
      position: fixed;
      top:0;
      left:0;
    }
/*---imagen modal*/
/*---imagen modal 2*/
    .img_modal2{
      /*border-width: 3px;
  border-color:  #ffffff;
  margin: 2px;*/
  text-align: center;
  /*width: 90%;*/
  /*height: auto;*/
  box-shadow: 0px 0px 20px black;
    }
  .img_modal2:hover{
    /*width: 95%;*/
    /*height: auto;*/
    box-shadow: 0px 0px 20px white;
  }

    .imgmodal_img2{
      width: 90%;
      /*height: 90%;*/
      position: absolute;
      left: 5%;
      /*top: 5%;*/
      z-index: 4;
      box-shadow: 0px 0px 20px white;
    }

    .fondomodal_img2#no{
      visibility: false;
    }
    .fondomodal_img2#si{
      visibility: true;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 3;
      min-height: 100%;
      height: auto !important;
      position: fixed;
      top:0;
      left:0;
    }
/*---imagen modal 2*/


/*---Cal examen lec*/
#img_cal_esc{
  width: 50%;
  height: auto;
}

.cal_esc{
  background-color:  #007ee7;/*Azul claro*/
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 50px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}
.cal_esc:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_1{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_2{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_3{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_4{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_5{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.cal_esc_si_6{
  color: #000000;
  width: 95%;
  height: 70px;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
/*---Cal examen lec*/
/*---Cal examen lec alumno*/
.btng{
  max-width: 600px;
  flex-basis: 200px;
    flex-grow: 1;
  
  background-color:  #f4d03f;
  border-color:  #f4d03f;
  border-width: 5px;
  border-radius: 10px;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  text-decoration:none;
  text-shadow: 0px 0px 10px black;
 }
 .btng:hover{
  /*background-color: #EB4A33;*/
  background-color:  #0174DF;
  border-color:   #f1c40f;
  color: #ffffff;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}
.btng_gris{
  max-width: 600px;
  flex-basis: 200px;
    flex-grow: 1;
  
  /*background-color:  #f4d03f;*/
  background-color:  #555555;
  border-color:  #f4d03f;
  border-width: 5px;
  border-radius: 10px;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  text-decoration:none;
  text-shadow: 0px 0px 10px black;
 }

 #centrar{
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; 
}

.barra{
    background-color: #eeeeee;
    width: 95%;
    height: 30px;
    border-radius: 10px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border: solid 1px;
    border-color: #007ee7;
}
.barra_juego{
    background-color: #007ee7;
    font-size: 26px;
}

.btnpregunta_img{
  width: 40%;
  height: auto;
}
.btn_exa_res_img{
    width: 30%;
    height: auto;
  }
.btnpregunta{
  font-size: 26px;
  /*
  max-width: 600px;
  flex-basis: 200px;
  flex-grow: 1;
  */
  width: 100%;
  /*height: 100px;*/
  background-color: #0083ff;/*azul*/
  /*background-color:  #f39c12;/*naranja*/
  border-color:  #323A46;
  border-width: 5px;
  border-radius: 10px;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  text-decoration:none;
  box-shadow: 0px 0px 10px black;
  display: flex;
    align-items: center;
    justify-content: center;
 }
 .btnres{
  font-size: 26px;
  max-width: 600px;
  flex-basis: 200px;
    flex-grow: 1;
  /*height: 150px;*/
  background-color:  #f4d03f;
  border-color:  #f4d03f;
  border-width: 5px;
  border-radius: 10px;
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  text-decoration:none;
  text-shadow: 0px 0px 10px black;
  display: flex;
    align-items: center;
    justify-content: center;
 }
 .btnres:hover{
  /*background-color: #EB4A33;*/
  background-color:  #0174DF;
  border-color:   #f1c40f;
  color: #ffffff;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}

.boton3gris{
  background-color:  #555555;/*Gris claro*/
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton3azul{
  background-color:  #007ee7;/*Azul claro*/
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton3azul:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}

.boton3azuls{
  /*box-sizing:border-box;*/
  /*background-color: #f1c40f;amarillo si funciona*/
  background-color: #323A46;/*azul fuerte*/
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.boton3azuls:hover{
  background-color: #f1c40f;/*amarillo si funciona*/
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
}

.boton3{
  background-color:  #007ee7;/*Azul claro*/
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 70px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}
.boton3:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
.boton3s{
  background-color: #f1c40f;/*amarillo si funciona*/
  color: #000000;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  width: 95%;
  height: 70px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px black;
}

#letra1,#letra2,#letra3{
  position: fixed;/*se agrega para movimiento de derecha a izquierda*/
  left:100%;
  display: inline-block;
  /*background-color: #0080FF;*/
  /*box-shadow: 0px 0px 10px black;*/
  text-shadow: 0px 0px 10px black;
  margin: 10px;
  /*width:25%;*/
  padding: 20px;
  font-size: 80px;
  font-weight: 900;
}
.img_escritura{
  width: 50%;
  height: auto;
  text-shadow: 0px 0px 10px black;
}
/*---imagen modal esperado*/
.imgmodal_esperado#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal_esperado#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
/*---imagen modal esperado*/
/*---imagen modal desarrollo*/
.imgmodal_desarollo#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal_desarollo#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
/*---imagen modal desarrollo*/
/*---imagen modal apoyo*/
.imgmodal_requiereapoyo#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal_requiereapoyo#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
/*---imagen modal apoyo*/
/*---imagen modal ganaste*/
.imgmodal_ganaste#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal_ganaste#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      /*left: 30%;*/
      /*top: 5%;*/
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
/*---imagen modal ganaste*/
/*---imagen modal ganaste*/
.imgmodal_perdiste#no{
    /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal_perdiste#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      /*left: 30%;*/
      /*top: 5%;*/
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
/*---imagen modal ganaste*/
/*---imagen modal*/
    .imgmodal#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .imgmodal#si{
      /*visibility: true;*/
      display: block;
      top:25%;
    left:25%;
      width: 50%;
      height: auto;
      position: absolute;
      /*left: 30%;*/
      /*top: 5%;*/
      z-index: 2;
      /*box-shadow: 0px 0px 20px white;*/
    }
 
    .fondomodal#no{
      /*visibility: false;*/
      /*visibility: hidden;*/
      display: none;
    }
    .fondomodal#si{
      /*visibility: true;*/
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 1;
    min-height: 100%;
    height: auto !important;
    position: fixed;
    top:0;
    left:0;
    }
/*---imagen modal*/
.scroll_y {
 overflow-y: scroll !important;
}
.scroll_x {
 overflow-x: scroll !important;
}
.tabla_scroll_x{
  color: #000000;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
/*---Cal examen lec alumno*/
.modulo{
  background-color:  #007ee7;/*Azul claro*/
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  width: 100%;
  height: 40px;
  text-decoration:none;
  text-shadow: 0px 0px 10px white;
}
.modulo:hover{
  color: #000000;
  text-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 10px black;
  background-color: #f1c40f;/*amarillo si funciona*/
}
#moduloocultosi{
  display:none;
}
#moduloocultono{
  /*background-color: #323A46;*/
  display:block;
}

.grid_contenedor_efemeride{
    display: grid;
    height: 150px;
    width: 90%;
    grid-template-columns: 30% 30% 30%;
    /*grid-template-rows: 300px;*/
    /*gap: 20px;*/
    align-items: center;
    justify-content: center;   
}
#efemeride_img_boton1,#efemeride_img_boton2,#efemeride_img_boton3{
  height:150px;
  width:150px;
}
.item_efemeride1,.item_efemeride2,.item_efemeride3{
    height:150px;
    width: 150px;
    background-color: gainsboro;
    border-radius: 100px;
    position: relative
}
.efemeride_img_0{
  width: 80%;
}

#img_foro_x{
    width: 50%;
    height: auto;
  }

table.alinear1{
  display: inline-block;
  vertical-align: top;
  margin: 10;
  width: 35%;
}
table .alinear1 td{
  margin: 10;
  width: 100%;
}

  .loading{
    width: 30%;
    height: auto;
  }


@media screen and (max-width: 800px){

  /*Alinear */
  table.alinear1{
    display: inline-block;
    vertical-align: top;
    margin: 10;
    width: 80%;
  }
  table .alinear1 td{
    margin: 10;
    width: 80%;
  }
  /*Alinear */
  .buscador_siempre_visible{
    margin-left:5px;
    width: 93%;
    /*margin-top:80px
    text-align: center;*/
  }
  #conchat{
    width: 93%;
    /*height: 86%;*/
    /*height: 70%;/*82% 490*/
    height: 430px;
    margin-left:10px;
    margin-top:80px
  }
  /*---Chat---*/
#conversacion1{
  padding: 10px;
  height: 400px;
  width: 90%;
  overflow: hidden;
  overflow-y: scroll;
}
/*---Chat---*/
  #con_menu{
  width: 93%;
  /*height: 86%;*/
  margin-left:10px;
  margin-top:80px;
  }
  #con_menu_d{
  width: 93%;
  /*height: 90%;*/
  margin-left:10px;
  margin-top:80px;
  }
  #img_foro_x{
    width: 80%;
    height: auto;
  }
  .final_exa_fondo{
    width: 95%;
    height: 600px;
}
  .foto_alumno{
    width: 100px;
    height: 100px;
  }
  .foto_docente{
    width: 100px;
    height: 100px;
  }
 
  .ocultartextobtn{
    display: none;   
  }
 
  .acomodar{
    width: 31%;
  }
  .acomodar_res{
    width: 50%;
  }
  .iconobtn{
	   width: 40px;
	   height: 30px;
	}

	.imagenc{
		text-align: center;
		width: 70%;
		height: auto;
	}

.logo{
	text-align: center;
	width: 100%;
	float: left;
	display: inline-block;
	/*background-color: #ff0000;*/
}
.formulario{
	text-align: center;
	float: right;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	/*background-color: #0000ff;*/
}
  .loading{
    width: 60%;
    height: auto;
  }
input{
		height: 35px;
	}

}
@media screen and (max-width: 450px){

  /*Imagen de loading*/
  .loading{
    width: 90%;
    height: auto;
  }
  /*Imagen de loading*/

  /*Alinear */
  table.alinear1{
    display: inline-block;
    vertical-align: top;
    margin: 10;
    width: 90%;
  }
  table .alinear1 td{
    margin: 10;
    width: 90%;
  }
/*Alinear */

/*Observaciones */
  .observaciones_texto{
    font-size: 8pt;
    line-height: 0.1;
  }
/*Observaciones */
/*Rubrica */
  .rubrica_texto{
    font-size: 5pt;
    line-height: 0pt;
  }
/*Rubrica */

   #con_menu_d{
  /*width: 93%;*/
  /*height: 90%;*/
  /*margin-left:10px;*/
  /*margin-top:80px;*/
  }
  #img_foro_x{
    width: 100%;
    height: auto;
  }

/*Efemeride pantalla principal alumnos*/
.grid_contenedor_efemeride{
    /*display: grid;*/
    height: 100px;
    width: 90%;
    /*grid-template-columns: 30% 30% 30%;*/
    /*grid-template-rows: 300px;*/
    /*gap: 20px;*/
    /*align-items: center;*/
    /*justify-content: center;*/   
}
#efemeride_img_boton1,#efemeride_img_boton2,#efemeride_img_boton3{
  height:100px;
  width: 100px;
}

.item_efemeride1,.item_efemeride2,.item_efemeride3{
    height:100px;
    width: 100px;
    background-color: gainsboro;
    border-radius: 100px;
    position: relative
}
.efemeride_img_0{
  width: 100%;
}
/*Efemeride pantalla principal alumnos*/
  .btnpregunta_img{
    width: 100%;
    height: auto;
  }
  .btn_exa_res_img{
    width: 60%;
    height: auto;
  }
  .imageng_bitacora{
    width: 90%;
  }
  .foto_alumno{
    width: 80px;
    height: 80px;
  }
  .foto_docente{
    width: 80px;
    height: 80px;
  }
  .acomodar{
    width: 48%;
  }
  .acomodar_res{
    width: 50%;
  }
  .boton0{
    width: 50px;
    height: 50px;
  }
  .boton{
    height: 50px;
  }
  .ocultartextobtn{
    display: none;   
  }
  .botons{
  	height: 45px;
	}
  .iconobtn{
	   width: 40px;
	   height: 40px;
	}
	.imagenc{
		text-align: center;
		width: 100%;
		height: auto;
	}
  #img_cal_esc{
    width: 95%;
    height: auto;
  }
  .btnres{
    /*eight: 50px;*/
  }
  .img_escritura{
    width: 95%;
    height: auto;
    text-shadow: 0px 0px 10px black;
  }
}
/*******************************************progreso circular**************************************/
.container{
    width: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.container .progress{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #fff;
    background: #444 linear-gradient(to right, transparent 50%, var(--clr) 0);
}

.container .progress h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.5em;
    z-index: 1;
    font-weight: 500;
}

.container .progress h3 span{
    font-size: 0.65em;
    font-weight: 400;
}

.container .progress h4{
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    font-weight: 500;
    color: var(--clr);
    text-transform: uppercase;
}

.container .progress::before{
    content: '';
    display: block;
    height: 100%;
    margin-left: 50%;
    transform-origin: left;
    border-radius: 0 100% 100% 0/50%;
}

.container .progress::after{
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: #222;
}

.container .progress::before{
    background: var(--clr);
    transform: rotate(calc(((var(--i) - 50) * 0.01turn )));
}


.container .progress.less::before{
    background: #444;
    transform: rotate(calc(((var(--i) - 0) * 0.01turn )));
}
/*******************************************progreso circular**************************************/