body{
	font-size: 16px;
}
.loader img{
	max-width: 200px;
}

.loader{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	background-color: rgb(0,0,0,0.65);
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 99999;
}


.banner{
	background-image: url('/img/banner.png');
	background-size: cover;
	


}


.selectize-input{
	background-color: #FFF !important;
	width: ;
}



.texto-banner{
	height: calc(100vw * 814 / 1920);
	display: flex;
	align-items: center;
	background-color: rgb(0,0,0,0.3);
	flex-direction: column;
	color: #FFF;
	align-items: center;
	text-align: center;

	h1{	
		font-weight: bold;
		margin-bottom: 0px;
	}
}

.porque{
		h2{
			font-weight: bold;
			text-transform: uppercase;
			font-size: 3vw;
			
		}

	}

@media (min-width: 680px)
{
	.texto-banner{
		justify-content: flex-end;
		padding-bottom: 10vh;
	}
	h3{
		font-size: 20px;
		font-weight: bold;
	}
}

@media (max-width: 680px)
{
	h3{
		font-size: 20px;
		font-weight: bold;
	}
	.texto-banner{
		justify-content: flex-end;
		padding-bottom: 2vh;

		h1{
			font-size: 8vw;
			margin-bottom: 0px;
		}
		p{
			margin-top: 0px;
			font-size: 2.5vw;
		}
	}

	.porque{
		h2{
			font-size: 7vw;
			
		}
	}
}

.fondoazul{
	margin-top: 40px;
	background: linear-gradient(to bottom right, #039583, #049b8c, #35cab6);
	padding: 20px 20px;
	color: #FFF;
}

/* Estilo del contenedor principal */
.ui-datepicker {
	max-width: 100%;
	width: 400px;
    padding: 1rem;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #333333;
    margin: 0 auto;
    font-family: Montserrat;
}

/* Encabezado del datepicker (mes y año) */
.ui-datepicker-header {
    background: transparent;
    border: none;
    padding: 0 0 1rem 0;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Botones de navegación (anterior y siguiente) */
.ui-datepicker-prev, .ui-datepicker-next {
    top: 1rem;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 700;
    color: #35cab6; /* Color de acento */
    transition: color 0.3s ease;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    color: #0056b3;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
    display: none;
}

.ui-datepicker-prev:after {
    content: '<';
    font-size: 1.5rem;
}

.ui-datepicker-next:after {
    content: '>';
    font-size: 1.5rem;
}

/* Tabla del calendario */
.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
}

/* Celdas del calendario (días) */
.ui-datepicker td {
    padding: 0;
}

.ui-datepicker th {
    font-weight: 600;
    color: #888888;
    padding: 0.5rem 0;
    text-align: center;
}

.ui-datepicker td a {
    text-align: center;
    padding: 0.75rem 0;
    margin: 0.1rem;
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: #333333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.ui-datepicker td span {
    text-align: center;
    padding: 0.75rem 0;
    margin: 0.1rem;
    display: block;
    border-radius: 8px;
    text-decoration: none;
    color: #333333;
    transition: background-color 0.3s ease, color 0.3s ease;
}


/* Hover en días */
.ui-datepicker td a:hover {
    background-color: #039583;
    color: #FFF;
}

/* Día activo/seleccionado */
.ui-datepicker .ui-state-active {
    background-color: #35cab6; /* Color de acento */
    color: #ffffff;
    font-weight: 700;
    border-radius: 8px;
}

/* Días de otros meses (deshabilitados) */
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
    color: #cccccc;
}

/* Estado deshabilitado general */
.ui-state-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Estilo del icono del datepicker (si lo usas) */
.ui-datepicker-trigger {
    margin-left: 0.5rem;
    cursor: pointer;
}

#ui-datepicker-div{
	display: none
}
.ui-datepicker-month{
	text-transform: uppercase;
}


.ui-datepicker .ui-datepicker-prev{
  position: absolute;
  top: 2px;
  left: 5px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

#horarios{
	max-width: 95%;
	width: 580px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.horario{

	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	
	padding: 10px 5px 8px;
	border-radius: 12px;
  	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  	background-color: #FFF;
}

.formulario-box{
	max-width: 300px;
	margin: 0 auto;

	
	width: calc(100% - 20px) !important;
	height: 36px !important;

}

.selectize-input{
	border-radius: 10px !important;
	border: 2px solid #FFF !important;
	padding: 10px 5px !important;
}

.selectize-input  > input
{
	width: 100% !important;
}
.selectize-input:focus, .selectize-input:hover{
	border: 2px solid #333 !important;
	
}
.selectize-dropdown-content{
	background-color: #FFF;
	width: 300px !important;
	margin-top: 0px !important;
}

.formulario{
	max-width: 500px;
	margin: 0 auto !important;
	input{
		background-color: #FFF !important;
		border-radius: 10px !important;
		padding: 0px 10px !important;
		width: calc(100% - 20px) !important;
		border: 2px solid #FFF !important;
		height: 36px !important;
	}
	input:hover, input:focus{
		border: 2px solid #333 !important;
	}
	label{
		color: #FFF;
		margin-left: 8px;
		margin-top: -5px;
	}
}

.btn-ppal{
	width: 200px;
	border-radius: 10px;
	background-color: #6C7A89   ;
}
.btn-ppal:hover{
	background-color: #333;
}

a{
	color: #039583 ;
	font-weight: bold;
}

.redesC{
	display: flex;
	gap: 20px;
	justify-content: center;

	img{
		width: 40px;
	}
}

.footer{
	text-align: center;
	background-color: #039583;
	padding: 20px 0px;
	color: #FFF;
	margin-top: 40px;
}


.checkbox{
	padding-top: 0px;
	a{
		color: #FFF;
	}
}
input[type="checkbox"]{
	width: 400px !important;

}

[type="checkbox"]:checked + span:not(.lever)::before {
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

.horariosC{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}


.horarios{

	padding: 10px 20px;
	border-radius: 12px;
  	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  	background-color: #FFF;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
	padding-left: 26px;
}

.pagar{
	font-weight: bold;
	font-size: 20px;

}

.disclaimer{max-width: 600px; margin: 0 auto; padding: 0px 10px}

.toast{
	font-weight: bold;
}
.iti--allow-dropdown{width: 100%}
.iti--allow-dropdown input {
    padding-left: 50px !important;
    width: calc(100% - 60px) !important;

}

.pagos [type="radio"].with-gap:checked+span:before{
	border-color: #FFF;
}
.pagos [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
	background-color: #FFF;
}


