/*-----------------------------------------------------------------------------------
	Mastercard Banreservas Black
	Author: Santiago
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #141413;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	overflow: hidden;
}

/* Prevents unwanted scroll space when scroll FX used. */
a,
button {
	transition: background .3s ease-in-out;
	outline: none !important;
}

/* Prevent blue selection glow on Chrome and Safari */
a:hover {
	text-decoration: none;
	cursor: pointer;
}

.navbar a:hover {
	/*color: #D1C296!important;
    border-bottom: 1px solid #d1c296;*/
	color: #d1c296;
}

.navbarActive {
	color: #d1c296 !important;

	/*color: #D1C296!important;
    border-bottom: 1px solid #d1c296;*/
}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family: 'MarkPro';
	src: url('./fonts/MarkPro/Mark%20Pro.woff2');
	src: url('./fonts/MarkPro/Mark%20Pro.woff2') format('woff2'),
		url('./fonts/MarkPro/Mark%20Pro.woff') format('woff'),
		url('./fonts/MarkPro/Mark%20Pro.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MarkPro/Mark%20Pro.ttf') format('truetype'),
		url('./fonts/MarkPro/Mark%20Pro.svg#MarkPro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MarkPro-Light';
	src: url('./fonts/MarkPro-Light/MarkPro-Light.woff');
	src: url('./fonts/MarkPro-Light/MarkPro-Light.woff') format('woff'),
		url('./fonts/MarkPro-Light/MarkPro-Light.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MarkPro-Light/MarkPro-Light.ttf') format('truetype'),
		url('./fonts/MarkPro-Light/MarkPro-Light.svg#MarkPro-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MarkPro-Heavy';
	src: url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.woff2');
	src: url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.woff2') format('woff2'),
		url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.woff') format('woff'),
		url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.ttf') format('truetype'),
		url('./fonts/MarkPro-Heavy/Mark%20Pro%20Heavy.svg#MarkPro-Heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
	width: 100%;
	clear: both;
	background: 50% 50% no-repeat;
	padding: 0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	display: flex;
}

.bloc .container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}


/* Sizes */

.bloc-xl {
	padding: 150px 20px;
}

.bloc-lg {
	padding: 100px 20px;
}

.bloc-sm {
	padding: 20px;
}


/* Dark theme */

.d-bloc {
	color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
	color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round,
.d-bloc .icon-square,
.d-bloc .icon-rounded,
.d-bloc .icon-semi-rounded-a,
.d-bloc .icon-semi-rounded-b {
	border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
	border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc a .icon-sm,
.d-bloc a .icon-md,
.d-bloc a .icon-lg,
.d-bloc a .icon-xl,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
	color: rgba(255, 255, 255, .6);
	font-weight: bold;
}

.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc a:hover .icon-sm,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-xl,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
	color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire,
.d-bloc .btn-wire:hover {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
	color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
	color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}


/* Light theme */

.d-bloc .card,
.l-bloc {
	color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
	color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
	border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
	border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
	color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
	color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
	color: rgba(0, 0, 0, .7);
	border-color: rgba(0, 0, 0, .3);
}

/* Row Margin Offsets */

.voffset {
	margin-top: 30px;
}

.voffset-lg {
	margin-top: 80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link {
	color: rgb(64, 64, 64);
}

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky {
	position: fixed;
	top: 0;
	z-index: 1000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	transition: all .2s ease-out;
}

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
	border: none
}

@media (min-width:576px) {

	.navbar-expand-sm .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-sm .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

@media (min-width:768px) {
	.navbar-expand-md .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-md .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

@media (min-width:992px) {
	.navbar-expand-lg .dropdown-menu .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, .15);
		position: absolute;
		left: 100%;
		top: -7px
	}

	.navbar-expand-lg .dropdown-menu .submenu-left {
		right: 100%;
		left: auto
	}
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm {
	margin-top: 10px;
	margin-bottom: 5px;
}

.mg-md {
	margin-top: 10px;
	margin-bottom: 20px;
}

.mg-lg {
	margin-top: 10px;
	margin-bottom: 40px;
}

img.mg-sm,
img.mg-md,
img.mg-lg {
	margin-top: 0;
}

img.mg-sm {
	margin-bottom: 10px;
}

img.mg-md {
	margin-bottom: 30px;
}

img.mg-lg {
	margin-bottom: 50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,
.btn-d:hover,
.btn-d:focus {
	color: #FFF;
	background: rgba(0, 0, 0, .3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
	outline: none !important;
}

.btn-rd {
	border-radius: 40px;
}

.btn-style-none,
.btn-style-none:hover,
.btn-style-none:active,
.btn-style-none:focus {
	background: none;
	box-shadow: none;
	padding: 0;
}

.btn-wire {
	background: transparent !important;
	border: 2px solid transparent;
}

.btn-wire:hover {
	background: transparent !important;
	border: 2px solid transparent;
}

.btn-xl {
	padding: 16px 40px;
	font-size: 28px;
}

.a-block {
	width: 100%;
	text-align: left;
	display: inline-block;
}

.text-center .a-block {
	text-align: center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md {
	font-size: 30px !important;
}




/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}


/* Scroll FX */
.scroll-fx-in-range {
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop {
	width: 36px;
	height: 36px;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	z-index: 999;
	transition: all .3s ease-in-out;
	pointer-events: none;
}

.showScrollTop {
	opacity: 1;
	pointer-events: all;
}

.scroll-to-top-btn-icon {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap: round;
}

.close {
	color: #000;
	opacity: 0.5;
}

.close:hover {
	opacity: 1;
}

/* Toggle Visibility */
.toggled-item {
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}

.toggled-item-hidden {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	outline: 0 !important;
	opacity: 0;
}

/* Hide Object */
.object-hidden {
	display: none;
}

/* = Custom Styling
-------------------------------------------------------------- */

.container {
	max-width: 1200px;
}

.h1-style {
	font-size: 43px;
	font-family: "MarkPro-Light";
	margin-left: 33px;
	margin-top: 60px;
	line-height: 35px;
	text-shadow: 0px 0px 9px #000000;
	padding-top: 80px;
}

.st-image {
	background-position: center top;
	padding: 0% 0% 11% 0%;
}

.ccard {
	padding-left: 20px;
	position: absolute;
	margin-right: -90px;
	right: -70px;
	margin-top: 12%;
}

.image-container {
	padding: 15px 71px 71px 71px;
}

.menu {
	font-family: "MarkPro-Light";
	color: transparent !important;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	text-align: right;
}

h2 {
	font-family: "MarkPro-Light";
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: uppercase;
}

.navigation {
	font-family: "MarkPro-Light";
	font-size: 10px;
	letter-spacing: 2px;
	text-align: right;
	color: #ECEDEC !important;
	background-color: transparent;
}

.list {
	font-size: 10px;
	color: #ECEDEC !important;
	text-align: right;
}

.flightattendant {
	background-position: left top;
	background-repeat: no-repeat;
}

.flight {
	margin-bottom: 48px;
}

.flip-container {
	text-align: center;
}

.front {
	background-color: transparent;
}

.back {
	background-color: transparent;
}

.p-style {
	font-family: Lato;
	font-weight: 300;
	overflow: inherit;
}

.boingo {
	font-family: "MarkPro-Light";
	color: #131412 !important;
}

.h3-style {
	font-family: "MarkPro-Light";
	font-size: 18px;
}

.plusicon {}

.accordion {
	margin-top: 64px;
}

.panel {
	overflow: hidden;
	padding: 64px 0px 0px 0px;
}

.h3-style:hover {
	background-color: transparent;
}

.center {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.p-bloc-10-style {
	font-family: "MarkPro-Light";
	font-size: 26px;
}

.p-9-style {
	font-family: "MarkPro-Light";
}

.restaurant {
	background-position: center center;
	background-image: url("img/cena.png");
	min-height: 400px;
	background-size: 100% auto;
	text-shadow: 0px 0px 7px #000000;
	border-radius: 16px 16px 16px 16px;
}

.bottomsticky {
	background-image: url("img/bg1.png");
	height: 200px;
	max-width: 900px;
	background-color: transparent;
	padding: 3px 3px 40px 40px;
	border-radius: 16px 16px 16px 16px;
}

.beach-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("img/foto5.jpeg");
	min-height: 490px;
	border-radius: 16px 16px 16px 16px;
}

.airport {
	background-image: url("img/foto6.jpeg");
	background-position: center center;
	min-height: 400px;
	background-size: 100% auto;
	border-radius: 16px 16px 16px 16px;
}

.img-spac-style {
	background-position: center top;
	border-style: _popUpItemAction;
	border-radius: 16px 16px 16px 16px;
}

.paddingno {
	padding: 0px 0px 0px 0px;
}

.navbar-brand img {
	width: 250px;
}

.container-div-0-masbeneficios-style {
	width: 100%;
}

.img-bloc-10-style {
	width: 134px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
	font-family: "MarkPro";
	font-weight: 300;
	color: #ECEDEC !important;
}

.counterwoman {
	background-image: url("img/foto13.jpeg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 400px;
	padding-bottom: 28%;
	border-radius: 16px 16px 16px 16px;
}

.fancynight {
	background-image: url("img/foto15.jpeg");
	min-height: 400px;
	background-size: 100% auto;
	border-radius: 16px 16px 16px 16px;
}

.img-asset-16-3x-style {
	width: 65px;
}

.numbers {
	max-width: 80px;
}

.h3-a123-style {
	font-size: 15px;
}

.h3-4-style {
	font-size: 15px;
	letter-spacing: 2px;
	width: 89.58%;
}

.h3-viaje-style {
	font-size: 15px;
}

.colisseum {
	background-image: url("img/foto14.jpeg");
	background-size: 100% auto;
	min-height: 400px;
	border-radius: 16px 16px 16px 16px;
}

.h4-style {
	font-family: "MarkPro-Light";
	font-weight: 900;
	font-size: 15px;
	letter-spacing: 1px;
}

.affiliates {
	margin-bottom: 29px;
}

h4 {
	margin: 94px 94px 94px 94px;
}

.worldbutton {
	color: #8A8065 !important;
	text-transform: uppercase;
	font-size: 16px;
	border-style: solid;
	background-color: #000000;
	border-width: 1px 1px 1px 1px;
}

.btn-padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

.worldrow {
	padding-top: 20px;
}

.btn-hong-kong-padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

.btn-reino-unido-padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

.affiliaterow {
	margin-top: 60px;
}

.img-52-style {
	width: 654px;
	height: 300px;
	border-radius: 251px 251px 251px 251px;
}

.menu2 {
	opacity: 80;
}

.vermas {
	color: #776E53 !important;
	text-decoration: none;
	font-size: 15px;
	background-color: transparent;
	border-color: #635B41 !important;
}

.modalwindow {
	padding: 12px 12px 12px 12px;
}

.vermas:hover {
	background-color: #635B41;
	color: #635B41 !important;
	border-color: #635B41 !important;
	font-weight: bold;
	font-size: 15px;
}

.img-platform-style {
	width: 70px;
	height: 70px;
}

.img-asset-35-3x-style {
	height: 80px;
	width: 70px;
}

.img-asset-12-3x-style {
	height: 80px;
	width: 80px;
}

.img-asset-13-3x-style {
	width: 80px;
	height: 80px;
}

.container-div-masbeneficios2-style {
	width: 100%;
}

.img-masbeneficios2-style {
	width: 80px;
	height: 80px;
}

.img-cities-style {
	height: 80px;
}

.regionarea {
	background-color: #141412;
	padding: 10px 10px 10px 10px;
}

.linkregion {
	background-color: #141412;
}

.regionmenu {
	padding: 10px 10px 10px 10px;
}

.regionbutton {
	opacity: 0.4;
	cursor: pointer;
}

.regionbutton:hover {
	opacity: 1.0;
}

h6 {
	color: #D1C296 !important;
}

.rounded {
	border-radius: 26px 26px 26px 26px;
}

.regiondivider {
	border-color: #2F302D !important;
	border-style: solid;
	color: #32312D !important;
	align-items: center;
}

.regionh3 {
	color: #9D9171 !important;
	font-family: "MarkPro-Light";
	text-decoration: none;
	margin-top: 78px;
	margin-bottom: 78px;
	font-size: 43px;
}

.markprobold {
	font-family: "MarkPro-Heavy";
}

.subtlebg {
	background-image: url("img/bg3.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.overflow {
	width: 100%;
	height: 250px;
	overflow: scroll;
	justify-content: flex-start;
	display: inline-flex;
	max-height: 250px;
}

.promoimage {
	min-height: 0%;
	max-height: 100%;
	overflow: hidden;
	height: 238px;
	min-width: 0px;
	width: 370px;
	background-color: #776E53;
	background: linear-gradient(0deg, #776D53 1%, #918767 100%);
	margin-bottom: 30px;
	max-width: 100%;
	border-radius: 16px 16px 16px 16px;
}

.carousel {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: nowrap;
	overflow: hidden;
	height: 250px;
	max-height: 250px;
	min-width: 150%;
}

.main-gallery {
	padding-bottom: 20px;
}

.gallery-cell {
	padding-right: 36px;
	width: 56%;
	margin-top: 2px;
}

.more {
	width: 48px;
	margin-top: -15px;
	cursor: pointer;
	position: absolute;
	top: 210px;
	left: 165px;
	z-index: 1000;
}

.imagethumb {
	min-height: 0px;
}

.sliderframe {
	overflow: hidden;
	max-height: 250px;
	text-overflow: ellipsis;
}

.promotitle {
	max-height: 85px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	text-transform: uppercase;
	font-family: "MarkPro-Light";
	font-size: 17px;
	color: #F3F3F3 !important;
	font-weight: 600;
}

.promodescription {
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	display: block;
	color: #F3F3F3 !important;
	font-family: "MarkPro-Light";
	font-size: 18px;
	line-height: 19px;
	max-height: 135px;
	margin-bottom: 0px;

	text-align: justify;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 90px;
	margin: 0 auto;
	line-height: 1;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.todas-las-ofertas {
	font-family: "MarkPro-Light";
	font-size: 43px;
	padding: 61px 61px 61px 61px;
}

a {
	text-decoration: none;
}

.loungekey {
	margin: -70px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
}

.loungeicons {
	width: 30%;
	margin-top: 15px;
}

.img-style {
	width: 160px;
}

.img-new-york-style {
	width: 400px;
	height: 250px;
}

.img-layer-3-style {
	width: 85px;
}

.img-layer-2-style {
	width: 94px;
}

.img-layer-4-style {
	width: 99px;
}

.flickity-prev-next-button {
	top: 43%;
	width: 121px;
	height: 262px;
	background: linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}

.submenutitle {
	padding-top: 0px;
	margin-top: -15px;
}

.img-bogota-style {
	width: 400px;
	height: 250px;
}

.img-144-style {
	width: 400px;
	height: 250px;
}

.img-madrid-style {
	width: 400px;
}

.h2-1-style {
	letter-spacing: 8px;
	padding-top: 19px;
	color: #8A8A8A !important;
}

.img-49-style {
	width: 365px;
	height: 250px;
}

.img-52-new-york-style {
	width: 360px;
	height: 250px;
}

.img-43-style {
	width: 360px;
	height: 250px;
}

.img-paris-style {
	height: 250px;
}

.img-91-style {
	width: 360px;
	height: 250px;
}

.img-97-style {
	width: 360px;
	height: 250px;
}

.img-100-style {
	width: 360px;
	height: 250px;
}

.img-128-style {
	width: 360px;
	height: 250px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-onyx {
	background-color: #141413;
}

.bgc-dark-jungle-green {
	background-color: #23221F;
}

/* Text colour styles */

.tc-white {
	color: #FFFFFF !important;
}

.tc-pastel-brown {
	color: #776D53 !important;
}

/* Button colour styles */

.wire-btn-white {
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.wire-btn-pastel-brown {
	color: #776D53 !important;
	border-color: #776D53 !important;
}

/* Link colour styles */

.ltc-pastel-brown {
	color: #776D53 !important;
}

.ltc-pastel-brown:hover {
	color: #5f5742 !important;
}

/* Icon colour styles */

.icon-white {
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */
.containerTarjet {
	bottom: -100px;
	position: absolute;
	right: 0;
}

.containerTarjet img {
	width: 30%;
}

.containerTarjet img:nth-child(1) {
	right: -110px;
	position: relative;
}

.containerTarjet img:nth-child(2) {
	position: relative;
	right: -60px;
}


.TARJETABANNER1 {
	width: 380px;
	top: 25%;
	position: absolute;
	padding: 0;
	margin: 0;

}

.beach-image {
	min-height: 500px;

}

.Oferts {
	margin: 210px;
	display: block !important
}

@media (min-width: 576px) {
	.bloc-xxl-sm {
		padding: 200px 20px;
	}

	.bloc-xl-sm {
		padding: 150px 20px;
	}

	.bloc-lg-sm {
		padding: 100px 20px;
	}

	.bloc-md-sm {
		padding: 50px 20px;
	}

	.bloc-sm-sm {
		padding: 20px;
	}

	.bloc-no-padding-sm {
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.bloc-xxl-md {
		padding: 200px 20px;
	}

	.bloc-xl-md {
		padding: 150px 20px;
	}

	.bloc-lg-md {
		padding: 100px 20px;
	}

	.bloc-md-md {
		padding: 50px 20px;
	}

	.bloc-sm-md {
		padding: 20px 20px;
	}

	.bloc-no-padding-md {
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.bloc-xxl-lg {
		padding: 200px 20px;
	}

	.bloc-xl-lg {
		padding: 150px 20px;
	}

	.bloc-lg-lg {
		padding: 100px 20px;
	}

	.bloc-md-lg {
		padding: 50px 20px;
	}

	.bloc-sm-lg {
		padding: 20px;
	}

	.bloc-no-padding-lg {
		padding: 0 20px;
	}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {

	.bloc.full-width-bloc,
	.bloc-tile-2.full-width-bloc .container,
	.bloc-tile-3.full-width-bloc .container,
	.bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}

	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
	}

	/* iPhone X Notch Support*/
	.bloc-group,
	.bloc-group .bloc {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.containerTarjet {
		bottom: -70px;
		position: absolute;
		right: 0;
	}

	.containerTarjet img {
		width: 260px;
	}

	.bloc-tile-2 .container,
	.bloc-tile-3 .container,
	.bloc-tile-4 .container {
		padding-left: 0;
		padding-right: 0;
	}

	.btn-dwn {
		display: none;
	}

	.voffset {
		margin-top: 5px;
	}

	.voffset-md {
		margin-top: 20px;
	}

	.voffset-lg {
		margin-top: 30px;
	}

	form {
		padding: 5px;
	}

	.close-lightbox {
		display: inline-block;
	}

	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}

	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}
}

@media (max-width: 991px) {


	.containerTarjet img:nth-child(1) {
		right: -70px;
		position: relative;
	}

	.containerTarjet img:nth-child(2) {
		position: relative;
		right: -40px;
	}

	.st-image {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.h1-style {
		width: 70.12%;
		font-size: 30px;
		text-shadow: 0px 0px 10px #000000;
		padding-top: 0px;
	}

	.ccard {
		margin-bottom: 20px;
		padding-top: 170%;
		position: relative;
	}

	.image-container {
		padding-top: 66px;
	}

	h2 {
		width: 300px;
	}

	.logo {
		margin-left: 140px;
	}

	.navigation {}

	.menu {
		text-align: right;
	}

	.list {
		text-align: right;
		direction: rtl;
	}

	.p-9-style {
		width: 100%;
		text-align: left;
	}

	.p-bloc-10-style {
		width: 100%;
		text-align: left;
	}

	.img-bloc-10-style {
		width: 125px;
		border-radius: 0px 0px 0px 0px;
	}

	.img-spac-style {
		height: 300px;
	}

	.container-div-style {
		width: 100%;
	}

	.container-div-masbeneficios-style {
		width: 100%;
	}

	.navbar-brand img {
		width: 492px;
	}

	.restaurant {
		background-repeat: no-repeat;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	label,
	.btn,
	a {
		color: #ECEDEC !important;
		font-family: "Lato";
		font-weight: 100;
	}

	.btn-padding {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.worldbutton {
		min-height: 60px;
		text-align: center;
		text-decoration: none;
		padding-top: 15px;
		margin: 11px 11px 11px 11px;
	}

	.h3-a123-style {}

	.worldrow {}

	.menu2 {
		padding-top: 66px;
	}

	.numberrow {
		margin-bottom: 38px;
	}

	.flip-container {}

	.affiliatecolumn {
		margin-bottom: 60px;
	}

	.bottomsticky {
		text-align: left;
	}

	.h2-style {
		font-family: "MarkPro-Light";
		color: #645B42 !important;
	}

	.promoimage {
		max-height: 42%;
		width: 100%;
		height: 42%;
		background: linear-gradient(0deg, #776D53 1%, #9D9171 100%);
		min-height: 115px;
		min-width: 185px;
	}

	.todas-las-ofertas {
		font-size: 20px;
		color: #FFFFFF !important;
		display: block;
		width: 100%;
		height: 100px;
		padding: 20px 20px 20px 20px;
	}

	.more {
		left: 16%;
		top: 30%;
	}

	.h2-1-style {
		width: 97.26%;
	}

	.loungeicons {
		height: 36px;
		width: 90.23%;
	}

	.imagethumb {
		width: 105%;
	}

	.container-div-new-york-style {
		height: 29px;
	}

	.more-card {
		min-height: 100px;
	}

	.img-style {
		width: 78px;
	}

	.tabcontent {}

	/* MD Row Margin Offsets */
	.voffset-clear-md {
		margin-top: 0;
	}

	.TARJETABANNER1 {
		width: 250px;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 150px;
		left: 0;
		right: auto;
	}

	.texttarjet {
		position: absolute;
		top: 56px;
		left: 42px;
		margin: 0;
		padding: 0;
		width: 0;
		line-height: 1;
	}
}

@media (max-width: 767px) {
	.containerTarjet img {
		width: 220px;
	}

	.containerTarjet img:nth-child(1) {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.containerTarjet img:nth-child(2) {
		right: 0;
		bottom: 0;
		position: relative;
	}

	.st-image {
		padding-bottom: 0px;
		margin: 0px 0px 0px 0px;
	}

	.h1-style {
		width: 79.52%;
		margin-left: 56px;
		font-size: 25px;
	}

	.text-right {}

	.text-left {}

	.text-center {}

	.ccard {
		text-align: center;
		position: relative;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 350px 0px 0px 0px;
	}

	.image-container {
		padding: 10px 10px 10px 10px;
	}

	.logo {
		width: 76%;
	}

	h2 {
		width: 350px;
		font-family: "MarkPro-Light";
	}

	.img-bloc-2-style {
		width: 345px;
	}

	.img-bloc-3-style {
		width: 345px;
		margin: 0px 0px 0px 0px;
	}

	.img-bloc-4-style {
		width: 345px;
	}

	.img-bloc-5-style {
		width: 345px;
	}

	.navbar-brand img {
		width: 392px;
	}

	.menumob {
		margin: 0px 0px 0px 0px;
		padding: 40px 10px 10px 10px;
	}

	.center {
		text-align: center;
	}

	.beach-image {
		padding: 0px 0px 0px 0px;
		min-height: 880px;
	}

	.img-spac-style {
		height: 30px;
	}

	.airport {
		background-size: auto 100%;
	}

	.panel {
		background-color: #131413;
		margin: 14% 0% 0% 0%;
	}

	.restaurant {
		background-size: auto 100%;
		background-repeat: no-repeat;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	label,
	.btn,
	a {
		color: #ECEDEC !important;
		font-family: "Lato";
		font-weight: 300;
	}

	.menu2 {
		padding-top: 52px;
	}

	.fancynight {
		background-size: auto 100%;
	}

	.colisseum {
		background-size: auto 100%;
		background-image: url("img/foto14.jpeg");
	}

	.container-div-23534-style {
		width: 100%;
	}

	.counterwoman {
		background-size: auto 100%;
	}

	.list {
		margin-right: 0px;
	}

	.h2-style {
		font-family: "MarkPro-Light";
	}

	.h2-masbeneficios-style {
		font-family: "MarkPro-Light";
	}

	.h2-9-style {
		font-family: "MarkPro-Light";
	}

	.h2-11-style {
		font-family: "MarkPro-Light";
	}

	.h2-12-style {
		font-family: "MarkPro-Light";
	}

	.h2-13-style {
		font-family: "MarkPro-Light";
	}

	.h2-14-style {
		font-family: "MarkPro-Light";
	}

	.h2-15-style {
		font-family: "MarkPro-Light";
	}

	.h2-masbeneficios2-style {
		font-family: "MarkPro-Light";
	}

	.h2-17-style {
		font-family: "MarkPro-Light";
	}

	.h2-19-style {
		font-family: "MarkPro-Light";
	}

	.h2-20-style {
		font-family: "MarkPro-Light";
	}

	.h2-sobregiro-style {
		font-family: "MarkPro-Light";
	}

	.h2-21-style {
		font-family: "MarkPro-Light";
	}

	.h2-23-style {
		font-family: "MarkPro-Light";
	}

	.h2-24-style {
		font-family: "MarkPro-Light";
	}

	.h2-25-style {
		font-family: "MarkPro-Light";
	}

	.h2-26-style {
		font-family: "MarkPro-Light";
	}

	.h2-27-style {
		font-family: "MarkPro-Light";
	}

	.promoimage {
		width: 270px;
		height: 140px;
		min-height: 0%;
		min-width: 0%;
		max-width: 100%;
		max-height: 100%;
	}

	.imagethumb {
		flex-wrap: nowrap;
		width: 100%;
		min-height: 0%;
	}

	.container-div-0-new-york-style {
		width: 100%;
	}

	.more {
		left: 20%;
		top: 65%;
	}

	.row-12-style {
		width: 100%;
	}

	.gallery-cell {
		width: 100%;
	}

	.img-13-style {
		width: 239px;
	}

	.todas-las-ofertas {
		padding: 30px 30px 30px 30px;
	}

	.h3-13-style {
		font-size: 23px;
	}

	.img-style {
		width: 99px;
	}

	.img-layer-2-style {
		width: 48px;
	}

	.promodescription {
		max-height: 0px;
	}

	.img-43-style {
		height: 150px;
	}

	.img-new-york-style {
		height: 150px;
	}

	.img-49-style {
		height: 150px;
	}

	.img-52-new-york-style {
		height: 150px;
	}

	.img-paris-style {
		height: 150px;
	}

	.img-97-style {
		height: 150px;
	}

	.img-100-style {
		height: 150px;
	}

	.img-144-style {
		height: 150px;
	}

	.img-bogota-style {
		height: 150px;
	}

	/* Small Text Margin Offsets */
	.mg-sm-sm {
		margin-top: 10px;
		margin-bottom: 5px;
	}


	.TARJETABANNER1 {
		width: 250px;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 150px;
		left: 0;
		right: auto;
	}

	.texttarjet {
		position: absolute;
		top: 56px;
		left: 42px;
		margin: 0;
		padding: 0;
		width: 0;
		line-height: 1;
	}

}

@media(max-width:707px) {
	.containerTarjet img:nth-child(1) {
		position: relative;
		right: 180px;
		bottom: -160px;
	}

	.containerTarjet img:nth-child(2) {
		right: 200px;
		bottom: -160px;
		position: relative;
	}
}

.restaurant,
.airport {
	position: relative;
}

@media (max-width: 575px) {
	.airportText {
		visibility: visible;
		position: absolute;
		top: 0;
	}

	.ofertasDisfrutar {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		bottom: initial;
		left: 50px;

	}

	.containerTarjet img {
		width: 130px;
	}

	.containerTarjet img:nth-child(1) {
		right: 0;
		position: relative;
		bottom: 0;
	}

	.containerTarjet img:nth-child(2) {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.beach-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url("img/foto5.jpeg");
		min-height: 220px;
		border-radius: 16px 16px 16px 16px;
	}

	.containerTarjet {
		bottom: -50px;
		position: absolute;
		right: 0;
	}

	.title1 {
		top: 164px;
		position: relative;
		text-shadow: 1px 1px 1px #000;
	}

	.st-image {
		margin-left: 0px;
		margin-bottom: 0px;
		height: 425px;
		margin-top: 0px;
		background-size: auto auto;
		padding: 0px 0px 0px 0px;
	}

	.gallery-cell img {
		left: 25px !important;
	}

	.h1-style {
		font-size: 26px;
		width: 75.09%;
		margin: 31px 0px 17px 36px;
		padding: 0px 0px 0px 0px;
		line-height: 30px;
	
	}

	.ccard {
		width: 203px;
		padding-top: 174px;
		padding-left: 0px;
		position: relative;
		text-align: center;
	}

	.image-container {
		background-size: 150% auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.logo {
		width: 85%;
		background-size: 100% auto;
	}

	h2 {
		width: 200px;
	}

	.TARJETABANNER1 {
		width: 250px;
		position: absolute;
		margin: 0;
		padding: 0;
		top: 110px;
		left: 0;
		right: auto;
	}

	.texttarjet {
		position: absolute;
		top: 50px;
		left: 42px;
		margin: 0;
		padding: 0;
		width: 0;
	}

	.beach-image {
		/*background-size: 300% auto;*/
		height: 250px;
		background-position: center -250px;
	}

	.heightMin500 {
		height: 680px;
	}

	.menu {
		width: 37%;
		text-align: right;
	}

	.menu-list- {}

	.second-menu {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.img-bloc-3-style {
		float: none;
		overflow: inherit;
		width: 345px;
		padding: 0px 0px 0px 0px;
	}

	.navbar-brand img {
		width: 202px;
	}

	.img-bloc-4-style {
		margin: 0px 0px 0px 0px;
	}

	.p-9-style {
		font-size: 11px;
		width: 100%;
	}

	.p-bloc-10-style {
		font-size: 16px;
	}

	.bottomsticky {
		padding: 40px 0px 0px 0px;
	}

	.img-spac-style {
		height: 300px;
	}

	.restaurant {
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 500px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	label,
	.btn,
	a {
		font-family: "Lato";
		font-weight: 300;
		color: #ECEDEC !important;
		font-size: 13px;
	}

	.footer-link {
		text-align: center;
	}

	.panel {}

	.fancynight {
		background-size: auto 100%;
		background-position: center center;
	}

	.colisseum {
		background-position: left center;
	}

	h4 {
		margin: 0px 0px 0px 0px;
	}

	.h2-1-style {
		width: 100%;
	}

	.main-gallery {
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: flex-start;
	}

	.row-12-style {
		width: 100%;
	}

	.gallery-cell {
		width: 255px;
		padding-right: 15px;
	}

	.h3-33-style {
		font-size: 23px;
	}

	.h3-bogota-style {
		font-size: 23px;
	}

	.todas-las-ofertas {
		line-height: 11px;
		height: 50px;
		font-size: 25px;
		font-family: "MarkPro-Heavy";
		font-weight: normal;
		padding: 10px 10px 10px 10px;
	}

	.h3-50-style {
		font-size: 23px;
	}

	.h3-madrid-style {
		font-size: 23px;
	}

	.h3-76-style {
		font-size: 23px;
	}

	.h3-89-style {
		font-size: 23px;
	}

	.paddingno {}

	.promoimage {
		width: 270%;
		height: 71px;
	}

	h3 {
		color: #9D9D9D !important;
		font-family: "MarkPro-Light";
		font-size: 30px;
	}

	.promotitle {
		font-size: 10px;
		max-height: 70px;
	}

	.more {
		width: 24px;
		left: 16%;
		top: 60%;
	}

	.regionh3 {
		font-size: 23px;
	}

}


@media(max-width:435px) {
	.ofertasDisfrutar {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		bottom: initial;
		left: 50px;
	}

	.containerTarjet img:nth-child(1) {
		right: 109px;
		position: relative;
		bottom: -95px;
	}

	.containerTarjet img:nth-child(2) {
		position: relative;
		right: 120px;
		bottom: -95px;
	}
}