.block-awards__item > img {
	max-width: 200px;
	border-radius: 3px;
}
.block-awards__item.block-awards__item--trip > img {
	border: 1px solid #ccc;
}

@media (max-width: 768px) {
	.forcefullwidth_wrapper_tp_banner,
	.rev_slider_wrapper,
	.tp-fullwidth-forcer {
		height: 100vh !important;
	}
	.widget-feat__title a {
		font-size: 2rem !important;
	}
}

/* Engine MIRAI */

/* Contola el Width de los campos con estas reglas */

/* Chain selector */
.mi-be .mi-be-chain-select .mi-be-chain-field label {
	width: 150px;
}
/* Date picker */
.mi-be-datepicker-select .DateRangePickerInput .DateInput {
	width: 84px;
}
/* Multiroom */
.mi-be .mi-be-multiroom-select .mi-be-multiroom-field label {
	width: 102px;
}
/* Promo Code */
.mi-be .mi-be-promo-field label input {
	width: 75px;
}

/* Chain selector - Dropdown */
.mi-be .mi-be-chain-select .mi-be-chain-dropdown {
	width: 250px;
}

/* -------------------------------------------------------------------- */

/* engine container */
body .mi-be {
	background: transparent;
	font-size: 14px;
	color: #3d3d3d;
}

/* input fields (common styles) */
.mi-be .mi-be-chain-field,
.mi-be .DateRangePickerInput,
.mi-be .mi-be-multiroom-field,
.mi-be .mi-be-promo-field {
	padding: 10px;
	background-color: #fff;
	margin-right: 5px;
	/*border: 0;*/
	border-radius: 3px;
}

/* input elements and button height */
.mi-be .mi-dropdown .mi-dropdown-button label,
.mi-be
	.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input,
.mi-be .mi-be-promo-field label input,
.mi-be .mi-be-book-btn {
	line-height: 30px; /* optional */
	height: 30px; /* same than line-height - ie11 fix */
}

/* placeholders */
/*
.mi-be .mi-dropdown .mi-dropdown-placeholder,
.mi-be input[type=text]::-webkit-input-placeholder {color: #96999C;}
.mi-rs input[type=text]::-webkit-input-placeholder {color: #96999C;}
.mi-be input[type=text]::-moz-placeholder {color: #96999C;}
.mi-rs input[type=text]::-moz-placeholder {color: #96999C;}
.mi-be input[type=text]:-moz-placeholder {color: #96999C;}
.mi-rs input[type=text]:-moz-placeholder {color: #96999C;}
.mi-be input[type=text]:-ms-input-placeholder {color: #96999C;}
.mi-rs input[type=text]:-ms-input-placeholder {color: #96999C;}
*/

/* ICONS */

/* info icons (date picker, multiroom & promo) */
.mi-be
	.mi-be-datepicker-select
	.DateRangePickerInput
	.DateRangePickerInput_calendarIcon,
.mi-be .mi-be-multiroom-field span.mi-ico-dropdown,
.mi-be .mi-be-promo-field span.mi-ico-code {
	font-size: 26px;
	color: #5c666b;
}

/* date picker arrow */
.mi-be-datepicker-select .DateRangePickerInput .DateRangePickerInput_arrow svg {
	fill: #757575;
}

/* dropdowns arrows */
.mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
	color: #757575; /* same color than date picker arrow */
}

/* DATEPICKER (engine & no dispo) */

.book-bar .mi-be input[readonly] {
	background: unset !important;
}

/* selected & hover dates */
.CalendarDay__selected_span,
.CalendarDay__selected_span:hover,
.CalendarDay__selected_span:active,
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:active,
.CalendarDay__default:hover,
.CalendarDay__selected_start,
.CalendarDay__selected_start:hover,
.CalendarDay__selected_start:active,
.mi-na-option-date .CalendarDay__selected_span,
.mi-na-option-date .CalendarDay__selected_span:hover,
.mi-na-option-date .CalendarDay__selected_span:active,
.mi-na-option-date .CalendarDay__hovered_span,
.mi-na-option-date .CalendarDay__hovered_span:active,
.mi-na-option-date .CalendarDay__default:hover,
.mi-na-option-date .CalendarDay__selected_start,
.mi-na-option-date .CalendarDay__selected_start:hover,
.mi-na-option-date .CalendarDay__selected_start:active,
.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input__focused,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-main
	.mi-be-modal-fields
	input.DateInput_input__focused {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #e2e3be !important;
	color: #56595b;
}

/* placeholder selected input in datepicker - (same color than "selected & hover dates") */
.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input__focused::placeholder {
	color: #56595b;
}
.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input__focused::-webkit-input-placeholder {
	color: #56595b;
}
.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input__focused:-moz-placeholder {
	color: #56595b;
}
.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input__focused:-ms-input-placeholder {
	color: #56595b;
}
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-main
	.mi-be-modal-fields
	input[type='text'].DateInput_input__focused::placeholder {
	color: #56595b;
}
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-main
	.mi-be-modal-fields
	input[type='text'].DateInput_input__focused::-webkit-input-placeholder {
	color: #56595b;
}
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-main
	.mi-be-modal-fields
	input[type='text'].DateInput_input__focused:-moz-placeholder {
	color: #56595b;
}
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-main
	.mi-be-modal-fields
	input[type='text'].DateInput_input__focused:-ms-input-placeholder {
	color: #56595b;
}

/* last selected day */
.CalendarDay__selected_end,
.CalendarDay__selected_end:hover,
.CalendarDay__selected_end:active,
.mi-na-option-date .CalendarDay__selected_end,
.mi-na-option-date .CalendarDay__selected_end:hover,
.mi-na-option-date .CalendarDay__selected_end:active {
	background-color: #8f9308;
	color: #fff;
}

/* ALL ACTION BUTTONS (Book included) - only appearance, none position/display or padding/margin or font appearance */
.mi-be .mi-be-book-btn,
.mi-rs .mi-rs-cart-btn,
.mi-rs .mi-rs-add-btn,
.mi-rs .mi-na-option-date-btn,
.mi-rs .mi-na-option-hotel-btn,
.mi-rs .mi-cf-form-data-btn,
button.mi-modal-close-btn,
.mi-rs .mi-rs-rate-select-room-btn,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-confirm,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-footer
	.mi-be-date-picker-confirm {
	color: #fff;
	background-color: #8f9308;
	border-radius: 3px;
	border: 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	/* don't add more properties use "engine booking button styles" */
}

.mi-be .mi-be-book-btn:hover,
.mi-rs .mi-rs-cart-btn:hover,
.mi-rs .mi-rs-add-btn:hover,
.mi-rs .mi-na-option-date-btn:hover,
.mi-rs .mi-na-option-hotel-btn:hover,
.mi-rs .mi-cf-form-data-btn:hover,
button.mi-modal-close-btn:hover,
.mi-rs .mi-rs-rate-select-room-btn:hover,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-confirm:hover,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-footer
	.mi-be-date-picker-confirm:hover {
	background-color: #9a9a9a;
}

/* ENGINE BOOKING BUTTON */
.mi-be .mi-be-book-btn {
	background: #5c666b;
	font-size: 20px;
}

html[lang='ru'] .mi-be .mi-be-book-btn {
	font-size: 14px;
}

/* ------------- BOOKING PROCESS ------------- */

/* LINKS */

/* general links (same color than web links) */
.mi-rs .mi-rs-room-occupation-btn,
.mi-rs .mi-rs-room-detail-btn,
.mi-rs-rate-see-more-btn,
.mi-rs-suggestion-btn,
.react-tabs [role='tab'][aria-selected='true'],
.react-tabs [role='tab']:hover,
.mi-rs-modal-occupation-btn:hover
	.mi-rs-occupation-text-legend
	span:first-child,
.mi-rs-modal-occupation-btn.selected
	.mi-rs-occupation-text-legend
	span:first-child,
.mi-rs-modal-occupation-btn.people:hover,
.mi-rs-modal-occupation-btn.people.selected,
.mi-rs-back-to-room-selection,
.mi-na-view-all-results,
.mi-rs-cart-item-edit-btn,
.mi-be-datepicker-info-panel .mi-be-datepicker-clear-dates button,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-title
	.mi-be-multiroom-remove,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-add,
.mi-na-option-hotel > h4,
.mi-rs .mi-cancelation-payment-link,
.mi-rs .mi-privacy-policy-link,
.mi-rs .mi-cf-form-data-link-back,
.mi-rs .mi-cf-error-link-back,
.mi-cf-form-data
	form
	.mi-cf-form-data-additionals
	div[class*='mi-cf-form-data-additionals-']
	a,
.mi-rs .mi-rc-btn,
.mi-rc-reservation-address .mi-rc-reservation-address-mail-link,
.mi-rc-reservation-address .mi-rc-reservation-address-web-link,
.mi-rs .mi-rc-reservation-code .mi-rc-reservation-code-expired-link,
.mi-be-modal .mi-be-modal-header button.mi-be-modal-clear-date {
	color: #8f9308;
}

/* links hover */
.mi-rs .mi-rs-room-occupation-btn:hover,
.mi-rs .mi-rs-room-detail-btn:hover,
.mi-rs-rate-see-more-btn:hover,
.mi-rs-suggestion-btn:hover,
.mi-rs-back-to-room-selection:hover,
.mi-na-view-all-results:hover,
.mi-rs-cart-item-edit-btn:hover,
.mi-be-datepicker-info-panel .mi-be-datepicker-clear-dates button:hover,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-title
	.mi-be-multiroom-remove:hover,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-add:hover,
.mi-na-option-hotel > h4:hover,
.mi-rs .mi-cancelation-payment-link:hover,
.mi-rs .mi-privacy-policy-link:hover,
.mi-rs .mi-cf-form-data-link-back:hover,
.mi-rs .mi-cf-error-link-back:hover,
.mi-cf-form-data
	form
	.mi-cf-form-data-additionals
	div[class*='mi-cf-form-data-additionals-']
	a:hover,
.mi-rs .mi-rc-btn:hover,
.mi-rc-reservation-address .mi-rc-reservation-address-mail-link:hover,
.mi-rc-reservation-address
	.mi-rc-reservation-address-web-link:hover
	.mi-rs
	.mi-rc-reservation-code
	.mi-rc-reservation-code-expired-link:hover,
.mi-be-modal .mi-be-modal-header button.mi-be-modal-clear-date:hover {
	color: #9a9a9a;
}

/* selected & hovered occupation (room selection), selected tab, +/- multiroom buttons, radio & checkbox */
.mi-rs-modal-occupation-btn:hover,
.mi-rs-modal-occupation-btn.selected,
.react-tabs [role='tab'][aria-selected='true'],
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-option-adult
	span.react-numeric-input
	b,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-option-children
	span.react-numeric-input
	b,
.mi-radio-container input[type='radio']:checked + .mi-radio-ico:before,
.mi-checkbox-container input[type='checkbox']:checked + .mi-checkbox-ico:before,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-add,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-confirm {
	border-color: #8f9308 !important; /* color links */
}

/* +/- multiroom buttons, checked checkbox */
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-option-adult
	span.react-numeric-input
	b
	i,
.mi-be
	.mi-be-multiroom-select
	.mi-be-multiroom-dropdown
	ul
	li
	.mi-be-multiroom-option-children
	span.react-numeric-input
	b
	i,
.mi-checkbox-container
	input[type='checkbox']:checked
	+ .mi-checkbox-ico:before {
	background-color: #8f9308 !important; /* color links */
}

/* CORPORATIVE DETAILS (principal color) */
/* line on client form, input focused at client form, selected credit card */
div[data-mirai-engine='mirai_cf'] .mi-rs,
div[data-mirai-engine='mirai_mr'] .mi-rs,
.mi-rs .mi-field-group.focused .mi-input-text,
.mi-rs .mi-field-group.focused .mi-textarea,
.mi-cf-form-data
	form
	.mi-cf-form-data-payment
	.mi-cf-form-data-payment-title
	img.selected,
.mi-rc-reservation-code,
.mi-rc-reservation-address,
.mi-rc-reservation-data,
.mi-rc-reservation-detail,
.mi-rc-reservation-price,
.mi-rc-reservation-payment,
.mi-rc-reservation-cancellation,
.mi-rc-reservation-privacy {
	border-color: #8f9308;
}

/* LOADING booking proccess (principal color) */
.mi-rs.loading .mi-loading .mi-loading-scope .mi-loading-icon div {
	border-color: #8f9308 transparent #8f9308 transparent;
}

/* ----------------- ENGINE IN MODAL (bootstrap or mirai modal) -------------- */

#engine-modal.modal,
#engine-modal.modal .modal-body,
#engine-modal.mirai-modal .mi-modal-content,
#engine-modal.mirai-modal .mi-modal-content > div {
	overflow: visible;
}

/* ----------------- ENGINE IN SQUARE ----------------- */

.mi-be-square {
	text-align: center;
}

.mi-be-square .mi-be {
	display: inline-block;
	max-width: 100%;
	padding: 20px 0;
	/* chain selector needs width, same than data range picker */
	/*width: 313px;*/
}

.mi-be-square .mi-be.mi-be-mobile {
	display: block;
}

.mi-be-square .mi-be .mi-be-book-btn:hover,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-multiroom-footer
	.mi-be-multiroom-footer-confirm:hover,
.mi-be.mi-be-mobile
	.mi-be-modal
	.mi-be-modal-footer
	.mi-be-date-picker-confirm:hover {
	background: #9a9a9a;
}

/* fields wrappers */
.mi-be-square .mi-be .mi-be-chain-field,
.mi-be-square .mi-be .mi-be-datepicker-select,
.mi-be-square .mi-be .mi-dropdown,
.mi-be-square .mi-be .mi-be-promo-field,
.mi-be-square .mi-be .mi-be-book-btn {
	display: block;
}

/* input fields */
.mi-be-square .mi-be .mi-be-chain-field,
.mi-be-square .mi-be .DateRangePickerInput,
.mi-be-square .mi-be .mi-be-multiroom-field,
.mi-be-square .mi-be .mi-be-promo-field {
	margin-right: 0;
	margin-bottom: 5px;
	text-align: left;
	padding: 10px 20px;
	border: 1px solid #b9b9b9;
}

/* input elements */
.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button label,
.mi-be-square
	.mi-be
	.mi-be-datepicker-select
	.DateRangePickerInput
	.DateInput
	.DateInput_input,
.mi-be-square .mi-be .mi-be-promo-field label input,
.mi-be-square .mi-be .mi-be-book-btn {
	line-height: 2.5em;
	height: 2.5em; /* same than line-height - ie11 fix */
}

/* button */
.mi-be-square .mi-be .mi-be-book-btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background: #8f9308;
}

/* info icons */
.mi-be-square
	.mi-be
	.mi-be-datepicker-select
	.DateRangePickerInput
	.DateRangePickerInput_calendarIcon,
.mi-be-square .mi-be .mi-be-multiroom-field span.mi-ico-dropdown,
.mi-be-square .mi-be .mi-be-promo-field span.mi-ico-code {
	font-size: 1.6em;
}

/* icon arrow position */
.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button .mi-ico-arrow-down-dark {
	position: absolute;
	right: 20px; /* same than field wrappers horizontal padding */
	top: 50%;
	margin-top: -7px; /* negative half font-size */
}

/* input selectors (icon arrow has changed) */
.mi-be-square .mi-be .mi-dropdown .mi-dropdown-button > *:nth-last-child(2) {
	margin-right: 0;
	padding-right: 25px;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
}

/* Ver cancelar reserva */

div[data-mirai-engine='mirai_mlr'] a {
	color: #fff !important;
	font-size: 1.2em;
	text-transform: uppercase;
}

.node_modules-mirai-assets-dist-bootstrap__modal_header
	.node_modules-mirai-assets-dist-bootstrap__close,
.node_modules-mirai-assets-dist-bootstrap__modal-header
	.node_modules-mirai-assets-dist-bootstrap__close {
	width: auto;
}

/* Fixed styles */

.mi-be label {
	margin: inherit;
}

.mi-be td {
	vertical-align: middle;
}

body .mi-be li {
	color: inherit;
}

.book-bar__right {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

html[lang='ru'] .mi-be .mi-be-promo-field label input {
	width: 65px;
}

.mi-be-square .mi-be .mi-dropdown.is-open.open-up .mi-dropdown-layout,
.mi-be-square
	.mi-be-datepicker-select
	.DateRangePicker_picker.DateRangePicker_picker__openUp {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	left: 50% !important;
	margin-bottom: 0;
}
.mi-be-square .mi-be .mi-dropdown.is-open.open-down .mi-dropdown-layout,
.mi-be-square
	.mi-be-datepicker-select
	.DateRangePicker_picker.DateRangePicker_picker__openDown {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50% !important;
	margin-top: 0;
}
.mi-be-square .mi-be .mi-dropdown .mi-dropdown-layout:before,
.mi-be-square .mi-be-datepicker-select .DateRangePicker_picker:before,
.mi-be-square .mi-be .mi-dropdown .mi-dropdown-layout:after,
.mi-be-square .mi-be-datepicker-select .DateRangePicker_picker:after {
	display: none !important;
}

.bookingstep header {
	z-index: 1 !important;
}

/* MEDIA QUERIES */

/* Small screens like iPad Portrait */
@media (min-width: 768px) and (max-width: 979px) {
}

/* iphone portrait & landscape - galaxy portrait & lanscape */
@media (max-device-width: 767px) {
	.mi-be-square
		.mi-be-mobile
		.mi-be-datepicker-select
		.DateRangePickerInput
		.DateInput {
		width: 7.2em;
	}

	body .mi-be.mi-be-mobile {
		font-size: calc(-10px + 6.3vw);
	}

	html[lang='ru'] .mi-be .mi-be-promo-field label input {
		width: auto;
	}

	.node_modules-mirai-assets-dist-bootstrap__modal.node_modules-mirai-assets-dist-bootstrap__in
		.node_modules-mirai-assets-dist-bootstrap__modal-dialog {
		top: 100px;
	}
}

/* fix calendar position for short screens */
@media (max-height: 850px) and (min-width: 768px) {
}

/*
VENTAJAS EN PANTALLA RESERVAS
*/
.booking-advantages .block-advantages {
	padding: 2rem;
}
.booking-advantages .block-header--mid .block-header__title {
	font-size: 2.5rem;
}
.booking-advantages .block-body li {
	font-size: 1.4rem;
	padding-left: 2.8rem;
}
.booking-advantages .block-body li:before {
	font-size: 2rem;
}
.booking-advantages .block-body li:last-child {
	padding-bottom: 2rem !important;
}
.booking-advantages .block-body li .clarification {
	font-size: 1.1rem;
}
.block-header--border {
	margin-bottom: 1.5rem !important;
}
.block-header--border:before {
	content: none !important;
}
.seres-sticky__container {
	z-index: 99999;
}
.header.scrolled {
	z-index: 999999;
}
.seres-modal-container {
	perspective: none;
}

/* blog */
.post p,
.post li,
.post a:not(.btn):not(.header-nav__submenu-btn),
.post blockquote,
.post ul li,
.post ol li {
	line-height: 2;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	/*color: #8f920f;*/
}

.entry .more-link {
	display: none;
}

.block-image--team {
	background-position: center -100px;
}

.mi-rs .carousel {
	margin: 0;
	padding: 0;
}
.mi-rs .slider {
	height: auto;
	max-height: 200px;
	overflow: visible;
}
.mi-rs .slide {
	height: auto;
	background: none;
}
.mi-rs .slide > div {
	width: 100%;
	height: 100%;
}
.mi-rs .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1040px) {
	.block-image--team {
		background-position: center center;
	}
}

@media (max-width: 768px) {
	#seres-modal--booking.seres-modal {
		top: 0 !important;
		position: fixed !important;
	}
	#seres-modal--booking .seres-modal-box {
		height: 100% !important;
		padding: 40px 1.5rem 1.5rem;
	}
	.block--salareuniones .feat-full--simple {
		justify-content: flex-start;
	}
	.block--salareuniones .feat-full--simple .feat__body {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (max-width: 540px) {
	.block-image--team {
		background-position: center -30px;
	}
}

/* COOKIES */
.seres-cookies {
	display: none !important;
}
#cookie-law-info-bar {
	z-index: 999999998;
}
.cli-modal-backdrop {
	z-index: 999999997;
}
.cli-modal.cli-blowup {
	z-index: 999999999;
}

#cookie-law-info-bar {
	padding: 30px !important;
	border-radius: 6px !important;
	width: 100% !important;
	max-width: 580px !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	transform: translate(-50%, -50%);
}
.cookies-content {
	font-family: Noto Sans, sans-serif;
}
.cookies-content br {
	display: none;
}
.cookies-content > article {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
}
.cookies-content > article p {
	text-align: center;
	font-size: 1em;
}
.cookies-content > article a {
	font-size: 1em;
	display: inline-block;
	color: #8f920f;
	text-decoration: underline;
}
.cookies-content > nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
.cookies-content > nav > div {
	width: 100%;
	position: relative;
}
.cookies-content > nav > div a {
	width: 100%;
	padding: 0 20px !important;
	height: 50px;
	line-height: 48px;
	text-align: center;
	margin: 0 !important;
	transition: background 150ms ease-out;
}
.cookies-content > nav > div a#cookie_action_close_header {
	padding-right: 40px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background-color: #222 !important;
}
.cookies-content > nav > div a#cookie_action_close_header:hover {
	background-color: #333 !important;
}
.cookies-content > nav > div a.cli_settings_button {
	color: #222 !important;
	background-color: #fff !important;
	border: 1px solid #222;
}
.cookies-content > nav > div a.cli_settings_button:hover {
	background-color: #f5f5f5 !important;
}
.cookies-content > nav > div img {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2em;
	width: 20px;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 1040px) {
	#cookie-law-info-bar {
		max-width: 500px !important;
	}
	.cookies-content > article {
		font-size: 13px;
	}
	.cookies-content > nav {
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 0;
	}
	.cookies-content > nav > div {
		margin-bottom: 20px;
	}
	.cookies-content > nav > div:last-child {
		margin-bottom: 0;
	}
	.cookies-content > nav > div a {
		font-size: 13px !important;
		margin-bottom: 20px;
	}
}
@media (max-width: 568px) {
	#cookie-law-info-bar {
		max-width: 100% !important;
	}
}

.cli-modal {
	font-family: Noto Sans, sans-serif;
}
.cli-modal-content {
	border-radius: 6px;
	padding: 30px !important;
}

/* WHATSAPP */
.header-top__meta--whatsapp {
	font-weight: 700;
}
.header-mobile .header-top__meta--whatsapp a span {
	display: none;
}

/* ------------------------------------------------------------- */
/* ---------------------------------------------- MODAL RESERVAS */
/* ------------------------------------------------------------- */
/* OCULTARLO PARA MOSTRARLO */
.wrapper div#modal-booking-mobile {
	display: none;
}
/* MODAL SELECTOR DE FECHAS */
.seres-modal-container
	.mi-be
	.mi-be-datepicker-select.mi-be-datapicker-prices
	div.DateRangePicker_picker {
	left: 50% !important;
	right: auto !important;
	top: 50% !important;
	bottom: auto !important;
	margin: 0px auto !important;
	background: none !important;
}

