@charset "utf-8";


/*----------------- Other Blocks -----------------*/

/* FIN TEXTO DE INTRODUCCIÓN */

#zigZagList2 {
	padding-top: var(--space-between-sections);
	padding-bottom: var(--space-between-sections);
	overflow: hidden;
}
body#hotel-rooms #zigZagList2 {
	margin-top: var(--space-between-sections);
}
#zigZagList2 .hotels2-listing {
	--hotels2-image-rl-padding: 125px;
	--hotels2-content-rl-padding: 125px;
	margin: 0;
}
#zigZagList2 .hotels2-listing:nth-child(even) {
	margin-bottom: 100px;
}
#zigZagList2 .hotels2-listing:last-child {
	margin-bottom: 0 !important;
}
#zigZagList2 .hotels2-listing.last-position-odd{
	margin-bottom: 100px !important;
}
@media (max-width: 767px) {
	#zigZagList2 .hotels2-listing.last-position-odd{
		margin-bottom: 0px !important;
	}
}
#zigZagList2 .hotels2-listing .image {
	padding: 0 0 0 var(--hotels2-image-rl-padding);
	margin-bottom: -100px;
}
#zigZagList2 .hotels2-listing:nth-child(odd) .image {
	padding: 0 var(--hotels2-image-rl-padding) 0 0;
}
#zigZagList2 .hotels2-listing:nth-child(even) .image {
	margin-bottom: 0;
}
#zigZagList2 .hotels2-listing .image .hotels2-thumb {
	position: relative;
}
#zigZagList2 .hotels2-listing .image .hotels2-thumb .item a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
#zigZagList2 .hotels2-listing .content {
	padding: 130px 0 30px var(--hotels2-content-rl-padding);
}
#zigZagList2 .hotels2-listing:nth-child(odd) .content {
	order: 2;
	padding: 30px var(--hotels2-content-rl-padding) 30px 0;
}
.main-list .content span.address {
	position: relative;
	display: block;
	margin: 0 0 30px 0;
	padding-left: 22px;
	font-size: 20px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.7px;
}
#zigZagList2 .hotels2-listing .content span {
	padding-left: 2px;
}
.main-list .content 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;
}

#zigZagList2 .hotels2-listing .content p {
	margin: 0 0 20px 0;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.7px;
}
#zigZagList2 .hotels2-listing .content p:last-child {
	margin-bottom: 0;
}

#zigZagList2 .hotels2-listing .customNavDots {
    margin-top: 40px;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav].disabled,
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots].disabled {
	display: none;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav] {
	display: inline-block;
	vertical-align: middle;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav] [class*=owl-] {
	position: static;
    width: 70px;
    height: 70px;
	padding: 0;
    border: 1px solid transparent;
	background: transparent;
    border-radius: 100%;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav] [class*=owl-]:hover {
	border-color: var(--primary-color);
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav] button.owl-prev {
	margin-right: 10px;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customNav] button.owl-next {
	margin-left: 10px;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] {
	display: inline-block;
	margin-left: 50px;
	vertical-align: middle;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot {
	display: inline-block;
	margin: 0 25px 0 0;
    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;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot:first-child {
	margin-left: 0;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot:last-child {
	margin-right: 0;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot span {
    width: 10px;
    height: 10px;
    border: 0px solid var(--primary-color);
    background: var(--primary-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot.active span,
#zigZagList2 .hotels2-listing .customNavDots [class*=customDots] .owl-dot:hover span {
	background: var(--primary-color);
}
#restaurantDish {
	padding-top: var(--space-between-sections);
	padding-bottom: var(--space-between-sections);
	margin-bottom: 120px;
	background-color: #ffffff;
	overflow-x: clip;
}
#restaurantDish .content {
	padding: 0 15px 0 125px;
}
#restaurantDish .content span.tagnumber {
	display: block;
	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;
}
#restaurantDish .content span.tagnumber strong {
	font-weight: 300;
}
#restaurantDish .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;
}
#restaurantDish .content h1 {
	margin: 0 0 50px 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--primary-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#restaurantDish .content .description {
	position: relative;
	padding-left: 200px;
}
#restaurantDish .content .description:before {
    content: "";
    width: 180px;
    border-top: 1px solid var(--secondary-color);
	position: absolute;
    top: 12px;
    left: 0;
    transform: translateX(-110px);
}
#restaurantDish .content h2 {
	margin: 0 0 50px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
}
#restaurantDish .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#restaurantDish .content p:last-child {
	margin-bottom: 0;
}
#restaurantDish .content button {
	margin-top: 30px;
	padding: 0 0 8px 0;
    border: none;
	border-bottom: 1px solid var(--primary-color);
    color: var(--text-color);
}
#restaurantDish .content button:hover {
	background-color: transparent;
	color: var(--primary-color);
}
#restaurantDish .image {
	padding: 0 15px;
}
#restaurantDish .image img {
	max-width: none;
    width: 117%;
    margin-bottom: -270px;
}
#ourHotels3 {
	position: relative;
	overflow: hidden;
}
#ourHotels3 .title {
	margin-bottom: -25px;
}
#ourHotels3 .title span.tagnumber {
	display: block;
	margin: 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#ourHotels3 .title span.tagnumber strong {
	font-weight: 300;
}
#ourHotels3 .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;
}
#ourHotels3 .hotels3-listing {
	--hotels3-image-rl-padding: 125px;
	--hotels3-content-rl-padding: 125px;
	margin-bottom: 100px;
}
#ourHotels3 .hotels3-listing:last-child {
	margin-bottom: 0 !important;
}
#ourHotels3 .hotels3-listing .image {
	padding: 0 var(--hotels3-image-rl-padding);
}
#ourHotels3 .hotels3-listing .image .hotels3-thumb {
	position: relative;
}
#ourHotels3 .hotels3-listing .image .hotels3-thumb .item a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
#ourHotels3 .hotels3-listing .content {
	padding: 30px 15px 30px var(--hotels3-content-rl-padding);
}
#ourHotels3 .hotels3-listing:nth-child(odd) .content {
	order: 2;
	padding: 30px var(--hotels3-content-rl-padding) 30px 15px;
}
@media (max-width: 992px) {
	#ourHotels3 .hotels3-listing:nth-child(odd) .content {
		padding: 30px 15px 30px 15px;
	}
}
#ourHotels3 .hotels3-listing .content h1 {
	margin: 0 0 40px 0;
    font-family: 'Cormorant';
    font-size: var(--font-size-title);
    color: var(--primary-color);
    font-weight: 300;
    line-height: var(--desktop-line-height-title);
    letter-spacing: 0.7px;
}
#ourHotels3 .hotels3-listing .content h2 {
	margin: 0 0 15px 0;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 25px;
}
@media (max-width: 767px) {
	#ourHotels3 .hotels3-listing .content h2 {
		font-size: 18px;
		line-height: 23px;
	}
}
#ourHotels3 .hotels3-listing .content p {
	margin: 0 0 20px 0;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.7px;
}
#ourHotels3 .hotels3-listing .content p:last-child {
	margin-bottom: 0;
}

#ourHotels3 .hotels3-listing .customNavDots {
    margin-top: 40px;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav].disabled,
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots].disabled {
	display: none;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav] {
	display: inline-block;
	vertical-align: middle;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav] [class*=owl-] {
	position: static;
    width: 70px;
    height: 70px;
	padding: 0;
    border: 1px solid transparent;
	background: transparent;
    border-radius: 100%;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav] [class*=owl-]:hover {
	border-color: var(--primary-color);
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav] button.owl-prev {
	margin-right: 10px;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customNav] button.owl-next {
	margin-left: 10px;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] {
	display: inline-block;
	margin-left: 50px;
	vertical-align: middle;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot {
	display: inline-block;
	margin: 0 25px 0 0;
    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;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot:first-child {
	margin-left: 0;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot:last-child {
	margin-right: 0;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot span {
    width: 10px;
    height: 10px;
    border: 0px solid var(--primary-color);
    background: var(--primary-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot.active span,
#ourHotels3 .hotels3-listing .customNavDots [class*=customDots] .owl-dot:hover span {
	background: var(--primary-color);
}
#titleContent {
	padding-top: var(--space-between-sections);
	padding-bottom: var(--space-between-sections);
	overflow: hidden;
}
#titleContent .title {
	padding: 0 15px 0 125px;
}
#titleContent .title span.tagnumber {
	display: block;
	margin: 0 0 35px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#titleContent .title span.tagnumber strong {
	font-weight: 300;
}
#titleContent .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;
}
#titleContent .title h1 {
	margin: 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--primary-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#titleContent .content {
	padding: 30px 125px 0 15px;
}
#titleContent .content .description {
	position: relative;
	padding-left: 230px;
}
#titleContent .content .description:before {
    content: "";
    width: 180px;
    border-top: 1px solid var(--secondary-color);
	position: absolute;
    top: 12px;
    left: 0;
}
#titleContent .content h2 {
	margin: 0 0 30px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
}
#titleContent .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#titleContent .content p:last-child {
	margin-bottom: 0;
}
#titleContent .content button {
	margin-top: 10px;
	padding: 0 0 8px 0;
    border: none;
	border-bottom: 1px solid var(--primary-color);
    color: var(--text-color);
}
#titleContent .content button:hover {
	background-color: transparent;
	color: var(--primary-color);
}
#ourRestaurant {
	padding-top: var(--space-between-sections);
	padding-bottom: 50px;
	overflow: hidden;
	padding-left: 200px;
	padding-right: 200px;
}
@media (max-width: 992px) {
	#ourRestaurant {
		padding-left: 0px;
		padding-right: 0px;
	}
}
#ourRestaurant .restaurant-listing {
	--restaurant-image-rl-padding: 15px;
	--restaurant-content-rl-padding: 15px;
	margin-bottom: 100px;
}
#ourRestaurant .restaurant-listing:last-child {
	margin-bottom: 0 !important;
}
#ourRestaurant .restaurant-listing .image {
	padding: 0 var(--restaurant-image-rl-padding);
}
#ourRestaurant .restaurant-listing .image .imgblock {
	position: relative;
    overflow: hidden;
}
#ourRestaurant .restaurant-listing .image .imgblock:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
#ourRestaurant .restaurant-listing .image .imgblock img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
#ourRestaurant .restaurant-listing .content {
	padding: 30px 60px 30px 60px;
}
#ourRestaurant .restaurant-listing:nth-child(even) .content {
	order: 2;
	padding: 30px 60px 30px 60px;
}
#ourRestaurant .restaurant-listing .content span.tagnumber {
	display: block;
	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;
}
#ourRestaurant .restaurant-listing .content span.tagnumber strong {
	font-weight: 300;
}
#ourRestaurant .restaurant-listing .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;
}
#ourRestaurant .restaurant-listing:first-child .content h2 {
	margin: 0 0 50px 0;
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 500;
    line-height: 25px;
}
#ourRestaurant .restaurant-listing .content h1,
#ourRestaurant .restaurant-listing:not(:first-child) .content h2 {
	margin: 0 0 50px 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--primary-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#ourRestaurant .restaurant-listing .content .description {
	position: relative;
	padding-left: 110px;
}
#ourRestaurant .restaurant-listing .content .description:before {
    content: "";
    width: 180px;
    border-top: 1px solid var(--secondary-color);
	position: absolute;
    top: 12px;
    left: 0;
    transform: translateX(-110px);
}
#ourRestaurant .restaurant-listing .content h3 {
	margin: 0 0 50px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
}
#ourRestaurant .restaurant-listing .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#ourRestaurant .restaurant-listing .content p:last-child {
	margin-bottom: 0;
}
#ourRestaurant .restaurant-listing .content .button {
	display: inline-block;
    outline: 0;
    background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: all .25s ease-out;
	margin-top: 30px;
	padding: 0 0 8px 0;
    border: none;
	border-bottom: 1px solid var(--primary-color);
    color: var(--text-color);
}
#ourRestaurant .restaurant-listing .content .button:hover {
	background-color: transparent;
	color: var(--primary-color);
}

#aboutUs {
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
#aboutUs:first-child {
	padding-top: var(--space-between-sections);
}

@media (max-width: 767px) {
	#aboutUs:first-child {
		padding-top: var(--space-between-sections);
	}
}
#aboutUs .title {
	padding: 0 15px 0 125px;
}
#aboutUs .title span.tagnumber {
	display: block;
	margin: 0 0 35px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#aboutUs .title span.tagnumber strong {
	font-weight: 300;
}
#aboutUs .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;
}
#aboutUs .title h1 {
	margin: 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--title-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#aboutUs .information {
	padding: 30px 125px 0 15px;
}
#aboutUs .information .description {
	position: relative;
	padding-left: 230px;
}
#aboutUs .information h2 {
	margin: 0 0 30px 0;
	color: var(--subtitle-color);
}
#aboutUs .information p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#aboutUs .information p:last-child {
	margin-bottom: 0;
}
#aboutUs .information button {
	margin-top: 10px;
}
#aboutUs .ourblocks {
	margin-top: 50px;
}
#aboutUs .ourblocks .image {
	margin: 0 0 30px 0;
	position: relative;
    overflow: hidden;
}

#aboutUs .ourblocks .image img {
    width: 100%;
}
#aboutUs .ourblocks h3 {
	margin: 0 0 30px 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--text-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#aboutUs .ourblocks p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#aboutUs .ourblocks p:last-child {
	margin-bottom: 0;
}
#aboutUs .our-listing {
	--restaurant-image-rl-padding: 125px;
	--restaurant-content-rl-padding: 125px;
	margin-top: var(--space-between-sections);
}
#aboutUs .our-listing .image {
	padding: 0 var(--restaurant-image-rl-padding);
}
#aboutUs .our-listing:nth-child(even) .image {
	order: 2;
}
#aboutUs .our-listing .image .imgblock {
	position: relative;
    overflow: hidden;
}
#aboutUs .our-listing .image .imgblock:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
}
#aboutUs .our-listing .image .imgblock img {
    width: 100%;
}
#aboutUs .our-listing .content {
	padding: 30px var(--restaurant-content-rl-padding) 30px 15px;
}
#aboutUs .our-listing:nth-child(even) .content {
	padding: 30px 15px 30px var(--restaurant-content-rl-padding);
}
#aboutUs .our-listing .content h1 {
	margin: 0 0 50px 0;
	font-family: 'Cormorant';
	font-size: var(--font-size-title);
	color: var(--primary-color);
	font-weight: 300;
	line-height: var(--desktop-line-height-title);
}
#aboutUs .our-listing .content .description {
	position: relative;
	padding-left: 200px;
}
#aboutUs .our-listing .content .description:before {
    content: "";
    width: 180px;
    border-top: 1px solid var(--secondary-color);
	position: absolute;
    top: 12px;
    left: 0;
    transform: translateX(-110px);
}
#aboutUs .our-listing .content h2 {
	margin: 0 0 50px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
}
#aboutUs .our-listing .content p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.7px;
}
#aboutUs .our-listing .content p:last-child {
	margin-bottom: 0;
}


/* EXPERIENCIAS LISTADO */
#experiences {
	padding-right: 0px;
}

#experiences .title span.tagnumber {
	display: block;
	margin: 0 0 30px 0;
	font-size: 20px;
	color: var(--secondary-color);
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.24px;
}
#experiences .title span.tagnumber strong {
	font-weight: 300;
}
#experiences .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;
}
#experiences .title h2 {
    margin: 0;
    font-family: 'Cormorant';
    font-size: var(--font-size-title);
    color: var(--primary-color);
    font-weight: 300;
    letter-spacing: 0.7px;
	font-size: var(--font-size-title);
    line-height: var(--desktop-line-height-title);
}

#experiences .experiences-container {
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
	max-width: 100vw;
}
#experiences .experiences-row-text {
	padding: var(--space-between-sections) 0 105px 12vw;
}
#experiences .experiences-row-slider {
	margin-right: 0px;
	margin-left: 5vw;
	width: 100%;
}
.experiences-slider {
	margin-bottom: 160px;
}
.experiences-slider .image {
	width: 100%;
}
.experiences-slider .experiences {
	position: relative;
}
.experiences-slider .description-section {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 0 45px;
	z-index: 10;
}
.experiences-slider .description-section * {
	color: #fff;
}

.experiences-slider .description-section h3 {
	font-weight: 300;
}

.experiences-slider .owl-nav {
	top: auto;
	bottom: -40px;
}
.experiences-slider .owl-nav button.owl-next {
	right: auto;
	left: 35px;
}

@media (max-width: 992px) {
	#experiences {
		padding-left: 0px;
	}
	#experiences .experiences-row-slider {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	}
	#experiences .experiences-row-text {
		padding: var(--space-between-sections) 0px 30px 0px;
	}
	#experiences .title h2 {
		margin: 0 0 30px 0;
		font-size: var(--font-size-title);
		line-height: var(--mobile-line-height-title);
	}
	#experiences .description-section {
		padding: 0 15px;
		flex-direction: column;
	}
	#experiences .description-section a {
		margin-top: 15px;
	}

	.experiences-slider {
		margin-bottom: 140px;
	}
}
	/*FIN EXPERIENCIAS LISTADO */

	/*CUSTOM HABITACIONES*/
	body#hotel-rooms #zigZagList2 .content > p,
	body#hotel-rooms #zigZagList2 .content > h2 {
		display: none;
	}
	body#hotel-rooms #zigZagList2 .content > p:nth-child(1),
	body#hotel-rooms #zigZagList2 .content > p:nth-child(2),
	body#hotel-rooms #zigZagList2 .content > p:nth-child(3) {
		display: block;
	}

	body#hotel-rooms #zigZagList2 .content .btn-view-more {
		margin-left: 25px;
		cursor: pointer;
	}

	body#hotel-rooms .main-list .content > p:nth-child(1),
	body#hotel-rooms .main-list .content > p:nth-child(2),
	body#hotel-rooms .main-list .content > p:nth-child(3) {
		display: block;
	}

	body#hotel-rooms .main-list .content .btn-view-more {
		cursor: pointer;
	}


	/*FIN CUSTOM HABITACIONES*/


	/********* CUSTOM LISTADO DE OFERTAS DE UN HOTEL *******/
	body#hotel-offers #ourPromotions {
		padding-top: 0px;
	}
	/********* FIN CUSTOM LISTADO DE OFERTAS DE UN HOTEL *******/


	/******* LOGO DEL HOTEL EN LA HOME DE LOS HOTELES*****/
	.hotel-home-hotel-logo {
		display: flex;
		margin-bottom: var(--space-between-sections);
		align-items: center;
		justify-content: center;
	}
	/******* FIN LOGO DEL HOTEL EN LA HOME DE LOS HOTELES*****/


	/************* PÁGINA DEFAULT CON IFRAME *********************/
	.iframe-container {
		margin-bottom: var(--space-between-sections);
	}
	@media(max-width: 767px) {
		.iframe-container {
			margin-bottom: var(--space-between-sections);
		}
	}
	/************* FIN PÁGINA DEFAULT CON IFRAME *********************/