/* MENÚ INICIAL DE LA APP PARA EL CALENDARIO DE ACTIVIDADES */
.dias_7 { 
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	padding: 1em;
	padding-top: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 20vh;
	z-index: 999;
}

.cuerpo {
	padding: 1em;
	padding-bottom: 100px;
	position: relative;
	
}








.cuerpo2 {
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	padding-top: 30px !important;
	
}

.reservado { color: #74c0fc !important; font-weight:800 !important }
.disponible { color: #0ca678 !important }
.nodisponible {color: #fb3c44 !important}
.logo_punto {
	position: absolute;
	top: 0.9em;
	width: 100px;
	right: 1.2em;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "Comfortaa", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: none;	

}

p {
	font-size: 0.9em;
	margin-bottom: 0px;
	
}

h2,h3,h4 {
	color: #979691;
}	

h1 {
	font-weight: 900;
	color: #333331;
	font-size: 2.2em;
	margin-bottom: 0em;
	line-height: 1em;
}

h1 span{
	float: right !important;
	font-weight: 400;
	text-align: right;
	font-size: 0.4em !important;
}

h2 {
	font-weight: 900 !important;
	color: #333331;
	font-size: 1em;
	margin-bottom: 0em;
}

h2 span{
	font-size: 0.7em;
	float: right;
	text-align: right;
	padding-top: 5px;
	
}	

h3 {
	font-weight: 700 !important;
	color: #333331;
	font-size: 1.1em;
	margin-bottom: 0.1em;
	width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5 {
	font-weight: 400;
	color: #333331;
	font-size: 1.4em;
	margin-bottom: 0em;
	width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    letter-spacing: 1px;
}

h6 {
	font-weight: 900;
	color: #333331;
	font-size: 1em;
	margin-bottom: 0em;
	width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
}

.clases_vacia { 

	text-align: center;
	padding-top: 70px;

}

.clases_vacia h1 i { 
	font-size: 4.3em !important;
	text-align: center !important;
}

.clases_vacia h2 { 
	font-size: 1.5em !important;
	text-align: center !important;
}

.clases_vacia h3 { 
	font-size: 1em !important;
	text-align: center !important;
	width: 100%;
	white-space: normal;
    overflow: auto;
    text-overflow: initial;
}



.titulo_dias {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	background-color: #F8F8F8 !important;
	position: sticky;
	z-index: 99;
	margin-top: -4px;

}

.titulo_dias2 {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	background-color: #F8F8F8 !important;
	position: sticky;
	z-index: 99;
	margin-top: -4px;

}


.dias-container {
    display: flex;
    justify-content: space-between; /* Espacio uniforme entre los botones */
    text-align: center;
    max-width: 100%; /* Ajusta al ancho del contenedor */
    overflow: hidden;
}

/* Cada botón (nombre y número) */
.dia {
    flex: 1; /* Distribuye espacio de manera uniforme */
    display: flex;
    flex-direction: column; /* Alinea nombre y número en columna */
    justify-content: center;
    align-items: center;
    font-size: 1rem; /* Tamaño de letra ajustado */
    margin: 0 5px; /* Espacio entre columnas */
}

/* Nombre del día */
.dia span.nombre {
	font-family: "Comfortaa", serif;
    font-weight: bold;
    font-size: 1.2rem; /* Tamaño del nombre */
    color: #333331;
}

/* Número del día */
.dia span.numero {
    font-size: 1rem; /* Tamaño del número */
}



/* días apagados */
.dia.apagado {
    opacity: 0.1;
    pointer-events: none; /* No clickeable */
}


/* Actividad */

.actividades {
	width: 100%;
	border-radius: 0.6em;
	background-color: white;
	border: solid 1px #F2F2F2;
	min-height: 80px;
	margin-bottom: 12px;
	padding: 0.3em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	position: relative;
}


.seleccionado {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #D9CBC0;
	position: absolute;
	bottom: 8px;
}


.mireserva {
	font-size: 1.4em;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}

.actividades p {
	font-size: 0.7em;
}
.pressable {
    
    display: flex;
    user-select: none;
    transform: scale(1);
    transition: transform 0.1s ease-out;
  }

.cupos_disponibles { 
	background-color: #979691;
	color: white;
	border-radius: 1em;
	font-size: 0.8em;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90px;
}
.clase_a {

				background-color: #F2F2F2;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				text-align: center;
				height: 80px;
				width: 80px;
				;
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 1);
				padding: 2px;
				margin-right: 10px;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				margin-bottom: 0.5em;
				background-repeat: no-repeat;
				background-position: center;

}







.avatar {

				background-color: rgba(255, 255, 255, 0.1);
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				text-align: center;
				height: 45px;
				width: 45px;
				top: 45px;
				left: 20px;
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 1);
				padding: 2px;
				position: fixed;
				margin-right: 10px;
				z-index: 999;


    
}




			

			.avatar_photo {

				background-color: #121212;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
				text-align: center;
				height: 35px;
				width: 35px;
				top: 10px;
				left: 12px;
				border-radius: 100%;
				position:absolute;
				margin-right: 10px;
				z-index: 9;

			}

			.centrototal {

				display: -webkit-box;
		        display: -ms-flexbox;
		        display: -webkit-flex;
		        display: flex;
		        -webkit-box-pack: center;
		        -ms-flex-pack: center;
		        -webkit-justify-content: center;
		        justify-content: center;
		        -webkit-box-align: center;
		        -ms-flex-align: center;
		        -webkit-align-items: center;
		        align-items: center;
    
			} 

			html, body{
			background-color: #F8F8F8 !important;			
			min-height: 100vh;
			width: 100%;
			font-family: "Comfortaa", serif;
  			font-optical-sizing: auto;
  			font-style: normal;
			} 


			

			.nocopiar{
			 -webkit-user-select: none;  /* Chrome all / Safari all */
  			-moz-user-select: none;     /* Firefox all */
  			-ms-user-select: none;      /* IE 10+ */
  			user-select: none; 
			

			} 

			.visible  { opacity: 1 !important; }	



			
			.body {
				padding: 1em;
				padding-top: 0.7em;
				text-transform: none !important;
				border-bottom: rgba(255, 255, 255, 0.05) solid 1px;
				margin-bottom: 1.5em;
				background-color: #000000;

			}

			.body h1,h2,h3,h4,p {	
				text-transform: none !important;
				font-weight: 400;
				letter-spacing: 0px;
			}
			.body h2 {	
				font-size: 1.1em;
				line-height: 1.2em;
				margin-bottom: 0.8em;
			}
			.body p {	
				font-size: 0.9em;
				line-height: 1.3em;
				color: rgba(255, 255, 255, 0.7);
				margin-bottom: 1.3em;
			}

		


			.iconos	{	
				
				margin-left: 0em;
				
			}

			.iconos	i {	
				font-size: 1.5em;
				color: white;
				margin-right: 0.5em;
			}

			.image.left {
    float: left;
    top: -0.55em;
}

.mayus { text-transform: capitalize !important; }
.hora { margin-top: -0.5em; color: #ff6050 !important; font-size: 0.7em !important; font-weight: 500 !important; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.menuinferior {

	width: calc(100% - 0em);
	z-index: 999;
	position: fixed;
	bottom: -2px;
	min-height: 80px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 1em;
	



}	

.actividades p { font-size:1em }
.actividades h6 { font-size:1em }  
.liston { width:100%; height:300px;background-color: #F8F8F8; position:fixed; bottom:0; left:0; z-index:-1 }




.menuinferior i {
 	font-size: 1.4em;
 	margin-bottom: 0px;
}
.menuinferior p {
 	font-size: 1em;
 	margin-bottom: 0px;
 	line-height: 0.8em !important;
 	text-align: center;
 	font-weight: 600;
}

.menuinferior .row {
		width: Calc(110% - 1em);
}	

.veintep {
	width: 19% !important;
	text-align: center;
}	

.br20 {
	border-radius: 20px !important;
}	

.get-reserva {

	width: 100%;

	position: absolute;
	bottom: -2px;
	min-height: 80px;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em;



}



.h4, .p {
	color: #000 !important;
	margin-bottom: 6px !important;
	line-height: 1em;

}

.h4{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 600;

}

.h4 i{
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 600;
	color: black;
	margin-right: 0px;

}
.p{
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 500;


}	
.calendario {color: #5677fc !important}			
.destacado { color:  #ffc208 !important; }
.small { font-size: 0.6em !important; margin-top: 1em }
.primary2 {   color: #ff5353 !important; border-radius: 15px;

background-color: #FF3333 rgba(0,0,0,1.00);
				color: #000 !important;    
				box-shadow: inset 0 0 0 2px #FF3333 !important;

}

.minh50 { min-height: 50px; padding-top: 10px; }
.minh60 { min-height: 60px; padding-top: 10px;  }
.minh70 { min-height: 70px; padding-top: 10px;  }
.minh80 { min-height: 80px; padding-top: 10px;  }

.textr { text-align: right !important; }
.textl { text-align: left !important; }

.imenu { text-align: center;color: rgba(255, 255, 255, 0.9); line-height: 1.3em; }
.imenu i { font-size: 1.7em; margin-bottom: 0px; }
.imenu small{ font-size: 0.8em;  }
.floatr i { text-align: right; float: right; }
.losmegusta { margin-bottom: 0px !important; font-weight: 600; }	
	.wrap 	{ color: white !important;  }

	


.primary { background-color: #FF3333 !important; color: #FFF !important; font-weight: 600 !important	}
input[type="submit"],
		input[type="reset"],
		input[type="button"],
		button,
		.button{
			font-family: "Comfortaa", serif !important;
  font-optical-sizing: auto;
			box-shadow: inset 0 0 0 0px #FF3333 ;
			color: #FF3333 !important;
			border-radius: 6px !important;
			background-color: black;
			color: white !important;


		}

.mensaje_a { color:  #FF3333 !important  }

input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			
			box-shadow: inset 0 0 0 2px  #07B9BA !important;
		}



.fotoo3	{ width: 80%; position: absolute;  height: 50vh; background-position:center; 
	border-radius: 20px; left: -15%; top: 57vh; 
	background-size: 110%; background-repeat: no-repeat;
	z-index: 1; }

/*.fotoo3	{ width: 55%; position: absolute; height: 50vh; background-position: -100px  -90px; 
	border-radius: 20px; left: -1%; top: 75vh; 
	background-size: cover; background-repeat: no-repeat;
	z-index: 9; }*/

	.fotoo2	{ width: 55%; position: absolute; height: 50vh; background-position: -120px -130px; 
	border-radius: 20px; right: -3%; top: 79vh; 
	background-size: 190%; background-repeat: no-repeat;
	z-index: 9; }

	}	

	.esconder { visibility: hidden;}	
	
.legal a { color: #FF3333 !important; text-decoration: underline; font-weight: 600 !important;  	}	
.legal a:hover { color: #FF3333 !important; text-decoration: underline; font-weight: 600 !important;  	}







input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="date"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border: none;
		border-radius: 0;
		border: solid 1px rgba(151,150,145,0.61);
		background-color: rgba(255,255,255,0.21);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0;
		text-decoration: none;
		width: 100%;
		border-radius: 5px;
		text-align: left;
		padding-left: 1em;
		position: relative;
		margin-bottom: 1em;
		font-size: 1.2em;
		color: black !important;

	}	
 h1 span {
               
                 letter-spacing: 0px;
            } 