/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte
 *	EMAIL: info@zuinqstudio.com
 *	WEB: http://www.zuinqstudio.com
 *	© Todos los derechos reservados
 ***************************************************************/

html {
	height: 100%;
	overflow: auto;
}

body{
	margin: 0px;
	padding: 0px;
	color: #444;
	font: 75%/1.5em 'sansregular',Verdana,'Trebuchet MS','Lucida Grande',Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

a{
	color: #444444;
	text-decoration: none;
}

a img{
	border-width: 0px;
}

a:link,
a:active,
a:visited{

}

a:hover{
	text-decoration: underline;
}

input[type=button],
input[type=reset],
input[type=submit],
button,
.boton {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.clearfix {
	clear: both;
}

/* Web */
body {
	background: #000 url('../img/layout/bg.png') 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #fff;
}


div#web {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.home {
	font-family: 'Darker Grotesque', Arial;
	color: #fff;
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
}

.home h1 {
	display: inline-block;
	background-color: #FFFFFF80;
	padding: 10px 20px;
	border-radius: 10px;
	/*filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));*/
}

.home h1 img {
	height: 80px;
}

.home h2 {
	text-transform: uppercase;
	font-size: 60pt;
	line-height: 0.7em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	margin-bottom: 16px;
}

.home h2 strong {
	font-weight: bold;
	display: block;
}

.home h3 {
	margin-top: 10px;
	font-size: 20pt;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	display: inline-block;
}

.home h3 strong {
	font-weight: bold;
	display: block;
	font-size: 30pt;
	margin-bottom: 15px;
}

.home h3.sub {
	font-size: 34pt;
	margin-bottom: 1em;
	line-height: 0.7em;
	display: block;
}

.home .info {
	flex: 55%;
	text-align: center;
}

.home .info h1 {
	margin: auto;
}

.home .formulario {
	flex: 45%;
}

.home div.formulario fieldset {
	width: 60%;
}

.home .formulario label {
	margin-bottom: 10px;
}

.home div.formulario fieldset label span.label-contenido span.ayuda {
	display: none;
}

.home .formulario label.checkbox {
	margin-top: 15px;
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 8px;
}

.home .formulario label.checkbox .label-contenido {
	order: -1;
	flex-shrink: 0;
}

.home .formulario label.checkbox input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.home .formulario label.checkbox .label-label {
	font-size: 12px;
	line-height: 1.2em;
	flex-grow: 1;
	margin-left: 0;
}

.home .formulario label.checkbox .clearfix {
	display: none;
}

.home .formulario label.checkbox .label-label a {
	text-decoration: underline;
}

.home div.formulario fieldset label input.inputTexto,
.home div.formulario fieldset label input.inputTexto:focus {
	height: 45px;
	border-radius: 45px;
	padding: 0 20px;
	line-height: 45px;
	background-color: #ffffff80;
	border-width: 0;
	color: #fff;
	font-size: 19px;
}

.home div.formulario fieldset label input.inputTexto::-webkit-input-placeholder {
	color: transparent;
}

.home div.formulario fieldset label input.inputTexto::-moz-placeholder {
	color: transparent;
}

.home div.formulario fieldset label input.inputTexto:-ms-input-placeholder {
	color: transparent;
}

.home .formulario .label-label {
	color: #fff;
	margin-left: 15px;
	font-size: 18px;
}

.home .formulario .ayuda {
	color: #fff !important;
	font-style: normal !important;
	font-size: 1em !important;
	margin-left: 15px;
}

.centrado {
	margin-top: 30px;
}

.home input[type=button],
.home input[type=reset],
.home input[type=submit],
.home button,
.home .btn,
.home .boton {
	background-color: transparent;
	border: 2px solid #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 30px;
	font-size: 20px;
	text-transform: none;
}

footer {
	display: flex;
	color: #fff;
	padding: 30px 0;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex: 50%;
}

footer ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

footer ul.datos {
	text-align: center;
}

footer ul.datos li {
	display: block;
	font-size: 15px;
	margin: 10px 0;
}

footer ul.links {
	text-align: center;
}

footer ul.links li {
	margin: 0 15px;
}

footer ul.links li a {
	display: inline-block;
	font-size: 20px;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
}

footer ul.links li a i {
	margin-top: 10px;
}

footer ul.links li a span {
	display: none;
}

h2.title {
	color: #fff;
	text-decoration: underline;
}

.texto {
	color: #fff;
	max-width: 800px;
	margin: auto;
	padding: 50px 20px;
}

/** Modals */
.modal-landing {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}

.modal-landing.autoshow,
.modal-landing.show {
	display: block;
}

.modal-landing .modal-landing-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background-color: rgba(0, 0, 0, 0.4);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.modal-landing .modal-landing-content {
	width: inherit;
	min-width: 300px;
	min-height: 300px;
	box-sizing: border-box;
	background-color: #fff;
	top: 50%;
	left: 50%;
	z-index: 99999;
	position: absolute;
	padding: 30px;
	font-size: 1.2em;
	text-align: left;
	max-height: 95%;
	overflow-y: auto;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.modal-landing .modal-landing-content .modal-landing-close-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 20px;
}

.modal-landing .modal-landing-content .text-center {
	padding-top: 40px;
	text-align: center;
}

.modal-landing.modal-error .modal-landing-content {
	background-color: #ff666e;
	min-height: 100px;
	width: 400px;
}

.modal-landing.modal-aviso .modal-landing-content {
	background-color: #22b573;
	min-height: 100px;
	width: 400px;
}

.modal-landing.modal-error .modal-landing-content h3,
.modal-landing.modal-aviso .modal-landing-content h3 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.modal-landing.modal-error .modal-landing-content p,
.modal-landing.modal-aviso .modal-landing-content p {
	color: #fff;
	text-align: center;
	margin-top: 25px;
	font-size: 1.5em;
	line-height: 1.1em;
}

.modal-landing.modal-error .modal-landing-content a,
.modal-landing.modal-aviso .modal-landing-content a {
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	outline: 0;
	padding: 13px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}

.modal-landing.modal-error .modal-landing-content a.btn,
.modal-landing.modal-aviso .modal-landing-content a.btn {
	margin-top: 15px;
	background: none;
	background-color: #fff;
	color: #444;
}

/* ==================== FLUJO REGISTRO ==================== */

.step-desc {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 10px;
	text-align: center;
}

.step-desc-email {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.7;
}

#step-calendario,
#step-sesiones,
#step-confirmar,
#step-success-bono,
#step-success-simple {
	font-size: 16px;
}

#step-confirmar {
	max-width: 450px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	color: #333;
}

#step-confirmar h3 {
	color: var(--color-principal, #333);
}

#step-confirmar .step-desc {
	color: #555;
}

#step-confirmar .btn-link {
	color: #888;
}

#step-confirmar .btn-link:hover {
	color: #555;
}

.btn-confirmar {
	display: inline-block;
	background-color: #22b573;
	color: #fff;
	border: none;
	border-radius: 100px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.btn-confirmar:hover {
	opacity: 0.85;
	text-decoration: none;
}

.btn-link {
	display: inline-block;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 10px;
}

.btn-link:hover {
	color: #fff;
}

#step-success-bono,
#step-success-simple {
	max-width: 450px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	color: #333;
	text-align: center;
}

#step-success-bono h3,
#step-success-simple h3 {
	color: var(--color-principal, #333);
}

#step-success-bono .step-desc,
#step-success-simple .step-desc {
	color: #555;
}

.codigo-socio {
	font-size: 2em;
	font-weight: bold;
	color: var(--color-principal, #59c2e6);
	display: block;
	text-align: center;
	margin: 15px 0;
	letter-spacing: 3px;
}

/* Loading spinner */
#step-loading {
	text-align: center;
	padding: 60px 0;
}

.landing-spinner {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255,255,255,0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

/* ==================== CALENDARIO ==================== */

#calendario-container {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	max-width: 320px;
	margin: 15px auto 0;
}

.calendario-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	gap: 15px;
}

.calendario-nav span {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	min-width: 140px;
	text-align: center;
}

.cal-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--color-principal, #59c2e6);
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.cal-nav-btn:hover {
	opacity: 0.85;
	text-decoration: none;
}

.calendario-landing {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.calendario-landing th {
	text-align: center;
	padding: 5px 0;
	font-size: 11px;
	font-weight: 600;
	color: #888;
	border-bottom: 1px solid #eee;
}

.calendario-landing td {
	text-align: center;
	padding: 4px 0;
	font-size: 13px;
	color: #ccc;
	height: 32px;
	vertical-align: middle;
}

.calendario-landing td.dia-disponible {
	cursor: pointer;
}

.calendario-landing td.dia-disponible a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #22b573;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	transition: background-color 0.2s;
}

.calendario-landing td.dia-disponible a:hover {
	background-color: #1a9c5f;
	text-decoration: none;
}

.calendario-landing td.dia-no-disponible {
	color: #ccc;
}

.calendario-landing td.dia-vacio {
	background: transparent;
}

/* ==================== SESIONES ==================== */

#step-sesiones {
	max-width: 450px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	color: #333;
}

#step-sesiones h3 {
	color: var(--color-principal, #333);
}

#step-sesiones .step-desc {
	color: #555;
}

#step-sesiones .btn-link {
	color: #888;
}

#step-sesiones .btn-link:hover {
	color: #555;
}

#sesiones-lista {
	max-height: 55vh;
	overflow-y: auto;
	margin-top: 10px;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,0.15) transparent;
}

#sesiones-lista::-webkit-scrollbar {
	width: 4px;
}

#sesiones-lista::-webkit-scrollbar-track {
	background: transparent;
}

#sesiones-lista::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.15);
	border-radius: 4px;
}

#sesiones-lista::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.3);
}

.sala-grupo-header {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-principal, #59c2e6);
	text-transform: uppercase;
	padding: 8px 10px 4px;
	margin-top: 8px;
	border-bottom: 2px solid var(--color-principal, #59c2e6);
	margin-bottom: 5px;
}

.sala-grupo-header:first-child {
	margin-top: 0;
}

.sesion-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	border-radius: 8px;
	background-color: #fafafa;
}

.sesion-item:hover {
	border-color: var(--color-principal, #59c2e6);
}

.sesion-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sesion-info strong {
	font-size: 15px;
	color: #333;
}

.sesion-info span {
	font-size: 13px;
	color: #888;
}

.sesion-plazas {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}

.sesion-plazas .plazas-dispo {
	font-size: 13px;
	color: #22b573;
}

.sesion-plazas .btn-sesion {
	display: inline-block;
	background-color: var(--color-principal, #59c2e6);
	color: #fff;
	border: none;
	border-radius: 100px;
	padding: 5px 14px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	margin-top: 0;
}

.sesion-plazas .btn-sesion:hover {
	opacity: 0.85;
	text-decoration: none;
}
