@charset "utf-8";
/* CSS Document */
body, html {
     height: 100%;
}
body {
     margin: 0;
    overflow: hidden;
}
/* navidad copos */
.snowflake {
    position: absolute;
    top: -10px;
    color: #DFF; 
    font-size: 5vw;
    pointer-events: none;
    z-index: 9999;
    user-select: none;
    opacity: 1;
}
 
@keyframes fall {
    to {
        transform: translateY(calc(100vh + 5vh)) rotate(-30deg);
        opacity: 0;
        font-size: 3vw;
    }
}
.ventana::-webkit-scrollbar {
     display: none; /* Ocultar scroll */
}
/* Orientación Portrait / Landscape*/
@media only screen and (orientation: landscape) {
}
@media only screen and (orientation: portrait) {
}
/* Puntos de ruptura <600, >600, >768, >992, >1200 */
* {
     box-sizing: border-box;
     font-family: Arial, Helvetica, sans-serif;
}
[class*="col-"] {
     float: left;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
     .col-ss-1 {
          width: 8.33%;
     }
     .col-ss-2 {
          width: 16.66%;
     }
     .col-ss-3 {
          width: 25%;
     }
     .col-ss-4 {
          width: 33.33%;
     }
     .col-ss-5 {
          width: 41.66%;
     }
     .col-ss-6 {
          width: 50%;
     }
     .col-ss-7 {
          width: 58.33%;
     }
     .col-ss-8 {
          width: 66.66%;
     }
     .col-ss-9 {
          width: 75%;
     }
     .col-ss-10 {
          width: 83.33%;
     }
     .col-ss-11 {
          width: 91.66%;
     }
     .col-ss-12 {
          width: 100%;
     }
     #mostrar_fecha{
          font-size: 1.1em;
     }
     label, .input_no, .input_si {
          font-size: 1em;
     }
     p, h3, button {
          font-size: 1em;
     }
     .input_cita, #aviso_cookies{
          font-size: 0.9em;
     }
     .ventana0 {
          font-size: 1em;
     }
     .nombre_cola, .nombre_cita, .nombre_cola1, .nombre_cita1, .p1 {
          font-size: 1.2em;
     }
	 .foto_cola {
		width: 70px;
	 }
     .p2{
          font-size: 1.1em;
     }
     #calendario, #fecha_cita, .div_hora {
          font-size: 1.2em;
     }
     form{
          font-size: 1em;
     }
     .ventana_atras {
          margin: 0 0 auto auto;
     }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
     .col-s-1 {
          width: 8.33%;
     }
     .col-s-2 {
          width: 16.66%;
     }
     .col-s-3 {
          width: 25%;
     }
     .col-s-4 {
          width: 33.33%;
     }
     .col-s-5 {
          width: 41.66%;
     }
     .col-s-6 {
          width: 50%;
     }
     .col-s-7 {
          width: 58.33%;
     }
     .col-s-8 {
          width: 66.66%;
     }
     .col-s-9 {
          width: 75%;
     }
     .col-s-10 {
          width: 83.33%;
     }
     .col-s-11 {
          width: 91.66%;
     }
     .col-s-12 {
          width: 100%;
     }
     #mostrar_fecha{
          font-size: 1.2em;
     }
     label, .input_no, .input_si {
          font-size: 1.1em;
     }
     p, h3, button {
          font-size: 1em;
     }
     .input_cita, #aviso_cookies{
          font-size: 0.9em;
     }
     .ventana0 {
          font-size: 1.6em;
     }
     .nombre_cola, .nombre_cita, .nombre_cola1, .nombre_cita1, .p1 {
          font-size: 1.4em;
     }
	 .foto_cola {
		width: 90px;
	 }
     .p2{
          font-size: 1.2em;
     }
     #calendario, #fecha_cita, .div_hora {
          font-size: 1.4em;
     }
     form{
          font-size: 1.1em;
     }
     .ventana_atras {
          margin: 0 0 auto auto;
     }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
     .col-m-1 {
          width: 8.33%;
     }
     .col-m-2 {
          width: 16.66%;
     }
     .col-m-3 {
          width: 25%;
     }
     .col-m-4 {
          width: 33.33%;
     }
     .col-m-5 {
          width: 41.66%;
     }
     .col-m-6 {
          width: 50%;
     }
     .col-m-7 {
          width: 58.33%;
     }
     .col-m-8 {
          width: 66.66%;
     }
     .col-m-9 {
          width: 75%;
     }
     .col-m-10 {
          width: 83.33%;
     }
     .col-m-11 {
          width: 91.66%;
     }
     .col-m-12 {
          width: 100%;
     }
     #mostrar_fecha{
          font-size: 1.3em;
     }
     label, .input_no, .input_si {
          font-size: 1.2em;
     }
     p, h3, button {
          font-size: 1.1em;
     }
     .input_cita, #aviso_cookies{
          font-size: 1em;
     }
     .socios {
          font-size: 1em;
     }
     .nombre_cola, .nombre_cita, .nombre_cola1, .nombre_cita1, .p1 {
          font-size: 1.6em;
     }
	 .foto_cola {
		width: 110px;
	 }
     .p2{
          font-size: 1.3em;
     }
     #calendario, #fecha_cita {
          font-size: 1.5em;
     }
	 .div_hora {
          font-size: 1.3em;
     }
     form{
          font-size: 1.2em;
     }
     .ventana0 {
          font-size: 2.3em;
     }
     .ventana_atras {
          margin: 0 auto auto auto;
     }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
     .col-l-1 {
          width: 8.33%;
     }
     .col-l-2 {
          width: 16.66%;
     }
     .col-l-3 {
          width: 25%;
     }
     .col-l-4 {
          width: 33.33%;
     }
     .col-l-5 {
          width: 41.66%;
     }
     .col-l-6 {
          width: 50%;
     }
     .col-l-7 {
          width: 58.33%;
     }
     .col-l-8 {
          width: 66.66%;
     }
     .col-l-9 {
          width: 75%;
     }
     .col-l-10 {
          width: 83.33%;
     }
     .col-l-11 {
          width: 91.66%;
     }
     .col-l-12 {
          width: 100%;
     }
     #mostrar_fecha{
          font-size: 1.4em;
     }
     label, .input_no, .input_si {
          font-size: 1.3em;
     }
     p, h3, button {
          font-size: 1.2em;
     }
     .input_cita, #aviso_cookies{
          font-size: 1.1em;
     }
     .ventana0 {
          font-size: 2.7em;
     }
     .nombre_cola, .nombre_cita, .nombre_cola1, .nombre_cita1, .p1 {
          font-size: 1.8em;
     }
	 .foto_cola {
		width: 120px;
	 }
     .p2{
          font-size: 1.4em;
     }
     #calendario, #fecha_cita {
          font-size: 1.6em;
     }
	 .div_hora {
          font-size: 1.4em;
     }
     form{
          font-size: 1.3em;
     }
     .ventana_atras {
          margin: 0 auto auto auto;
     }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
     .col-1 {
          width: 8.33%;
     }
     .col-2 {
          width: 16.66%;
     }
     .col-3 {
          width: 25%;
     }
     .col-4 {
          width: 33.33%;
     }
     .col-5 {
          width: 41.66%;
     }
     .col-6 {
          width: 50%;
     }
     .col-7 {
          width: 58.33%;
     }
     .col-8 {
          width: 66.66%;
     }
     .col-9 {
          width: 75%;
     }
     .col-10 {
          width: 83.33%;
     }
     .col-11 {
          width: 91.66%;
     }
     .col-12 {
          width: 100%;
     }
     #mostrar_fecha{
          font-size: 1.5em;
     }
     label, .input_no, .input_si {
          font-size: 1.4em;
     }
     p, h3, button {
          font-size: 1.3em;
     }
     .input_cita, #aviso_cookies{
          font-size: 1.1em;
     }
     .ventana0 {
          font-size: 3em;
     }
     .nombre_cola, .nombre_cita, .nombre_cola1, .nombre_cita1, .p1 {
          font-size: 2em;
     }
	 .foto_cola {
		width: 130px;
	 }
     .p2{
          font-size: 1.5em;
     }
     #calendario, #fecha_cita {
          font-size: 1.7em;
     }
	 .div_hora {
          font-size: 1.5em;
     }
     form{
          font-size: 1.4em;
     }
     .ventana_atras {
          margin: 0 auto auto auto;
     }
}
/* Utilidades --------------------------------------- */
.centrado {
     display: flex;
     justify-content: center;
     align-items: center;
}
.espaciado {
     display: flex;
     justify-content: space-around;
     align-items: center;
}
.ventana_texto {
     margin: 0 auto auto auto;
}
/* .ventana_atras va cambiando segun el tamaño de la ventana */

/* A partir de aquí el css expecífico --------------------------------------- */
#video_background {
	position: fixed;
	width: 100vw;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: -1000;
	overflow: hidden;
}
/* coockies */
#fondo_cookies {
	position: fixed;
	display:none;
	width: 100vw;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	z-index: 100;
	overflow: hidden;
    opacity:0.9;
    background-color: #00a;
}
#aviso_cookies {
	position:absolute;
    display:block;
	bottom: 80px;
	right: 15px;
	left: 15px;
	padding: 10px;
	z-index: 2;
	border: 1px solid #0ff;
     border-radius: 10px;
     background: rgba(100, 100, 100, 1);
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
	color: #fff;
}
/* Style the content */
#content {
     position: relative;
     overflow-x: hidden;
     overflow-y: auto;
     height: 100%;
     width: 100%;
     background-color: rgba(100,0,0,0.5);
     background-image: url('../imagenes/gremial.png');
     background-repeat: no-repeat;
     background-size: 20%;
     background-position: -100% 100%;
     -webkit-animation: animatedBackground 2s ease forwards;
     animation: animatedBackground 2s ease forwards;   
}
@keyframes animatedBackground {
     0% {
          background-position: -100% 100%;
     }
     100% {
          background-position: 100% 100%;
     }
}
@-webkit-keyframes animatedBackground {
     0% {
          background-position: -100% 100%;
     }
     100% {
          background-position: 100% 100%;
     }
}
.ventana0 {
	display:none;
    position:fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
    top:0;
    left:0;
    background-color: #fff;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ventana {
     display: none;
     position: relative;
     text-align: center;
     padding: 2%;
     overflow-x: hidden;
     overflow-y: auto;
     height: 100%;
     width: 100%;
}
#ventana2_politica, #atras_politica {
     display: none;
}
#label_privacidad {
    margin-left: 10px;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
}
#ventana1 h3 {
     padding: 10px;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     color: #fff;
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
}
.ventana2 h3 {
     padding: 10px;
     border: 1px solid #0ff;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     color: #fff;
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
}
.ventana2 .divp {
     margin-bottom: 10px;
     padding: 3%;
     border: 1px solid #0ff;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     color: #fff;
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
}
.divp p {
    text-align: left; 
    text-indent: 30px;
}    
.ventana2 a, #aviso_cookies a {
     display: inline-block;
     padding: 2px 5px;
     cursor: pointer;
     text-indent: 0;
     text-decoration: none;
     outline: none;
     color: #fff;
     border: 1px solid #0ff;
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.ventana2 a:hover, #aviso_cookies a:hover {
     color: #0ff;
     background-color: #055;
}
.ventana2 a:active, #aviso_cookies a:active {
     transition: transform 0s;
     transform: translateY(4px);
}
a.ui-state-default:hover, a.ui-state-default:active {
     transform: scale(1.1);
}
input[type='submit'] {
          font-size: 1.1em;
}
.radio {
     cursor: pointer;
	 font-size: 1.2em;
	 transform: scale(1.2);
}
#ventana2 label {
     cursor: pointer;
}
#ventana2 strong {
     font-size: 1.2em;
     color: #cff;
}
/* boton acepto permisos */
.button_acepto {
     display: inline-block;
     padding: 5px 10px;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     outline: none;
     color: #0ff;
     background-color: #055;
     border: 1px solid #0ff;
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.button_acepto:hover {
     color: #fff;
     border: 1px solid #fff;
     transform: scale(1.1);
}
.button_acepto:active {
     transition: transform 0s;
     transform: translateY(4px);
}
.button_acepto2 {
     display: inline-block;
     padding: 5px 10px;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     outline: none;
     color: #ff0;
     background-color: #550;
     border: 1px solid #ff0;
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.button_acepto2:hover {
     color: #fff;
     border: 1px solid #fff;
     transform: scale(1.1);
}
.button_acepto2:active {
     transition: transform 0s;
     transform: translateY(4px);
}
.button_consola{
	 display: inline-block;
     padding: 5px 25px;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     outline: none;
	 width: auto;
	 color: #fff;
     font-weight: bold;
     background-color: #555;
     border: 1px solid #fff;
     border-radius: 10px;
}
.button_consola:hover {
     color: #FF0;
	 background-color: #550;
     border: 1px solid #FF0;
}
.button_consola:active {
     transition: transform 0s;
     transform: translateY(4px);
}
.div_ir_atras {
     position: fixed;
     float: left;
     top: 35%;
     left: 0;
     height: 30%;
     z-index: 2;
}
.ir_atras {
     margin: 0 auto;
     cursor: pointer;
     width: auto;
     height: 100%;
     max-width: 30px;
     text-decoration: none;
     outline: none;
}
.div_pedir_dni {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}
.dni_intro, .terminar_cita {
     max-width: 80%;
     min-width: 250px;
	 border: 1px solid #000;
     padding: 2%;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
}
#mostrar_fecha {
     position:relative;
     width: 100%;
     padding: 10px;
     border-radius: 10px;
	 text-align: center;
	 font: bold;
     color: #23f;
	 text-shadow: 0 0 1px #000;
	 margin-bottom: 10px;
     background-image:  linear-gradient(#aaa, #fff, #fff, #aaa);
     border: 1px solid #000;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
.div_terminar_cita .p1{
	text-align: center;
	color:#fff;
}
.div_terminar_cita .p2{
	text-align: left;
	color:#ff0;
}
.intro1 {
     padding: 0 0 10px 0;
     text-align: center;
     color: #fff;
}
.intro2 {
	 padding: 0 0 10px 0;
     text-align: left;
     color: #fff;
	 font-size: 0.8em;
}
.input_cita{
	 margin-top: 5px;
     padding: 2px 5px;
     border: 1px solid #fff;
     background-color: #444;
     outline: none;
     color: #ff0;
     text-align: left;
}
.i_c_correo{
     width: 50%;
	 min-width: 180px;
}
.i_c_telefono{
     width: 20%;
	 min-width: 100px;
}
.i_c_licencia{
     width: 13%;
	 min-width: 80px;
}
.i_c_asunto{
	 width: 100%;
	 resize: none;
}
.input_no {
     margin-top: 5px;
     padding: 2px 5px;
     border: 1px solid #f00;
     background-color: #400;
     outline: none;
     color: #fff;
     width: 80%;
     min-width: 150px;
     text-align: center;
	 text-transform:uppercase;
}
.input_si {
     margin-top: 5px;
     padding: 2px 5px;
     border: 1px solid #00ff00;
     background-color: #040;
     outline: none;
     color: #0f0;
     width: 80%;
     min-width: 150px;
     text-align: center;
	 text-transform:uppercase;
}
.button_intro_no {
     display: inline-block;
     padding: 5px 15px;
     cursor: default;
     text-align: center;
     text-decoration: none;
     outline: none;
     color: #f00;
     background-color: #500;
     border: 1px solid #f00;
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.button_intro_si {
     display: inline-block;
     padding: 5px 15px;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     outline: none;
     color: #0f0;
     background-color: #050;
     border: 1px solid #0f0;
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.button_intro_si:hover {
     color:#fff;
     border: 1px solid #fff;
     transform: scale(1.1);
}
.button_intro_si:active {
     transition: transform 0s;
     transform: translateY(4px);
}
#mostrar_citasycolas {
     position: relative;
     overflow-x: hidden;
     overflow-y: auto;
}
.div_terminar_cita{
	 position: relative;
     overflow-x: hidden;
     overflow-y: auto;
     width: 100%;
	 border: 1px solid #0ff;
     padding: 2%;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 1);
}
#mostrar_citasycolas p {
     margin: 3px 0px;
}
#mostrar_colas, #mostrar_citas {
     width: 100%;
}
.citas {
     position: relative;
     width: 100%;
     padding: 10px;
     margin-bottom: 10px;
     border-radius: 10px;
     background: rgba(0, 100, 0, 0.8);
     border: 1px solid #0f0;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
.citas_caducadas {
     position: relative;
     width: 100%;
     padding: 10px;
     margin-bottom: 10px;
     border-radius: 10px;
     background: rgba(100, 0, 0, 0.8);
     border: 1px solid #f00;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
.colas {
     position: relative;
     width: 100%;
     padding: 10px;
     margin-bottom: 10px;
     border-radius: 10px;
     background: rgba(100, 100, 100, 0.9);
     border: 1px solid #0ff;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
.nombre_cola {
     text-align: left;
     color: #0ff;
	 max-width: 75%;
	 margin: 0 auto 10px 0;
}
.nombre_cola1{
	 text-align: center;
	 margin: 10px auto;
     color: #0ff;
	 max-width: 90%; 
}
.foto_cola{
	position:absolute;
	top: 0;
	right: 0;
	padding: 5px;
	max-width: 20%;
	margin: 10px 10px 0 0;
	border-radius: 10px;
}
.borde_azul{
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 255, 255, 0.6);
    box-shadow: 0 0 3px 2px rgba(0, 255, 255, 0.6);
}
.borde_verde{
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 255, 0, 0.6);
    box-shadow: 0 0 3px 2px rgba(0, 255, 0, 0.6);
}
.descripcion_cola {
    text-align: left;
    color: #fff;
	max-width: 75%;
}
.nombre_cita {
     text-align: left;
     color: #0f0;
	 max-width: 75%;
	 margin: 0 auto 10px 0;
}
.nombre_cita1 {
     text-align: center;
     color: #0f0;
     margin: 10px auto;
	 max-width: 90%;
}
.anular_cita{
	 display:block;
     padding: 5px;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     outline: none;
     color: #f00;
	 margin: 0 auto 10px 0;
     background-color: #500;
     border: 1px solid #f00;
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     transition: all 0.2s ease-in-out;
}
.anular_cita:hover {
     color: #fff;
     border: 1px solid #fff;
     transform: scale(1.1);
}
.anular_cita:active {
     transition: transform 0s;
     transform: translateY(4px);
}
.datos_cita{
     text-align: left;
     color: #fff;
	 max-width: 75%;
}
.asunto_cita {
     text-align: left;
     color: #0f0;
	 max-width: 75%;
}
#div_calendario{
     position: relative;
     padding: 10px;
     margin-bottom: 10px;
     float:left;
     border-radius: 10px;
     background: rgba(100, 100, 0, 0.8);
     border: 1px solid #0ff;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}

#div_horario{
     position: relative;
     padding: 10px;
     margin-bottom: 10px;
     float:right;
     border-radius: 10px;
     background: rgba(100, 100, 0, 0.8);
     border: 1px solid #0ff;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
#div_horas{
	 position: relative;
	 width: 100%;
	 margin:10px 0px;
}
.div_hora{ 
	 text-align: center;
	 width: 100%;
	 margin: 5px 0px;
	 padding: 5px;
	 border-radius: 10px;
	 border: 1px solid #FF0;
     -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
     box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 1);
}
.libre{
	 color: #00ff00;
	 font-weight:bold; 
	 transition: all 0.2s ease-in-out;
	-webkit-animation: color-change-2x 3s linear infinite alternate both;
     animation: color-change-2x 3s linear infinite alternate both;
}
.libre:hover{
	 cursor:pointer;
     transform: scale(1.1); 
}
.ocupado{
	 color: #ff0000;
	 background-color:#550000;
}
.reservado{
     color: #ff0000;
	 font-weight:bold; 
	 transition: all 0.2s ease-in-out;
	-webkit-animation: color-change-3x 3s linear infinite alternate both;
     animation: color-change-3x 3s linear infinite alternate both;
}
.reservado:hover{
	 cursor:pointer;
     transform: scale(1.1); 
}
.no_reservado{
     color: #F97D02;
	 background-color:#005500;
}
#calendario{
    text-align: center;
    color: #0ff;
    text-shadow: 0 0 5px #00f;
    margin: 10px auto;
}
#calendario img{
	width: 50%;
	height: auto;
    cursor:pointer;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
#fecha_cita{
    text-align: center;
    color: #0ff;
    text-shadow: 0 0 5px #00f;
    margin: 10px auto;
}
.en_columna {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* --------------------------------------     datepicker ------------------------------------ */
.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active, .ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default /* los dias hover y los dias de la semana
----------------------------------*/ {
  border: 1px solid #0ff;
  background-color: #1200FC;
  font-weight: normal;
  color: #0ff !important;
  text-align: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.ui-widget-content .ui-state-hover{
	cursor:pointer;
}
.ui-widget-content .ui-state-default {
  transform: scale(0.9);
}
a.ui-state-default {
  font-weight: bold !important;
}
a.ui-state-default:hover, a.ui-state-default:active {
  transform: scale(1.1);
  color: #fff !important;
  background-color: #777;
  border: 1px solid #fff;
}
.ui-datepicker-today { /* el dia de hoy */
  border-radius: 5px;
}
.ui-datepicker-current-day, .seleccionado { /* el seleccionado */
  border-radius: 5px;
  background-color: #0f0 !important;
}

.lleno0 {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
}
.lleno1 {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
  -webkit-animation: blink1 alternate 2s infinite ease-in-out;
  /* Webkit */
  animation: blink1 alternate 2s infinite ease-in-out;
}
.lleno2 {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
  -webkit-animation: blink2 alternate 1.5s infinite ease-in-out;
  /* Webkit */
  animation: blink2 alternate 1.5s infinite ease-in-out;
}
.lleno3 {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
  -webkit-animation: blink3 alternate 1s infinite ease-in-out;
  /* Webkit */
  animation: blink3 alternate 1s infinite ease-in-out;
}
.llenototal {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
  background-color: #000;
}
.no_elegibles {
  /* esta clase que se añade en el script, seran varias clases dependiendo de lo lleno que este el dia
----------------------------------*/
}
.ui-widget {
  /* fondo general
----------------------------------*/
  background-color: #2171FF;
  text-align: center;
  transform: scale(1.1);
  margin: 20px 0px;
}
/* --------------------------------------     animaciones colores densidades ------------------------------------ */
@keyframes blink1 {
  0% {
    background-color: rgba(0, 0, 0, 0)
  }
  50% {
    background-color: rgba(175, 175, 0, 1)
  }
  100% {
    background-color: rgba(255, 255, 0, 1)
  }
}
@keyframes blink2 {
  0% {
    background-color: rgba(0, 0, 0, 0)
  }
  50% {
    background-color: rgba(175, 75, 0, 1)
  }
  100% {
    background-color: rgba(255, 100, 0, 1)
  }
}
@keyframes blink3 {
  0% {
    background-color: rgba(0, 0, 0, 0)
  }
  50% {
    background-color: rgba(175, 0, 0, 1)
  }
  100% {
    background-color: rgba(255, 0, 0, 1)
  }
}
/* --------------------------------------     animaciones ------------------------------------ */
.bounce-in-fwd {
     -webkit-animation: bounce-in-fwd 1.1s both;
     animation: bounce-in-fwd 1.1s both;
}
.text-blur-out {
     -webkit-animation: text-blur-out 1.5s ease-in both;
     animation: text-blur-out 1.5s ease-in both;
}
@-webkit-keyframes bounce-in-fwd {
     0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          opacity: 0;
     }
     38% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          opacity: 1;
     }
     55% {
          -webkit-transform: scale(0.7);
          transform: scale(0.7);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     72% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
     81% {
          -webkit-transform: scale(0.84);
          transform: scale(0.84);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     89% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
     95% {
          -webkit-transform: scale(0.95);
          transform: scale(0.95);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
}
@keyframes bounce-in-fwd {
     0% {
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          opacity: 0;
     }
     38% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          opacity: 1;
     }
     55% {
          -webkit-transform: scale(0.7);
          transform: scale(0.7);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     72% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
     81% {
          -webkit-transform: scale(0.84);
          transform: scale(0.84);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     89% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
     95% {
          -webkit-transform: scale(0.95);
          transform: scale(0.95);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
     }
     100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
     }
}
@-webkit-keyframes text-blur-out {
     0% {
          -webkit-filter: blur(0.01);
          filter: blur(0.01);
     }
     100% {
          -webkit-filter: blur(12px) opacity(0%);
          filter: blur(12px) opacity(0%);
     }
}
@keyframes text-blur-out {
     0% {
          -webkit-filter: blur(0.01);
          filter: blur(0.01);
     }
     100% {
          -webkit-filter: blur(12px) opacity(0%);
          filter: blur(12px) opacity(0%);
     }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-12-20 22:46:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-2x {
     0% {
          background: #030;
     }
     95% {
          background: #070;
     }
     100% {
          background: #0c0;
     }
}
@keyframes color-change-2x {
     0% {
          background: #030;
     }
     95% {
          background: #070;
     }
     100% {
          background: #0c0;
     }
}
/* ----------------------------------------------*/
@-webkit-keyframes color-change-3x {
     0% {
          background: #330;
     }
     95% {
          background: #770;
     }
     100% {
          background: #cc0;
     }
}
@keyframes color-change-3x {
     0% {
          background: #330;
     }
     95% {
          background: #770;
     }
     100% {
          background: #cc0;
     }
}
.flicker-1 {
     -webkit-animation: flicker-1 2s linear infinite both;
     animation: flicker-1 2s linear infinite both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-1-3 13:0:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flicker-2
 * ----------------------------------------
 */
@-webkit-keyframes flicker-1 {
     0%, 100% {
          opacity: 1;
     }
     41.99% {
          opacity: 1;
     }
     42% {
          opacity: 0;
     }
     43% {
          opacity: 0;
     }
     43.01% {
          opacity: 1;
     }
     45.99% {
          opacity: 1;
     }
     46% {
          opacity: 0;
     }
     46.9% {
          opacity: 0;
     }
     46.91% {
          opacity: 1;
     }
     51.99% {
          opacity: 1;
     }
     52% {
          opacity: 0;
     }
     52.8% {
          opacity: 0;
     }
     52.81% {
          opacity: 1;
     }
}
@keyframes flicker-1 {
     0%, 100% {
          opacity: 1;
     }
     41.99% {
          opacity: 1;
     }
     42% {
          opacity: 0;
     }
     43% {
          opacity: 0;
     }
     43.01% {
          opacity: 1;
     }
     45.99% {
          opacity: 1;
     }
     46% {
          opacity: 0;
     }
     46.9% {
          opacity: 0;
     }
     46.91% {
          opacity: 1;
     }
     51.99% {
          opacity: 1;
     }
     52% {
          opacity: 0;
     }
     52.8% {
          opacity: 0;
     }
     52.81% {
          opacity: 1;
     }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  6% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  8% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  10% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  13% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  15% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  6% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  8% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  10% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  13% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  15% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}