@charset "utf-8";

@font-face {
	font-family: 'HurmeGeometricSans1';
	src: url('../../../fonts/HurmeGeometricSans1.eot'), url('../../../fonts/HurmeGeometricSans1.woff2') format('woff2'), url('../../../fonts/HurmeGeometricSans1.ttf') format('truetype'), url('../../../fonts/HurmeGeometricSans1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HurmeGeometricSans1SemiBold';
	src: url('../../../fonts/HurmeGeometricSans1SemiBold.eot'), url('../../../fonts/HurmeGeometricSans1SemiBold.woff2') format('woff2'), url('../../../fonts/HurmeGeometricSans1SemiBold.ttf') format('truetype'), url('../../../fonts/HurmeGeometricSans1SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HurmeGeometricSans1Bold';
	src: url('../../../fonts/HurmeGeometricSans1Bold.eot'), url('../../../fonts/HurmeGeometricSans1Bold.woff2') format('woff2'), url('../../../fonts/HurmeGeometricSans1Bold.ttf') format('truetype'), url('../../../fonts/HurmeGeometricSans1Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body.no-scroll {
	overflow: hidden;
}

.full-width,
.full-width .content {
	width: 100% !important;
}

button {
	outline: none !important;
}

.circle-background {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: url(../../../images/title-shape.svg) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: -90%;
	right: 0;
	left: 0;
	z-index: -1;
}

@media(max-width: 1190px) {
	.circle-background {
		width: 180px;
		height: 180px;
	}
}

@media(max-width: 767px) {
	.circle-background {
		width: 160px;
		height: 160px;
	}
}

.su_button_circle {
	z-index: 0;
}

#discoverSec .su_button_circle {
	z-index: -1;
}

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

.background-lazy,
.background-lazy:after {
	background-image: none !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.cursor-auto {
	cursor: auto !important;
}

a.link {
	font-size: 18px;
	line-height: 18px;
	color: #0C2340;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all .25s ease-out;
	padding-right: 15px;
	z-index: 2;
	cursor: pointer;
}

a.link:hover {
	color: #0C2340;
	text-decoration: none;
}

a.link::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0ED6EF;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	bottom: -8px;
}

a.link:before {
	content: "";
	width: 8px;
	height: 7px;
	background-image: url(../../../images/read-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0px;
	top: 7px;
}

a.link:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}



.title-text {
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #0C2340;
}

.title-text span {
	color: #0ED6EF;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

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


#header .logo .desktop {
	display: block;
}

#header .logo .mobile {
	display: none;
}



#header .rightNav ul.topLinks li.languageMenu label a.open {
	background-image: url(../../../images/arrow-language-open.svg);
}


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


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

#header .hamburger nav .nav_header a.vibra-radioo-btn {
	display: flex;
	align-items: center;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	color: #ffffff;
	line-height: normal;
	text-decoration: none;
	transition: all .3s ease-in-out;
}


#header .hamburger nav .nav_header .language-menu label a.open {
	background-image: url(../../../images/arrow-language-open.svg);
}


#header .hamburger nav .nav_middle ul.menu li a:hover,
#header .hamburger nav .nav_middle ul.menu li.current>a {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle ul.menu li .sub-menu-btn.open {
	background-image: url(../../../images/arrow-menu-open.svg);
}

#header .hamburger nav .nav_middle ul.menu li ul.sub-menu {
	display: none;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: none;
}

#header .hamburger nav .nav_middle ul.menu li ul.sub-menu li {
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 20px;
}

#header .hamburger nav .nav_middle ul.menu-more {
	width: 25%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .hamburger nav .nav_middle ul.menu-more li {
	padding: 5px 0;
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}

#header .hamburger nav .nav_middle ul.menu-more li:last-child {
	margin-bottom: 0;
}

#header .hamburger nav .nav_middle ul.menu-more li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.menu-more li a:hover,
#header .hamburger nav .nav_middle ul.menu-more li.current>a {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle div.contacts {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}

#header .hamburger nav .nav_middle div.contacts--others {
	padding-left: 0;
	width: 290px;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#header .hamburger nav .nav_middle div.contacts--others .link a {
	color: #0ed6ef;
	display: inline-flex;
	text-decoration: none;
	margin-bottom: 21px;
}

#header .hamburger nav .nav_middle div.contacts--others .link a:hover {
	color: #0ed6ef;
}

#header .hamburger nav .nav_middle {
	float: left;
	width: 100%;
	height: calc(100% - 120px);
	padding: 50px 0;
	overflow: auto;
}

#header .hamburger nav .nav_middle::-webkit-scrollbar {
	width: 4px;
}

#header .hamburger nav .nav_middle::-webkit-scrollbar-track {
	background: #0c2340;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#header .hamburger nav .nav_middle::-webkit-scrollbar-thumb {
	min-height: 40px;
	background: #0ed6ef;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#header .hamburger nav .nav_middle .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: inherit;
	justify-content: inherit;
	grid-gap: 70px;
}

#header .hamburger nav .nav_middle div.menus {
	display: flex;
	grid-gap: 70px;
}

#header .hamburger nav .nav_middle div.menus .--menu-title {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#header .hamburger nav .nav_middle ul.menu {
	width: 25%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .hamburger nav .nav_middle ul.menu li {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

#header .hamburger nav .nav_middle ul.menu li:last-child {
	margin-bottom: 0;
}

#header .hamburger nav .nav_middle ul.menu li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
	width: 100%;
}

#header .hamburger nav .nav_middle ul.menu li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle ul.menu li.children>a {
	max-width: calc(100% - 30px);
}

#header .hamburger nav .nav_middle ul.menu li .sub-menu-btn {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../../../images/arrow-menu.svg) no-repeat center center;
	cursor: pointer;
}

#header .hamburger nav .nav_middle ul.menu li ul.sub-menu {
	display: none;
	padding: 0 0 0 20px;
	margin: 0;
	list-style-type: none;
}

#header .hamburger nav .nav_middle ul.menu li ul.sub-menu li {
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 20px;
}

#header .hamburger nav .nav_middle .contacts-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 100px;
}


#header .hamburger nav .nav_middle ul.info:last-of-type {
	padding-left: 42px;
	padding-right: 8px;
	width: 37%;
}

#header .hamburger nav .nav_middle ul.info li {
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #ffffff;
	line-height: 15px;
}

#header .hamburger nav .nav_middle ul.info li.link {
	font-family: 'HurmeGeometricSans1', sans-serif;
	font-size: 15px;
}

#header .hamburger nav .nav_middle ul.info li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.info li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle ul.info li .info__head {
	font-family: 'HurmeGeometricSans', sans-serif;
	display: block;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 1em;
}

#header .hamburger nav .nav_middle .contacts-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}


#header .hamburger nav .nav_middle div.contacts ul {
	width: 31%;
}


#header .hamburger nav .nav_middle ul.social {
	list-style-type: none;
	padding-left: 0;
}

#header .hamburger nav .nav_middle ul.social li {
	float: left;
	width: auto;
	margin-right: 20px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
}

#header .hamburger nav .nav_middle ul.social li:last-child {
	margin-right: 0;
}

#header .hamburger nav .nav_middle ul.social li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.social li .logo-twitter img {
	height: 18px;
	width: auto;
	filter: invert(1);
	margin-bottom: 1px;
}

#header .hamburger nav .nav_middle ul.social li .logo-twitter img:hover {
	filter: invert(70%) sepia(64%) saturate(3055%) hue-rotate(140deg) brightness(105%) contrast(89%);
}

#header .hamburger nav .nav_middle ul.social li .logo-linkedin img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

#header .hamburger nav .nav_middle ul.social li .logo-linkedin img:hover {
	filter: invert(70%) sepia(64%) saturate(3055%) hue-rotate(140deg) brightness(105%) contrast(89%);
}

#header .hamburger nav .nav_middle ul.social li .fa--static img {
	height: 18px;
	width: auto;
	filter: invert(1);
	vertical-align: top;
}

#header .hamburger nav .nav_middle ul.social li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle div.contacts--others ul {
	margin-bottom: 0;
	width: 100%;
}

#header .hamburger nav .nav_middle ul.social li a:hover .fa--static .fa- img {
	filter: invert(62%) sepia(70%) saturate(1873%) hue-rotate(144deg) brightness(108%) contrast(89%);
}

#header .hamburger nav .nav_middle div.contacts h6 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #0ed6ef;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 2px;
	flex: 1 1 100%
}

@media(max-width: 992px) {
	#header .hamburger nav .nav_middle .contacts-container {
		flex-direction: row;
	}

	#header .hamburger nav .nav_middle div.contacts ul {
		width: 100%;
	}

	#header .hamburger nav .nav_middle div.contacts ul li {
		margin-bottom: 20px;
	}

}

@media(max-width: 767px) {
	#header .hamburger nav .nav_middle .contacts-container {
		flex-direction: column;
	}

}

#header .hamburger nav .nav_middle ul.info {
	padding: 0 22px;
	margin: 0;
	list-style-type: none;
	width: 33.33%;
}

#header .hamburger nav .nav_middle ul.info:first-child {
	padding: 0;
}

#header .hamburger nav .nav_middle ul.info li {
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	margin: 0 0 20px 0;
	font-size: 15px;
	color: #ffffff;
	line-height: 15px;
}

#header .hamburger nav .nav_middle ul.info li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.info li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle ul.info li .info__head {
	font-family: 'HurmeGeometricSans', sans-serif;
	display: block;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 1em;
}

#header .hamburger nav .nav_middle ul.social {
	list-style-type: none;
	padding-left: 0;
}

#header .hamburger nav .nav_middle ul.social li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	border: 1px solid #0ed6ef;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#header .hamburger nav .nav_middle ul.social li:last-child {
	margin-right: 0;
}

#header .hamburger nav .nav_middle ul.social li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.social li .fa--static img {
	height: 18px;
	width: auto;
	filter: invert(1);
	vertical-align: top;
}

#header .hamburger nav .nav_middle ul.social li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#header .hamburger nav .nav_middle ul.social li a:hover .fa--static img {
	filter: invert(62%) sepia(70%) saturate(1873%) hue-rotate(144deg) brightness(108%) contrast(89%);
}

#header .hamburger nav .nav_middle a.vibra-radio-btn {
	display: none;
	align-items: center;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

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

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

#header .hamburger nav .nav_middle ul.menu-other {
	width: calc(50% - 35px);
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .hamburger nav .nav_middle ul.menu-other li {
	float: left;
	width: auto;
	font-size: 17px;
	color: #0ed6ef;
	line-height: 17px;
}

#header .hamburger nav .nav_middle ul.menu-other li:after {
	content: "·";
	display: inline-block;
	margin: 0 20px;
}

#header .hamburger nav .nav_middle ul.menu-other li:last-child:after {
	display: none;
}

#header .hamburger nav .nav_middle ul.menu-other li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#header .hamburger nav .nav_middle ul.menu-other li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

@media (max-width: 1472px) and (min-width: 959px) {
	#header .hamburger nav .nav_middle .contacts-container {
		margin-bottom: 120px;
	}

	#header .hamburger nav .nav_header .language-menu {
		margin-right: 10%;
	}
}

@media (max-width: 992px) {
	#header .hamburger nav .nav_middle .contacts-container {
		flex-direction: row;
	}
}


@media (max-width: 767px) {
	#header .hamburger nav .nav_middle .contacts-container {
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	#header .hamburger nav .nav_middle div.contacts--others {
		width: auto;
		margin-left: 0px;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#header .hamburger {
		right: 15px;
		top: 22px;
	}

	#header .hamburger #nav-btn:checked~nav>div {
		transition-duration: 0.25s;
	}

	#header .hamburger nav .nav-img-box {
		width: 82vw;
		height: 72vh;
	}

	#header .hamburger nav .nav-img-box .nav-img-icon {
		width: 80%;
	}

	#header .hamburger nav .nav_header {
		padding: 25px 0;
	}

	#header .hamburger nav .nav_header .nav-logo {
		width: 125px;
		left: 15px;
	}

	#header .hamburger nav .nav_header .container {
		justify-content: flex-end;
		grid-gap: 10px;
	}

	#header .hamburger nav .nav_header .language-menu {
		margin-right: 40px;
	}

	#header .hamburger nav .nav_middle {
		height: calc(100% - 73px);
		padding: 30px 0;
	}

	#header .hamburger nav .nav_middle .container {
		grid-gap: 30px;
	}

	#header .hamburger nav .nav_middle div.menus {
		flex-wrap: wrap;
		grid-gap: 30px;
	}

	#header .hamburger nav .nav_middle div.menus .--menu-title {
		margin: 0 0 15px 0;
		font-size: 13px;
		line-height: 15px;
	}

	#header .hamburger nav .nav_middle ul.menu {
		width: calc(50% - 15px);
	}

	#header .hamburger nav .nav_middle ul.menu li {
		margin: 0 0 15px 0;
		font-size: 15px;
		line-height: 15px;
		text-transform: uppercase;
	}

	#header .hamburger nav .nav_middle ul.menu li.children>a {
		max-width: calc(100% - 15px);
	}

	#header .hamburger nav .nav_middle ul.menu li .sub-menu-btn {
		width: 15px;
		height: 15px;
	}

	#header .hamburger nav .nav_middle ul.menu li ul.sub-menu {
		padding: 0 0 0 10px;
	}

	#header .hamburger nav .nav_middle ul.menu li ul.sub-menu li {
		margin: 10px 0 0 0;
		font-size: 13px;
		line-height: 13px;
		text-transform: none;
	}

	#header .hamburger nav .nav_middle ul.menu-more {
		width: calc(50% - 15px);
		order: 2;
	}

	#header .hamburger nav .nav_middle ul.menu-more:last-child {
		order: 1;
	}

	#header .hamburger nav .nav_middle ul.menu-more li {
		padding: 0;
		margin: 0 0 12px 0;
		font-size: 13px;
		line-height: 13px;
	}

	#header .hamburger nav .nav_middle div.contacts {
		padding-left: 0;
	}

	#header .hamburger nav .nav_middle ul.info {
		width: 100%;
		margin-left: 0;
		margin-right: 25px;
		padding: 0;
	}

	#header .hamburger nav .nav_middle ul.info:last-of-type {
		padding-left: 0px;
		width: 100%;
	}

	#header .hamburger nav .nav_middle ul.info li {
		margin: 0 0 20px 0;
		font-size: 15px;
		line-height: 15px;
	}

	#header .hamburger nav .nav_middle ul.info li.link {
		font-size: 12px;
	}

	#header .hamburger nav .nav_middle ul.social li {
		margin-right: 10px;
		font-size: 17px;
		line-height: 17px;
	}
}


/* FIN MENÚ HAMBURGESA */

/**DESCRIPCIÓN DE LA SECCIÓN */
#roomsSec {
	padding-top: 0px;
	padding-bottom: var(--section-separation);
	overflow: hidden;
}

#roomsSec .roomsTop {
	width: 88%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#roomsSec .roomsTop .image {
	content: "";
	width: 340px;
	height: 251px;
	background-image: url(../../../images/room-shap1.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	text-align: left;
}

#roomsSec .roomsTop .image .--text-tagline {
	margin: 0px 0 0px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: #0C2340;
	text-align: center;
}

#roomsSec .roomsTop .content {
	width: 65%;
}

#roomsSec .roomsTop .content .visible-text p,
#roomsSec .roomsTop .content .visible-text h2 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #0C2340;
}

#roomsSec .roomsTop .content .visible-text h2 {
	margin-bottom: 20px;
}

/**DESCRIPCIÓN DE LA SECCIÓN */

/* FOOTER */
#footer:not(.nomask) {
	float: left;
	width: 100%;
	margin-bottom: 55px;
}

#ourHotelSec {
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #0ed6ef;
	overflow: hidden;
}

#ourHotelSec .--title-hotels-links,
#ourHotelSec h4 {
	margin: 0 0 35px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 35px;
	line-height: 35px;
	color: #0C2340;
	text-align: center;
}

#ourHotelSec .content {
	margin-top: 45px;
	font-size: 16px;
	line-height: 16px;
	color: #0C2340;
}

#ourHotelSec .content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#ourHotelSec .content ul li {
	margin: 0 0 13px 0;
	position: relative;
}

#ourHotelSec .content ul li:last-child {
	margin-bottom: 0px;
}

#ourHotelSec .content ul li a strong,
#ourHotelSec .content ul li span strong {
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #0C2340;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all .25s ease-out;
}

#ourHotelSec .content ul li a:hover strong,
#ourHotelSec .content ul li span:hover strong {
	color: #0C2340;
	text-decoration: none;
}

#ourHotelSec .content ul li a,
#ourHotelSec .content ul li span {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all .25s ease-out;
}

#ourHotelSec .content ul li a:hover,
#ourHotelSec .content ul li span:hover {
	color: #0C2340;
	text-decoration: none;
}

#ourHotelSec .content ul li a::after,
#ourHotelSec .content ul li span::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0C2340;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	bottom: -8px;
}

#ourHotelSec .content ul li a:hover::after,
#ourHotelSec .content ul li span:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

#footerSection {
	background-color: #0C2340;
}

.footerTop {
	padding-top: 110px;
	padding-bottom: var(--section-separation);
	background-image: url(../../../images/footer-logo-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.footerTop .ftr_menu {
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
}

.footerTop .ftr_menu--left,
.footerTop .ftr_menu--center,
.footerTop .ftr_menu--right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footerTop .ftr_menu--left {
	align-items: flex-start;
}

.footerTop .ftr_menu--center {
	align-items: center;
}

.footerTop .ftr_menu--right {
	align-items: flex-end;
}

.footerTop .ftr_menu h3 {
	margin: 0 0 30px 0;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	color: #0ED6EF;
}

.footerTop .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerTop .ftr_menu ul li {
	margin: 0 0 30px 0;
}

.footerTop .ftr_menu ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.footerTop .ftr_menu ul li a:hover {
	text-decoration: none;
}

.footerTop .ftr_menu ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.footerTop .ftr_menu1 {
	text-transform: capitalize;
}

.footerTop .ftr_contact ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerTop .ftr_contact ul li {
	display: inline-block;
	margin: 0 0 15px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.footerTop .ftr_contact ul li .head {
	font-family: 'HurmeGeometricSans1', sans-serif;
	font-size: 15px;
	line-height: 1em;
	display: block;
	text-decoration: underline;
	padding-bottom: 0.5rem;
	text-underline-offset: 2px;
}


.footerTop .ftr_contact ul li:last-child {
	margin-bottom: 0px;
}

.footerTop .ftr_contact ul li a {
	position: relative;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}

.footerTop .ftr_contact ul li a strong {
	font-size: 24px;
	line-height: 24px;
}

.footerTop .ftr_contact ul li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

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

.footerTop .ftr_contact ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}


.footerTop .ftr_contact-social {
	margin-bottom: 0;
}

.footerTop .ftr_contact {
	margin-top: auto;
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.footerTop .ftr_contact {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.footerTop .ftr_social {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.footerTop .ftr_social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.footerTop .ftr_social ul li {
	display: inline-block;
	width: auto;
	margin: 0 3px;
}

.footerTop .ftr_social ul li a {
	align-items: center;
	border: 1px solid #0ed6ef;
	background-color: transparent;
	border-radius: 100%;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.footerTop .ftr_social ul li a i {
	margin: 0 auto;
}

.footerTop .ftr_social ul li a:hover {
	color: #fff;
	background-color: #0ed6ef;
	border: 1px solid #0ed6ef;
	text-decoration: none;
}

.footerTop .ftr_social ul li .fa--static img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

@media(max-width: 992px) {
	.footerTop .ftr_menu {
		padding: 15px 15px;
	}

	.footerTop .ftr_contact-social {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.footerTop .ftr_menu--left,
	.footerTop .ftr_menu--center,
	.footerTop .ftr_menu--right {
		align-items: flex-start;
	}

}

.footerBottom {
	padding-top: 35px;
	padding-bottom: 60px;
	border-top: 1px solid #0ed6ef;
}

.footerBottom .copy_text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: right;
}

.footerBottom .copy_text strong {
	color: #0ED6EF;
}

.footerBottom .copy_link ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerBottom .copy_link ul li {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 5px 0 15px;
}

.footerBottom .copy_link ul li:before {
	content: ".";
	font-size: 20px;
	color: #0ED6EF;
	position: absolute;
	top: -5px;
	left: 3px;
}

.footerBottom .copy_link ul li:first-child {
	padding: 0 5px 0 0px;
}

.footerBottom .copy_link ul li:first-child:before {
	content: inherit;
}

.footerBottom .copy_link ul li a {
	position: relative;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}

.footerBottom .copy_link ul li a:hover {
	color: #0ED6EF;
	text-decoration: none;
}

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

.footerBottom .copy_link ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

/* FIN FOOTER */

/* MÁSCARA DE RESERVAS */

#searchForm .bookingNav ul li.active a span {
	display: none;
	margin-top: 5px;
	padding: 0 7px;
	background-color: #0ed6ef;
	font-size: 14px;
	color: #0c2340;
}


#searchForm .bookingBar .field.title {
	width: 13%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 0;
	text-align: right;
}

#searchForm .bookingBar .field.title h5 {
	display: none;
	margin: 0 0 15px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	color: #0ed6ef;
	line-height: 25px;
}

#searchForm .bookingBar .field.title a {
	display: inline-block;
	padding: 4px 15px;
	background-color: #0ed6ef;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 16px;
	color: #0c2340;
	text-decoration: none;
}



/* Pop ups de la máscara */

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



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


#searchForm .bookingBar .field .popups .calendar .daterangepicker {
	display: block !important;
	float: left;
	width: 100%;
	margin: 0;
	border: none;
	background-color: transparent;
	border-radius: 0;
	font-family: 'HurmeGeometricSans1', sans-serif;
	position: static;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker:before,
#searchForm .bookingBar .field .popups .calendar .daterangepicker:after {
	display: none;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .ranges {
	display: none;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-calendar.left {
	padding: 0;
	margin-right: 30px;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-calendar.right {
	padding: 0;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table {
	padding: 0;
	border: none;
	border-radius: 0px;
	background-color: transparent;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-buttons {
	padding: 10px 0 0 0;
	border-color: rgb(255 255 255 / 20%);
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-selected {
	font-size: 13px;
	color: #ffffff;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-buttons .btn {
	padding: 4px 15px;
	box-shadow: none;
	font-family: 'HurmeGeometricSans1', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .drp-buttons .btn:hover {
	border-color: #0ed6ef;
	background-color: #0ed6ef;
	color: #0c2340;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table table {
	border-spacing: 4px;
	border-collapse: inherit;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table th,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td {
	min-width: 32px;
	width: 32px;
	height: 32px;
	border: none;
	background-color: transparent;
	border-radius: 100%;
	font-size: 13px;
	color: rgb(255 255 255 / 60%);
	line-height: normal;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table th {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table th.month {
	width: auto;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 16px;
	color: #0ed6ef;
	text-transform: uppercase;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table .next span,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table .prev span {
	border-color: #0ed6ef;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table th.available:hover,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.available:hover {
	background-color: #0c2340;
	color: rgb(255 255 255 / 60%);
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.off,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.off.in-range,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.off.start-date,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.off.end-date {
	background-color: transparent;
	color: rgb(255 255 255 / 20%);
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.in-range {
	background-color: #ffffff;
	border-color: transparent;
	color: #0c2340;
}

#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.active,
#searchForm .bookingBar .field .popups .calendar .daterangepicker .calendar-table td.active:hover {
	background-color: #0ed6ef;
	color: #0c2340;
}




#searchForm .bookingBar .field .popups .roomsbox {
	float: left;
	width: 320px;
}

#searchForm .bookingBar .field .popups .roomsbox .room {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgb(14 214 239 / 50%);
}

#searchForm .bookingBar .field .popups .roomsbox .room.label {
	padding: 0;
	border-bottom: none;
}

#searchForm .bookingBar .field .popups .roomsbox .room.label label {
	width: calc(30% - 20px);
	margin: 0 10px;
	font-size: 14px;
	color: #0ed6ef;
	line-height: normal;
	text-align: center;
}

#searchForm .bookingBar .field .popups .roomsbox .room.label label:first-child {
	margin-left: calc(30% + 10px);
}

#searchForm .bookingBar .field .popups .roomsbox .room .room-count {
	width: 30%;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
	text-transform: uppercase;
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input {
	position: relative;
	width: calc(30% - 20px);
	padding: 0 18px;
	margin: 0 10px;
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input .form-control {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: #ffffff;
	background-image: none;
	border-radius: 100%;
	font-size: 14px;
	color: #0c2340;
	text-align: center;
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 0;
	outline: 0;
	border: none;
	background-color: transparent;
	border-radius: 0px;
	color: #45c2cc;
	cursor: pointer;
	-webkit-appearance: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button.minus {
	left: 0;
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button.plus {
	right: 0;
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button:before,
#searchForm .bookingBar .field .popups .roomsbox .room .number-input button:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: .7rem;
	height: 2px;
	background-color: #45c2cc;
	transform: translate(-50%, -50%);
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

#searchForm .bookingBar .field .popups .roomsbox .room .number-input button:hover {
	color: #fff;
}

#searchForm .bookingBar .field .popups .roomsbox .room .delete-room {
	width: calc(10% - 10px);
	padding: 5px;
	margin-left: 10px;
	text-align: right;
}

#searchForm .bookingBar .field .popups .roomsbox .room .delete-room img {
	width: 15px;
}

#searchForm .bookingBar .field .popups .roomsbox .add-btn {
	display: inline-block;
	margin-top: 20px;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-decoration: none;
}

#searchForm .bookingBar .field .popups .roomsbox .add-btn:hover {
	color: #0ed6ef;
	text-decoration: none;
}

#searchForm .bookingBar .field .popups .roomsbox .add-btn i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	background-color: #0ed6ef;
	border-radius: 100%;
	color: #ffffff;
}




#searchForm.sticky .bookingBar {
	box-shadow: 0px 0px 10px rgb(14 214 239 / 50%);
}

#searchForm.sticky .bookingNav ul li.active a {
	z-index: 0;
}

/* FIN MÁSCARA DE RESERVAS */

/* VER MÁS - MODAL */
.--strong-h2 strong,
.morecontent h2,
.morecontent h3 {
	margin: 0 0 25px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #0C2340;
}

.morecontent h3 {
	font-size: 28px;
	line-height: 35px;
}

.morecontent p {
	margin: 0 0 25px 0;
}


.morecontent--modal .morecontent__close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 40px;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 3;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.morecontent--modal .morecontent__close i {
	display: block;
	position: relative;
	cursor: pointer;
	z-index: 2;
	transition: all .3s ease-in-out;
	width: 26px;
	height: 1px;
	margin-left: 7px;
	background-color: #0ed6ef;
	transform: rotate(135deg);
}

.morecontent--modal .morecontent__close i::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	transition: all .3s ease-in-out;
	width: 26px;
	height: 1px;
	max-width: 100%;
	background-color: #0ed6ef;
	top: 0;
	transform: rotate(90deg);
}

.morecontent--modal-opened {
	pointer-events: auto;
	visibility: visible;
}

.morecontent--modal-opened>div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

.morecontent--modal-opened>div>div {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0.4s;
	transition: opacity 0.4s ease 0.4s;
}

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

	.--strong-h2 strong,
	.morecontent h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.morecontent h3 {
		font-size: 20px;
		line-height: 25px;
	}

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

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

	.morecontent--modal .morecontent__close {
		top: 20px;
		right: 20px;
	}
}

/* AJUSTES PARA EL POP UP DE HOTELES DEL MENÚ */

/* Efecto de entrada */
.morecontent--menu-modal.morecontent--modal-opened>div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

.morecontent--menu-modal.morecontent--modal-opened>div>div {
	opacity: 1;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
}



.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-custo-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);
}

/* FIN AJUSTES PARA EL POP UP DE HOTELES DEL MENÚ */

/*  FIN VER MÁS - MODAL */





/* SLIDER DE OFERTAS */
#advantageSec {
	padding-top: 0;
	overflow: hidden;

}

#advantageSec .title {
	text-align: center;
	margin-bottom: 40px;
}

#advantageSec .title h3 {
	margin: 0px 0 15px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #0C2340;
}

#advantageSec .title h3 span {
	color: #0ED6EF;
}

#advantageSec .advantageTop {
	width: 82%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 25px;
}

#advantageSec .advantageTop .image {
	content: "";
	width: 251px;
	height: 251px;
	background-image: url(../../../images/advantage-shap1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	text-align: center;
}

#advantageSec .advantageTop .image span {
	margin: 0px 0 0px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: #0C2340;
}

#advantageSec .advantageTop .content {
	width: 68%;
	padding-top: 40px;
	position: relative;
}

#advantageSec .advantageTop .content .more::-webkit-scrollbar {
	width: 4px;
}

#advantageSec .advantageTop .content .more::-webkit-scrollbar-track {
	background: #0C2340;
	border-radius: 10px;
}

#advantageSec .advantageTop .content .more::-webkit-scrollbar-thumb {
	background: #0ED6EF;
	border-radius: 100px;
	width: 15px;
	height: 15px;
}

#advantageSec .advantageTop .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 30px;
	color: #0C2340;
}

#advantageSec .advantageTop .content a.link {
	font-size: 18px;
	line-height: 18px;
	color: #0C2340;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: all .25s ease-out;
	padding-right: 15px;
	position: absolute;
	z-index: 2;
	bottom: -30px;
}

#advantageSec .advantageTop .content a.link:hover {
	color: #0C2340;
	text-decoration: none;
}

#advantageSec .advantageTop .content a.link::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0ED6EF;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	bottom: -8px;
}

#advantageSec .advantageTop .content a.link:before {
	content: "";
	width: 8px;
	height: 7px;
	background-image: url(../../../images/read-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0px;
	top: 7px;
}

#advantageSec .advantageTop .content a.less:before {
	transform: rotate(180deg);
}

#advantageSec .advantageTop .content a.link:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

#advantageSec .advantageTop .content .morelink {
	display: block;
}

#advantageSec .discount-slider {
	margin-top: 60px;
	margin-bottom: 90px;
}

#advantageSec .discount-slider .owl-stage-outer {
	overflow: visible;
	height: 580px;
}

#advantageSec .discount-slider .owl-stage {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
}

#advantageSec .discount-slider .owl-item {
	height: 267px;
	opacity: .5;
	transform: none;
	transition: all .3s ease-out;
	overflow: hidden;
}

#advantageSec .discount-slider .owl-item.active {
	height: 467px;

}

#advantageSec .discount-slider .owl-item.active.center {
	height: 727px;
	margin-top: 50px;
	padding-bottom: 50px;
	opacity: 1;
}

#advantageSec .discount-slider .item {
	position: relative;
	height: 100%;
	background-color: transparent;
}

#advantageSec .discount-slider .item a {
	display: block;
	text-decoration: none;
}

#advantageSec .discount-slider .item img {
	width: inherit;
	max-width: inherit;
	height: 170%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-out;
}

#advantageSec .discount-slider .center .item img {
	height: 100%;
}

#advantageSec .discount-slider .item .info {
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin: 0 3%;
	padding: 30px 30px;
	background: rgb(12 35 64 / 90%);
	position: absolute;
	bottom: -40px;
	opacity: 0;
	visibility: hidden;
}

#advantageSec .discount-slider .center .item .info {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.4s ease 0.4s;
}

#advantageSec .discount-slider .item .infoLt h3 {
	margin: 0 0 14px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
}

#advantageSec .discount-slider .item .infoLt h4 {
	margin: 0 0 34px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 20px;
	color: #0ED6EF;
	line-height: 20px;
}

#advantageSec .discount-slider .item .infoLt p {
	margin: 0 0 22px 0;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
}

#advantageSec .discount-slider .item .infoLt span {
	margin: 0 0 0px 0;
	width: 100%;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	line-height: 21px;
}

#advantageSec .discount-slider .item .infoRt .from {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 151px;
	height: 151px;
	margin-top: -65px;
	margin-bottom: 30px;
	background-color: rgb(14 214 239 / 80%);
	border-radius: 100%;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}

#advantageSec .discount-slider .item .infoRt .from p {
	display: block;
	margin: 5px 0 5px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 35px;
	color: #0C2340;
}

#advantageSec .discount-slider .item .infoRt .from p strong {
	font-size: 25px;
}

#advantageSec .discount-slider .item .infoRt .from span {
	display: block;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #0C2340;
}

#advantageSec .discount-slider .item .infoRt .button_su_inner {
	padding: 15px 65px 15px 35px;
	border: 1px solid rgb(103 104 224 / 80%);
	background-color: transparent;
}

#advantageSec .discount-slider .item .infoText {
	position: absolute;
	bottom: -30px;
	right: 30px;
	left: 30px;
	font-size: 13px;
	color: #0C2340;
	line-height: 20px;
}

#advantageSec .discount-slider.owl-theme .owl-nav {
	top: 50%;
	margin-top: -45px;
}

#advantageSec .discount-slider.owl-theme .owl-nav button.owl-prev {
	left: 108px;
}

#advantageSec .discount-slider.owl-theme .owl-nav button.owl-next {
	right: 108px;
}

/* FIN SLIDER DE OFERTAS */


/* INTRODUCCIÓN SLIDER DE HOTELES */
#discoverSec__intro {
	padding-bottom: var(--section-separation);
}

#discoverSec__intro .title {
	width: 100%;
	text-align: center;
}

#discoverSec__intro .title .title-text {
	margin: 0px 0 25px 0;
}

@media (max-width: 767px) {
	#discoverSec__intro .title .title-text {
		font-size: 29px;
		line-height: 32px;
	}
}

#discoverSec__intro .discoverTop {
	width: 82%;
	padding: 0;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#discoverSec__intro .discoverTop .image {
	content: "";
	width: 251px;
	height: 251px;
	background-image: url(../../../images/discover-shape.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 7px;
}

#discoverSec__intro .discoverTop .image span {
	margin: 0px 0 0px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: #0C2340;
	text-align: center;
}

#discoverSec__intro .discoverTop .content {
	width: 68%;
	position: relative;
}

#discoverSec__intro .discoverTop .moretextcontent {
	width: 68%;
	position: relative;
}

#discoverSec__intro .discoverTop .content .more::-webkit-scrollbar {
	width: 4px;
}

#discoverSec__intro .discoverTop .content .more::-webkit-scrollbar-track {
	background: #0C2340;
	border-radius: 10px;
}

#discoverSec__intro .discoverTop .content .more::-webkit-scrollbar-thumb {
	background: #0ED6EF;
	border-radius: 100px;
	width: 15px;
	height: 15px;
}

#discoverSec__intro .discoverTop .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 30px;
	color: #0C2340;
}

#discoverSec__intro .discoverTop .content .morecontent div {
	display: none;
}

#discoverSec__intro .discoverTop .content .morelink {
	display: block;
}

.discoverTop--no-margin-top {
	margin-top: 0px !important;
}

/* FIN INTRODUCCIÓN SLIDER DE HOTELES */

/* LISTADO EN GRID */

#eventSec {
	padding-top: 0px;
	padding-bottom: var(--section-separation);
	overflow: hidden;
}

#eventSec .title {
	position: relative;
	padding: 0 0 50px 0;
	text-align: center;
}

#eventSec .title .--title-much-more,
#eventSec .title h3 {
	margin: 0px 0 10px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 40px;
	line-height: 40px;
	color: #0C2340;
}

#eventSec .title .--title-much-more span,
#eventSec .title h3 span {
	color: #0ED6EF;
}

#eventSec .item {
	position: relative;
	transition: all .25s ease-out;
	padding-top: 15px;
	padding-bottom: 15px;
}

#eventSec .item img {
	display: inline-block;
	width: 100%;
	height: auto;
}

#eventSec .item .info {
	width: 100%;
	display: inline-block;
	position: relative;
}

#eventSec .item .info .shapeBox {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 50px 140px;
	background-color: rgb(14 214 241 / 100%);
	transition: all .25s ease-out;
	text-decoration: none;
	text-align: center;
}

#eventSec .item .info .shapeBox:after {
	content: '';
	background-image: url(../../../images/shap2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#eventSec .item .info .shapeBox:hover:after {
	background-image: url(../../../images/shap1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#eventSec .item .info .shapeBox .otherHd {
	position: relative;
	width: auto;
	display: inline-block;
	margin: 0 30px 20px 30px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #0C2340;
}

#eventSec .item .info .shapeBox .otherText {
	width: 100%;
	display: inline-block;
	margin: 0 0 24px 0;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

#eventSec .item .info .shapeBox:hover {
	background-color: rgb(12 35 64 / 100%);
}

#eventSec .item .info .shapeBox:hover .otherHd {
	color: #0ED6EF;
}

#eventSec .item .info .shapeBox .button_su {
	z-index: 1;
}

#eventSec .item .info .shapeBox .button_su_inner {
	background-color: #8586e6;
}

/* FIN LISTADO EN GRID */

/* SLIDER DE HOTELES */

#discoverSec {
	padding-top: 0px;
	padding-bottom: var(--section-separation);
	overflow: hidden;
}

#discoverSec.discoverSec--only-filters {
	padding-bottom: 0px;
}

#discoverSec .title {
	width: 100%;
	text-align: center;
}

#discoverSec .title .title-text {
	margin: 0px 0 3rem 0;
}

body.radio-playasol #discoverSec .title .title-text {
	margin-top: 100px;
}

#discoverSec .discoverTab {
	width: 100%;
}

#discoverSec .country-selector {
	background: #0fcfe8;
	position: relative;
}

#discoverSec .country-selector::before,
#discoverSec .country-selector::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 5;
	background-color: #0C2340;
	opacity: 0;
	top: 0;
	transition: all 0.3s;
}

#discoverSec .country-selector.left-selected::before {
	left: 0;
	opacity: 1;
}

#discoverSec .country-selector.right-selected::after {
	right: 0;
	opacity: 1;
}


#discoverSec .country-selector .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	position: relative;
	flex-direction: row;
}

#discoverSec .country-selector li {
	padding: 15px 20px 15px 20px;
	min-width: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#discoverSec .country-selector li a {
	color: #fff;
	text-align: right;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#discoverSec .country-selector li:last-child a {
	text-align: left;
}

#discoverSec .discoverBottm>ul {
	display: flex !important;
	justify-content: center;
	background-color: #0b233f;
	position: relative;
}

#discoverSec .discoverBottm>ul li:before {
	content: ".";
	font-size: 35px;
	color: #fff;
	position: absolute;
	top: -2px;
	left: -4px;
	z-index: 10;
}

#discoverSec .discoverBottm>ul li {
	position: relative;
}

#discoverSec .discoverBottm>ul li:first-child:before {
	content: inherit;
}

#discoverSec .discoverBottm>ul>li a {
	position: relative;
	margin: 15px 15px 15px 15px;
	padding: 0;
	border-radius: 0px;
	background-color: transparent;
	border: 0;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	z-index: 10;
	transition: all 0.3s;
	text-transform: uppercase;
}

#discoverSec .discoverBottm>ul>li a:hover {
	color: #0ED6EF;
	text-decoration: none;
}

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

#discoverSec .discoverBottm>ul>li a:hover::after {
	bottom: -1px;
	opacity: 1;
	visibility: visible;
}

#discoverSec .discoverBottm>ul>li a.active {
	color: #0ED6EF;
}

#discoverSec .discoverTop {
	width: 82%;
	padding: 0;
	margin: 40px auto var(--section-separation) auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#discoverSec .discoverTop .image {
	content: "";
	width: 251px;
	height: 251px;
	background-image: url(../../../images/discover-shape.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 7px;
}

#discoverSec .discoverTop .image span {
	margin: 0px 0 0px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 28px;
	line-height: 35px;
	color: #0C2340;
	text-align: center;
}

#discoverSec .discoverTop .content {
	width: 68%;
	position: relative;
}

#discoverSec .discoverTop .content .more::-webkit-scrollbar {
	width: 4px;
}

#discoverSec .discoverTop .content .more::-webkit-scrollbar-track {
	background: #0C2340;
	border-radius: 10px;
}

#discoverSec .discoverTop .content .more::-webkit-scrollbar-thumb {
	background: #0ED6EF;
	border-radius: 100px;
	width: 15px;
	height: 15px;
}

#discoverSec .discoverTop .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 30px;
	color: #0C2340;
}

#discoverSec .discoverTop .content p a[href ^='https://'] {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 20px 65px 20px 35px;
	background-color: rgb(103 104 224 / 80%);
	border-radius: 50px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s ease;
}

#discoverSec .discoverTop .content p a[href ^='https://']:hover {
	background-color: #6768e0;
}

#discoverSec .discoverTop .content p a[href ^='https://']:after {
	content: "";
	width: 27px;
	height: 18px;
	background-image: url(../../../images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease-out;
}

#discoverSec .discoverTop .content .morelink {
	display: inline-flex;
}

#discoverSec .discoverTabSlider {
	margin-top: 0px;
}

@media(max-width: 1600px) {
	#discoverSec .discoverTabSlider .owl-stage {
		margin: 0 auto;
	}
}

#discoverSec .discoverTabSlider .owl-stage-outer {
	overflow: visible;
}

#discoverSec .discoverTabSlider .owl-item {
	transform: none;
	transition: all .3s ease-out;
}

#discoverSec .discoverTabSlider .owl-item.active.center .item {
	transform: rotate(-3deg);
}

#discoverSec .discoverTabSlider .item {
	position: relative;
	background-color: transparent;
	overflow: hidden;
	transition: all 0.3s;
}

#discoverSec .discoverTabSlider .item a {
	display: block;
	text-decoration: none;
}

#discoverSec .discoverTabSlider .owl-item.active.center .item .info {
	transform: rotate(3deg);
}

#discoverSec .discoverTabSlider .item .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 15px 0 15px;
	transition: all 0.3s;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#discoverSec .discoverTabSlider .item .infoText {
	display: none;
}

#discoverSec .discoverTabSlider .center .item .info {
	display: flex;
	justify-content: space-between;
}

#discoverSec .discoverTabSlider .item .infoRt .from {
	position: relative;
	display: flex;
	align-items: center;
	width: auto;
	padding: 5px 50px 5px 18px;
	background-color: rgb(14 214 239 / 80%);
	border-radius: 50px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #0C2340;
	line-height: 20px;
	text-align: center;
}

#discoverSec .discoverTabSlider .item .infoRt .from:after {
	content: "";
	width: 27px;
	height: 18px;
	background-image: url(../../../images/black-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 15px;
	top: 13px;
	transition: all .25s ease-out;
}

#discoverSec .discoverTabSlider .item .infoRt .from p {
	display: block;
	margin: 5px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 25px;
	color: #fff;
}

#discoverSec .discoverTabSlider .item .infoRt .from p strong {
	font-size: 18px;
}

#discoverSec .discoverTabSlider .item .infoRt .from span {
	display: block;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	color: #fff;
}

@media (max-width: 664px) {
	#discoverSec .discoverTabSlider .item .infoRt {
		margin: 0 auto;
	}
}

#discoverSec .discoverTabSlider .item .infoLt {}

#discoverSec .discoverTabSlider .item .infoLt h3 {
	margin: 0 0 14px 0;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 18px;
	line-height: 24px;
	color: #0C2340;
	display: inline-block;
}

@media (max-width: 767px) {
	#discoverSec .discoverTabSlider .item .infoLt h3 {
		height: auto;
	}
}

#discoverSec .discoverTabSlider .item .infoLt .--subtitle-article-hotel,
#discoverSec .discoverTabSlider .item .infoLt h4 {
	margin: 0 0 0px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0ED6EF;
	margin-bottom: 7px;
}

#discoverSec .discoverTabSlider.owl-theme .owl-nav {
	top: 36%;
	margin-top: -45px;
}



#discoverSec .discoverTabSlider.owl-theme .owl-nav button.owl-prev {
	left: 5%;
}

#discoverSec .discoverTabSlider.owl-theme .owl-nav button.owl-next {
	right: 5%;
}

/* FIN SLIDER DE HOTELES */

/* NEWSLETTER */
#newsletterSec {
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #7677e3;
	overflow: hidden;
}

body.home #newsletterSec {
	margin-bottom: var(--section-separation);
}

#newsletterSec .--title-newsletter,
#newsletterSec h4 {
	margin: 0 0 20px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
}

#newsletterSec p {
	margin: 0 0 50px 0;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

#newsletterSec .form-group {
	margin: 0 0 0 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

#newsletterSec .form-group .form-control {
	float: left;
	width: 100%;
	height: 38px;
	padding: 7px 0;
	margin: 10px 0;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background-color: transparent;
	border: 0px solid #0ED6EF;
	border-bottom: 1px solid #0ED6EF;
	border-radius: 0;
}

#newsletterSec .form-group .form-control::placeholder {
	color: #fff;
}

#newsletterSec .form-group .button_su_inner {
	background-color: transparent;
	border: 1px solid #0ED6EF;
}

#newsletterSec .form-group .button_su_inner:hover {
	border: 1px solid #0ED6EF;
}

#newsletterSec .form-group .explode-circle {
	animation: explode1 0.5s forwards;
}

#newsletterSec .form-group .desplode-circle {
	animation: desplode1 0.5s forwards;
}

#newsletterSec .form-group .form-check {
	margin-top: 20px;
	padding-left: 35px;
	text-align: left;
}

#newsletterSec .form-group .form-check input[type="checkbox"] {
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	outline: 0;
	border: 1px solid #0ed6ef;
	border-radius: 50%;
	transition: .2s;
	cursor: pointer;
}

#newsletterSec .form-group .form-check input[type="checkbox"]:checked {
	border-color: #0ed6ef;
	background: #0ed6ef;
	box-shadow: inset 0 0 0 4px #7677e3;
}

#newsletterSec .form-group .form-check-label {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	cursor: pointer;
}

#responseNews {
	margin-top: 15px;
}

@media (max-width: 992px) {
	body.home #newsletterSec {
		margin-bottom: var(--section-separation-mobile);
	}
}

/* FIN NEWSLETTER */

/* PIE DE PÁGINA */

#footerSection {
	background-color: #0C2340;
}

.footerTop {
	padding-top: 110px;
	padding-bottom: 110px;
	background-image: url(../../../images/footer-logo-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.footerTop .ftr_menu {
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 17px;
	line-height: 17px;
	color: #fff;
}

.footerTop__menu,
.footerTop__contact {
	margin-bottom: 45px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
}

.footerTop__contact {
	margin-bottom: 0px;
}

@media (max-width: 992px) {
	.footerTop__menu {
		margin-bottom: 15px;
	}
}

.footerTop .ftr_menu h3 {
	margin: 0 0 30px 0;
	font-family: 'HurmeGeometricSans1SemiBold';
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	color: #0ED6EF;
}

.footerTop .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerTop .ftr_menu ul li {
	margin: 0 0 30px 0;
}

.footerTop .ftr_menu ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.footerTop .ftr_menu ul li a:hover {
	color: #0ED6EF;
	text-decoration: none;
}

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

.footerTop .ftr_menu ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.footerTop .ftr_menu1 {
	text-transform: capitalize;
}


.footerTop .ftr_contact ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerTop .ftr_contact ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
}



.footerTop .ftr_contact ul li:last-child {
	margin-bottom: 0px;
}

.footerTop .ftr_contact ul li a {
	position: relative;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 16px;
	line-height: 1rem;
	color: #fff;
	text-decoration: none;
}

.footerTop .ftr_contact ul li a strong {
	font-size: 24px;
	line-height: 24px;
}

.footerTop .ftr_contact ul li a:hover {
	color: #0ed6ef;
	text-decoration: none;
}

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

.footerTop .ftr_contact ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

.footerTop .ftr_social ul li {
	display: inline-block;
	width: auto;
	margin: 0 3px;
}

.footerTop .ftr_social ul li a {
	display: flex;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #0ed6ef;
	background-color: transparent;
	border-radius: 100%;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.footerTop .ftr_social ul li a i {
	margin: 0 auto;
}

.footerTop .ftr_social ul li .logo-twitter img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

.footerTop .ftr_social ul li .logo-linkedin img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

.footerTop .ftr_social ul li .fa--static img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

.footerTop .ftr_social ul li a:hover {
	color: #fff;
	background-color: #0ed6ef;
	border: 1px solid #0ed6ef;
	text-decoration: none;
}

.footerTop .ftr_social ul li a:hover::after {
	display: none;
}


.footerBottom {
	padding-top: 35px;
	padding-bottom: 80px;
	border-top: 1px solid #0ed6ef;
}

.footerBottom .copy_text {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: right;
}

.footerBottom .copy_text strong {
	color: #0ED6EF;
}

.footerBottom .copy_link ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footerBottom .copy_link ul li {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 5px 0 15px;
}

.footerBottom .copy_link ul li:before {
	content: ".";
	font-size: 20px;
	color: #0ED6EF;
	position: absolute;
	left: 3px;
}

.footerBottom .copy_link ul li:first-child {
	padding: 0 5px 0 0px;
}

.footerBottom .copy_link ul li:first-child:before {
	content: inherit;
}

.footerBottom .copy_link ul li a {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.footerBottom .copy_link ul li a:hover {
	color: #0ED6EF;
	text-decoration: none;
}

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

.footerBottom .copy_link ul li a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1472px) and (min-width: 959px) {
	.footerBottom {
		padding-bottom: 100px;
	}
}

/* FIN PIE DE PÁGINA */




/***************************** HUÉSPEDES *****************************/


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

body.no-scroll {
	overflow: hidden;
	height: 100vh;
}






body .thickbox.rooms-data {
	position: absolute;
	bottom: 0%;
	left: -50%;
	height: auto;
	width: auto;
	display: flex;
	align-items: center;
	z-index: 100;
	background-color: #3e5065;
}

body .thickbox.rooms-data .rooms-modal-pop-up {
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 30px;
}

body .thickbox.rooms-data .close {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 30px;
	text-decoration: none;
	font-size: 16px;
	z-index: 100;
	width: 15px;
	opacity: 1;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room,
body .thickbox.hotels-data .rooms-modal-pop-up .hotel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 635px;
	position: relative;
}


body .thickbox.rooms-data .rooms-modal-pop-up .room select {
	min-width: 150px;
	margin: 15px;
	position: relative;
	border: 0px;
	border-bottom: 1px solid white;
	padding: 5px 10px;
	background-color: transparent;
	color: white;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room select option {
	color: #0c2340;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.adult,
body .thickbox.rooms-data>div .room .icon.child {
	position: relative;
}

body .thickbox.rooms-data>div .room .icon {
	position: relative;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.adult::after,
body .thickbox.rooms-data>div .room .icon.child::after,
body .thickbox.rooms-data>div .room .icon.baby::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 51px;
	width: 17px;
	height: 17px;
	background-image: url("../../../images/guests-mask/adult-icon.png");
	background-size: cover;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.child::after {
	background-image: url("../../../images/guests-mask/children-icon.png");
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.baby::after {
	background-image: url("../../../images/guests-mask/baby-icon.png");
}

body .thickbox.rooms-data .rooms-modal-pop-up #rooms {
	max-height: 60vh;
	overflow-y: auto;
	margin-bottom: 0px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .room-title {
	margin: 15px;
	display: flex;
	align-items: center;
	min-width: 60px;
	color: white;
}

body .thickbox.rooms-data .rooms-modal-pop-up .action-buttons-container {
	display: flex;
	gap: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}

body .thickbox.rooms-data .rooms-modal-pop-up .plus,
body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
	cursor: pointer;
	display: inline-flex;
	padding: 10px 20px;
	background-color: transparent;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}

body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
	color: #fff;
}

body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
	background-color: rgba(14, 214, 239, 1);
	border: 1px solid rgba(14, 214, 239, 1);
	text-decoration: none;
	color: #3e5065;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs {

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

}

body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs .ages-label {
	margin: 15px;
	min-width: 58px;
	max-width: 60px;
	color: white;
}

body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs .ages-container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}


body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 15px;
	width: 12px;
	z-index: 999;
}


@media screen and (max-width: 992px) {
	body .thickbox.rooms-data {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		align-items: center;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up #rooms {
		width: 100%;
	}

	body .thickbox.rooms-data .close {
		position: relative;
		top: 0;
		right: 0;
		align-self: flex-end;
		margin: 0 35px;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs .ages-label,
	body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs .ages-container {
		width: 100%;
		max-width: 100%;
		color: white;
	}


}

@media screen and (max-width: 519px) {
	body .thickbox.rooms-data>div {
		padding: var(--mobile-section-space) 15px 15px 15px;
		width: 100vw;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up .room {
		flex-direction: column;
		width: 100%;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up .room select {
		width: calc(100% - 30px);
	}

	body .thickbox.rooms-data .rooms-modal-pop-up #rooms {
		margin-top: 0px;
		max-height: 43vh;
	}

	body .thickbox.rooms-data {
		position: fixed;
		top: 0;
		left: 0;
		transform: none;
		background-image: url(../../../images/logo-search-form-menu.svg);
		background-repeat: no-repeat;
		background-position: center bottom 30px;
		background-size: 200px;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up {
		margin-top: 10px;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up {
		border-radius: 0;
	}
}



body .promo-container {
	padding: 30px 15px;
}

body .promo-container .field {
	text-align: center;
	margin-bottom: 30px;
}

body .promo-container .form-control {
	text-align: center;
	border-bottom: 1px solid #161616;
}

body .promo-container .form-control::placeholder {
	text-align: center;
}



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


	body .thickbox.rooms-data .rooms-modal-pop-up .room select,
	body .thickbox.rooms-data>div .promo-code-container input {
		width: calc(100% - 30px);
	}

	body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs select:nth-child(4) {
		margin-left: 15px;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
		justify-content: center;
	}



	body .thickbox.rooms-data .rooms-modal-pop-up .room .ages-inputs {
		flex-direction: column;
	}




	body .thickbox.rooms-data .rooms-modal-pop-up .room .icon.remove {
		right: 30px;
	}

	body .thickbox.rooms-data .rooms-modal-pop-up {
		margin-top: 10px;
	}


	body .thickbox.rooms-data .rooms-modal-pop-up,
	body .thickbox.hotels-data .rooms-modal-pop-up {

		border-radius: 0;
	}
}

/*************************FIN HUÉSPEDES*****************************/

/*************************  POWERED BY **************************/
.neobookings-powered-by {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: right;
}

.neobookings-powered-by>div {
	display: inline;
	color: white;
	position: relative;
	top: 5px;
	color: white;
	font-size: 14px;
}

.neobookings-powered-by span,
.neobookings-powered-by a {
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.neobookings-powered-by {
		text-align: left;
		padding-bottom: 15px;
	}
}

/**********************  FIN POWERED BY **************************/


/******************** MODAL DE VENTAJAS **********************/


#advantagesMenu.open {
	pointer-events: auto;
	visibility: visible;
}

#advantagesMenu.open>div {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
}

#advantagesMenu.open>div>div {
	opacity: 1;
	-webkit-transition: opacity 0.4s ease 0.4s;
	transition: opacity 0.4s ease 0.4s;
}



#advantagesMenu .menubox .search .field {
	position: relative;
}

#advantagesMenu .menubox .search .field .form-control {
	height: 50px;
	padding: 7px 20px;
	padding-right: 45px;
	border: 1px solid #0ed6ef;
	border-radius: 0px;
	font-size: 16px;
	color: #0c2340;
}

#advantagesMenu .menubox .search .field .search-btn {
	width: 24px;
	height: 24px;
	margin: 13px 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;
}




#advantagesMenu .sliderbox .advantage-slider.owl-theme .owl-nav {
	top: 100%;
	margin-top: 12px;
}

#advantagesMenu .sliderbox .advantage-slider.owl-theme .owl-nav [class*=owl-] {
	position: static;
	opacity: 0.5;
}

#advantagesMenu .sliderbox .advantage-slider.owl-theme .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

#advantagesMenu .sliderbox .advantage-slider.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}

#advantagesMenu .sliderbox .advantage-slider.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}

@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 .advantagesMenu__content {
        align-content: space-between;
    }*/
	#advantagesMenu .sliderbox .advantage-slider .icon {
		margin-right: 0;
		width: 45px;
		height: 45px;
	}

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

/*********** FIN MODAL DE VENTAJAS **********************/

/********** BUSCADORES DE LA MÁSCARA Y EL POP-UP DE VENTAJAS **********/
.ui-widget.ui-widget-content {
	z-index: 300;
}

/********** FIN BUSCADORES DE LA MÁSCARA Y EL POP-UP DE VENTAJAS **********/

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

#myTabContentEx {
	min-height: auto;
	overflow: inherit;
}

/* FIN ESPECIFICACIONES PARA EVITAR EL LAYOUT SHIFT */

/* PÁGINA 404  */
body.seo-utils #banner {
	margin-bottom: var(--section-separation);
}

@media (max-width: 767px) {
	body.seo-utils #banner {
		margin-bottom: var(--section-separation-mobile);
	}

}

/* FIN PÁGINA 404  */


.add_room {
	border: none !important;
	padding: 20px 0 5px !important;
	margin-left: 15px !important;
	margin-bottom: 20px;
	border-bottom: 1px solid white !important;
}


/* MENORCA OPCIÓN HARCODEADA */
.menorca-redirect-text {
	color: #0c2340;
	position: absolute;
	top: -55px;
	background-color: #DBF7FF;
	padding: 15px 15px;
	width: 390px;
	-webkit-box-shadow: 10px 12px 99px -37px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 12px 99px -37px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 12px 99px -37px rgba(0, 0, 0, 0.75);
}

.menorca-redirect-text::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 30px;
	background-color: #DBF7FF;
	transform: rotate(-316deg);
	display: flex;
	width: 15px;
	height: 15px;
}

.menorca-redirect-text__close {
	font-size: 14px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.menorca-redirect-text {
		max-width: 300px;
		position: absolute;
		top: 15vh;
		z-index: 120;
		display: block;
	}
}

/* FIN MENORCA OPCIÓN HARCODEADA */

.link--pointer {
	cursor: pointer;
}

.popup-image--center {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* EXPERIENCES LIST */
.slider-list-carousel-container {
	width: 100%;
	position: relative;
}

.slider-list-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: rgba(14, 213, 240, 0);
	transition: background-color .25s cubic-bezier(0.52, 0.08, 0.5, 0.93);
}

.slider-list-card__picture {
	position: relative;
	z-index: 0;
}

.slider-list-card__overlay {
	position: absolute;
	z-index: 5;
	inset: 0;
	background-image: linear-gradient(0deg, rgba(14, 213, 240, 0.6) 6%, rgba(217, 217, 217, 0) 34%);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.25s cubic-bezier(0.52, 0.08, 0.5, 0.93), opacity 0.25s ease-in-out;
}

.slider-list-card__info {
	display: flex;
	flex-direction: column;
	place-content: end;
	row-gap: 15px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding: 30px;
	will-change: transform;
	transform: translate3d(0, 61px, 0);
	transition: transform 0.25s cubic-bezier(0.52, 0.08, 0.5, 0.93);
}

.slider-list-card__title {
	font-size: 30px;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	color: #0C2340;
}

.slider-list-card__link {
	position: relative;
	width: fit-content;
	visibility: hidden;
	opacity: 0;
	padding-block: 14px;
	background-color: #6768e0;
	transition: visibility 0.25s cubic-bezier(0.52, 0.08, 0.5, 0.93), opacity 0.25s ease-in-out;
}

.slider-list-card__link::after {
	background-size: contain;
	width: 24px;
	height: 14px;
}

.owl-carousel--slider-list .owl-item {
	position: relative;
}

.owl-carousel--slider-list .owl-item a {
	text-decoration: none;
}

.owl-carousel--slider-list .owl-item .slider-list-card__picture img {
	object-fit: cover;
	aspect-ratio: 4/5;
	width: auto;
}

.owl-carousel--slider-list .owl-item a:hover .slider-list-card__overlay {
	visibility: visible;
	opacity: 1;
}

.owl-carousel--slider-list .owl-item a:hover .slider-list-card__info {
	transform: translate3d(0, 0, 0);
}

.owl-carousel--slider-list .owl-item a:hover .slider-list-card__link {
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

.decorative-item {
	display: block;
	width: 480px;
	position: absolute;
	left: 30px;
	top: -50px;
	opacity: .2;
}

.decorative-item[data-position="2"] {
	inset-inline: 0;
	margin-inline: auto;
	width: 400px;
	top: 120px;
}

.decorative-item[data-position="3"] {
	inset-inline: auto 0;
	bottom: 80px;
	top: auto;
}

.decorative-item svg {
	width: 100%;
	height: auto;
	stroke-dasharray: 800;
	stroke-dashoffset: 800;
	pointer-events: none;
}

.decorative-item--animated svg {
	animation: firstAnimation 1.5s cubic-bezier(0.52, 0.08, 0.5, 0.93) forwards var(--delay-time);
}

@keyframes firstAnimation {
	to {
		stroke-dashoffset: 0;
	}
}

@media (max-width: 1366px) {

	.decorative-item[data-position="1"],
	.decorative-item[data-position="3"] {
		display: none;
	}

	.decorative-item[data-position="2"] {
		top: 60px;
		width: 300px;
	}
}

@media (max-width: 992px) {
	.slider-list-card__title {
		font-size: 20px;
	}

	.slider-list-card__link {
		padding: 10px 50px 10px 20px;
		font-size: 14px;
	}

	.slider-list-card__link::after {
		right: 20px;
	}

	.owl-carousel--slider-list .owl-item.active .slider-list-card__overlay {
		visibility: visible;
		opacity: 1;
	}

	.owl-carousel--slider-list .owl-item.active .slider-list-card__info {
		transform: translate3d(0, 0, 0);
	}

	.owl-carousel--slider-list .owl-item.active .slider-list-card__link {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 600px) {

	.owl-carousel--slider-list .owl-item .slider-list-card__picture img,
	.owl-carousel--slider-list .owl-item:nth-of-type(even) .slider-list-card__picture img {
		aspect-ratio: 1/1;
		width: 100%;
		object-fit: cover;
	}
}

/* EXPERIENCES LIST */