
/* Primary variables */
:root {			--p-logo-calendar: url(../../imgImagesCms/28112023171857logo-mdc.png) no-repeat center center; /* img/logo-calendar.png  var(--p-logo-calendar, var(--logo-calendar)) */			--p-color-titulo: #e92801; /* #007bff  var(--p-color-titulo, var(--color-titulo)) */			--p-color-subtitulo: #151515; /* #333333 var(--p-color-subtitulo, var(--color-subtitulo)) */			--p-color-bgheader: #fce8e4; /* #dbe7fa  var(--p-color-bgheader, var(--color-bgheader)) */			--p-color-headlines: #e74424; /* #007BFF var(--p-color-headlines, var(--color-headlines)) */			--p-color-botones: #007bff; /* rgb(0,105,255) = #0069ff var(--p-color-botones, var(--color-botones)) */			--p-color-botones-hover: #225fe6; /* rgba(0,95,230,1) = #005fe6 var(--p-color-botones-hover, var(--color-botones-hover)) */			--p-color-bullets-service: #f8e436; /* rgb(248, 228, 54); = #f8e436 var(--p-color-bullets-service, var(--color-bullets-service)) */		
		
		--logo-calendar: url(../img/logo-calendar.png) no-repeat center center; /* img/logo-calendar.png  var(--p-logo-calendar, var(--logo-calendar)) */
		--color-titulo: #007bff; /* #007bff  var(--p-color-titulo, var(--color-titulo)) */
		--color-subtitulo: #333333; /* #333333 var(--p-color-subtitulo, var(--color-subtitulo))  */
		--color-bgheader: #dbe7fa; /* #dbe7fa  var(--p-color-bgheader, var(--color-bgheader)) */
		--color-headlines: #007BFF; /* #007BFF var(--p-color-headlines, var(--color-headlines)) */
		--color-botones: #0069ff; /* rgb(0,105,255) = #0069ff var(--p-color-botones, var(--color-botones)) */
		--color-botones-hover: #005fe6; /* rgba(0,95,230,1) = #005fe6 var(--p-color-botones-hover, var(--color-botones-hover)) */
		--color-bullets-service: #f8e436; /* rgb(248, 228, 54); = #f8e436 var(--p-color-bullets-service, var(--color-bullets-service)) */
	
}



#loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(153, 153, 153);
	z-index: 5000;
	opacity: 0.5;
	margin-top: -50px;
	display: flex;
	align-items: center;
}
.calendar-header-subtitle{
	color:var(--p-color-subtitulo, var(--color-subtitulo));
}  

/* styles.css */
body, body *{
    /*font-family: Arial, sans-serif;*/
	font-family: "Poppins", sans-serif;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0px;
    color: var(--p-color-titulo, var(--color-titulo));
}

#calendar-step2, #calendar-step3, #calendar-step4{
	padding:20px;

}

/*Contenedores*/
.calendar-container {
    margin: 0 auto;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 30px;
	min-height: 550px;
	max-width:95%;
	width:1000px;
}
.calendar-container#calendar-step2{
	/*width:700px;*/
	width:830px;
}
.calendar-container.has-hours{
	/*width:900px!important;*/
	width:1030px!important;
}
.calendar-container#calendar-step3{
	width:900px;
}
.calendar-header {
    text-align: center;
    margin-bottom: 20px;
	background: var(--p-color-bgheader, var(--color-bgheader));
	padding:20px;
}
.calendar-logo{
	float:left;
	margin-top: 12.5px;
    margin-left: 12.5px;
    background: var(--p-logo-calendar, var(--logo-calendar));
    background-size: cover;
    height: 75px;
    width: 75px;


}

.calendar-header h2{
	margin:0px;
}
.calendar-header p{
	margin-top:5px;
	margin-bottom:5px;
}

button.book-button {
    display: block;
    margin: 20px auto;
    background-color: var(--p-color-headlines, var(--color-headlines));
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.book-button:hover {
    background-color: #0056b3;
}
.calendar-step{
	display:none;
}
.calendar-step-active{
	display:block;
}

/*Bloque servicios*/
.service-container{
	max-width: 100%;
    padding: 20px;
    margin: auto;
}
.service {
    border: 2px dotted #ccc;
    padding: 10px;
    text-align: left;
    background-color: #fff;
	text-decoration:none!important;
	cursor:pointer;
	display:block;
	/*min-height: 180px;*/	
	min-height: 150px;
	margin-bottom:10px;
}
.service.service-line{
	border-radius: 10px;
    border-top: 10px solid var(--p-color-bullets-service, var(--color-bullets-service)) !important;
}
.service.service-line .service-title-marker{
	display:none!important;
}
.service:hover, .service:focus {
    background: rgba(26,26,26,0.1);
}
.service-title-container {
	display:flex;
}
.service-title-marker {
    background-color: var(--p-color-bullets-service, var(--color-bullets-service));
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: solid 2px #fff;
    border-radius: 50%;
    background-clip: padding-box;
}

.service-title {
    font-size: 18px;
    color: #333;
	width:calc(100% - 50px);
	padding-top:2px;
	font-weight: 600;
    letter-spacing: 0.1px;
}
.service-title-arrow {
	position: relative;
    right: -8px;
    border: 8px solid transparent;
    border-left-color: rgb(26,26,26);
	margin:auto;
	width:20px;
}
.service-description {
    font-size: 14px;
    color: #666;
	letter-spacing: 0.1px;
}

.service-description-column {
    font-size: 14px;
    color: #666;
	letter-spacing: 0.1px;
	padding-bottom: 20px;
    padding-top: 2px;
}

.service-data-name{
	font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}
.calendar-back-button{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
	border: 2px dotted var(--p-color-headlines, var(--color-headlines));
    border-radius: 50%;
    background-clip: padding-box;
    color: var(--p-color-headlines, var(--color-headlines));
    font-size: 24px;
	text-decoration:none!important;
    margin-bottom: 24px;
}
.calendar-back-button:hover, .calendar-back-button:focus {
    background-color: var(--primary-color-level3,rgba(0,105,255,0.15));
    outline: none;
}
.service-data-info{
	margin-bottom: 12px;
	font-size:16px;
	color:rgba(26, 26, 26, 0.61);
}
.service-date-confirmed{
	margin-bottom: 12px;
	font-size:16px;
	color:rgba(26, 26, 26, 0.61);
	font-weight:600;
}
@media (min-width: 461px) {
	#service-calendar-column, #service-form-column{
		border-left:1px solid #ccc;
		/*height:460px;*/
		/*height:530px;*/
		min-height:530px;
	}
}
.calendar-title{
	margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
	color: var(--p-color-headlines, var(--color-headlines));
    border-bottom: 2px dotted var(--p-color-headlines, var(--color-headlines));
    padding-bottom: 5px;
}
.hour-container{
	margin-bottom:10px;
	font-size:16px;
	overflow:hidden;
	height:52px;
}
.hour-container:not(.selected){
}
.hour-container button{
	transition: all .3s ease;
	position:relative;
	display: inline-block;
}

.hour-container:not(.selected) .btn-hour{
	width: 100%;
	height: 52px;
	border: 1px solid rgba(0,105,255,0.5);
	color: var(--p-color-botones, var(--color-botones));
	background-color:#fff;
	font-weight:700;
	border-radius:5px;
}
.hour-container:not(.selected) .btn-hour:hover{
	border-width: 2px;
	border-color: var(--p-color-botones, var(--color-botones));
}
.hour-container.selected .btn-hour{
	width: 48.5%;
	border-color: transparent;
	background-color: rgb(0 0 0/60%);
	color: rgba(255,255,255,1);
	height: 52px;
	font-weight:700;
	cursor:pointer;	
	border-radius:5px;		
}
.hour-container:not(.selected) .btn-hour-accept{
	transform:translateX(100%);
	top:-51px;
	margin-bottom:-51px;
}
.hour-container .btn-hour-accept{
	width: 48.5%;
	height: 52px;
	border: 1px solid var(--p-color-botones, var(--color-botones));
	color: #fff;
	background-color:var(--p-color-botones, var(--color-botones));
	font-weight:700;
	border-radius:5px;
	float:right;
	transform: translateX(0);
}

.hour-container:not(.selected) .btn-hour:hover{
	border-width: 2px;
	border-color: var(--p-color-botones, var(--color-botones));
}
.calendar-hour-title{
    /*margin-top: 70px;*/
	margin-top: 35px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 30px;
}
.mb-3{
	margin-bottom: 1.5rem!important;
}
.btn-confirm-cita{
	background-color: var(--p-color-botones, var(--color-botones));
	color: rgba(255,255,255,1);
	font-weight: 700;
    text-align: center;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid var(--p-color-botones, var(--color-botones));
    border-radius: 40px;
    font-size: 16px;
    line-height: 20px;
}
.btn-confirm-cita:hover{
	border-color: var(--p-color-botones-hover, var(--color-botones-hover));
    background-color: var(--p-color-botones-hover, var(--color-botones-hover));
}
.btn-cancel-cita{
	background-color: rgb(255 80 80);
	color: rgba(255,255,255,1);
	font-weight: 700;
    text-align: center;
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid rgb(255 80 80);
    border-radius: 40px;
    font-size: 16px;
    line-height: 20px;
}
.btn-cancel-cita:hover{
	border-color: rgb(253 70 70);
    background-color: rgb(253 70 70);
}

.is-invalid{
	border-color: #fa5c7c!important;
}
@media(max-width: 649px) {
	#calendar-step2.has-hours #service-calendar-column{
		display:none;
	}
	#calendar-step2.has-hours #service-data-column{
		display:none;
	}
	.calendar-hour-title{
		display:none;
	}
	.detail-hour-responsive{
		display:block!important;
	}
}

.detail-hour-responsive{
	display:none;
}
.step-text{
	font-size:20px;
	font-weight:700;
	color:var(--p-color-headlines, var(--color-headlines));
}
.step-text-desc{
	margin-bottom:10px;
	color:#151515;
	

}
#service-column{
	max-height:480px;
	overflow-y:auto;
}
.hour-container-general{
    max-height: 372px;
    overflow-y: auto;
	padding:0 15px;
}
::-webkit-scrollbar {
    width: 6px;
}
                    
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 20px;
}
                    
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px var(--p-color-headlines, var(--color-headlines)); 
}
.calendar-date-confirmed-title{
	font-size:20px;
	font-weight:700;
	color:green;

}
.calendar-date-info-title{
	font-size:20px;
	font-weight:700;
	color:#151515;

}
.calendar-date-confirmed-desc{
	margin-bottom: 10px;
    color: #151515;
}
.calendar-date-info-desc{
	margin-bottom: 10px;
    color: #767676;

}
.service-date-confirmed-detail{
    margin-bottom: 12px;
    font-size: 16px;
    color: rgba(26, 26, 26, 0.61);
    font-weight: 600;
}
.service-date-confirmed-detail-old{
    margin-bottom: 12px;
    font-size: 16px;
    text-decoration: line-through;
    color: #c22e2e;
    font-weight: 600;
}

.service-data-confirmed-name{
	font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}
.service-description-confirmed-column {
    font-size: 14px;
    color: #666;
	letter-spacing: 0.1px;
	padding-bottom: 8px;
    padding-top: 2px;
}
.service-data-confirmed-info{
	margin-bottom: 5px;
	font-size:16px;
	color:rgba(26, 26, 26, 0.61);
}
.service-data-confirmed-info-extra{
	margin-left:16px;
}
.cita-detail-container{

}
.cita-detail-extra-container{
	border-top:2px dotted #ccc;
	margin-top:15px;
	padding-top:13px;
}
.container-detail-cita{
	text-align:center;
	margin:auto;
	max-width:450px;
	width:100%;

}
.cita-detail{
	text-align:left;
	padding: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

.qr-container{
	height:158px;
	width:158px;
	max-width:100%;
	text-align:left;
	/*padding: 20px;*/
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}
.btn-download-calendar-google{
    background-color: var(--p-color-botones, var(--color-botones));
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-align: center;
    padding: 4px 2px;
    border: 1px solid var(--p-color-botones, var(--color-botones));
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-download-calendar-google:hover{
    border-color: var(--p-color-botones-hover, var(--color-botones-hover));
    background-color: var(--p-color-botones-hover, var(--color-botones-hover));
	color: rgba(255,255,255,1);
	text-decoration:none;	
}
.btn-download-calendar{
    background-color: var(--p-color-botones, var(--color-botones));
    color: rgba(255,255,255,1);
    font-weight: 700;
    text-align: center;
    padding: 4px 2px;
    border: 1px solid var(--p-color-botones, var(--color-botones));
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-download-calendar:hover{
    border-color: var(--p-color-botones-hover, var(--color-botones-hover));
    background-color: var(--p-color-botones-hover, var(--color-botones-hover));
	color: rgba(255,255,255,1);
	text-decoration:none;
}

.calendar-date-canceled-title{
	font-size:20px;
	font-weight:700;
	color:#c22e2e;

}

.calendar-date-canceled-desc{
	margin-bottom: 10px;
    color: #151515;
}
.service-date-canceled-detail{
    margin-bottom: 12px;
    font-size: 16px;
    text-decoration: line-through;
    color: #c22e2e;
    font-weight: 600;
}
.service-data-sucursal{
	margin-bottom: 12px;
	font-size:16px;
	color:rgba(26, 26, 26, 0.61);
	display:block;
	text-decoration:none!important;
}
.service-data-sucursal.active{
	color:var(--p-color-headlines, var(--color-headlines))!important;
	font-weight:600
}
.calendar-centro-title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #737373;
    border-bottom: 2px dotted #737373;
    padding-bottom: 5px;
}
.calendar-centro-subtitle{
    margin-bottom: 20px;
    color: #737373;
}
.service-description-column-centro {
    font-size: 14px;
    color: #666;
	letter-spacing: 0.1px;
	padding-bottom: 5px;
    padding-top: 2px;
}
.calendar-date-error-title {
	font-size: 20px;
	font-weight: 700;
	color: #c22e2e;
}
.calendar-date-error-desc {
	margin-bottom: 10px;
	color: #767676;
}

.calendar-date-error-desc2 {
	margin-bottom: 10px;
	color: #151515;
}
.calendar-date-error-desc2 strong{
	font-weight:700;
}
.calendar-date-error-desc strong{
	font-weight:700;
}