:root {
	--Tipografia: 'Montserrat', sans-serif;
	--Fondo-Boton: #6caee0;
	--Del-Rojo: #f60808;
	--Ok-Verde: #70c400;
 	--Menu: rgba(255, 255, 255, 0.2);
 	--Notificaciones: rgba(255, 255, 255, 0.9);
 	--Textos: #FFF;
 	--Oscuro: #555555;
 	--Claro: #FFF;
 	--Blanco: #FFF;
 	--Borde: #000;
 	--Reloj: #FFF;
 	--Verde: #70c400;
}

.botonazul { background: var(--Fondo-Boton); color: rgba(218, 218, 218, 1) }
.botonrojo { background: var(--Del-Rojo); margin: 0 auto; }
.botonverde { background: var(--Ok-Verde); border-radius: 8px; cursor: copy; }
.botonamarillo { background: #FFA500; border-radius: 8px; cursor: pointer; color: white; }
.botonwhatsapp { background: #008069; }
.fontAwesome { font-family: var(--Tipografia), "Font Awesome 6 Free", sans-serif; }

/* Comunes */
html{ height:100%; margin:0px; padding:0px; }
body { orientation: portrait; cursor: auto; float: none; font-family: var(--Tipografia); font-size: 17px; font-style: normal; font-variant: normal; font-weight: normal; font-weight: bold; color: #FFF; height: auto; line-height: 20px; list-style-image: none; list-style-position: outside; list-style-type: none;  }

input { border: 1px solid #CCC; color: #666; font-size: 16px; font-weight: normal; border-radius: 4px; appearance: none; outline-style: none;   }
input:focus {	background-color: rgba(255,255,255,1.0); box-shadow: 0px 0px 6px #268ff8; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
textarea { resize: none; }

.Verde { color: #70c400; }
.Rojo { color: red; }
.whatsapp { color: #25D366; }

.Oculto{ display: none !important; }

.boton { border: 0px solid #CCC; color: #FAFAFA; font-size: 15px; border-radius: 4px; padding: 5px 20px; box-shadow: 0 0 1px #BBB; text-shadow: 1px 1px 1px black; transition: background-color 300ms linear 0s; margin-left: 4px; margin-top: 10px; width: 287px; height: 35px; }
.botonazul { background: var(--Fondo-Boton); }
.botonrojo { background: var(--Del-Rojo); margin: 0 auto; }
.botonverde { background: var(--Ok-Verde); border-radius: 8px; cursor: copy; }
.botonamarillo { background: #FFA500; border-radius: 8px; cursor: pointer; color: white; }
.botonwhatsapp { background: #008069; }

.TituloAviso { color: red; font-size: 16px; }
.TituloAvisoDel { color: var(--Del-Rojo); }
.TituloAvisoOk { color: var(--Ok-Verde); }
.TituloAvisoAzul { color: var(--Boton-azul); }
.TituloAvisoEnlace { color: var(--Url-normal); text-decoration: underline; }
.TituloAvisoEnlace:hover { color: var(--Url-hover); text-decoration: underline; }
/* fin de comunes */


/* Cargo el loader */
.loader-page { position: fixed; z-index: 25000; left: 0px; top: 0px; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; transition: all .3s ease; }
.loader-page::before { content: ""; position: absolute; border: 4px solid rgba(245, 7, 7, 0.72); width: 80px; height: 80px; border-radius: 50%; box-sizing: border-box; border-left: 4px solid rgba(176, 49, 92, 0); border-top: 4px solid rgba(219, 237, 21, 0); animation: rotarload 1s linear infinite; transform: rotate(0deg); }
@keyframes rotarload { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } }
.loader-page::after { content: ""; position: absolute; border: 4px solid rgba(224, 224, 224, 0.5); width: 60px; height: 60px; border-radius: 50%; box-sizing: border-box; border-left: 4px solid rgba(18, 245, 7, 0); border-top: 4px solid rgba(50, 150, 176, 0); animation: rotarload 1s ease-out infinite; transform: rotate(0deg); }
/* fin del loader */

/* Fichajes */
.Desenfocado {
  background: rgba(0, 0, 0, 0.6);
  transition: backdrop-filter 0.9s ease-out;
  backdrop-filter: blur(5px);
}

ul { padding: 0; margin: 0; }
li { list-style: none; }

#fichar { margin: 20% 1% 0 1%; width: 100%; min-height: 400px; overflow-y: auto; align-items: center; text-align: center; font-style: normal; font-variant: normal; font-weight: normal; font-weight: bold; color: var(--Textos); }

#Bienvenida ul { padding: 0; margin: 0; font-weight: 500; }

.Nombre { font-size: 10vw; color: var(--Textos); font-weight: 400; line-height: 35px; text-shadow: 1px 1px 0px #000; }
#LineaRoja { width: 100%; height: 4px;   background-image: linear-gradient(to right, rgba(245, 7, 7, 0.2), rgba(245, 7, 7, 1), rgba(245, 7, 7, 0.2)); box-shadow: none; border: 0;}

.Empresa { margin-top: 10px; margin-bottom: 10px; font-size: 4vw; text-align: center; color: var(--Textos); text-shadow: 0.9px 0.9px 0 var(--Borde); text-decoration: none; }

#Horas { margin: auto; margin-top: 5px; height: 100%; width: 90%; background-color: white; border-radius: 8px; border: var(--Borde) 1px solid; display: flex; align-items: center; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: var(--Menu); }

#Fecha, #HorasTotal { width: 10%; min-width: 50px; float:left; margin: auto; color: var(--Claro); text-shadow: 0.5px 0.5px 0 var(--Borde); line-height: 5px; padding: 1vw; text-align: center; }
.Dia { font-size: 4vw; }
.dia { font-size: 3vw;  }
.Mes { font-size: 3vw; }
#Horas hr{ float:left; border: none; border-left: 2px solid rgba(255, 255, 255, 0.42); height: 100px; }
#HorasTotal { font-size: 4vw; }

#Reloh { width: 50%; height: 50%; min-height: 70px; min-width: 90px; margin: auto; float:left; font-size: clamp(22px, 10vw, 80px);; display: flex; align-items: center; }
#Reloj { text-align: center; width: 300px; }
.reloj { font-size: 12px; }

#FichajesHoy { width: 90%; min-width: 300px; margin: auto; border-radius: 0 0 8px 8px; display: flex; align-items: center; }
#FichajesHoras { width: 60%; min-width: 90px; margin: auto; align-items: center; text-align: center; font-size: 3vw; border-radius: 0 0 8px 8px; color: var(--Blanco); text-shadow: 0.5px 0.5px 0 var(--Borde); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: var(--Menu);  border: 1px solid var(--Borde);
  border-top: none; /* Esto elimina el borde de la parte superior */ } 
.HoraActiva { font-size: 4vw; color: var(--Blanco); text-shadow: 0px 1px 2px var(--Verde);}

#Pie { position: fixed; bottom: 10%; left: 10px; right: 10px; text-align: center; overflow: hidden; }

/* Button */
.btn {
  width: 70%;
  max-width: 500px;
  position: relative;
  padding: 15px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: clamp(22px, 8vw, 50px);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
  border: 0px solid #e5e5e5;
  text-decoration: none;
}

/* In Progress Button */
.btn-progress {
  width: 80%;
  height: 80px;
  color: transparent;
}

.btn-fill:after {
  content: '';
  background: var(--Ok-Verde);
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0;
  display: block;
  animation: fill 1.2s linear forwards;
}

/* Button Complete */
/* Button Complete */
.btn-completo {
  content: 'Fichar';
  padding: 15px;
  width: 70%;
  color: #fff;
  pointer-events: none;
}

.btn-complete, .btn-error {
  padding: 10px;
  width: 50px;
  color: #fff;
  pointer-events: none;
}

.btn-complete:after {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  height: 100%;
  padding-left: 3px;
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1ECD97;
}

.btn-error:after {
  font-family: FontAwesome;
  content: "Error al procesar";
  color: #fff;
  height: 100%;
  padding-left: 3px;
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea1010;
}

/* Animation */
@keyframes fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

#IconoMenu {
  position: fixed; /* Cambiado de absolute a fixed para asegurar que se mantiene en la parte superior derecha */
  top: 30px; /* Alinea el contenedor en la parte superior */
  right: 40px; /* Alinea el contenedor a la derecha */
  z-index: 1000; /* Asegura que el icono esté por encima de otros elementos */
  width: auto; /* Ajusta según sea necesario */
  height: auto; /* Ajusta según sea necesario */
  text-shadow: 1px 1px 0px #000;
  color: white;
  font-size: clamp(15px, 8vw, 50px); /* Ajusta según sea necesario */
  cursor: pointer;
}

#IconoMenu a {
  color: white;
}

.OpcionesMenu {
  display: none; /* Asegura que el menú esté oculto inicialmente */
  position: fixed; /* Hace que el menú aparezca sobre el contenido */
  top: 78px;
  right: 20px;
  width: 240px; /* O ajusta al tamaño deseado */
  height: 450px;
  z-index: 99; /* Asegura que el menú esté sobre otros elementos pero debajo del icono para poder interactuar con él */
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); /* Crea columnas que se ajustan al contenido, con un mínimo de 120px */
  gap: 90px; /* Espacio entre los elementos */
  justify-content: center; /* Centra los elementos dentro del contenedor */
  /* Tus otros estilos aquí */
  line-height: 30px;
  text-align: center;
  align-items: center;
  margin: auto;
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(10px);
  background-color: var(--Menu);
  padding: 50px;
  border-radius: 10px;
  border: 1px var(--Oscuro) solid;
}

.OpcionesMenu::after {
  content: ""; /* Necesario para generar el pseudoelemento */
  position: absolute; /* Posicionamiento absoluto respecto al contenedor .Opciones */
  top: -20px; /* Alinea el pseudoelemento con la parte superior del contenedor */
  right: 15px; /* Alinea el pseudoelemento con la parte derecha del contenedor */
  border-left: 20px solid transparent; /* Ajusta el tamaño del triángulo modificando el valor */
  border-right: 20px solid transparent; /* Hace la base del triángulo transparente */
  border-bottom: 20px solid var(--Menu); /* Color y altura del triángulo, cambia #000 por el color deseado */
  width: 0; /* Necesario para la técnica del triángulo */
  height: 0; /* Necesario para la técnica del triángulo */
}

.OpcionesMenu a {
  margin: auto;
  text-decoration: none;
  color: var(--Oscuro);
  font-size: clamp(15px, 5vw, 20px);
  text-shadow: none;
}

.OpcionesMenu i {
  text-decoration: none;
  color: var(--Blanco);
  font-size: clamp(15px, 15vw, 50px);
  text-shadow: 0.9px 0.9px 0 var(--Borde);
  display: block;
  margin-left: auto;
}

#MensajesNum {
  position: absolute;
  margin: -46px 0 0 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  text-shadow: none;
  color: var(--Claro);
  background-color: #2179ff;
  border-radius: 60px;
  box-shadow: 0px 1px 3px 1px black;
}


@media only screen and (max-height: 500px) { /* Para los telefonos mas pequeños */
#fichar { margin: 10px 5px 0 5px; }
#Horas { height: 80px; }
.OpcionesMenu { margin-top: 30px; }
.OpcionesMenu i { font-size: 22px; }
#MensajesNum { margin: -36px 0 0 4px; width: 15px; height: 15px; font-size: 11px; }
}

@media only screen and (min-width: 800px) { /* Para los ordenadores o tabletas horizontales */
#fichar { margin: 7% auto; width: 600px; }

.Nombre { font-size: 37px; }
.Empresa { font-size: 27px; }
#Horas { height: 120px; }
.Dia { font-size: 20px; }
.dia { font-size: 18px;  }
.Mes { font-size: 18px; }
#Reloh { font-size: 60px; }
#HorasTotal { font-size: 20px; }
#FichajesHoras { font-size: 20px; } 
.HoraActiva { font-size: 25px; }



.OpcionesMenu { line-height: 20px; margin-top: 30px; max-width: 700px; }
#MensajesNum { margin: -36px 0 0 4px; width: 15px; height: 15px; font-size: 11px; }
}
/*Fin de fichajes */

/* Empezamos con Historico */
#Historico { margin: 15px 0; background-color: transparent; position: absolute; width: 95%; height: 93%; }
#Cabecera { position: fixed; top: 0; left: 10px; right: 10px; text-align: center;
  align-items: center; margin: auto; text-align: center; overflow: hidden; background-color: rgba(255, 255, 255, 0.75); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: var(--Menu); border: 1px #CCC solid;
  padding: 0 19px; border-radius:0 0 18px 18px; display: flex; justify-content: space-between; z-index: 2; }

#HorasSemana, #HorasMes, #HorasAno  { font-size: 13px; line-height: 9px; font-weight: 300; color: var(--Oscuro); }
#HorasSemana span, #HorasMes span, #HorasAno span  { font-size: 16px; line-height: 12px; font-weight: 400; color: var(--Oscuro); }

#FichajesSemana { position: fixed; top: 0; bottom: 0; width: 95%; overflow-y: scroll; padding-top: 60px; padding-bottom: 110px; }

#FichajesDia,
#FichajesDia-Nuevo,
[id^="FichajesDia-Editar-"] {
    min-height: 100px;
    margin-bottom: 10px;
    display: block;
}
#EntrSali {
  display: flex;
  color: black;
  justify-content: space-between;
  width: 50%;
  align-items: center;
  text-align: center;
  line-height: 13px;
}
#center-icon {
display: flex;
    flex-direction: column;
    align-items: center;
}

#HorasDias { flex-basis: 50%; color: var(--Claro); font-size: 17px; font-weight: 300; text-shadow: 1px 1px 5px var(--Borde); }
#HorasDias span { font-size: 25px; color: var(--Claro); font-weight: 400; text-shadow: 0.5px 0.5px 0 var(--Borde); }

.Editar { position: absolute; margin: auto; margin-left: 4%; z-index: 1; width: 92%; height: 119px; background-color: rgba(255, 255, 255, 0.9); border-radius: 8px; display: flex; justify-content: space-between; text-align: center; align-items: center; line-height: 17px; display: none; }

.ClickParaEditar { font-size: 14px; position: relative; left: 47px; }
.visible { display: flex; }

#BotonEditar { color: #525252; flex-basis: 95%; font-size: 20px; }
#BotonEditar i { font-size: 35px; }

.modal { display: none; position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; text-align: center; }

.modal-content {
  background-color: rgba(255, 255, 255, 0.89);
  padding: 20px;
  border: 1px solid #000;
  width: 80%;
  max-width: 600px;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #7c7b7b;
}
.modal #Titulo { text-decoration: underline; text-decoration-color: red; text-transform: uppercase; }

.tabla-form {
  display: table;
  margin: 0;
  text-align: left;
  width: 290px;
}

.cerrar {
  color: #ff0000;
  float: right;
  font-size: 45px;
  font-weight: bold;
}

.cerrar:hover,
.cerrar:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.TablaModal { width: 95%; }
#FormEditar p { height: 25px; justify-content: center; }
#FormEditar input { text-align: center; height: 30px; max-width: 150px; }
#FormEditar #EditFecha, #FormEditar #EditFechaSal { margin-left: 6px; max-width: 90px; }
#FormEditar #EditEntrada { margin-left: 10px; min-width: 60px; }
#FechaOculta { display: none; }
#FormEditar #EditSalida { margin-left: 28px; min-width: 60px; }
.textarea-align { width: calc(150% - 140px); height: 150px; font-size: 16px; border-radius: 10px; border: 1px solid #ccc; box-shadow: none; }
#Editextarea { height: 160px !important; }
#EditarCosa .boton { justify-content: center; align-items: center; text-align: center; margin: 0; padding: 20px; display: flex; width: 0; font-size: 30px; }
#Bontoncicos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#Bontoncicos button { flex: 1; margin: 10px 5px; }

.Correccion { position: relative; }
.Correccion::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background-color: red; /* Cambia este valor al color deseado */
}

.OpcionesHistorico {
  position: fixed;
  bottom: 0;
  width: 95%;
  line-height: 19px;
  text-align: center;
  align-items: center;
  margin: auto;
  padding-top: 10px;
  display: flex;
  border-radius: 18px 18px 0 0;
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(10px);
  background-color: var(--Menu);
  border: 1px #CCC solid;
}

.OpcionesHistorico a {
  margin: auto;
  text-decoration: none;
  color: var(--Oscuro);
  font-size: 12px;
  text-shadow: none;
}

.OpcionesHistorico i {
  text-decoration: none;
  color: var(--Oscuro);
  font-size: 28px;
  text-shadow: none;
  display: block;
  margin-left: auto;
}


@media only screen and (max-height: 500px) { /* Para los telefonos mas pequeños */

}

@media only screen and (min-width: 800px) { /* Para los ordenadores o tabletas horizontales */

	#Cabecera { width: 650px; }
	#FichajesSemana { position: fixed; left: 50%; transform: translateX(-50%);  width: 600px; overflow-y: scroll; padding-top: 60px; padding-bottom: 110px; }
	.ClickParaEditar { font-size: 15px; position: relative; left: 67px; }
	#HorasDias { font-size: 20px; }
	#HorasDias span { font-size: 35px; }
	.textarea-align { width: calc(150% - 255px); }
	.OpcionesHistorico { width: 650px; left: 50%; transform: translateX(-50%); }
	.Correccion { font-size: 25px !important; }
}

/*Fin de historico */
	
/* Empezamos con Login */
#login, #error { display: none; padding: 10px; width: 295px; height: 160px; position: absolute; left: 50%; top: 50%; margin-top: -100px;	margin-left: -170px; background-color: rgba(255,255,255,0.37); display:inline-block; font-size: 19px;line-height: 40px;border-radius: 8px;transition: all 0.5s linear; }
#login,#error { background-image: url(../Imagenes/Usointerno/candado.png);background-position: 145px -10px;background-size:175px;background-repeat: no-repeat; }

#login input[type=text], input[type=password],#error input[type=text], input[type=password], input[type=email], input[type=tel] { width: 265px; height: 35px; margin-left: 5px; color: #333; z-index: 1; padding-left: 15px; }
#login input[type=submit],#error input[type=submit] { margin-top: 10px; }
#login { border: 2px solid #CCC; box-shadow: rgba(0, 0, 0, 0.699219) 0px 0px 20px 4px; background-color: rgba(255,255,255,1.0); box-shadow: 0px 0px 20px 1px #000; transition: all 0.5s linear; color: var(--Fondo-Boton); text-shadow:#CCC 0px 1px 0;#ffffff }

#error { 	border: 2px solid #ff0000; box-shadow: rgba(138,0,0,0.699219) 0px 0px 20px 4px; }

#login:hover { background-color: rgba(255,255,255,1.0); box-shadow: 0px 0px 20px 4px #268ff8; transition: all 0.5s linear; color: #268ff8; text-shadow:#CCC 0px 1px 0;}
#error:hover { background-color: rgba(255,255,255,1.0); box-shadow: 0px 0px 20px 4px #f82525; transition: all 0.5s linear; color: #268ff8; text-shadow:#CCC 0px 1px 0; }

#recordarpass { display: none; padding: 20px; width: 295px; height: 115px; position: absolute; left: 50%; top: 50%; margin-top: -100px;	margin-left: -170px; background-color: rgba(255,255,255,0.37); display:inline-block; font-size: 19px;line-height: 40px;border-radius: 8px;transition: all 0.5s linear; background-color: #FFF; }

.RecordarPass { line-height: 2px; text-align: center; margin-top: 10px; }
.RecordarPass a { text-decoration: none; color:#333; font-size: 12px; text-shadow: none; }
.RecordarPass i { text-decoration: none; color:#333; font-size: 12px; text-shadow: none; }

/* fin de login */
#Solicitud {  font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; font-weight: bold; color: #CCC; text-shadow:#000 0px 1px 0px; height: auto; line-height: 20px;  }

.bordebajo { border-bottom: 3px solid #f60808; line-height: 4vw; }
#fichar .centro { text-align: center; }



.centro { text-align: center; line-height: 45px; }



.centropeque { text-align: center; font-size: 16px; line-height: 22px; }





.select-css { display: block;
  font-size: 16px;
  font-family: var(--Tipografia), 'Verdana', sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: .4em 1.4em .3em .8em;
  width: 400px;
  max-width: 100%; 
  box-sizing: border-box;
 margin: 20px auto;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
  border-radius: .3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }
  
 .select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222; 
  outline: none;
}
.select-css option {
  font-weight:normal;
}

.select2-results__option { color: var(--Oscuro); }


.classOfElementToColor:hover {background-color:red; color:black}

.select-css option[selected] {
    background-color: orange;
}

.correo { border-radius: 4px 4px 0 0; }
.password { border-radius: 0 0 4px 4px; border-top: 0px; }




.boton:hover { box-shadow: inset 0px 0px 5px #000; }



.horario { font-size: 13px;}

/* pantalla inicio */
.IconoFondo:before { position: absolute; font-family: 'FontAwesome'; font-size:270px; top: 320px; left: 130px; color:#131212; opacity:.4; z-index: -1; }


#EnviarWa { display: none; padding: 20px; width: 295px; height: 115px; position: absolute; left: 50%; top: 50%; margin-top: -100px;	margin-left: -170px; background-color: rgba(255,255,255,0.37); display:inline-block; font-size: 19px;border-radius: 8px;transition: all 0.5s linear; background-color: #FFF; }

#Utiles { display: none; padding: 10px; width: 30%; min-width: 365px; height: 130px; position: absolute; left: 50%; top: 20px; transform: translate(-50%, -0px); background-color: rgba(0, 0, 0, 0.67); display:inline-block; font-size: 19px; line-height: 40px; border-radius: 8px;transition: all 0.5s linear; }

#Dichar,#Dolicitudes { display: none; padding: 10px; width: 340px; height: 450px; position: absolute; left: 50%; top: 50%; margin-top: -220px;	margin-left: -180px; background-color: var(--Menu); display:inline-block; font-size: 25px;line-height: 40px;border-radius: 8px;transition: all 0.5s linear; }

#Solicitud { display: none; padding: 10px; width: 340px; height: 450px; position: absolute; left: 50%; top: 50%; margin-top: -220px;	margin-left: -180px; background-color: rgba(0, 0, 0, 0.37); display:inline-block; font-size: 25px;line-height: 40px;border-radius: 8px;transition: all 0.5s linear; }



.iconousuario { font-size: 30px; text-align: center; margin-bottom: 7px; color: var(--Oscuro); text-shadow: none; }


.horas { line-height: 14px; color: black; }
#result { text-decoration: none; text-shadow: none; font-size: 20px; line-height: 0px; }



#Solicitudes ul { padding: 0; margin: 0; line-height: 30px; }
#Solicitudes .Nombre { font-size: 45px; color: white; font-weight: 400; }
#Solicitudes .Apellido { font-size: 25px; font-weight: 100; color: white; line-height: 0;  }
#Solicitudes .centro { text-align: center; line-height: 33px; }
#Solicitudes .Fecha { font-size: 25px; }
#Solicitudes label { font-size: 20px; color: white; font-weight: 400; }
#Solicitudes input { font-size: 20px; text-align: center; color: black; font-weight: 400; }

.IconoRezando:before { content: "\f683"; }




.Relojgrande {
    font-size:40px;
    color:#555555;
    
}
.Relojgrande span {
    color:#888;
    text-shadow:0px 0px 1px #333;
    font-size:20px;
    position:relative;
    top:-17px;
    left:-10px;
}
#date {
    letter-spacing:8px;
    font-size:14px;
    text-decoration: none;
    font-family:var(--Tipografia);
    color:#555555;
    text-shadow: none; text-decoration: none;
}

/* parpadeo de los dos puntos del reloj *
.dos-puntos { animation: parpadeo 1s infinite; }

@keyframes parpadeo {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

