.flatpickr-calendar {
	background: transparent;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, 0.9);
	fill: rgba(0, 0, 0, 0.9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, 0.9);
	fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
	position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	/*
      /*rtl:begin:ignore*/
	left: 0
		/*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	/*
      /*rtl:begin:ignore*/
	right: 0
		/*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, 0.6);
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, 0.6);
	top: 40%
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch\0;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, 0.5);
	background: transparent;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, 0.54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.dayContainer+.dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, 0.3);
	background: transparent;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, 0.3);
	background: transparent;
	cursor: default;
	border: none
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
	background: #eee
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

html {
	/*overflow-x: hidden;*/
}

body {
	/*overflow-x: hidden;*/
	font-family: 'DegularVariable', Arial, sans-serif;
}

:root {
	--beige: #F1EDE0;
	--black: #1D1D1C;
}

.alert button {
	background-color: transparent;
	border: none;
	font-size: 24px;
	margin: -10px;
}

.alert-labeled {
	padding: 0px;
}

h2.evobra {
	position: relative;
	z-index: 999;
	top: 0px;
	left: 18%;
	text-decoration: none;
	margin-bottom: 0px !important;
}

.slidertitle {
	position: relative;
	z-index: 999;
	top: 0px;
	right: -34%;
	font-size: 22px;
	text-decoration: none;
}

.alert-labeled-row {
	display: table-row;
	padding: 0px;
}

.alert-labelled-cell {
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}

.alert-labeled .close>* {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

.alert-success {
	color: #FFFFFF;
	background-color: #8a8a8a;
}

.alert-success .alert-label {
	background: #6f6f6f;
	color: #8a8a8a;
}

.alert-danger {
	color: #FFFFFF;
	background-color: #ff4f3d;
}

.alert-danger .alert-label {
	background: #cd4133;
	color: #ff4f3d;
}

.alert-label {
	vertical-align: middle;
	width: auto;
	padding: 20px 26px;
	height: 100%;
	font-size: 1.1em;
	border-radius: 6px !important;
}

.alert:first-of-type {
	margin-top: 70px;
}

.alert {
	margin-bottom: 0 !important;
	position: fixed;
	width: 20%;
	border-radius: 6px !important;
	z-index: 99;
	margin-top: 20px;
	left: calc(80% - 40px);
	padding: 0 !important;
	border-color: transparent !important;
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: 0px !important;
}

body {
	background-color: var(--beige);
	/* Beige claro */
}

.flooroptions {
	display: flex;
	/* Usar flexbox para distribuir los elementos */
	justify-content: space-between;
	/* Espaciado uniforme entre elementos */
	gap: 30px;
	/* MÃ¡ximo espacio entre elementos */
	flex-wrap: wrap;
	/* Permitir que los elementos salten a la siguiente lÃ­nea si no caben */
}

/* Ocultar los sliders por defecto */
.container-fluid.content-section.sliderpromotions {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s ease;
	position: absolute;
	/* Evita que ocupe espacio visual */
	width: 100%;
	/* AsegÃºrate de que conserve el tamaÃ±o adecuado */
}

.slide a {
	position: relative;
	z-index: 999;
	bottom: 32px;
	right: -30%;
	font-size: 22px;
	text-decoration: underline;
}

/* Mostrar el slider activo */
.container-fluid.content-section.sliderpromotions.active {
	visibility: visible;
	opacity: 1;
	position: relative;
	/* Restaura la posiciÃ³n cuando estÃ¡ activo */
}

.flooroptions p {
	margin: 0;
	flex: 1;
	text-align: left;
	word-wrap: break-word;
	font-size: 22px;
	cursor: pointer;
	text-transform: uppercase;
}

.flooroptions p.active {
	margin: 0;
	flex: 1;
	text-align: left;
	word-wrap: break-word;
	font-size: 22px;
	cursor: pointer;
	text-decoration: underline;

}

.totoplink {
	background-color: var(--black);
	border: 2px solid var(--beige);
	border-radius: 50px;
	padding: 10px;
	position: fixed;
	z-index: 10;
	bottom: 60px;
	right: 30px;
	transition: opacity 0.3s ease-in-out;
	display: none;
}

.totoplink a img {
	height: 40px;
	width: 40px;
}

.totoplink.visible {
	display: block;
	opacity: 1;
	/* Aparece cuando tiene la clase 'visible' */
}

.totoplink:not(.visible) {
	opacity: 0;
}

.pps-reservar h1,
.pps-reservar h2 {
	font-weight: 300;
}

.specialmenu.menu-item {
	display: block;
}

.datelink {
	margin-top: 50px;
}

#fullmenu {
	display: block;
	position: fixed;
	height: 100vh;
	background-color: #f2eddf;
	width: 100%;
	top: -100vh;
	left: 0;
	z-index: 10;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	transition: top 0.3s ease;
}

#fullmenu.active {
	top: 0 !important;
}

.mainmenu-full {
	flex-direction: column;
	text-align: left !important;
	padding: 30px 30px !important;
}

.mainmenu-full a {
	width: 100%;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
}

.legaltittle {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 40px;
}

.legals a {
	text-decoration: underline;
}

#openmenu,
#closemenu {
	cursor: pointer;
}

a {
	color: var(--black);
	text-decoration: none;
	font-size: 18px;
}

.pps-reservar a:hover {
	color: var(--black);
	text-decoration: underline;
}

.footer {
	background-color: var(--black);
}

.menu {
	width: 100%;
}

.logo img {
	width: 110%;
	margin-left: -5%;
	max-width: 110%;
}

.menu-item {
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 4px solid var(--black);
	border-top: 4px solid var(--black);
}

.menu-item-border-right {
	border-right: 4px solid var(--black);
	position: relative;
}

.menu-item-border-left {
	border-left: 4px solid var(--black);
	position: relative;
}

.footer .menu-item-border-right,
.mainfooter .menu-item-border-right {
	border-right: 4px solid var(--beige);
	position: relative;
}

.footer .menu-item-border-left,
.mainfooter .menu-item-border-left {
	border-left: 4px solid var(--beige);
	position: relative;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.half-column {
	width: 50%;
	display: inline-block;
	text-align: center;
}

.mainfooter {
	background-color: var(--black);
	color: var(--beige);
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 4px solid var(--beige) !important;
	border-top: 4px solid var(--beige);
}

.backgroundrow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.content-section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	/*
	border-bottom: 4px solid var(--black);
	*/
}

.footer .content-section {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 4px solid var(--beige);
}

.content-section-nopadding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.rowpadding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.blankrow {
	height: 30px;
}

.blankrow.footer.lastrow {
	min-height: 30px;
	height: auto;
}

.legals-footer {
	text-align: right;
}

.legals-footer a {
	color: var(--beige) !important;
	font-size: 14px;
	margin-right: 10px;
	cursor: pointer;
}

.legals-footer a:hover {
	text-decoration: underline !important;
}

.inputcb.text2 {
	margin-top: -30px;
	margin-bottom: 46px;
}

.blankrow .row {
	height: 100%;
}

.blankrow.footer.lastrow .menu-item-border-right::before {
	content: none;
}

.blankrow.footer.lastrow .menu-item-border-left::before {
	content: none;
}

.blankrow.footer.prerow .menu-item-border-right::after {
	content: none;
}

.blankrow.footer.prerow .menu-item-border-left::after {
	content: none;
}

.mainfooter .logo img {
	max-width: 200%;
	width: calc(100% + 27px);
	margin-top: -4px;
	margin-left: -15px;
	margin-bottom: -4px;
}

.row:not(.backgroundrow) {
	position: relative;
	z-index: 1;
}

#img1 {
	max-width: calc(100% + 30px);
	margin-left: -15px;
	z-index: 2;
	position: relative;
	margin-bottom: 70px;
}

#img10 {
	max-width: 125%;
	margin-left: -25px;
	z-index: 2;
	position: relative;
}

h2.promotions {
	margin-top: 60px;
}

.tobottomlink {
	padding: 8px 22px;
	background-color: var(--black);
	color: var(--beige);
	margin-left: 40px;
	margin-right: 40px;
	width: fit-content;
	border: 2px solid var(--black);
	cursor: pointer;
	transition: 0.3s ease background-color;
	position: absolute;
	bottom: 54px;
}

.tobottomlink:hover {
	background-color: #535350;
}

.tobottomlink a {
	color: var(--beige);
	text-decoration: none;
	transition: 0.3s ease color;
}

#img2 {
	max-width: calc(100% + 30px);
	margin-top: -80px;
	margin-left: -15px;
	z-index: 2;
	position: relative;
	margin-bottom: 70px;
}

#img3 {
	max-width: 100%;
	margin-left: -38%;
	z-index: 2;
	position: relative;
}

#img4 {
	position: absolute;
	max-width: none;
	height: 240%;
	margin-left: 1%;
	z-index: 2;
}

.pps-reservar h1 {
	font-size: 40px;
	padding: 10px 40px;
	margin-bottom: 70px;
}

.pps-reservar h2 {
	font-size: 30px;
	margin-bottom: 70px;
}

.pps-reservar p {
	font-size: 18px;
}

.content-section.nopadding {
	padding: 0 !important;
}

.text1 {
	width: 100%;
	margin-bottom: 70px;
}

.text1 a {
	text-decoration: underline;
	font-size: 22px;
}

.text2 {
	width: 100%;
	margin-bottom: 70px;
	margin-left: 0;
}

select.text2 {
	margin-bottom: 60px !important;
}

input.text2,
select.text2 {
	margin-bottom: 20px;
	background-color: transparent;
	border: 2px solid var(--black);
	padding: 6px 18px;
	outline: 0px;
}

input.text2:active,
input.text2:focus,
select.text2:active,
select.text2:focus {
	background-color: #FFFFFF;
}

.paddingleft {
	padding-left: 70px;
}

.paddingright {
	padding-right: 70px;
}

/* Pseudoelementos para las intersecciones */
.menu-item-border-right::before,
.menu-item-border-left::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: var(--beige);
	border-radius: 0%;
}

.menu-item-border-right::after,
.menu-item-border-left::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: var(--beige);
	border-radius: 0%;
}

.footer .menu-item-border-right::before,
.mainfooter .menu-item-border-right::before,
.mainfooter .menu-item-border-left::before,
.footer .menu-item-border-left::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: var(--black);
	border-radius: 0%;
}

.footer .menu-item-border-right::after,
.mainfooter .menu-item-border-right::after,
.mainfooter .menu-item-border-left::after,
.footer .menu-item-border-left::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: var(--black);
	border-radius: 0%;
}

.nobefore::before {
	content: none !important;
}

.noafter::after {
	content: none !important;
}

.menu-item-border-right::after {
	top: -4px;
	/* Ajusta la posiciÃ³n vertical */
	right: -4px;
	/* Ajusta la posiciÃ³n horizontal */
}

.menu-item-border-left::after {
	top: -4px;
	left: -4px;
}

.menu-item-border-right::before {
	bottom: -4px;
	/* Ajusta la posiciÃ³n vertical */
	right: -4px;
	/* Ajusta la posiciÃ³n horizontal */
}

.menu-item-border-left::before {
	bottom: -4px;
	left: -4px;
}

.list-item-arrow {
	position: relative;
	/* Hace que el contenido posicionado sea relativo a este contenedor */
	margin-bottom: 30px;
	/* Espacio entre los elementos para que no se solapen */
	display: flex;
	cursor: pointer;
	/* El cursor cambiarÃ¡ indicando que se puede hacer clic */
}

.list-item-arrow span {
	display: inline-flex;
	/* Mantiene el icono SVG en lÃ­nea */
	margin-right: 60px;
	/* Espacio de 15px entre el icono y el texto */
}

.list-item-arrow img.chevron {
	width: 24px;
	/* Ajusta el tamaÃ±o del SVG si es necesario */
	height: 24px;
}

.list-item-arrow img.flecha-larga {
	position: absolute;
	top: 42%;
	left: 100%;
	transform: translate(-10%, -50%);
	/* Ajusta la posiciÃ³n detrÃ¡s del texto */
	height: 42px;
	z-index: 0;
	/* Coloca la flecha detrÃ¡s del texto */
	display: none;
	/* Oculto por defecto */
}

.list-item-arrow p {
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
}

/* Resaltado del elemento activo */
.list-item-arrow.active p {
	text-decoration: underline;
}

.list-item-arrow.active img.flecha-larga {
	display: block;
	/* Mostrar flecha larga para el elemento activo */
}

/* Content Styles */
.arrowcontent {
	display: none;
	position: relative;
	/* Para asegurarnos que la alineaciÃ³n es precisa */
	top: 0;
	/* Inicia desde la parte superior */
}

.arrowcontent p {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

.arrowcontent b {
	font-weight: 600;
}

.arrowcontent.active {
	display: block;
	/* Mostrar solo el contenido activo */
}

#calendar-container {
	margin-top: 20px;
	max-width: 100%;
}

.flatpickr-calendar.inline {
	top: -20px;
	margin-left: auto;
	margin-right: auto;
}

/* Custom styles for Flatpickr calendar */
.flatpickr-calendar {
	background-color: var(--beige);
	/* Fondo beige claro */
	border: 0px;
	/* Borde negro */
	box-shadow: none;
	/* Sombra ligera para darle mÃ¡s profundidad */
	font-family: 'DegularVariable', Arial, sans-serif;
}

.flatpickr-day {
	color: var(--black);
	/* Color del texto negro */
	font-weight: 600;
}

.flatpickr-day.today {
	background-color: #c2c0ba;
	/* Fondo amarillo para el dÃ­a actual */
	color: #1d1d1c;
	/* Texto negro */
}

.flatpickr-day.selected {
	background-color: #1d1d1c !important;
	/* Azul para el dÃ­a seleccionado */
	color: var(--beige) !important;
	/* Texto blanco para el dÃ­a seleccionado */
	border-color: #1d1d1c !important;
}

.flatpickr-day:hover {
	background-color: #add8e6;
	/* Azul claro cuando pasas el cursor */
}

.flatpickr-month {
	background-color: #1D1D1C;
	/* Fondo negro */
	color: #fff;
	/* Texto blanco */
}

.flatpickr-weekday {
	color: #1D1D1C;
	/* Color del texto de los dÃ­as de la semana */
}

.flatpickr-prev-month,
.flatpickr-next-month {
	color: #007bff;
	/* Azul para las flechas de cambiar mes */
}

.button-container {
	margin-top: -20px;
	width: 100%;
	margin-left: 0;
}

.mailto-button {
	display: inline-block;
	padding: 4px 20px;
	background-color: var(--black);
	color: var(--beige);
	text-decoration: none;
	border-radius: 0px;
	outline: none;
	width: 100%;
}

.footer-contact {
	display: flex;
	justify-content: center;
	/* Espacio igual entre ambas columnas */
	align-items: flex-end;
	/* Alinear los elementos al fondo del contenedor */
	flex-wrap: wrap;
	/* Asegurar que si hay poco espacio los elementos no se solapen */
	gap: 40px;
	/* Espacio entre columnas si hay suficiente espacio horizontal */
	height: 100%;
	/* Altura del contenedor ajustable segÃºn el diseÃ±o */
	padding-bottom: 15px;
}

.footer-contact p {
	margin: 0;
	/* Eliminar margen predeterminado de los pÃ¡rrafos */
}

.footer-contact a {
	color: var(--beige);
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	/* Sin subrayado */
}

.footer-contact a:hover {
	text-decoration: underline;
	/* AÃ±adir subrayado al pasar el cursor por encima */
}

.mailto-button:hover {
	background-color: #535350;
	color: var(--beige);
}

/* Slider Container */
.slick-slider {
	width: 80%;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}

.supertop {
	margin-top: 180px;
}

/* Slides */
.slick-slide {
	text-align: center;
}

.slick-slide img {
	width: auto;
	height: 720px;
	margin: 0 auto;
}

/* Flechas Personalizadas */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	width: 40px;
	height: 40px;
}

.slick-prev {
	left: -40px
		/* Para que estÃ© separada del slider */
}

.slick-next {
	right: -40px;
	/* Para que estÃ© separada del slider */
}

.slick-prev svg,
.slick-next svg {
	width: 40px;
	height: 40px;
	fill: #333;
	/* Color de la flecha */
}

.slick-prev:hover svg,
.slick-next:hover svg {
	fill: #000;
	/* Cambiar el color al pasar el ratÃ³n por encima */
}

@media (min-width: 768px) and (max-width: 992px) {
	.pps-reservar h1 {
		font-size: 32px !important;
	}

	.flooroptions {
		display: block;
		/* Usar flexbox para distribuir los elementos */

	}

	.list-item-arrow img.flecha-larga {
		left: 116%;
		width: 128px;
	}

	a {
		font-size: 16px;
	}

	.supertop {
		margin-top: 250px;
	}

	.paddingleft {
		padding-left: 40px;
	}

	.paddingright {
		padding-right: 40px;
	}

	.tobottomlink {
		padding: 8px 22px;
		background-color: var(--black);
		color: var(--beige);
		margin-left: 40px;
		margin-right: 40px;
		width: fit-content;
		border: 2px solid var(--black);
		cursor: pointer;
		transition: 0.3s ease background-color;
		position: initial !important;
	}
}

@media (max-width: 767px) {

	/* Estos estilos solo se aplicarÃ¡n hasta el tamaÃ±o indicado */
	.flooroptions {
		display: block;
		/* Usar flexbox para distribuir los elementos */

	}

	.legals-footer {
		display: grid;
		margin-top: 4px;
		text-align: left;
	}

	.colcalendar {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.iconlinks img {
		height: 30px;
		margin-right: 40px;
	}

	.iconlinks {
		width: 100%;
		margin-top: 10px;
	}

	.pps-reservar h1.promotions {
		margin-top: 40px;
		margin-bottom: 20px;
		position: initial;
	}

	.pps-reservar h1 img {
		height: 30px;
		margin-left: 30px;
	}

	.pps-reservar h1 span .datelinkhero {
		font-size: 18px;
		border: 2px solid black;
		padding: 8px 16px;
		background-color: transparent;
		transition: background-color 0.3s ease;
		text-decoration: none;
	}

	.pps-reservar h1 span .datelinkhero:hover {
		background-color: var(--beige);
	}

	.paddingleft {
		padding-left: 40px;
	}

	.paddingright {
		padding-right: 40px;
	}

	.pps-reservar h1 {
		position: absolute;
		bottom: 0;
		z-index: 9;
		width: 100%;
		left: 0;
		font-size: 28px;
	}

	#img2 {
		max-width: calc(100% + 30px);
		margin-top: 0px;
		margin-bottom: -100px;
	}

	.text1 {
		width: 90%;
		margin-bottom: 70px;
	}

	.pps-reservar h2 {
		margin-bottom: 50px;
		margin-top: 60px;
	}

	#img3 {
		max-width: 120%;
		margin-left: -40%;
		margin-top: -100px;
		z-index: 2;
		position: relative;
	}

	.txt2r {
		margin-top: 50px;
	}

	#img4 {
		width: calc(100% + 30px);
		max-width: none;
		margin-left: -15px;
		position: initial;
		height: 500px;
		object-fit: cover;
		object-position: bottom;
	}

	.arrowcontentmob p {
		font-size: 20px;
		font-weight: 300;
		padding-left: 40px;
		line-height: 22px;
		margin-top: -20px;
		margin-bottom: 34px;
	}

	.arrowcontentmob {
		transform: none !important;
	}

	.arrowcontentmob {
		display: none;
	}

	.arrowcontentmob.active {
		display: block;
	}

	.slick-slide img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.list-item-arrowmob {
		position: relative;
		/* Hace que el contenido posicionado sea relativo a este contenedor */
		margin-bottom: 30px;
		/* Espacio entre los elementos para que no se solapen */
		display: flex;
		cursor: pointer;
		/* El cursor cambiarÃ¡ indicando que se puede hacer clic */
	}

	.list-item-arrowmob span {
		display: inline-flex;
		/* Mantiene el icono SVG en lÃ­nea */
		margin-right: 20px;
		/* Espacio de 15px entre el icono y el texto */
	}

	.list-item-arrowmob img.chevron {
		width: 24px;
		/* Ajusta el tamaÃ±o del SVG si es necesario */
		height: 24px;
	}

	.list-item-arrowmob img.flecha-larga {
		position: absolute;
		top: 42%;
		left: 100%;
		transform: translate(-10%, -50%);
		/* Ajusta la posiciÃ³n detrÃ¡s del texto */
		height: 42px;
		z-index: 0;
		/* Coloca la flecha detrÃ¡s del texto */
		display: none;
		/* Oculto por defecto */
	}

	.list-item-arrowmob p {
		font-size: 24px;
		font-weight: 300;
		line-height: 24px;
	}

	/* Resaltado del elemento activo */
	.list-item-arrowmob.active p {
		text-decoration: underline;
	}

	.specialbackground.menu-item-border-left {
		border: 0px;
	}

	#img1 {
		margin-bottom: -10px;
	}

	.pps-reservar h1 {
		margin-bottom: 10px;
	}

	.footer-contact {
		gap: 0px;
		justify-content: flex-start;
		margin-top: 4px;
	}

	.footer-contact a {
		color: var(--beige);
		font-weight: 300;
		font-size: 16px;
		text-decoration: none;
	}

	.footer-contact p {
		font-size: 16px;
	}

	.top1 {
		position: fixed;
		z-index: 9;
		top: 0;
		height: 30px;
		left: 0;
		background-color: var(--beige);
	}

	.top2 {
		position: fixed;
		z-index: 9;
		top: 30px;
		left: 0;
		background-color: var(--beige);
	}

	#Quienes-Somos {
		margin-top: 110px;
	}

	.slide a {
		right: 0% !important;
	}
}