@charset "utf-8";

/* clases globales */
.neo-text-item {
	align-items: center;
	max-width: 1460px;
	margin: 0 auto;
	margin-bottom: var(--space-between-sections);
}

.neo-text-item .image  {
	width: 100%;
	padding: 0 50px;
	height: auto;
}

.neo-text-item .content {
	width: 50%;
	padding: 0 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
}

.neo-text-item .content .subtitle {
	margin: 0 0 25px 0;
    padding: 0 80px;
}

.neo-text-item .content p  {
	margin: 0 0 25px 0;
    font-size: var(--font-size-text);
    color: var(--text-color);
    font-weight: 300;
    text-align: center;
    padding: 0 100px;
    line-height: 26px;
    letter-spacing: 0.7px;
}



@media (max-width: 1024px) {
	.neo-text-item {
		padding: 0 10px; /* Further reduce padding for smaller screens */
	}

	.neo-text-item .content {
		padding: 0 10px;
		width: 100%;
		padding-inline: 30px;
	}

	.neo-text-item .content .subtitle {
		margin: 0 0 25px 0;
    	padding: 0px
	}

	.neo-text-item .content p {
		padding: 0 10px;
	}

	.neo-text-item .image {
		margin-top: 25px;
		padding-inline: unset
	}
}

/*fin clases globales */



#welCome .content {
	padding: 0 50px;
}
#welCome .content span.tagnumber {
	display: block;
	position: absolute;
	margin: 0 0 50px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#welCome .content span.tagnumber strong {
	font-weight: 300;
}
#welCome .content span.tagnumber strong:after {
    content: "";
	display: inline-block;
    width: 70px;
	margin: 0 20px;
	margin-top: -10px !important;
    border-top: 1px solid;
	vertical-align: middle;
}
#welCome .content h1 {
	margin: 0 0 40px 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	text-align: center;
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#introHotels .content .description,
#welCome .content .description {
	position: relative;
	text-align: center;
	padding: 0 130px;
}

#welCome .row {
	padding: 0 100px;
}

#welCome .content-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

#welCome .content h2 {
	margin: 0 0 50px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
}
#welCome .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#welCome .content p:last-child {
	margin-bottom: 0;
}

#welCome .image {
	padding: 0 50px;
}
#welCome .image .welcome-thumb {
	padding-bottom: 100px;
}
#welCome .image .welcome-thumb .item a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
#welCome .image .welcome-thumb.owl-theme .owl-nav {
	top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin-top: 0;
}
#welCome .image .welcome-thumb.owl-theme .owl-nav.active {
	right: 0;
    left: 0;
}
#welCome .image .welcome-thumb.owl-theme .owl-nav [class*=owl-] {
	position: static;
	width: 70px;
    height: 70px;
	border: 1px solid transparent;
    border-radius: 100%;
}
#welCome .image .welcome-thumb.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--primary-color);
}
#welCome .image .welcome-thumb.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}
#welCome .image .welcome-thumb.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}
#welCome .image .welcome-thumb.owl-theme .owl-dots {
	position: absolute;
    bottom: 0;
	right: 0;
    left: auto;
}
#welCome .image .welcome-thumb.owl-theme .owl-dots.active {
	right: 0;
    left: 0;
}
#welCome .image .welcome-thumb.owl-theme .owl-dots .owl-dot {
    height: 70px;
}

@media (max-width: 767px) {
	body#hotel-home .main-list {
		padding-top: var(--space-between-sections);
	}
}
.brandName {
    writing-mode: vertical-rl;
	font-family: 'Cormorant';
    font-size: 300px;
    color: rgb(var(--primary-color-rgb) / 5%);
    font-weight: 400;
    line-height: 300px;
	pointer-events: none;
	position: absolute;
    top: 25px;
    right: calc(var(--container-padding) - 100px);
}
.main-list .title {
	margin-bottom: -25px;
}
.main-list .title span.tagnumber {
	display: block;
	margin: 0;
	padding: 0 50px;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
.main-list .title span.tagnumber strong {
	font-weight: 300;
}
.main-list .title span.tagnumber strong:after {
    content: "";
	display: inline-block;
    width: 70px;
	margin: 0 20px;
	margin-top: -10px !important;
    border-top: 1px solid;
	vertical-align: middle;
}

.main-list .destin-listing .image .destin-thumb {
	position: relative;
}
.main-list .destin-listing .image .destin-thumb .item a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
.main-list .destin-listing .content {
	padding: 0 50px;
}
.main-list .destin-listing:nth-child(odd) .content {
	order: 2;
}

.main-list .destin-listing .content .subtitle {
	margin: 0 0 25px 0;
	padding: 0 80px;
}

.main-list .destin-listing .content p {
	margin: 0 0 25px 0;
    font-size: var(--font-size-text);
    color: var(--text-color);
    font-weight: 300;
	text-align: center;
	padding: 0 100px;
    line-height: 26px;
    letter-spacing: 0.7px;
}

@media (max-width: 1500px) {
	.main-list .destin-listing .content p {
		padding: 0 90px;
	}

	#ourPromotions {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 1199px) {
	.main-list .destin-listing .content p {
		padding: 0 40px;
	}

	.main-list .destin-listing .content {
		padding: 0 25px;
	}

	.main-list.intro-text .destin-listing:first-child {
		padding: 0 !important;
	}

	.main-list .destin-listing {
		padding: 0 25px;
	}
}

@media (max-width: 500px) {
	.main-list .destin-listing .content p {
		padding: 0 10px;
	}

	.main-list .destin-listing .content .subtitle {
		padding: 0 0;
	}

	.main-list .destin-listing h1.underscore, .main-list .destin-listing .h1.underscore {
		margin: 0 auto;
		padding: 0 0;
	}

	.main-list .destin-listing {
		padding: 0 0;
	}

	.main-list .destin-listing .content {
		padding: 0 0;
	}
}

.main-list .destin-listing h1, .main-list .destin-listing .h1 {
	margin: 0 0 25px 0;
	padding: 0 50px;
}


.main-list .destin-listing h1.underscore, .main-list .destin-listing .h1.underscore {
	margin: 0 auto;
}

.main-list .destin-listing .customNavDots {
    margin-top: 40px;
}
.main-list .destin-listing .customNavDots [class*=customNav].disabled,
.main-list .destin-listing .customNavDots [class*=customDots].disabled {
	display: none;
}
.main-list .destin-listing .customNavDots [class*=customNav] {
	display: inline-block;
	vertical-align: middle;
}
.main-list .destin-listing .customNavDots [class*=customNav] [class*=owl-] {
	position: static;
    width: 70px;
    height: 70px;
	padding: 0;
    border: 1px solid transparent;
	background: transparent;
    border-radius: 100%;
}
.main-list .destin-listing .customNavDots [class*=customNav] [class*=owl-]:hover {
	border-color: var(--primary-color);
}
.main-list .destin-listing .customNavDots [class*=customNav] button.owl-prev {
	margin-right: 10px;
}
.main-list .destin-listing .customNavDots [class*=customNav] button.owl-next {
	margin-left: 10px;
}
.main-list .destin-listing .customNavDots [class*=customDots] {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}


.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot {
	display: inline-block;
	margin: 0 6px;
    padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	zoom: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot:first-child {
	margin-left: 0;
}
.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot:last-child {
	margin-right: 0;
}
.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot span {
    width: 10px;
    height: 10px;
    border: 0px solid var(--primary-color);
    background: var(--button-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot.active span,
.main-list .destin-listing .customNavDots [class*=customDots] .owl-dot:hover span {
	background: var(--primary-color);
}

.main-list .content-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.sliderItemList span.tagnumber {
	color: var(--text-color);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
.sliderItemList span.tagnumber strong {
	font-weight: 300;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.sliderItemList span.tagnumber strong:after {
    content: "";
	display: inline-block;
    width: 70px;
	margin: 0 20px;
    border-top: 1px solid;
	vertical-align: middle;
}

.sliderItemList .content h3  {
	margin-bottom: 89px;
}

.sliderItemList .sections-listing {
	width: 100vw;
	display: flex;
	justify-content: center;
}

.sliderItemList .sections-listing .item .image {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
}

.sliderItemList .sections-listing .item .image picture {
	display: block;
	height: 100%;
}

.sliderItemList .sections-listing .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sliderItemList .sections-listing .item .info span.address {
	position: relative;
	display: inline-block;
	margin: 0 0 3px 0;
	padding-left: 22px;
	font-size: 20px;
	color: white;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.7px;
}

.sliderItemList .sections-listing .item .info span.address:before {
	content: "";
	width: 15px;
	height: 23px;
	background-image: url(../../../images/pin-point-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 1px;
	left: 0;
	filter: brightness(0) invert(1);
}

.sliderItemList .sections-listing .item .info .title {
	margin: 0 0 20px 0;
	font-family: 'Cormorant';
	font-size: 48px;
	color: white;
	font-weight: 400;
	line-height: 58px;
	letter-spacing: 0.7px;
}

.sliderItemList .sections-listing.owl-theme .owl-nav {
	top: auto;
	bottom: 50%;
	transform: translateY(50%);
	right: auto;
	left: var(--container-padding);
	margin-top: 0;
	pointer-events: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.sliderItemList .sections-listing.owl-theme .owl-nav.active {
	right: var(--container-padding);
	left: var(--container-padding);
}

.sliderItemList .sections-listing.owl-theme .owl-nav [class*=owl-] {
	position: static;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 100%;
	pointer-events: all;
}

.sliderItemList .sections-listing.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: #fff;
}

.sliderItemList .sections-listing.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}

.sliderItemList .sections-listing.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}

.sliderItemList .sections-listing.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	right: var(--container-padding);
	left: auto;
}

.sliderItemList .sections-listing.owl-theme .owl-dots.active {
	right: var(--container-padding);
	left: var(--container-padding);
}

.sliderItemList .sections-listing.owl-theme .owl-dots .owl-dot {
	height: 70px;
}

.sliderItemList .hotels-listing {
	width: 100vw;
	display: flex;
	justify-content: center;
}
.sliderItemList .hotels-listing .item .image {
	display: block;
	position: relative;
	overflow: hidden;
}

.sliderItemList .hotels-listing .item .info span.address {
	position: relative;
	display: inline-block;
	margin: 0 0 3px 0;
	padding-left: 22px;
	font-size: 20px;
	color: white;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.7px;
}
.sliderItemList .hotels-listing .item .info span.address:before {
	content: "";
	width: 15px;
	height: 23px;
	background-image: url(../../../images/pin-point-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 1px;
	left: 0;
	filter: brightness(0) invert(1);
}

.sliderItemList .hotels-listing .item .info .title {
    margin: 0 0 20px 0;
	font-family: 'Cormorant';
    font-size: 48px;
    color: white;
    font-weight: 400;
    line-height: 58px;
	letter-spacing: 0.7px;
}

.sliderItemList .hotels-listing.owl-theme .owl-nav {
	top: auto;
    bottom: 50%;
	transform: translateY(50%);
	right: auto;
    left: var(--container-padding);
	margin-top: 0;
	pointer-events: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.sliderItemList .hotels-listing.owl-theme .owl-nav.active {
	right: var(--container-padding);
    left: var(--container-padding);
}

.sliderItemList .hotels-listing.owl-theme .owl-nav [class*=owl-] {
	position: static;
	width: 70px;
    height: 70px;
	border: 1px solid #fff;
    border-radius: 100%;
	pointer-events: all;
}

.sliderItemList .hotels-listing.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: #fff;
}

.sliderItemList .hotels-listing.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}

.sliderItemList .hotels-listing.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}

.sliderItemList .hotels-listing.owl-theme .owl-dots {
	position: absolute;
    bottom: 0;
	right: var(--container-padding);
    left: auto;
}

.sliderItemList .hotels-listing.owl-theme .owl-dots.active {
	right: var(--container-padding);
    left: var(--container-padding);
}

.sliderItemList .hotels-listing.owl-theme .owl-dots .owl-dot {
    height: 70px;
}

#ourPromotions {
	margin-bottom: var(--space-between-sections);
	position: relative;
	overflow: hidden;
}

#ourPromotions .promotions-list {
	padding: 89px 0;
}

#ourPromotions .title span.tagnumber {
	display: block;
	margin: 0 0 30px 0;
	font-size: 20px;
	color: var(--text-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#ourPromotions .title span.tagnumber strong {
	font-weight: 300;
}
#ourPromotions .title span.tagnumber strong:after {
    content: "";
	display: inline-block;
    width: 70px;
	margin: 0 20px;
	margin-top: -10px !important;
    border-top: 1px solid;
	vertical-align: middle;
}
#ourPromotions .title h3 {
	margin: 0;
    font-family: 'Cormorant';
    font-size: var(--font-size-title);
    color: black;
    font-weight: 300;
    line-height: var(--desktop-line-height-title);
	letter-spacing: 0.7px;
}
#ourPromotions .content {
	padding: 0 125px;
}
#ourPromotions .promotions-listing {
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
}

#ourPromotions .promotions-listing .item {
	position: relative;
	overflow: hidden;
}

#ourPromotions .promotions-listing .item .info p {
	text-align: center;
	font-size: var(--font-size-title);
	color: white;
}

#ourPromotions .promotions-listing .item .info {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: "Cormorant";
	flex-direction: column;
	width: 100%;
    padding: 40px 30px;
    position: absolute;
    bottom: 0;
	z-index: 2;
}

#ourPromotions .promotions-listing.owl-theme .owl-nav {
	top: 103%;
	right: auto;
    left: 0;
	margin-top: 0;
}
#ourPromotions .promotions-listing.owl-theme .owl-nav.active {
	right: 0;
    left: 0;
}
#ourPromotions .promotions-listing.owl-theme .owl-nav [class*=owl-] {
	position: static;
	width: 70px;
    height: 70px;
	border: 1px solid transparent;
    border-radius: 100%;
}
#ourPromotions .promotions-listing.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--primary-color);
}
#ourPromotions .promotions-listing.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}
#ourPromotions .promotions-listing.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}
#ourPromotions .promotions-listing.owl-theme .owl-dots {
	position: absolute;
    bottom: 25px;
	right: auto;
    left: 210px;
}
#ourPromotions .promotions-listing.owl-theme .owl-dots.active {
	right: auto;
    left: 0;
}
#ourPromotions .promotions-listing.owl-theme .owl-dots .owl-dot {
    height: 70px;
}
#ourPromotions .seeall {
	text-align: center;
	z-index: 10;
}

#ourPromotions .offer-view-more-click {
	cursor: pointer;
}

.promotions-listing .info .button {
	background-color: white;
}

.promotions-listing .image-hover-effect:hover .info .button {
	background-color: var(--button-color);
	color: white;
	border-color: white;
}
#ourResponsibility {
	padding-top: var(--space-between-sections);
	padding-bottom: 0px;
	overflow: hidden;
}
#ourResponsibility span.tagnumber {
	display: block;
	margin: 0 0 50px 0;
	padding: 0 110px;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#ourResponsibility span.tagnumber strong {
	font-weight: 300;
}
#ourResponsibility span.tagnumber strong:after {
    content: "";
	display: inline-block;
    width: 70px;
	margin: 0 20px;
	margin-top: -10px !important;
    border-top: 1px solid;
	vertical-align: middle;
}
#ourResponsibility .featuredvilla-slider {
	width: 100vw;
}

#ourResponsibility .featuredvilla-slider .owl-stage {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
#ourResponsibility .featuredvilla-slider .item {
	overflow: hidden;
	background-size: cover;
	height: 100%;
}
#ourResponsibility .featuredvilla-slider .content {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 50vw;
	height: 100%;
	padding: var(--space-between-sections) 30px var(--space-between-sections) 0px;
	position: relative;
	top: 0;
    left: 5vw;
	z-index: 1;
}
@media (max-width: 991px) {
	#ourResponsibility .featuredvilla-slider .content {
		margin-bottom: var(--space-between-sections);
	}
}
#ourResponsibility .featuredvilla-slider .content .button {
	display: inline-flex;
	width: fit-content;
}
#ourResponsibility .featuredvilla-slider .content h3 {
    margin: 0 0 50px 0;
    font-family: 'Cormorant';
    font-size: var(--font-size-title);
    color: #ffffff;
    font-weight: 300;
    line-height: var(--desktop-line-height-title);
    letter-spacing: 0.7px;
}
#ourResponsibility .featuredvilla-slider .content .description {
	-moz-columns: 2;
    -webkit-columns: 2;
    column-count: 2;
    column-gap: 30px;
}
#ourResponsibility .featuredvilla-slider .content h4 {
	margin: 0 0 50px 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.4px;
}
#ourResponsibility .featuredvilla-slider .content p {
	margin: 25px 0 0 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.4px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#ourResponsibility .thumbs {
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 40vw;
	height: 100%;
	padding: 50px 0px 50px 30px;
	position: absolute;
	top: 0;
    right: 5vw;
	z-index: 2;
}
#ourResponsibility .featuredvilla-slider-thumbs {
	max-height: 100%;
}
#ourResponsibility .featuredvilla-slider-thumbs .owl-stage-outer {
	height: 100%;
}
#ourResponsibility .featuredvilla-slider-thumbs .owl-item {
	margin-bottom: 25px;
}
#ourResponsibility .featuredvilla-slider-thumbs .owl-item:last-child {
	margin-bottom: 0;
}
#ourResponsibility .featuredvilla-slider-thumbs .item {
	display: block;
	padding: 23px 40px;
	background-color: rgb(var(--primary-color-rgb) / 40%);
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: 24px;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
#ourResponsibility .featuredvilla-slider-thumbs .item:hover {
	background-color: rgb(var(--primary-color-rgb) / 80%);
	color: #ffffff;
	text-decoration: none;
}
#ourResponsibility .featuredvilla-slider-thumbs .current .item {
	background-color: rgb(var(--primary-color-rgb) / 80%);
	color: #ffffff;
	text-decoration: none;
}
#ourResponsibility .featuredvilla-slider-thumbs.owl-theme .owl-nav {
	top: -30px;
    right: 0;
    left: auto;
    margin-top: 0;
}
#ourResponsibility .featuredvilla-slider-thumbs.owl-theme .owl-nav [class*=owl-] {
	position: static;
}
#ourResponsibility .featuredvilla-slider-thumbs.owl-theme .owl-nav button.owl-prev {
	margin-right: 10px;
}
#ourResponsibility .featuredvilla-slider-thumbs.owl-theme .owl-nav button.owl-next {
	margin-left: 10px;
}

#newsletter form:after,
#newsletter form:before {
	content: "";
	display: table;
	clear: both;
}

#newsletter form .form-group:last-child {
	margin-bottom: 0;
}
#newsletter form .form-control {
    padding: 12px 0;
    border-color: var(--text-color);
	font-size: initial;
    color: var(--text-color);
	text-transform: uppercase;
}
#newsletter form .form-control::placeholder {
	color: var(--text-color);
}

#newsletter form label.checkbox {
	position: relative;
	display: inline-block;
	margin: 0 60px 0 0;
	padding-left: 30px;
	font-size: 14px;
	color: var(--text-color);
	font-weight: 400;
	line-height: 18px;
}
#newsletter form label.checkbox:last-child {
	margin-right: 0;
}
#newsletter form label input {
	appearance: none;
    width: 18px;
    height: 18px;
	outline: 0;
    border: 1px solid var(--primary-color);
	background-color: #ffffff;
    vertical-align: text-top;
	position: absolute;
	top: 0;
    left: 0;
}
#newsletter form label input:checked {
	background-image: url(../../../images/checkbox-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#newsletter form label a {
	color: #000000;
	text-decoration: none;
}
#newsletter form label a:hover {
	color: var(--secondary-color);
}
#newsletter form .button {
	width: 100%;
	padding: 12px 7px;
	line-height: 27px;
	margin-top: 0;
}
#footer {
	float: left;
	width: 100%;
	background-color: var(--tertiary-color);
	position: relative;
    z-index: 2;
}

#footer .footerSection{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: start;
}

#footer .ftr_logo {
	width: 15%;
	margin-bottom: 0px;
}

#footer .footer-items .title {
	text-align: start;
	margin-bottom: 20px !important;
	text-transform: none;
}

#footer .footer-items {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	align-items: start;
	flex-wrap: wrap;
}

body.hotel-rooms #footer {
	margin-top: var(--space-between-sections);
}
.footerSection {
	padding: var(--space-between-sections) 0;
}

.footerSection .ftr_info .title {
	text-align: start;
	margin-bottom: 20px !important;
	text-transform: none;
}
.footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footerSection .ftr_menu ul li {
	margin: 0 0 10px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
	line-height: 25px;
}
.footerSection .ftr_menu ul li:last-child {
	margin-bottom: 0;
}
.footerSection .ftr_menu ul li a {
	color: var(--text-color);
	text-decoration: none;
}
.footerSection .ftr_menu ul li a:hover {
	color: #000;
	text-decoration: none;
}
.footerSection .ftr_logos.logos-hotel li:nth-child(4),
.footerSection .ftr_logos.logos-hotel li:nth-child(3) {
	position: relative;
	bottom: 21px;
}
@media (max-width: 767px) {
	.footerSection .ftr_logos.logos-hotel li:nth-child(4),
	.footerSection .ftr_logos.logos-hotel li:nth-child(3) {
		position: relative;
		bottom: 0px;
	}

}
.footerSection .ftr_logos > ul {
	display: flex;
	height: 70px;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.footerSection .ftr_logos ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footerSection .ftr_logos ul li {
	display: inline-flex;
    margin: 0 50px 0 0;
}
.footerSection .ftr_logos ul li a {
	display: inline-flex;
}
.footerSection .ftr_logos ul li:last-child {
	margin-right: 0;
}
.footerBottom .container {
	padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid black;
}
.footerBottom .container > .row{
	margin: 0;
}
.footerBottom .ftr_text {
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	text-align: left;
}
.footerBottom .ftr_text:last-child {
	text-align: right;
}
.footerBottom .ftr_text a {
	color: var(--tertiary-color);
	text-decoration: none;
}
.footerBottom .ftr_text a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*----------------- Inner Pages -----------------*/




/* POP UP VIEW MORE */

.pop-up-view-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.pop-up-view-more__content {
	width: 75vw;
	max-height: 80vh;
	background-color: #fff;
	padding: 25px 50px;
	overflow-y: auto;
	position: absolute;
}
.pop-up-view-more__content::-webkit-scrollbar {
	width: 7px;
}
.pop-up-view-more__content::-webkit-scrollbar-track {
	background: transparent;
}
.pop-up-view-more__content::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);    /* color of the scroll thumb */
	border-radius: 20px;       /* roundness of the scroll thumb */
	border: 3px solid transparent;
}
.pop-up-view-more__close {
	margin-bottom: 15px;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}
.pop-up-view-more__close-background {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	cursor: pointer;

}

@media (max-width: 992px) {
	.pop-up-view-more__content {
		width: 95vw;
		max-height: 95vh;
		padding: 25px 20px;
	}
}
/* Custom para el ver más de con link para ver pdf */
.pop-up-view-more__description .pdf-content ul {
	list-style: none;
}
.pop-up-view-more__description .pdf-content li {
	text-align: center;
}
/* FIN POP UP VIEW MORE */


/*CALENDARIOS*/





/*FIN CALENDARIOS*/



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




  body .thickbox.rooms-data,
  body .thickbox.hotels-data {
	  position: absolute;
	  top: 75%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  height: auto;
	  width: auto;
	  display: flex;
	  align-items: center;
	  z-index: 101;
  }

  body .thickbox.rooms-data {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	z-index: 101;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

  /* Caja del modal */
  body .rooms-modal-pop-up {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	width: min(690px, calc(100vw - 32px));
	max-height: calc(100dvh - 32px);
	overflow: auto;
	background: #fff;
	border-radius: 10px;
}

  body .action-buttons-container {
  	position: sticky;
  	/* botones siempre visibles */
  	bottom: 0;
  	background: #fff;
  	padding: 12px 16px;
  	border-top: 1px solid #eee;
  }

  body .thickbox.rooms-data .rooms-modal-pop-up,
  body .thickbox.hotels-data .rooms-modal-pop-up
   {
	  background-color: white;
	  padding: 10px 20px;
	  border-radius: 5px;
	  box-shadow: 0 0 5px #ddd;
  }

  body .thickbox.rooms-data .close,
  body .thickbox.hotels-data .close
  {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	position: absolute;
	top: 5%;
	right: 30px;
	text-decoration: none;
	font-size: 16px;
  }

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

  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 select {
	min-width: 150px;
	margin: 15px;
	position: relative;
	border: 0px;
	border-bottom: 1px solid black;
	padding: 5px 10px;
	background-color: transparent;


  }
  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: 26vh;
	overflow-y: auto;
	margin-bottom: 30px;
  }

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


  body .thickbox.rooms-data .rooms-modal-pop-up .room .room-title {
	margin: 15px;
	display: flex;
	align-items: center;
	min-width: 60px;
  }
  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 18px;
	  background-color: transparent;
	  color: #484848;
	  text-decoration: none;
	  border: 1px solid #484848;
	}
	body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
		color: #fff;
	}

  body .thickbox.rooms-data .rooms-modal-pop-up .guests-accept {
	background-color: var(--button-color);
    text-decoration: none;
  }

  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 > div {
		padding: var(--space-between-sections) 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, 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 #rooms {
		margin-top: 50px;
	}

	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,
	body .thickbox.hotels-data .rooms-modal-pop-up {

		border-radius: 0;
	}
}
  /*************************FIN HUÉSPEDES*****************************/

  /******************* SELECTOR DE IDIOMAS ****************************/


  /***************** FIN SELECTOR DE IDIOMAS ****************************/


  /***************** DESPLEGABLE DE HOTELES ********************/



	.hotel-menu__drop-down ul {
		list-style: none;
		padding-left: 0px;
	}

	.hotel-menu:hover .hotel-menu__drop-down,
	.hotel-menu .hotel-menu__drop-down:hover {
		height: auto;
	}

	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item {
		transition: all 0.6s;
		background-color: rgba(255 255 255 / 80%);
		position: relative;
		padding: 0;
		width: 100%;
	}
	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item--second-lvl {
		padding-left: 15px;
	}
	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item a {
		padding: 8px 15px;
		width: 100%;
		color: black;
	}
	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item:hover {
		background-color: rgb(var(--primary-color-rgb) / 95%);
	}

	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 0px;
		display: flex;
		background-color: #fff;
		transition: width 0.6s;
	}
	#header .hotel-menu .hotel-menu__drop-down .hotel-menu__drop-down__item:hover::after {
		width: 100%;
	}

	/* MENÚ DE LOS HOTELES EN MÓVIL */
	.hotel-menu__drop-down-mobile {
		height: 0px;
		overflow: hidden;
	}
	.hotel-menu__drop-down-mobile.expanded {
		height: auto;
	}

	.hotel-menu__drop-down-mobile,
	.hotel-menu__drop-down-mobile ul {
		list-style: none;
		margin-top: 5px;
		padding-left: 36px;
	}
	li.hotel-menu-mobile > ul {
		padding-left: 46px;
	}
	#header .hamburger nav .menu_items ul.menu li a.menu-hotel-mobile.no-expanded {
		color: black;
	}
	#header .hamburger nav .menu_items ul.menu li a.menu-hotel-mobile,
	#header .hamburger nav .menu_items ul.menu li a.menu-hotel-mobile:hover {
		color: black;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		cursor: pointer;
	}
	
	#header .hamburger nav .menu_items ul.menu .hotel-menu__drop-down-mobile.expanded > .hotel-menu__drop-down__item::before,
	#header .hamburger nav .menu_items ul.menu li.hotel-menu__drop-down__item--second-lvl a.menu-hotel-mobile::before {
		left: 0px;
		bottom: 0px;
	}
	#header .hamburger nav .menu_items ul.menu li a.menu-hotel-mobile.no-expanded::before {
		width: 0px;
	}
	#header .hamburger nav .menu_items ul.menu li a.menu-hotel-mobile.no-expanded img {
		transform: rotate(-90deg);
	}
	#header .hamburger nav .menu_items ul.menu .hotel-menu__drop-down__item {
		border-bottom: 0px;
		position: relative;
	}
  /**************** FIN DESPLEGABLE DE HOTELES ********************/



  /************** PIE DE PÁGINA ********************/
  	.footerSection .ftr_info .social-links__title {
	  margin-top: 30px;
	}

	@media (max-width: 767px) {

		.footerSection * {
			text-align: center;
		}
		.footerSection .ftr_logos:nth-child(2) ul {
			grid-template-columns: 100%;
		}
		.footerSection .ftr_logos:nth-child(2) ul li {
			display: flex;
			justify-content: center;
		}

		.neobookings-powered-by {
			text-align: center !important;
		}
	}

	.neobookings-powered-by img {
		    margin-bottom: 2px;
	}

  /************** PIE DE PÁGINA ********************/


  /************************ GALERÍA ***************************/

  	#gallery .promotions-listing {
			  margin-bottom: var(--space-between-sections);
	}

	#gallery #ourPromotions {
		padding-top: 75px;
	}
	#gallery #ourPromotions {
		padding-bottom: 0px;
	}

    .gallery-filters {
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  flex-direction: row;
	}

	.gallery-filters__item__link {
			  padding: 10px 25px;
			  text-decoration: none;
			  margin: 0;
			  margin: 0 0 30px 0;
			  font-size: 20px;
			  color: var(--text-color);
			  font-weight: 500;
			  line-height: 25px;

	}

	.gallery-filters__item__link.active {
		border-bottom: 1px solid var(--button-color);
	}

	@media (max-width: 767px) {

		.gallery-filters {
			padding-top: 0;
			flex-direction: column;
  		}
		.gallery-filters__item__link {
			display: flex;
			padding: 5px auto;
			margin-bottom: 5px;
		  }
	}
  /************************ GALERÍA ***************************/

/* NEWLETTER */
.news-response,
.contact-response {
    color: var(--text-color);
}
.contact-response--error {
    margin-top: 20px;
    background-color: #ffe0e0;
    padding: 1rem 1.5rem;
}
.contact-response--success {
    margin-top: 20px;
    background-color: #e5fff5;
    padding: 1rem 1.5rem;
}
.form-control--error {
    border-bottom-color: #ff8585!important;
}
/* END NEWLETTER */

/* RECAPTCHA GOOGLE */
.grecaptcha-badge {
    display: none;
}
/* RECAPTCHA GOOGLE */

@media (max-width: 1024px) {
	#ourPromotions .promotions-listing.owl-theme .owl-nav {
		top: 89%;
	}
	#gallery #ourPromotions .promotions-listing.owl-theme .owl-nav {
		top: 95%;
	}
}


@media screen and (max-width: 992px) {
	#gallery #ourPromotions .promotions-listing.owl-theme .owl-nav {
			top: 93%;
	}

	#footer .footer-items {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#footer .footer-items .title {
		text-align: center;
	}

	#footer .ftr_logo {
		width: 150px;
		padding-top: 0px;
		margin-bottom: 25px;
	}

	#ourPromotions .promotions-listing .item .info p {
		font-size: 30px;
	}

	#ourPromotions .promotions-listing.owl-theme .owl-nav {
		top: auto;
		left: 10px !important;
	}

	.main-list .content-text {
		margin-inline: auto;
		word-wrap: break-word;
		display: block;
	}
	
	.main-list .content-text table,
	.main-list .content-text tbody,
	.main-list .content-text td,
	.main-list .content-text tr {
		display: block;
	}

	.main-list .content-text tr:has(th),
	.main-list .content-text th {
		display: none;
	}

	.main-list .content-text tr {
		margin-bottom: 1rem;
		border: 1px solid #eee;
		border-radius: 8px;
		background: #fff;
	}

	.main-list .content-text td {
		position: relative;
		padding: 0.75rem 1rem 0.75rem 45%;
		border: 0;
		border-top: 1px solid #f1f5f9;
	}

	.main-list .content-text td:first-child {
		border-top: none;
	}

	.main-list .content-text td::before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		top: 0.75rem;
		width: 40%;
		font-weight: 600;
		white-space: normal;
	}
	
}

@media screen and (max-width: 480px){
	.main-list .destin-listing {
		padding-bottom: 50px !important;
	}

	.main-list .destin-listing:last-child {
		padding-bottom: 0 !important;
	}

	#header.stiky .logo-sticky {
		width: 100%;
		display: block;
		object-fit: cover;
		object-position: 0 0;
	}

}

#cboxClose {
	color: #0b0b0b;
}

body.cbox-no-scroll {
	position: fixed;
	overflow: hidden;
	width: 100%;
	left: 0;
	right: 0;
	touch-action: none;
}

#cboxOverlay .cbox-overlay-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #0b0b0b;
	font-size: 24px;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	z-index: 10001;
}

#cboxOverlay .cbox-overlay-close:hover {
	background: #ffffff;
}

#cboxOverlay .cbox-overlay-close .fa {
	pointer-events: none;
}

#cboxLoadedContent{
	position: fixed;
    top: 50%;
    transform: translate(0px, -50%);
}

@media (max-width: 500px) {
	#cboxOverlay .cbox-overlay-close {
		top: 12px;
		right: 12px;
		width: 44px;
		height: 44px;
		font-size: 26px;
	}

	#cboxContent{
		position: fixed !important;
		top: 50%;
		transform: translate(0px, -50%);
	}
	.neo-text-item .content {
		padding-inline: 15px;
	}
}
