/*! CSS Used from: ../../../css/globals/postload/neobookings.css */
::selection {
	background-color: #0ed6ef;
	color: #fff;
}

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: 'HurmeGeometricSans1', sans-serif;
	font-size: 18px;
	color: #0C2340;
	font-weight: 400;
	line-height: normal;
	overflow-x: hidden;
}

a {
	color: #0C2340;
	text-decoration: underline;
}

a:hover {
	color: #0ED6EF;
	text-decoration: none;
}

.owl-nav.disabled {
	display: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

button,
input[type="submit"] {
	font-weight: 400;
	letter-spacing: 0;
}

.white-color {
	color: #fff !important;
}

#wrap {
	float: left;
	width: 100%;
}

.bubble-arrow {
	width: 90px !important;
	height: 90px !important;
	background: #6768e0 !important;
	border-radius: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

.home-slider .bubble-arrow {
	width: 75px !important;
	height: 75px !important;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.bubble-arrow,
	.home-slider .bubble-arrow {
		width: 45px !important;
		height: 45px !important;
	}
}

@media only screen and (max-width: 767px) {

	.bubble-arrow,
	.home-slider .bubble-arrow {
		width: 45px !important;
		height: 45px !important;
	}
}

:root {
	--container-width: 1280px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
	--section-separation: 130px;
	--section-separation-half: 40px;
	--section-separation-mobile: 60px;
	--section-separation-half-mobile: 30px;
	--section-separation-tablet: 50px;
	--section-separation-half-tablet: 25px;
}

.container {
	max-width: 1280px;
	padding: 0;
}

#header {
	width: 100%;
	padding: 12px 0;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 120;
	transition: all .3s ease-in-out;
}

.sticky.shadow {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%) !important;
}

#header .logo {
	width: 145px;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	grid-gap: 20px;
	z-index: 10;
	position: relative;
}

#header .container:before,
#header .container:after {
	display: none;
}

#header .leftNav {
	display: flex;
	display: flex;
	align-items: center;
	justify-self: flex-start;
	align-self: center;
	margin-right: auto;
}

.hamburger a.vibra-radio-btn {
	color: #fff;
	text-decoration: none;
}

#header .leftNav a.vibra-radio-btn {
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	color: #0C2340;
	line-height: normal;
	text-decoration: none;
	transition: all .3s ease-in-out;
	padding-left: 15px;
}

#header .leftNav a.vibra-radio-btn:hover {
	color: #0C2340;
	text-decoration: none;
}

#header .leftNav a.vibra-radio-btn img {
	margin-right: 7px;
}

#header .rightNav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	grid-gap: 20px;
}

@media (max-width: 1467px) {
	#header .rightNav {
		margin-right: 105px;
	}
}

@media (max-width: 1467px) {
	#header .rightNav {
		margin-right: 0;
	}
}

#header .rightNav ul.topLinks {
	display: flex;
	align-items: center;
	grid-gap: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 20;
}

#header .rightNav ul.topLinks>li {
	display: flex;
	align-items: center;
}

#header .rightNav ul.topLinks>li img {
	margin-right: 7px;
	width: 30px;
}

#header .rightNav ul.topLinks>li a {
	display: flex;
	align-items: center;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 15px;
	color: #0c2340;
	text-transform: uppercase;
	text-decoration: none;
}

#header .rightNav ul.topLinks>li a:hover {
	color: #0c2340;
	text-decoration: none;
}

#header .rightNav ul.topLinks .phone-links a {
	position: relative;
	padding-left: 34px;
}

#header .rightNav ul.topLinks .phone-links a::after {
	content: "";
	background-image: url('../../../images/icons/phone-icon.svg');
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

#header .rightNav ul.topLinks .phone-links a:hover::after {
	background-image: url('../../../images/icons/phone-hov-icon.svg');
}

@media (max-width: 992px) {
	#header .rightNav ul.topLinks .phone-links a {
		display: none;
	}
	#header .rightNav ul.topLinks .phone-links a:first-child{
		display: flex;
		width: 30px;
		height: 30px;
		padding-left: 30px;
	}
	#header .rightNav ul.topLinks .phone-links a:first-child::after {
		display: flex;
		width: 30px;
		height: 30px;
		padding-left: 30px;
		left: 0;
	}
}

#header .rightNav ul.topLinks li.languageMenu {
	width: 47px;
	position: relative;
	z-index: 1;
}

#header .rightNav ul.topLinks li.languageMenu label {
	display: block;
	width: 100%;
	margin: 0;
}

#header .rightNav ul.topLinks li.languageMenu label a {
	display: block;
	padding: 2px 3px;
	padding-right: 8px;
	background: url(../../../images/arrow-language.svg) no-repeat right center;
}

#header .rightNav ul.topLinks li.languageMenu ul {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0;
}

#header .rightNav ul.topLinks li.languageMenu ul li a {
	display: block;
	padding: 2px 3px;
	font-size: 13px;
	color: rgb(12 35 64 / 40%);
}

#header .rightNav ul.topLinks li.languageMenu ul li a:hover {
	color: #0c2340;
}

#header .rightNav ul.mainMenu {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .rightNav ul.mainMenu>li {
	float: left;
	width: auto;
	margin: 0 25px;
}

#header .rightNav ul.mainMenu>li:first-child {
	margin-left: 0;
}

#header .rightNav ul.mainMenu>li:last-child {
	margin-right: 0;
}

#header .rightNav ul.mainMenu li a,
#header .rightNav ul.mainMenu li span {
	position: relative;
	display: block;
	cursor: pointer;
	padding-bottom: 8px;
	font-size: 16px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	color: #0c2340;
	line-height: 20px;
	text-decoration: none;
	transition: all .3s ease-in-out;
	z-index: 10;
}

#header .rightNav ul.mainMenu>li>a:hover {
	color: #0c2340;
	text-decoration: none;
}

#header .rightNav ul.mainMenu>li>a:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0ED6EF;
	position: absolute;
	bottom: -8px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

#header .rightNav ul.mainMenu>li>a:hover:after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

#header .rightNav .button {
	display: inline-flex;
	align-items: center;
	padding: 5px 7px;
	background-color: rgb(0 214 86 / 90%);
	border-radius: 40px;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	transition: all .25s ease-out;
}

#header .rightNav .button:hover {
	background-color: #00d656;
}

#header .rightNav .button img {
	margin-right: 7px;
	width: 20px;
}

@media (max-width: 1472px) and (min-width: 959px) {
	.vibra-radio-btn__text {
		display: none;
	}

	#header .rightNav {
		margin-right: 11%;
	}

	#header .rightNav ul.mainMenu>li {
		margin-right: 15px;
	}
}

@media (max-width: 767px) {
	#header .rightNav .button {
		bottom: auto;
		top: -71px;
		z-index: 5;
		padding: 5px;
		right: 15px;
	}
}

/* MENU HAMBURGESA */

#header .hamburger {
	float: right;
	width: auto;
	position: absolute;
	top: 44px;
	right: 40px;
	z-index: 200;
}

#header .hamburger:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #0ed6ef;
	border-radius: 100%;
	position: absolute;
	top: calc(50% - 25px);
	left: -23px;
	transition: all .3s ease-in-out;
}

#header .hamburger:hover:before {
	-webkit-animation: heartbeat 1.4s linear infinite;
	-o-animation: heartbeat 1.4s linear infinite;
	-moz-animation: heartbeat 1.4s linear infinite;
	-ms-animation: heartbeat 1.4s linear infinite;
	animation: heartbeat 1.4s linear infinite;
}

#header .hamburger #nav-btn,
#header .hamburger #nav-btn+label {
	position: absolute;
	top: 0px;
	left: 0;
	width: 40px;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
}

#header .hamburger #nav-btn {
	position: relative;
	opacity: 0;
	z-index: 3;
}

#header .hamburger #nav-btn+label span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #0c2340;
	position: relative;
	cursor: pointer;
	z-index: 2;
	transition: all .3s ease-in-out;
}

#header .hamburger #nav-btn+label span::before,
#header .hamburger #nav-btn+label span::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #0c2340;
	position: absolute;
	left: 0;
	transition: all .3s ease-in-out;
}

#header .hamburger #nav-btn+label span::before {
	top: -9px;
}

#header .hamburger #nav-btn+label span::after {
	bottom: -9px;
}

#header .hamburger #nav-btn:checked+label span {
	width: 26px;
	height: 1px;
	margin-left: 7px;
	background-color: #0ed6ef;
	transform: rotate(135deg);
	top: 15px;
}

#header .hamburger #nav-btn:checked {
	top: 15px;
}

#header .hamburger #nav-btn:checked+label span::before,
#header .hamburger #nav-btn:checked+label span::after {
	width: 26px;
	height: 1px;
	max-width: 100%;
	background-color: #0ed6ef;
	top: 0px;
	left: 0px;
	transform: rotate(90deg);
}

#header .hamburger #nav-btn:checked+label span::after {
	opacity: 0;
}

#header .hamburger #nav-btn:checked~nav {
	pointer-events: auto;
	visibility: visible;
}

#header .hamburger #nav-btn:checked~nav>div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

#header .hamburger #nav-btn:checked~nav>div>div {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0.4s;
	transition: opacity 0.4s ease 0.4s;
}

#header .hamburger nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#header .hamburger nav>div {
	width: 240vw;
	height: 240vw;
	color: #FEFEFE;
	background: #0c2340;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-flex: 0;
	flex: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#header .hamburger nav>div>div {
	position: relative;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	-webkit-box-flex: 0;
	flex: none;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
}

#header .hamburger nav .nav-img-box {
	width: 62vw;
	height: 82vh;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-3deg);
	overflow: hidden;
}

#header .hamburger nav .nav-img-box .nav-img-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.05;
	-webkit-transform: translateX(-50%) translateY(-50% rotate(3deg));
	-moz-transform: translateX(-50%) translateY(-50%) rotate(3deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(3deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(3deg);
	transform: translateX(-50%) translateY(-50%) rotate(3deg);
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	-moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	-ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	-o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
}

#header .hamburger nav .nav-img-box .nav-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.10;
	-webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	-moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	-ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	-o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

#header .hamburger nav .nav_header {
	padding: 44px 0;
	position: relative;
	z-index: 100;
}

#header .hamburger nav .nav_header .nav-logo {
	width: 145px;
	justify-self: flex-start;
	margin-left: 0;
}

#header .hamburger nav .nav_header .nav-logo img {
	width: 100%;
	height: auto;
}

#header .hamburger nav .nav_header .js-radio-container {
	justify-self: flex-start;
	margin-right: auto;
	margin-left: 30px;
}

@media (max-width: 992px) {
	#header .hamburger nav .nav_header .js-radio-container {
		margin-right: auto;
		margin-left: 0;
	}
}

#header .hamburger nav .nav_header .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	grid-gap: 20px;
}

#header .hamburger nav .nav_header .container:before,
#header .hamburger nav .nav_header .container:after {
	display: none;
}

#header .hamburger nav .nav_header a.vibra-radio-btn:hover {
	color: #ffffff;
	text-decoration: none;
}

#header .hamburger nav .nav_header a.vibra-radio-btn img {
	margin-right: 7px;
}

#header .hamburger nav .nav_header .language-menu {
	display: flex;
	align-items: center;
	width: auto;
	position: relative;
	z-index: 1;
}

#header .hamburger nav .nav_header .language-menu label {
	display: block;
	width: 100%;
	margin: 0;
}

#header .hamburger nav .nav_header .language-menu label a {
	display: block;
	padding: 2px 3px;
	padding-right: 13px;
	background: url(../../../images/arrow-language.svg) no-repeat right center;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#header .hamburger nav .nav_header .language-menu label a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header .hamburger nav .nav_header .language-menu ul {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #0c2340;
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0;
}

#header .hamburger nav .nav_header .language-menu ul li a {
	display: block;
	padding: 2px 3px;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 13px;
	color: rgb(255 255 255 / 40%);
	text-decoration: none;
}

#header .hamburger nav .nav_header .language-menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* MÁSCARA DE RESERVAS */
#searchForm {
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 200;
}

#searchForm .container {
	max-width: 1400px;
}

#searchForm .bookingNav {
	position: absolute;
	float: left;
	width: 100%;
	margin-top: 0;
	transition: all .25s ease-out;
	top: -40px;
}

#searchForm .bookingNav ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -5px;
	list-style-type: none;
}

#searchForm .bookingNav ul li {
	padding: 0 5px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	position: relative;
}

#searchForm .bookingNav ul li:first-child {
	margin-left: 7%;
}

#searchForm .bookingNav ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 8px 43px;
	background-color: #DBF7FF;
	color: #0c2340;
	text-decoration: none;
}

#searchForm .bookingNav ul li.active a {
	pointer-events: none;
	background-color: #0c2340;
	box-shadow: 0px 10px 0px 0px #0c2340, 0px 0px 10px rgb(14 214 239 / 50%);
	color: #0ed6ef;
	position: relative;
}

@media (max-width: 767px) {
	#searchForm .bookingNav ul li.active a {
		z-index: 0;
	}
}

#searchForm .bookingBar {
	float: left;
	width: 100%;
	background-color: #0c2340;
	position: relative;
	box-shadow: 0px 10px 0px 0px #0c2340, 0px 0px 10px rgb(14 214 239 / 50%);
	z-index: 1;
}

#searchForm .bookingBar a.searchFormClose {
	display: none;
	width: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

#searchForm .bookingBar .field {
	position: relative;
	float: left;
	width: 16.666667%;
	padding: 25px 10px;
}

#searchForm .bookingBar form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

#searchForm .bookingBar .field.hotels {
	width: 26%;
}

#searchForm .bookingBar .field.dateinout {
	width: 16%;
}

#searchForm .bookingBar .field.adultschildren {
	width: 14%;
	position: relative;
}

#searchForm .bookingBar .field.promocode {
	width: 14%;
}

#searchForm .bookingBar .field.button {
	width: 17%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 0;
}

#searchForm .bookingBar .field .form-control {
	height: 30px;
	padding: 0 13px 0 0;
	border: none;
	border-bottom: 1px solid #0ed6ef;
	background-color: transparent;
	background-image: url(../../../images/arrow-search-fields.svg);
	background-repeat: no-repeat;
	background-position: right 3px center;
	border-radius: 0px;
	font-size: 17px;
	color: #ffffff;
}

#searchForm .bookingBar .field .form-control::placeholder {
	color: #ffffff;
}

#searchForm .bookingBar .field button {
	display: inline-flex;
	align-items: center;
	padding: 13px 20px;
	outline: 0;
	border: 1px solid #0ed6ef;
	background-color: transparent;
	border-radius: 40px;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
	transition: all .25s ease-out;
}

#searchForm .bookingBar .field button:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #0c2340;
}

#searchForm .bookingBar .field button img {
	margin-right: 10px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

#searchForm .bookingBar .field button:hover img {
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}

@media (max-width: 1362px) {
	#searchForm .bookingBar .field button {
		font-size: 16px;
	}

	#searchForm .bookingBar .field.hotels {
		width: 20%;
	}

	#searchForm .bookingBar .field.button {
		width: 25%;
	}
}

/* Pop ups de la máscara */
#searchForm .bookingBar .field .popups:not(.rooms-data) {
	display: none;
	align-items: center;
	padding: 30px;
	padding-bottom: 160px;
	background-color: #3e5065;
	background-image: url(../../../images/logo-search-form-menu.svg);
	background-repeat: no-repeat;
	background-position: center bottom 30px;
	position: absolute;
	min-width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

#searchForm .bookingBar .field .popups.no-bg {
	padding-bottom: 30px;
	background-image: none;
}

#searchForm .bookingBar .field .popups .popupsCancel {
	width: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

#searchForm .bookingBar .field .popups .menubox {
	float: left;
	width: 370px;
}

#searchForm .bookingBar .field .popups .menubox .level-1 {
	display: block;
}

#searchForm .bookingBar .field .popups .menubox .level-2 {
	display: none;
}

#searchForm .bookingBar .field .popups .menubox .level-3 {
	display: none;
}

#searchForm .bookingBar .field .popups .menubox .--title-dropdown-destinations {
	margin: 0 0 25px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
}

#searchForm .bookingBar .field .popups .menubox a.back {
	display: inline-block;
	margin: 0 0 25px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
	text-decoration: none;
}

#searchForm .bookingBar .field .popups .menubox .search {
	position: relative;
	margin-bottom: 35px;
}

#searchForm .bookingBar .field .popups .menubox .search .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 7px 20px;
	padding-right: 45px;
	border: 1px solid #0ed6ef;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0px;
	font-size: 16px;
	color: #0c2340;
}

#searchForm .bookingBar .field .popups .menubox .search .form-control::placeholder {
	color: #0c2340;
}

#searchForm .bookingBar .field .popups .menubox .search .search-btn {
	width: 24px;
	height: 24px;
	margin: 8px 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(../../../images/search-blue-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-radius: 0px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 10px;
}

#searchForm .bookingBar .field .popups .menubox ul.menu {
	height: 252px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow-y: auto;
}

#searchForm .bookingBar .field .popups .menubox ul.menu::-webkit-scrollbar {
	width: 4px;
}

#searchForm .bookingBar .field .popups .menubox ul.menu::-webkit-scrollbar-track {
	background: #0c2340;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#searchForm .bookingBar .field .popups .menubox ul.menu::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #0ed6ef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#searchForm .bookingBar .field .popups .menubox ul.menu li {
	margin: 0 0 35px 0;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

#searchForm .bookingBar .field .popups .menubox ul.menu li:last-child {
	margin-bottom: 0 !important;
}

#searchForm .bookingBar .field .popups .menubox ul.menu li a {
	display: block;
	padding-right: 30px;
	background: url(../../../images/arrow-menu.svg) no-repeat right 10px center;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#searchForm .bookingBar .field .popups .menubox ul.menu li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#searchForm .bookingBar .field .popups .menubox .level-2 ul.menu {
	display: none;
}

#searchForm .bookingBar .field .popups .menubox .level-2 ul.menu li {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 20px;
}

#searchForm .bookingBar .field .popups .menubox .level-3 ul.menu {
	display: none;
	height: 382px;
}

#searchForm .bookingBar .field .popups .menubox .level-3 ul.menu li {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 20px;
}

#searchForm .bookingBar .field .popups .menubox .level-3 ul.menu li a {
	padding-right: 0;
	background: none;
}

#searchForm .bookingBar .field .popups .calendar {
	float: left;
	width: 544px;
}

#searchForm .bookingBar .field .popups .promocodebox {
	float: left;
	width: 210px;
	text-align: center;
}

#searchForm .bookingBar .field .popups .promocodebox .form-control {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	padding: 7px 20px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0px;
	font-size: 14px;
	color: #0c2340;
	text-align: center;
}

#searchForm .bookingBar .field .popups .promocodebox .form-control::placeholder {
	color: #0c2340;
}

#searchForm .bookingBar .field .popups .promocodebox .apply-btn {
	margin-top: 20px;
	padding: 7px 37px;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

#searchForm .bookingBar .field .popups .promocodebox .apply-btn:hover {
	border-color: #0ed6ef;
	background-color: #0ed6ef;
	color: #0c2340;
}

@media (max-width: 992px) {
	#searchForm .bookingBar form {
		flex-direction: column;
	}

	#searchForm .bookingBar .field .popups:not(.rooms-data) {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	#searchForm .bookingBar .field .popups .popupsCancel {
		position: relative;
		display: flex;
		align-self: flex-end;
		margin: 30px 0px;
		right: 0;
	}

	#searchForm .bookingBar {
		z-index: 100;
	}
}

.morecontent--modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.morecontent--modal>div {
	width: 240vw;
	height: 240vw;
	background: white url("../../../images/other-icon1.png") no-repeat center;
	background-size: 10%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-flex: 0;
	flex: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.morecontent--modal>div>div {
	position: relative;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	-webkit-box-flex: 0;
	flex: none;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	padding: 2% 4%;
}

@media only screen and (max-width: 767px) {
	.morecontent--modal>div {
		background-size: 15%;
	}

	.morecontent--modal>div>div {
		padding: 6% 5%;
	}
}

/* AJUSTES PARA EL POP UP DE HOTELES DEL MENÚ */
:root {
	--modal-menu-width: 941px;
	--modal-menu-height: 450px;
	--modal-menu-left-position: -275px;
	--modal-extra-hit-box-width: 255px;
	--modal-extra-hit-box-position: -169px;
	--modal-menu-childs-width: 25%;
	--modal-menu-width-custom-2: 494px;
	--modal-menu-height-custom-2: 166px;
	--modal-menu-width-custom-3: 300px;
	--modal-menu-height-custom-3: 205px;
	--modal-menu-left-position-custom-2: -75px;
	--modal-menu-childs-width-custom-2: 50%;
	--modal-menu-childs-width-custom-3: 100%;
	--modal-extra-hit-box-width-2: 154px;
	--modal-extra-hit-box-width-3: 154px;
	--modal-extra-hit-box-position-2: -41px;
	--modal-extra-hit-box-position-3: -41px;
}

.morecontent--menu-modal {
	height: var(--modal-menu-height);
	width: var(--modal-menu-width);
	position: absolute;
	display: inline-flex;
	top: 28px;
	left: var(--modal-menu-left-position);
	border: 3px solid #0c2340;
	box-shadow: 0px 10px 10px rgb(15 216 249 / 30%);
	border: 3px solid #0c2340;
	background-color: #fff;
}

.morecontent__extra-hit-box {
	width: var(--modal-extra-hit-box-width);
	height: 50px;
	top: -15px;
	left: var(--modal-extra-hit-box-position);
	position: absolute;
	background-color: transparent;
	display: none;
}

.pop-up-hotels-container {
	position: relative;
}

.morecontent--menu-modal>div {
	background-size: 8%;
}

.morecontent--menu-modal>div>div {
	align-items: center;
	height: var(--modal-menu-height);
	width: var(--modal-menu-width);
	padding: 30px 0;
}

.pop-up-hotels {
	width: var(--modal-menu-width);
	height: var(--modal-menu-height);
	display: block;
	list-style: none;
	overflow: auto;
	padding: 0 20px;
}

.pop-up-hotels::-webkit-scrollbar {
	width: 4px;
}

.pop-up-hotels::-webkit-scrollbar-track {
	background: #0c2340;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pop-up-hotels::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #0ed6ef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.pop-up-hotels ul {
	list-style: none;
}

#header .rightNav .pop-up-hotels__destinations__hotels {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

#header .rightNav ul.mainMenu .pop-up-hotels__destinations {
	color: #0c2340;
	font-family: 'HurmeGeometricSans1Bold';
	width: 25%;
	padding: 15px 15px 15px 15px !important;
	float: left;
}

#header .rightNav ul.mainMenu .pop-up-hotels__destinations__hotels {
	padding-left: 7px;
	width: 230px;
}

#header .rightNav ul.mainMenu .pop-up-hotels__destinations__hotels li {
	padding: 0;
}

#header .rightNav ul.mainMenu .pop-up-hotels__destinations__hotels li a,
#header .rightNav ul.mainMenu .pop-up-hotels__destinations__hotels li span {
	font-size: 13px;
	line-height: 20px;
	font-family: 'HurmeGeometricSans1';
}

.morecontent--menu-modal--custom-sizes-2 {
	width: var(--modal-menu-width-custom-2);
	height: var(--modal-menu-height-custom-2);
	left: var(--modal-menu-left-position-custom-2);
}

.morecontent--menu-modal--custom-sizes-2>div>div {
	width: var(--modal-menu-width-custom-2);
	height: var(--modal-menu-height-custom-2);
}

.morecontent--menu-modal--custom-sizes-2 .pop-up-hotels {
	width: var(--modal-menu-width-custom-2);
	height: var(--modal-menu-height-custom-2);
}

#header .rightNav ul.mainMenu .morecontent--menu-modal--custom-sizes-2 .pop-up-hotels__destinations {
	width: var(--modal-menu-childs-width-custom-2);
}

/* MENU PARA MENORCA */

.morecontent--menu-modal--custom-sizes-3 {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
	left: var(--modal-menu-left-position-custom-3);
}

.morecontent--menu-modal--custom-sizes-3>div>div {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
}

.morecontent--menu-modal--custom-sizes-3 .pop-up-hotels {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
}

#header .rightNav ul.mainMenu .morecontent--menu-modal--custom-sizes-3 .pop-up-hotels__destinations {
	width: var(--modal-menu-childs-width-custom-3);
}

/* MENU PARA MENORCA */
.morecontent__extra-hit-box--custom-sizes-2 {
	left: var(--modal-extra-hit-box-position-2);
	width: var(--modal-extra-hit-box-width-2);
}


/* MENORCA */
.morecontent--menu-modal--custom-sizes-3 {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
	left: var(--modal-menu-left-position-custom-3);
}

.morecontent--menu-modal--custom-sizes-3>div>div {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
}

.morecontent--menu-modal--custom-sizes-3 .pop-up-hotels {
	width: var(--modal-menu-width-custom-3);
	height: var(--modal-menu-height-custom-3);
}

#header .rightNav ul.mainMenu .morecontent--menu-modal--custom-sizes-3 .pop-up-hotels__destinations {
	width: var(--modal-menu-childs-width-custom-3);
}

.morecontent__extra-hit-box--custom-sizes-3 {
	left: var(--modal-extra-hit-box-position-2);
	width: var(--modal-extra-hit-box-width-2);
}

/* MENORCA */

@media (max-width: 992px) {
	#searchForm .field {
		height: 78px;
	}
}



/******************** MODAL DE VENTAJAS **********************/
#advantagesMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#advantagesMenu>div {
	width: 240vw;
	height: 240vw;
	color: #FEFEFE;
	background: #0c2340;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-flex: 0;
	flex: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

#advantagesMenu>div>div {
	position: relative;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	-webkit-box-flex: 0;
	flex: none;
	display: -webkit-box;
	display: flex;
}

#advantagesMenu>div>div::-webkit-scrollbar {
	width: 4px;
}

#advantagesMenu>div>div::-webkit-scrollbar-track {
	background: #0c2340;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#advantagesMenu>div>div::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #0ed6ef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#advantagesMenu a.close-icon {
	width: 15px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

#advantagesMenu .menubox {
	flex: 0 0 70%;
	max-width: 70%;
	padding: 60px;
}

#advantagesMenu .menubox .nav-logo {
	float: right;
}

#advantagesMenu .menubox .search {
	width: 60%;
	margin-bottom: 60px;
}

#advantagesMenu .menubox .search .--title-destinations {
	margin: 0 0 20px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 30px;
	color: #0ed6ef;
	line-height: 35px;
}

#advantagesMenu .menubox div.menus {
	display: flex;
}

#advantagesMenu .menubox div.menus a.back {
	display: none;
	margin: 0 0 60px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
	text-decoration: none;
}

#advantagesMenu .menubox div.menus .--subtitle-destinations {
	margin: 0 0 30px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#advantagesMenu .menubox div.menus .level-1 {
	width: 26%;
	padding-right: 40px;
	background: linear-gradient(#0ed6ef, #0ed6ef) 100% calc(100% + 48px)/1px 100% no-repeat;
}

#advantagesMenu .menubox div.menus .level-2 {
	width: 37%;
	padding: 0 40px;
	background: linear-gradient(#0ed6ef, #0ed6ef) 100% calc(100% + 48px)/1px 100% no-repeat;
}

#advantagesMenu .menubox div.menus .level-3 {
	width: 37%;
	padding-left: 40px;
}

#advantagesMenu .menubox div.menus ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#advantagesMenu .menubox div.menus ul.menu+.--subtitle-destinations {
	margin-top: 60px;
}

#advantagesMenu .menubox div.menus ul.menu li {
	margin: 0 0 30px 0;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

#advantagesMenu .menubox div.menus ul.menu li:last-child {
	margin-bottom: 0 !important;
}

#advantagesMenu .menubox div.menus ul.menu li a {
	display: block;
	padding-right: 30px;
	background: url(../../../images/arrow-menu.svg) no-repeat right 10px center;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.5;
	transition: all .3s ease-in-out;
}

#advantagesMenu .menubox div.menus ul.menu li a:hover,
#advantagesMenu .menubox div.menus ul.menu li.current>a {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

#advantagesMenu .menubox div.menus .level-2 ul.menu {
	display: none;
}

#advantagesMenu .menubox div.menus .level-2 ul.menu li {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 20px;
}

#advantagesMenu .menubox div.menus .level-3 ul.menu {
	display: none;
}

#advantagesMenu .menubox div.menus .level-3 ul.menu li {
	margin: 0 0 14px 0;
	font-size: 16px;
	line-height: 16px;
}

#advantagesMenu .menubox div.menus .level-3 ul.menu li a {
	padding-right: 0;
	background: none;
}

#advantagesMenu .sliderbox {
	flex: 0 0 30%;
	max-width: 30%;
	padding: 60px;
	background-color: #0ed6ef;
}

#advantagesMenu .sliderbox .--title-benefits {
	margin: 0 0 10px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 30px;
	color: #0c2340;
	line-height: 35px;
	text-align: center;
}

#advantagesMenu .sliderbox .--subtitle-benefits {
	margin: 0;
	font-size: 20px;
	color: #0c2340;
	line-height: 25px;
	text-align: center;
}

#advantagesMenu .sliderbox .advantage-slider .item {
	margin: 40px 0 0 0;
}

#advantagesMenu .sliderbox .advantage-slider .item:after,
#advantagesMenu .sliderbox .advantage-slider .item:before {
	content: "";
	display: table;
	clear: both;
}

#advantagesMenu .sliderbox .advantage-slider .icon {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 20px;
	background-color: #0c2340;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#advantagesMenu .sliderbox .advantage-slider .icon img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

#advantagesMenu .sliderbox .advantage-slider .info {
	float: left;
	width: calc(100% - 110px);
	margin-top: 20px;
}

#advantagesMenu .sliderbox .advantage-slider .info .--name-benefits {
	margin: 0 0 7px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #0c2340;
	line-height: 25px;
}

#advantagesMenu .sliderbox .advantage-slider .info p {
	margin: 0;
	font-size: 16px;
	color: #0c2340;
	line-height: 20px;
}

@media (max-width: 992px) {
	#advantagesMenu .sliderbox .advantage-slider {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}

	#advantagesMenu .sliderbox .advantage-slider .item {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#advantagesMenu .sliderbox .advantage-slider .info {
		width: 100%;
		margin-bottom: 30px;
	}

	#advantagesMenu .sliderbox .advantage-slider .item p {
		display: none;
	}

	#advantagesMenu .sliderbox .advantage-slider .item h6 {
		text-align: center;
	}

	#advantagesMenu .sliderbox .advantage-slider .icon {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	#advantagesMenu .sliderbox .advantage-slider .icon {
		margin-right: 0;
		width: 45px;
		height: 45px;
	}

	#advantagesMenu .sliderbox .advantage-slider .icon img {
		max-width: 50%;
	}
}

/* ESPECIFICACIONES PARA EVITAR EL LAYOUT SHIFT */
.footerTop .ftr_social ul li a {
	display: flex;
	min-width: 40px;
	min-height: 40px;
}

#myTabContentEx {
	min-height: 650px;
	overflow: hidden;
}

/* FIN ESPECIFICACIONES PARA EVITAR EL LAYOUT SHIFT */

/* CLASES DE COLORES PARA LAS LETRAS DE PROMO */

@media (min-width: 992px) {

	.title-white h1 span,
	.subtitle-white h1 {
		color: white !important;
	}

	.title-black h1 span,
	.subtitle-black h1 {
		color: #0C2340 !important;
	}

	.title-blue h1 span,
	.subtitle-blue h1 {
		color: #0ED6EF !important;
	}

}