/* DETALLE RESERVA */
.detail-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.detail-wrap ul li:first-child h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.detail-wrap ul li span {
	width: 200px;
	display: inline-block;
}
.detail-wrap ul li:first-child span {
	width: auto;
}
.detail-wrap ul li:last-child h3 {
	background: rgba(0,0,0,0.1);
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 10px;
}
.pl-10 {
	padding-left: 10px;
}
@media screen and (max-width: 768px) {	
	.detail-wrap ul li span {
		width: auto;
	}	
}

@font-face {
	font-family: 'gobCL';
	src: url(../fonts/gob-cl/gobcl_bold-webfont.eot);
	src: url(../fonts/gob-cl/gobcl_bold-webfont.eot?#iefix) format('embedded-opentype'),
	url(../fonts/gob-cl/gobcl_bold-webfont.woff) format('woff'),
	url(../fonts/gob-cl/gobcl_bold-webfont.ttf) format('truetype'),
	url(../fonts/gob-cl/gobcl_bold-webfont.svg#gobclbold) format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'gobCL Bolder';
	src: url(../fonts/gob-cl/gobcl_heavy-webfont.eot);
	src: url(../fonts/gob-cl/gobcl_heavy-webfont.eot?#iefix) format('embedded-opentype'),
	url(../fonts/gob-cl/gobcl_heavy-webfont.woff) format('woff'),
	url(../fonts/gob-cl/gobcl_heavy-webfont.ttf) format('truetype'),
	url(../fonts/gob-cl/gobcl_heavy-webfont.svg#gobclheavy) format('svg');
	font-style: normal;
}
@font-face {
	font-family: 'gobCL';
	src: url(../fonts/gob-cl/gobcl_light-webfont.eot);
	src: url(../fonts/gob-cl/gobcl_light-webfont.eot?#iefix) format('embedded-opentype'),
	url(../fonts/gob-cl/gobcl_light-webfont.woff) format('woff'),
	url(../fonts/gob-cl/gobcl_light-webfont.ttf) format('truetype'),
	url(../fonts/gob-cl/gobcl_light-webfont.svg#gobcllight) format('svg');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'gobCL';
	src: url(../fonts/gob-cl/gobcl_regular-webfont.eot);
	src: url(../fonts/gob-cl/gobcl_regular-webfont.eot?#iefix) format('embedded-opentype'),
	url(../fonts/gob-cl/gobcl_regular-webfont.woff) format('woff'),
	url(../fonts/gob-cl/gobcl_regular-webfont.ttf) format('truetype'),
	url(../fonts/gob-cl/gobcl_regular-webfont.svg#gobclregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #f9f9f9;
	font-family: 'gobCL';
	font-weight: normal;
}
main {
	padding-bottom: 100px;
}
.bold {
	font-weight: bold;
}

/* HEADER */

#header {
    padding-top: 16px;
    background: #009582;
}
ul.menu {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	list-style: none;
}
ul.menu li {
	text-align: center;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
ul.menu li a {
	padding: 10px 9px;
	display: block;	
	font-family: 'gobCL';
	font-size: 1.25rem;
	color: #fff;
	font-weight: bold;
}
ul.menu li a:hover {
	text-decoration: none;
	color: #dadada;
}

/* MAIN */

/* Banner */

.banner {
	margin-top: 30px;
	position: relative;
}
.banner h4 {
	background-color: #009582;
	padding: 5px 15px;
	display: inline-block;
	font-family: 'Zilla Slab', serif;
	font-size: 2.2rem;
	letter-spacing: .03rem;
	line-height: 1;
	font-weight: 300;
	color: #fff;
}
.banner h4.bold {
	font-weight: 600;
	letter-spacing: .05rem;
}
.banner img {
	width: 100%;
	display: block;
}

/* Intro */

.intro {
	margin: 50px 0;
	text-align: center;
}
.intro h3 {
	font-size: 2.3rem;
	color: #646464;
}

/*===== RESERVATION SYSTEM =====*/

.box-mod {
	background-color: #fff;
	margin-bottom: 25px;
	padding: 40px 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.bg-green {
	background-color: #47c69c;
}
.bg-green p {
	font-size: 1.2rem;
	color: #fff;
}
.bg-grey {
	background-color: #ebebeb;
}
.reservation-system .form {
	margin-bottom: 20px;
	padding: 30px 20px;
}
.reservation-system .form .form-control::placeholder {
 	font-weight: normal;
}
.reservation-system .form .form-control {
	height: calc(2em + .75rem + 2px);
	border: 0;
	font-size: 1.2rem;
	color: #3b3b3b;
	font-weight: bold;
}
.form-visit {
	padding-top: 20px;
	padding-bottom: 20px;
}
.actions {
	text-align: right;
}
.actions a {
	font-size: 1.2rem;
	color: #39ab85;
	font-weight: normal;
}

.box-remember {
	background-color: #FDFD96;
    padding: 14px;
}

.remember {
	color: #000000;
	font-size: 1rem;
}


/* Calendar */

.calendar-wrap {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.calendar-wrap .selectDate {
	background-color: #47c69c;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	text-align: center;
}
.calendar-wrap .selectDate .selectDay {
	font-size: 1.5rem;
}
.calendar-wrap .selectDate .selectNum {
	font-family: 'gobCL Bolder';
	font-size: 11rem;
}
.calendar-wrap .selectDate .selectMonth {
	font-size: 1.8rem;
	text-transform: uppercase;
}

.calendar-wrap .calendar header {
	padding-top: 25px;
	padding-bottom: 10px;
}
.calendar-wrap .calendar header .month,
.calendar-wrap .calendar header .month .year {
	font-size: 1.5rem!important;
	display: inline-block;
	font-weight: normal;
	color: #47c69c;
}
.calendar-wrap .calendar header .btn-prev,
.calendar header .btn-next {
	top: 24px;
}
.calendar-wrap .calendar header .btn-prev {
	left: 15px;
}
.calendar-wrap .calendar header .btn-next {
	right: 15px;
}
.calendar-wrap .calendar .day {
	width: 2em;
	height: 2em;
	line-height: 2em;
}
.calendar-wrap .calendar .day:hover {
	border-color: #47c69c;
}
.calendar-wrap .calendar .day.today {
	background: #47c69c;
}

/* Hour */

.hour-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.hour-wrap button {
	background: #fff;
	width: 32%;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #dedede;
	color: #42ba92;
	font-size: 1.7rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
.hour-wrap button span {
	font-size: 1.2rem;
}
.hour-wrap button.selected,
.hour-wrap button:hover {
	background: #47c69c;
	color: #fff;
}
.action-wrap .button-content .btn {
	background-color: #009582;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.action-wrap .button-content .btn:hover {
	background-color: #007c6b;
}

/* REAGENDAMIENTO */

#rescheduling .btn-primary {
	background: #009582;
	border: 0;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
#rescheduling .btn-primary:hover {
	background: #007c6b;
}
.bold {
	font-weight: 600;
}
#rescheduling .banner .title-wrap {
	position: static;
	text-align: center;
}
#rescheduling .banner .title-wrap h4 {
	margin-bottom: 0;
}
#rescheduling .intro {
	background-color:#FDFD96;
	margin: 20px 0;
	padding: 20px;
	text-align: left;
}
#rescheduling .intro p {
	margin-bottom: 5px;
}
#rescheduling .intro ul {
	margin-bottom: 0;
}
#rescheduling .hidden {
	display: none!important;
}
label .btn-info {
	background: #009582;
	width: 25px;
	height: 25px;
	margin-top: -4px;
	margin-left: 5px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-family: serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 900;
	vertical-align: middle;
}
label .btn-info:hover {
	text-decoration: none;
}
#rescheduling .hour-wrap {
	justify-content: inherit;
}
#rescheduling .hour-wrap button {
	margin-right: 2%;
}
#rescheduling .hour-wrap button:nth-child(3n) {
	margin-right: 0;
}
#rescheduling .hour-wrap button span {
	line-height: 1;
	font-size: .75rem;
	letter-spacing: .05rem;
}
#rescheduling .detail-wrap ul li.pl-10 {
	font-size: 1.3rem;
}
#rescheduling .detail-wrap ul li.pl-10 span {
	width: 180px;
}
#rescheduling .detail-wrap ul li.pl-10:first-child span {
	width: 180px;
}





@media screen and (min-width: 768px) {
	
	.banner .title-wrap {
		position: absolute;
		top: 50px;
		left: 20px;
	}
	.banner h4 { 
		font-size: 3.2rem;
	}
	.form-visit .form-group {
		margin-bottom: 0;
	}
	.calendar-wrap {
		width: 75%;
		display: flex;
	}
	.calendar-wrap .selectDate {
		width: 45%;
	}
	.calendar-wrap .datepicker {
		width: 55%;
	}
	.action-wrap {
		display: flex;
		align-items: center;
	}
	.action-wrap .captcha-content {
		width: 35%;
	}
	.action-wrap .button-content {
		width: 65%;
	}
	
}
