/*****  AGENDAR CITA  ****/
#appointment-schedule{
	padding-bottom: 50px;
	background-color: rgba(250, 250, 250, 0.5);
}

#appointment-schedule .title-section{
	padding-top: 50px !important;
}

#appointment-schedule hr{
	border: 2px solid #c2a789;
	width: 200px;
	border-top-width: 0;
	display: none;
}

#schedule > div{
	width: 90%;
    margin: 0 auto;
}

#schedule > div > h1{
	text-align: center;
}

#data-appointment, #hour-appointment, #consulting-room-appointment{
	/* background-color: #f2f2f2; */
	padding: 20px 30px 20px 30px;
}

#calendar{
	display: flex;
	align-items: center;
	background-color: #736730;
	width: fit-content;
	padding: 10px 30px;
	margin: 5px;
	cursor: pointer;
	border-radius: 5px;
	color: white;
	border: 1px solid #736730;
}

#calendar:hover, .hour:hover{
	background-color: #3b392d;
	border: 1px solid #3b392d;
	color: white;
}

#consulting-room-schedule select {
    background-color: #3b392d;
    width: 200px;
    color: white;
    margin-left: 5px;
    border: none;
    height: 40px;
    font-size: 15px;
    text-indent: 10px;
    border-radius: 5px;
}

#date-appointment{
	margin-left: 15px;
    font-weight: bold;
}

#calendar > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%)
}

#calendar:hover > img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
}

#hour-appointment{
	padding-top: 0;
}

.hour{
	display: none;
	background-color: #736730;
	border: 1px solid #736730;
	color: white;
	padding: 15px 20px;
	margin: 5px;
	cursor: pointer;
	border-radius: 5px;
}

#background-schedule-appointment-form{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(255 255 255 / 80%);
	z-index: 100;
	display: flex;
	align-items: center;
	display: none;
}

#schedule-appointment-form{
	width: 400px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	color: #616161;
	padding: 30px 20px;
	max-height: 80%;
	overflow: auto;
	margin-top: 30px;
	border: 5px solid #736730;
	border-radius: 20px;
}

/*#schedule-appointment-form img[alt="Logotipo"]{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
}*/

#schedule-appointment-form label{
	display: block;
}

#schedule-appointment-form .input-text{
	border: 1px solid #0A2647 !important;
	background-color: white;
	color: grey;
	height: 25px;
	margin-bottom: 15px;
	width: 270px;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
}

#schedule-appointment-form .text-area{
	width: 270px;
	height: 40px;
	background-color: white;
	color: grey;
	border: 1px solid #0A2647 !important;
	margin: 0px;
	font-family: Helvetica;
	text-align: center;
	font-size: 15px;
	padding: 10px 0px;
	border-radius: 5px;
}

#way-to-pay{
	margin-bottom: 25px;
}

#pay-online, #pay-facetoface{
	background-color: #dbe4ed;
	width: 110px;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin: 0px 5px;
	color: black;
	border-radius: 5px;
}

#smart-button-container{
	width: 275px;
	margin: 0 auto;
	margin-top: 10px;
	display: none;
}

#schedule-appointment-form .input-text::placeholder, #schedule-appointment-form .text-area::placeholder{
	color: grey;
}

#appointment-button{
	background-color: #22b573;
	display: block;
	width: 274px;
	margin: 0 auto;
	padding: 10px 0px;
	margin-top: 10px;
	cursor: pointer;
	color: white;
	border-radius: 5px;
}

#appointment-button:hover{
	background-color: #22b573;
}

#cancel-appointment-button{
	background-color: #d70303;
	display: block;
	width: 274px;
	margin: 0 auto;
	padding: 10px 0px;
	margin-top: 10px;
	cursor: pointer;
	color: white;
	border-radius: 5px;
}

.input-text:focus, .text-area:focus{
	outline: none;
}

#generate-appointment{
	display: none;
}

#generate-appointment img{
	width: 130px;
}


/***** FIN AGENDAR CITA  *****/


@media only screen and (max-width: 599px) {
	#schedule > div{
		text-align: center;
	}
	
	#calendar{
		margin: 0 auto;
		margin-top: 5px;
	}
	
	#schedule-appointment-form{
		width: 100%;
	    height: 100vh;
	    margin-top: 0;
	    max-height: 100%;
	    padding: 0px 0px 0px 0px;
	}

	#schedule-appointment-form > div{
		padding: 25px 0px;
	}
}
