/*
_____________________________________________________

	Neobookings
	Version: 1.0 (update - xx.Nov.16)
	Created By: Neobookings
	Support: web@neobookings.com
_____________________________________________________

*/

/* --------------------------------------------------
	0.1 Settigns
-------------------------------------------------- */
/* ---- Colors ---- */
/* ---- Label Colors ---- */
/* ---- Text ---- */
/* ---- White Space ---- */
/* ---- Buttons ---- */
/* ---- Forms ---- */
/* ---- Navigation ---- */
/* ---- Footer ---- */
/* ---- Other ---- */
/* ---- Media Queries Breakpoints ---- */

/* --------------------------------------------------
	0.1 Common elements
-------------------------------------------------- */
/* ---- Colors ---- */
/* ---- Aligns ---- */
/* ---- Buttons ---- */
/* ---- Sprite ---- */
/* ---- Subsections ---- */
/* ---- Titles ---- */
/* ---- Header ---- */
/* ---- Slider ---- */
/* ---- Neobookings mask ---- */
/* ---- Benefits ---- */
/* ---- Text description page ---- */
/* ---- Newsletter ---- */
/* ---- Footer ---- */

body {
	color: var(--text-color);
}

/* ---- colors ---- */
:root {
	--primary-color: #4952a0;
	--secondary-color: #B8A626;

	--title-color: #4a4848;
	--subtitle-color: #555555;
	--text-color: #545454;
	--grey-soft: #f3f3f3;
	--white: #ffffff;
	--dark-deep-low-opacity: rgba(17, 17, 17, 0.15);
	--black-low-opacity-40: rgba(0, 0, 0, 0.40);
	--black-low-opacity: rgba(0, 0, 0, 0.2);
	--transparent: transparent;
}

/* ---- margins ---- */

:root{
	--margin-section:80px;
	--margin-section-mobile:40px;
	--margin-btn:30px;
}


/* ---- fonts ---- */
@font-face {
	font-family: 'blair_itcregular';
	src: url('../fonts/blair/blair_itc_light1-webfont.eot');
	src: url('../fonts/blair/blair_itc_light1-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/blair/blair_itc_light1-webfont.woff2') format('woff2'),
		url('../fonts/blair/blair_itc_light1-webfont.woff') format('woff'),
		url('../fonts/blair/blair_itc_light1-webfont.ttf') format('truetype'),
		url('../fonts/blair/blair_itc_light1-webfont.svg#blair_itcregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.no-scroll {
	overflow-y: hidden !important;
}



/* ---- backgrounds ---- */


.semigrey-bg {
	background-color: #F1EEFF;
}

.purple-bg {
	background-color: #231a3d;
}

.purple-soft-bg {
	background-color: #f1eeff;
}

.bg-white {
	background: var(--white);
}

.bg--grey-soft {
	background-color: var(--grey-soft);
	padding-top: var(--margin-section);
	padding-bottom: var(--margin-section);
}

/* ---- Colors ---- */
.tc-white {
	color: #fff;
}

.tc-purple-light {
	color: var(--primary-color);
}


/* ---- Aligns ---- */
.ta-center {
	text-align: center;
}

/* ---- SIZES ---- */
:root{
	--navbar-mobile-height:80px;
}



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

.btn--primary-color {
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	border-color: var(--primary-color);
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: var(--primary-color);
	color: var(--white);
}

.btn--primary-color:hover,
.btn--primary-color:visited,
.btn--primary-color:visited:hover,
.btn--primary-color:focus {
	background-color: var(--primary-color);
	color: var(--white);
}


.btn--ghost-middle-grey {
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	border-color: var(--subtitle-color);
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: var(--transparent);
	color: var(--subtitle-color);
}

.btn--ghost-middle-grey:hover,
.btn--ghost-middle-grey:visited,
.btn--ghost-middle-grey:visited:hover,
.btn--ghost-middle-grey:focus {
	background-color: var(--transparent);
	border-color: var(--text-color);
	color: var(--text-color);
}

.btn-ghost:after, .btn-ghost-light:after {
	display: none;
}


.btn-ghost__btn-ghost-purple {
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	border-color: var(--primary-color);
	color: var(--primary-color);
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: var(--margin-btn);
	margin-bottom: var(--margin-btn);
}

.btn-ghost__btn-ghost-purple--no-margin{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.btn-ghost__btn-ghost-purple:hover,
.btn-ghost__btn-ghost-purple:visited:hover {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
}

.btn-ghost__btn-ghost-purple:visited,
.btn-ghost__btn-ghost-purple:focus {
	background-color: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.btn-ghost__btn-ghost-purple:after {
	display: none;
}


.btn-ghost-white-to-white-purple,
.btn-ghost-white-to-white-purple:link,
.btn--ghost-white-to-purple,
.btn--ghost-white-to-purple:link {
	display: inline-block;
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	border-color: var(--white);
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 11px 20px;
	width: 110px;
	text-align: center;
	color: var(--white);
}

.btn-ghost-white-to-white-purple:visited,
.btn-ghost-white-to-white-purple:focus {
	color: #fff;
}

.btn-ghost-white-to-white-purple:visited:hover,
.btn-ghost-white-to-white-purple:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--primary-color);
}

.btn--ghost-white-to-purple:visited,
.btn--ghost-white-to-purple:focus {
	color: var(--white);
}

.btn--ghost-white-to-purple:visited:hover,
.btn--ghost-white-to-purple:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white);
}


.btn-semi-to-full-white,
.btn-semi-to-full-white:focus {
	background: var(--transparent);
	font-weight: 700;
	color: var(--white);
}

.btn-semi-to-full-white:hover {
	background: #fff;
	color: var(--primary-color);
}

.btn--pastel-to-purple,
.btn--pastel-to-purple:focus {
	background: var(--primary-color);
	font-weight: 700;
	color: var(--white);
}

.btn--pastel-to-purple:hover {
	background: var(--primary-color);
	color: var(--white);
}


.btn-large {
	width: 180px;
}

/* SCROLLER */
.scroller {
	z-index: 10;
	color: var(--subtitle-color);
	bottom: 51vh;
	color: #fff;
}

.scroller .scroller-text,
.scroller:hover {
	color: #fff
}
@media(max-width: 992px) {
	.scroller {
	  display: none;
	}
  }



/* NAVBAR */
.navbar-collapse.in {
	overflow: visible;
}

/* ---- Errors ---- */

.errorForm {
	border: 1px solid red !important;
	border-radius: 0px;
}

.errormessage {
	font-size: .8em;
	font-family: "Montserrat", sans-serif;
	line-height: 1.333333333333333em;
	color: red;
}

.checkpolicy>.texto>a {
	color: var(--primary-color);
	font-weight: 800;
}

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

.checkpolicy .texto {
	float: left;
}

.checkpolicy .customcheck {
	float: left;
	width: 20px;
	margin-right: 10px;
	position: relative;
	bottom: -1px;
}

/* Sitemap styles */
#sitemap {
	text-align: left;
	padding-left: 0;
	list-style: none;
}

#sitemap li a:before {
	content: '* ';
}

/* End Sitemap styles */

/* Alert Boxes */
.alert-box {
	display: block;
	margin: 10px 0;
	padding: 2px 40px;
	background: #ddd;
	position: relative;
}

.alert-box p {
	margin: 0;
}

.alert-box .icons {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}

.alert-box .close-button {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	cursor: pointer;
}

.alert-box.error {
	background: #facfcf;
}

.alert-box.error .icons, .alert-box.error .close-button {
	color: #d35858;
}

.alert-box.success {
	background: #e9f5d5;
}

.alert-box.success .icons, .alert-box.success .close-button {
	color: #809533;
}

.alert-box.info {
	background: #cce6f7;
}

.alert-box.info .icons, .alert-box.info .close-button {
	color: #5694b1;
}

.alert-box.notice {
	background: #fcf7d9;
}

.alert-box.notice .icons, .alert-box.notice .close-button {
	color: #dbb835;
}


/* ---- Truncate ---- */
.truncate-link-class,
.truncate_less_link a {
	font-size: 0.8666666666666667em;
	line-height: 1em;
	font-weight: 700;
	color: #5b5b5f;
}

.truncate-link-class:hover,
.truncate_less_link a:hover {
	color: var(--primary-color);
}


/* ---- Sprite ---- */
.icon--hgi {
	background-image: url(../images/design/sprite_restaurantecanjaume.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.svg .icon--hgi {
	background-size: 600px 700px;
}


.icon--hgi.icon--ribbon {
	background-position: 0 -2px;
}

.icon--hgi.icon--calendar {
	background-position: 0 -79px;
}

.icon--hgi.icon--wate {
	background-position: -1px -112px;
}

.icon--hgi.icon--hcon {
	background-position: 1px -152px;
}

.icon--hgi.icon--balc {
	background-position: -1px -198px;
}

.icon--hgi.icon--caja {
	background-position: -1px -243px;
}

.icon--hgi.icon--telf {
	background-position: -1px -287px;
}

.icon--hgi.icon--pelo {
	background-position: -1px -337px;
}

.icon--hgi.icon--mesi {
	background-position: -1px -382px;
}

.icon--hgi.icon--inet {
	background-position: -64px -112px;
}

.icon--hgi.icon--tvre {
	background-position: -64px -153px;
}

.icon--hgi.icon--sate {
	background-position: -64px -197px;
}

.icon--hgi.icon--comb {
	background-position: -64px -242px;
}

.icon--hgi.icon--escr {
	background-position: -64px -286px;
}

.icon--hgi.icon--refr {
	background-position: -64px -337px;
}

.icon--hgi.icon--nofu {
	background-position: -64px -383px;
}

.icon--hgi.icon--cami {
	background-position: -124px -197px;
}

.icon--hgi.icon--camm {
	background-position: -124px -112px;
}

.icon--hgi.icon--vmar {
	background-position: -179px -112px;
}


.icon--hgi.icon--sofc {
	background-position: -124px -152px;
}

.icon--hgi.icon--duch {
	background-position: -124px -242px;
}

.icon--hgi.icon--espm {
	background-position: -124px -288px;
}

.icon--hgi.icon--terr {
	background-position: -125px -337px;
}

.icon--hgi.icon--tvlo {
	background-position: -125px -382px;
}


.icon--hgi.icon--icon-restaurantecanjaume {
	background-position: -93px -5px;
}

.icon--hgi.icon--ushuaia {
	background-position: -190px -3px;
}

.icon--hgi.icon--pacha {
	background-position: -333px -3px;
}

.icon--hgi.icon--space {
	background-position: -483px -3px;
}

.icon--hgi.icon--icon-tab-default {
	background-position: -71px -437px;
}

.icon--hgi.icon--icon-usuhaia-v2 {
	background-position: -332px -217px;
}

.icon--hgi.icon--icon-fly {
	background-position: -332px -306px;
}

.icon--hgi.icon--icon-mark-map {
	background-position: -331px -364px;
}


.icon--hgi.icon--icon-rocks {
	background-position: -151px -422px;
}


.icon--hgi.icon--cubiertos {
	background-position: -151px -422px;
}

.icon--hgi.instagram-icon {
	background-position: -425px -627px;
}


/* ---- Titles ---- */
.sec-heading {
	margin-bottom: 35px;
	position: relative;
}

.sec-heading .title,
.sec-heading h2:first-child {
	font-size: 2em;
	line-height: 1.266666666666667em;
	letter-spacing: 0.025em;
	color: var(--title-color);
	font-weight: 700;
	padding: 15px;
}

.sec-heading .subheading {
	font-size: 1.2em;
	line-height: 1.388888888888889em;
	margin-top: 5px;
	margin-bottom: 0;
	color: var(--subtitle-color);
}

.sec-heading h3.subheading:last-child,
.sec-heading p.subheading:last-child {
	margin-top: 5px;
}


.sec-heading .title.tc-purple-light,
.sec-heading h2.tc-purple-light:first-child {
	color: var(--white);
}


.sec-heading--compacted-sec-heading {
	margin-bottom: 10px;
}


/* ---- Header ---- */

.navbar .navbar-header {
	margin-top: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-fw .navbar-header {
	/*width: 10%;*/
    width: auto;
}

.navbar .navbar-header .navbar-brand {
	padding: 0;
}

.navbar-brand {
	height: auto;
	width: 200px;
}

.navbar-brand img {
	width: 150px;
	height: auto;
}

.navbar--navbar-container {
	background-color: var(--transparent);
	background-image: linear-gradient(0deg, var(--transparent), var(--text-color));
	/*background-color: rgba(35,26,61, 0.7);*/
	min-height: 110px;
	border: 0;
}

.navbar .navbar-nav {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar--navbar-container .navbar-nav li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--white);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar--navbar-container .navbar-nav li a:focus {
	color: #fff;
}

.navbar-nav li a i {
	color: var(--white);
	font-size: 1.833333333333333em;
	line-height: 0.5em;
	margin-top: -2px;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-trans:not(.navbar-inverse) .navbar-nav li a:hover {
	color: #fff;
}

.navbar-trans:not(.navbar-inverse) .navbar-nav li a:hover i {
	color: var(--white);
}

.navbar-nav .booking {
	padding-left: 15px;
	min-width: 106px;
}

.navbar-nav .bnt--booking {}

.navbar .navbar-nav li .btn--booking,
.navbar .navbar-nav li .btn--booking:link,
.navbar .navbar-nav li .btn--booking:focus {
	background-color: #70519c;
	background-color: rgba(112, 81, 156, 0.8);
	border: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.navbar .navbar-nav li .btn--booking:hover {
	background-color: #70519c;
	border: 0;
}

.navbar-logo.mobile{
	display: none;
}

.ribbon {
	position: absolute;
	top: 50px;
	color: var(--text-color);
	text-align: left;
	font-size: 0.8em;
	line-height: 1.25em;
	background-color: var(--white);
	font-family: 'Montserrat', sans-serif;
	min-width: 185px;
	padding: 0;
	right: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.5s ease, opacity 0.25s ease 0.5s;
	-moz-transition: visibility 0.5s ease, opacity 0.25s ease 0.5s;
	-ms-transition: visibility 0.5s ease, opacity 0.25s ease 0.5s;
	-o-transition: visibility 0.5s ease, opacity 0.25s ease 0.5s;
	transition: visibility 0.5s ease, opacity 0.25s ease 0.5s;
}

.ribbon>i {
	display: inline-block;
	font-size: 38px;
	float: left;
	padding: 10px;
	background-color: var(--subtitle-color);
	color: var(--white);
}

.ribbon>.ribbon__text {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 70px;
}

.ribbon>.ribbon__text br {
	display: none;
}

.ribbon>.ribbon__text span {
	text-transform: uppercase;
	font-weight: 700;
}


.navbar .navbar-container__main-nav>li:last-child {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease, max-width 0.5s ease 0.35s;
	-moz-transition: opacity 0.5s ease, visibility 0.5s ease, max-width 0.5s ease 0.35s;
	-o-transition: opacity 0.5s ease, visibility 0.5s ease, max-width 0.5s ease 0.35s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s ease, max-width 0.5s ease 0.35s;
	transition: opacity 0.5s ease, visibility 0.5s ease, max-width 0.5s ease 0.35s;
	max-width: 0;
}


.navbar--navbar-container.mobile-nav {
	min-height: var(--navbar-mobile-height);
}

.navbar--navbar-container.mobile-nav .navbar-header {
	margin-top: 0;
}

.navbar--navbar-container.mobile-nav .navbar-header .navbar-brand {
	width: 70px;
	margin-top: 3px;
}


/* ---- other menu ---- */
.navbar .navbar-nav--upper-nav {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar--navbar-container .navbar-nav--upper-nav li a {
	text-transform: none;
	font-size: 0.7333333333333333em;
	padding-right: 0;
}

.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__languages>a {
	padding-left: 43px;
}

.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__languages>a::before {
	content: '';
	background: transparent url(../images/design/sprite_restaurantecanjaume.png) no-repeat -48px -83px;
	display: inline-block;
	width: 26px;
	height: 12px;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -6px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.svg .navbar--navbar-container .navbar-nav--upper-nav .upper-nav__languages>a::before {
	background-image: url(../images/design/sprite_restaurantecanjaume.png);
}

.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__languages>a:hover::before {
	opacity: 1;
}

.navbar--navbar-container .navbar-nav--upper-nav .acronym {
	display: none;
}

.navbar--navbar-container .navbar-nav--upper-nav i {
	margin-left: 5px;
	font-size: 1.666666666666667em;
	line-height: 0.6px;
	vertical-align: middle;
}


.navbar-nav--upper-nav li:first-child a {
	border-right: 2px solid var(--white);
	text-transform: uppercase;
	padding-right: 13px;
}


.navbar .navbar-container__main-nav {
	margin-top: 60px;
}

.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__menu > .navbar-toggle {
	display: inline-flex;
	flex-direction: column;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__menu > .navbar-toggle:hover,
.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__menu > .navbar-toggle:active,
.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__menu > .navbar-toggle:focus {
	background-color: transparent;
}
.navbar--navbar-container .navbar-nav--upper-nav .upper-nav__menu > .navbar-toggle .icon-bar{
	background-color: #fff;
}

/* ---- dropdown  ---- */
.mega .dropdown {
	position: relative;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
	background-color: #231a3d;
	background-color: rgba(35, 26, 61, 0.85);
	border: none;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	left: 50%;
	margin-left: -100px;
	margin-top: 24px;
}


.navbar .navbar-nav .dropdown .dropdown-menu li {
	width: 200px;
	min-width: 200px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a {
	border-left: 0;
	padding-left: 39px;
	padding-right: 39px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
	border-left: 0;
	color: #fff;
	padding-left: 39px;
	padding-right: 39px;
	background-color: rgba(35, 26, 61, 0.70);
}

.navbar-trans:not(.navbar-inverse) .navbar-nav .dropdown .dropdown-menu li a:hover {
	color: #fff;
}

.navbar .navbar-nav .upper-nav__languages .dropdown-menu {
	width: 80px;
	min-width: auto;
	margin-left: -40px;
	background-color: var(--title-color);
	margin-top: 10px;
	padding: 5px 0 8px;
	left: auto;
	right: 0;
	top: 20px;
	position: absolute;

}

.navbar .navbar-nav .upper-nav__languages .dropdown-menu::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 6px 8px;
	border-color: transparent transparent var(--title-color) transparent;
	margin-left: -6px;
}

.navbar .navbar-nav .upper-nav__languages .dropdown-menu li {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	min-width: auto;
}

.navbar .navbar-nav .upper-nav__languages .dropdown-menu li a {
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	border-bottom: 1px solid transparent;
	border-right: 0;
	font-weight: 300;
	padding: 6px 5px;
	text-transform: none;
}


.navbar .navbar-nav .upper-nav__languages .dropdown-menu li a:hover {
	background-color: transparent;
	border-bottom-color: var(--grey-soft);
	padding-left: 5px;
	padding-right: 5px;
}


.navbar-small {
	min-height: 150px;
}

/* ajuste selector de idiomas responsive */

.mobile-nav .navbar-nav--upper-nav {
	visibility: visible;
	opacity: 1;
}

.navbar-small .navbar-nav--upper-nav {
	height: 100%;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.mobile-nav .navbar-nav--upper-nav li.dropdown {
	display: block;

}

.mobile-nav .navbar-nav--upper-nav li.dropdown .dropdown-menu li {
	display: block;
}
.mobile-nav .collapse .navbar-nav--upper-nav {
	opacity: 1;
}

.mobile-nav .collapsing {
	position: static;
}

/*fin ajuste selector de idiomas responsive*/

.navbar-small .navbar-container__main-nav {
	margin-top: 18px;
}

.navbar-small .ribbon {
	top: 42px;
}

.navbar-small .navbar-nav .dropdown .dropdown-menu {
	margin-top: 16px;
}


.navbar-small .navbar-container__main-nav li:last-child {
	visibility: visible;
	opacity: 1;
	max-width: 250px;
	-webkit-transition: visibility 0.5s ease, max-width 0.5s ease, opacity 0.5s ease 0.5s;
	-moz-transition: visibility 0.5s ease, max-width 0.5s ease, opacity 0.5s ease 0.5s;
	-ms-transition: visibility 0.5s ease, max-width 0.5s ease, opacity 0.5s ease 0.5s;
	-o-transition: visibility 0.5s ease, max-width 0.5s ease, opacity 0.5s ease 0.5s;
	transition: visibility 0.5s ease, max-width 0.5s ease, opacity 0.5s ease 0.5s;
}


.navbar-small .navbar-header {
	margin-top: 7px;
}

.navbar-small .navbar-header .navbar-brand {
	width: 140px;
}

.navbar-small .ribbon,
.mobile-nav .ribbon {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease 0.5s, visibility 0.25s ease 0.5s;
	-moz-transition: opacity 0.5s ease 0.5s, visibility 0.25s ease 0.5s;
	-ms-transition: opacity 0.5s ease 0.5s, visibility 0.25s ease 0.5s;
	-o-transition: opacity 0.5s ease 0.5s, visibility 0.25s ease 0.5s;
	transition: opacity 0.5s ease 0.5s, visibility 0.25s ease 0.5s;
}


/* ---- button action responsive menu ---- */
.navbar .navbar-header .navbar-toggle span {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.navbar .navbar-header .navbar-toggle:hover span {
	background: #fff;
}

/* ---- Mobile ---- */
.mobile-nav .navbar-container__main-nav {
	margin-top: 10px;
}

.mobile-nav .navbar-container__main-nav li:last-child {
	visibility: visible;
	opacity: 1;
	max-width: none;
}

.mobile-nav .navbar-container__main-nav .booking {
	padding-left: 0;
	display: inline-block;
	width: auto;
}

.mobile-nav .navbar-collapse {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
}


/* ---- Slider ---- */

.fs-slider-hero,
.fw-slider-hero {
	height: 80vh;
	-webkit-transition: height 0.25s ease, visibility 0.25s 0.3s ease;
	-ms-transform: height 0.25s ease, visibility 0.25s 0.3s ease;
	transform: height 0.25s ease, visibility 0.25s 0.3s ease;
	overflow: hidden;
}


/*.fs-slide-1,
	.fw-slide-1,
	.fs-slide-2,
	.fw-slide-2,
	.fs-slide-3,
	.fw-slide-3,
	.fs-slide-4,
	.fw-slide-4,
	.fs-slide-5,
	.fw-slide-5,
	.fs-slide-6,
	.fw-slide-6 {
		background-size: cover;
		background-position: center center;
	}*/

body>.slider--main .slider__item {
	background-size: cover;
	background-position: center center;
}

.fs-slider-hero .fs-slider .fs-slider-item {
	position: relative;
	width: 100%;
	height: 80vh;
}

.fs-slider-hero .fs-slider .fs-slider-item[onclick] {
	cursor: pointer;
}


.fs-slide-1,
.fw-slider-hero .fw-slide-1 {
	background-image: url(../images/default/slider/slide01.jpg);
}

.fs-slide-2,
.fw-slider-hero .fw-slide-2 {
	background-image: url(../images/default/slider/slide02.jpg);
}

.fs-slide-3,
.fw-slider-hero .fw-slide-3 {
	background-image: url(../images/default/slider/slide03.jpg);
}

.fs-slide-4 {
	background-image: url(../images/default/slider/slide04.jpg);
}

.fs-slide-5 {
	background-image: url(../images/default/slider/slide05.jpg);
}

.fs-slide-6 {
	background-image: url(../images/default/slider/slide06.jpg);
}


/*.fs-slide-1 .bg-overlay,
		.fs-slide-2 .bg-overlay,
		.fs-slide-3 .bg-overlay,
		.fs-slide-4 .bg-overlay,
		.fs-slide-5 .bg-overlay,
		.fs-slide-6 .bg-overlay,
		.fw-slider-hero .fw-slide-1 .bg-overlay,
		.fw-slider-hero .fw-slide-2 .bg-overlay {
			background-color: var(--dark-deep-low-opacity);
		}*/

body>.slider--main .slider__item>.bg-overlay {
	background-color: var(--black-low-opacity);
}


.fs-slider-hero .hero-content-wrapper {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80vh;
}

.fs-slider-hero .hero-content-wrapper .hero-content {
	display: table-cell;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}


.fw-slider-hero .hero-content-wrapper {
	display: table;
	width: 100%;
	height: 80vh;
	position: absolute;
	top: 0;
	left: 0;
}


.fs-slider-hero .hero-content-wrapper .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.fw-slider-hero .hero-content-wrapper .hero-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 80vh;
	text-align: center;
	color: #fff;
}



.hero-content .h-alt {
	font-family: 'Mr Dafoe', cursive, sans-serif;
}

.hero-content .hero-lead {
	font-family: 'blair_itcregular', 'Montserrat', sans-serif;
	font-size: 1.666666666666667em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.025em;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.hero-content .hero-subheading {
	font-size: 1.333333333333333em;
	line-height: 1em;
	margin-bottom: 7px;
}

.hero-content .hero__caption--hero-regular-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
}

.hero__caption--hero-regular-text span {
	display: block;
	width: 71px;
	font-family: 'Ubuntu', sans-serif;
	font-style: italic;
	font-weight: 700;
	height: auto;
	font-size: 1em;
	line-height: 5.916666666666667em;
	vertical-align: middle;
	margin: 10px auto 0;
	color: var(--text-color);
}

.hero__caption--hero-regular-text span i {
	padding: 0 8px;
	line-height: 1.307692307692308em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;

	/* Safari */
	-webkit-transform: rotate(-5deg);

	/* Firefox */
	-moz-transform: rotate(-5deg);

	/* IE */
	-ms-transform: rotate(-5deg);

	/* Opera */
	-o-transform: rotate(-5deg);

	/* Internet Explorer */
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/


}


.fw-slider-hero .hero-content .hero-lead {
	font-size: 1.666666666666667em;
	margin-bottom: 25px;
	line-height: 1em;
}


/* ---- Neobookings mask ---- */
.neobookings-mask {
	position: relative;
	padding-top: 20px;
	background-color: rgba(35, 26, 61, 0.7);
	padding-bottom: 20px;
	z-index: 10;
	margin-top: 20px;
}



.neobookings-mask .neobookings-mask__neobookings-form {
	margin: 0;
}

.neobookings-mask .neobookings-mask__neobookings-form fieldset {
	text-align: center;
}

.neobookings-mask__neobookings-form legend {
	display: none;
}

.input__label .label__label-text,
.neobookings-form__input .label__label-text {
	display: none;
}

.neobookings-form__input {
	width: 100%;
	margin-bottom: 10px;
}

.neobookings-form__input label {
	width: 100%;
	margin: 0;
}

.neobookings-form__input .input__label {
	position: relative;
}

.neobookings-form__input .label--date i {
	content: '';
	position: absolute;
	right: 13px;
	width: 16px;
	height: 16px;
	top: 50%;
	/*margin-top: 0.28888888888888em;*/
	margin-top: -0.5333333333333333em;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	transform: all 0.3s ease;
	z-index: 10;
	pointer-events: none;
}

.svg .neobookings-form__input .label--date::after {
	background-image: url(../images/design/sprite_restaurantecanjaume.png);
}

.neobookings-form__input label .type--type-text,
.neobookings-form__input label input[type="text"] {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	text-transform: uppercase;
	border: 2px solid var(--primary-color);
	color: var(--title-color);
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.025em;
	outline: none;
	position: relative;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	transform: all 0.3s ease;
}


.neobookings-form__input label:hover .type--type-text,
.neobookings-form__input label .type--type-text:focus,
.neobookings-form__input label:hover input[type="text"],
.neobookings-form__input .label--date:hover i,
.neobookings-form__input .label--date .type--type-text:focus+i {
	opacity: 1;
}


.neobookings-form__input label .type--type-text::-webkit-input-placeholder {
	color: #fff;
}

.neobookings-form__input label .type--type-text:-moz-placeholder {
	color: #fff;
}

.neobookings-form__input label .type--type-text::-moz-placeholder {
	color: #fff;
}

.neobookings-form__input label .type--type-text:-ms-input-placeholder {
	color: #fff;
}


.neobookings-form__input input[type="submit"] {
	border: 2px solid var(--primary-color);
	letter-spacing: 0.025em;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 6px;
}

@media(max-width: 992px) {
	.neobookings-mask {
		width: 100%;
		margin-top: auto;
	}
}

/* ---- Benefits ---- */

.section--section-benefits-container{
	margin-bottom: var(--margin-section);
}

.section--section-benefits-container.gradient-line-top {
	position: relative;
}

.section--section-benefits-container.gradient-line-top::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background-image: linear-gradient(180deg, transparent, var(--grey-soft));
	z-index: 0;
}

.section--section-benefits {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px !important;
	margin-top: 0px;
}

.sec-heading--section-benefits-heading {
	margin-bottom: 20px;
}

.sec-heading--section-benefits-heading .title {
	text-transform: uppercase;
	color: var(--text-color);
	letter-spacing: 0.025em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.533333333333333em;
}

.sec-heading--section-benefits-heading p.title:last-child {
	margin-top: 0;
}

.section-benefits__benefit-list {}

.benefit-list__slider {
	width: 85%;
	margin: 0 7.5%;
	position: relative;
	height: auto;
}

.benefit-list__slider .benefit img {
	margin: 0px auto;
	filter: invert(32%) sepia(3%) saturate(5%) hue-rotate(316deg) brightness(97%) contrast(94%);
	opacity: 0.6;
}

.benefit-list__slider .benefit:hover img {
	opacity: 1;
}

.benefit-list__slider .benefit {
	width: 50%;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	padding: 5px 20px 0;
	display: block;
	text-align: center;
	height: auto;
	overflow: hidden;
}

.benefit-list__slider .benefit>* {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ft-boxed-hover .benefit .ft-icon {
	font-size: 2em;
	color: var(--primary-color);
}

.benefit__title {
	font-weight: 400;
	color: var(--text-color);
	font-size: 0.8666666666666667em;
	line-height: 1.153846153846154em;
	letter-spacing: 0.025em;
}

.benefit__title span {
	display: block;
}

.section--section-benefits .benefit:hover {
	border-color: var(--primary-color);
	border-color: rgba(161, 133, 214, 0.5);
}

.section--section-benefits .benefit:hover>* {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

.benefit-list__slider .slick-prev {
	left: -7.5%;
}

.benefit-list__slider .slick-next {
	right: -7.5%;
}

.benefit-list__slider .slick-track {
	margin-left: auto;
	margin-right: auto;
}


/* ---- Breadcrumb ---- */
.breadcrumb {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	bottom: 0;
	letter-spacing: 0;
	padding-top: 60px;
	font-size: 0.8666666666666667em;
}

.breadcrumb .level {
	display: inline-block;
	vertical-align: middle;
	color: var(--text-color);
}

.breadcrumb .level a {
	text-transform: uppercase;
	color: var(--subtitle-color);
	font-weight: 400;
	text-decoration: underline;
	padding: 5px;
	line-height: 1em;
}

.breadcrumb .level a:link,
.breadcrumb .level a:hover {
	color: var(--subtitle-color);
}

.breadcrumb .current-level span {
	font-weight: 700;
	padding: 5px;
	line-height: 1em;
}


/* ---- Main description ---- */

#about{
	margin-top: 0px;
	margin-bottom: var(--margin-section);
}

.section--description-main {
	/*padding-top: 130px;*/
	padding-top: 45px;
	padding-bottom: 0px;
}


.collapse-group {
	display: flex;
	flex-direction: column;
}

.collapse-group--moreinfo {
	padding-top: 0;
	padding-bottom: 0px;
}

.collapse-group>.content--more-info {
	order: 2;
	height: 200px;
	overflow-y: auto;
	transition: height 1s ease, margin 1.5s ease;
}

.collapse-group>.content--no-show {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 0;
}

.collapse-group .btn-collapse {
	order: 1;
}

.content--more-info {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content--more-info h2 {
	font-size: 1.2em;
	line-height: 1.388888888888889em;
	letter-spacing: 0;
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	color: var(--text-color);
	margin-top: 0px;
}




/* ---- Subsections ---- */
.section--subsection {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: var(--margin-section);
}

.subsection__subsection-introduction {
	margin-bottom: 65px;
}


.subsection__compacted-subsection-introduction {
	margin-bottom: 45px;
}


/* ---- Footer ---- */

:root{
	--form-contact-height-desktop: 369px;
}

.contact-1 .contact-wrapper .contact-info-wrapper {
	padding: 0 15px;
	background-color: transparent;
	top: 50%;
	transform: translateY(-50%);
	min-height: var(--form-contact-height-desktop);
}
.form__submit-container {
	margin-top: 15px;
}

.contact-1 .contact-wrapper .contact-info-wrapper.map-open {
	height: 0;
	max-height: 0;
	overflow: hidden;
}

.contact-info-wrapper form {
	display: block;
	overflow: hidden;
	padding: 25px 103px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}

.form-control {
	border-color: var(--subtitle-color);
	color: #5b5b5f;
	font-size: 0.8em;
	line-height: 1em;
	height: 28px;
	background-color: transparent;
	letter-spacing: 0;
}

.form-control:focus,
.form-control:hover {
	outline: none;
	box-shadow: none;
	border-color: var(--text-color);
}

.form-control::-webkit-input-placeholder {
	color: #5b5b5f;
}

.form-control:-moz-placeholder {
	color: #5b5b5f;
}

.form-control::-moz-placeholder {
	color: #5b5b5f;
}

.form-control:-ms-input-placeholder {
	color: #5b5b5f;
}


.form-group label {
	letter-spacing: 0.05em;
	color: var(--text-color);
	font-weight: 400;
}

.form-group .realperson-challenge {
	display: inline-block;
	padding-top: 5px;
}

.form-group #defaultReal {
	display: inline-block;
	width: 48%;
	margin-right: 30px;
	float: left;
}

.captcha-group {
	margin-bottom: -10px;
}

.realperson-text {
	letter-spacing: 0px;
	font-size: 4px;
	line-height: 2px;
}

.realperson-regen {
	padding-top: 0;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 5px;
}

textarea.form-control {
	height: 122px;
	max-height: 122px;
}


#map-canvas {
	background-image: url(../images/contact-background.jpg);
	background-size: cover;
	background-attachment: fixed;
	min-height: calc(var(--form-contact-height-desktop) + (var(--margin-section) * 2) );
}
.contact-info-wrapper input[type="submit"] {
	min-width: 120px;
}

.show-map {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1.25em;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-top: 25px;
	color: var(--title-color);
}

.show-map:link,
.show-map:visited {
	color: var(--title-color);
}

.show-map:hover {
	color: var(--primary-color);
}

.contact-1 .contact-wrapper .show-info-link a {
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	border-top: none;
}


.contact-1 .contact-wrapper .show-info-link a h6 {
	font-size: 0.6666666666666667em;
	line-height: 1em;
	color: var(--primary-color);
	font-weight: 700;
}

.contact-1 .contact-wrapper .show-info-link a:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	border-top: none;
	color: #fff;
}

.contact-1 .contact-wrapper .show-info-link a:hover h6 {
	color: #fff;
}


.contact-form__container-send,
.show-map-link {
	text-align: center;
}

.contact-form__container-send.pull-right {
	float: none !important;
}

.show-map-link.pull-left {
	float: none !important;
}

@media (max-width: 992px) {

	.form-group #defaultReal {
		float: none;
		margin-right: 0px;
		width: 100%;
	}

}

/* ---- Related ---- */

.p-s-portfolio .section--subsection-related {
	padding-top: 125px;
	margin-top: 95px;
	padding-bottom: 60px;
}

.section--subsection-related .portfolio-item {
	padding-left: 15px;
	padding-right: 15px;
}


/* ---- Datepicker ---- */

.ui-widget-content {
	box-shadow: 0px 1px 6px #BBBBBB;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	text-transform: uppercase;
}

.ui-datepicker table {
	font-size: 14px;
}

.ui-datepicker-calendar thead {
	border-top: 1px solid var(--primary-color);
	font-size: 12px;
}

.ui-datepicker th {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}


/* --------------------------------------------------
	1.0 Home
-------------------------------------------------- */

.section--logo-bg {
	background: transparent url(../images/design/bg_main.png) no-repeat center 15%;
	padding-top: 105px;
}

.svg .section--logo-bg {
	background-image: url(../images/design/bg_main.png);
}

.sec-heading--sec-special-heading {
	margin-bottom: 45px;
}

.sec-heading--sec-special-heading::before {
	content: '';
	display: block;
	overflow: visible;
	margin-bottom: 13px;
	font-family: 'Mr Dafoe', cursive, sans-serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: 400;
	color: var(--subtitle-color);
}


/* ---- Facilities ---- */
.portfolio-columns-fw {
	margin-top: 0;
	padding-top:var(--margin-section) !important;
}

.portfolio-columns-fw .col-xs-6.portfolio-item {
	width: 100%;
}

.portfolio--extra-mb-95 {
	padding-bottom: 65px;
}

/* ROOMS */

.rooms-list{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0px;

}

.rooms-list__room{
	background-color: rgba(0, 0, 255, 0);
	width: 50%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rooms-list__room__text{
	color: white;
	text-align: center;
	position: absolute;
	padding: 15px;

}

.rooms-list__room__title{
	color: white;
	margin-bottom: 15px;
}

.room__description{
	margin-bottom: 15px;
	max-width: 550px;
}

.rooms-list__room img {
	filter: brightness(60%);
	width: 100%;
	height: auto;
	object-position: center;
	transition: 0.5s;
}


.rooms-list__room:hover img{
	filter: brightness(40%);
	transform: scale(1.07);
	transition: 0.5s all ease;
}

@media (max-width: 602px) {

	.rooms-list{
		flex-direction: column;
	}
	.rooms-list__room{
		width: 100%;

	}

	.rooms-list__room img {
		filter: brightness(70%);
	}



}

@media (min-width: 770px){

	.rooms-list{
		margin-bottom: 0px;
	}
}

/* FIN ROOMS */

.portfolio-1col-boxed .portfolio-item,
.portfolio-1col-fw .portfolio-item {
	background-color: var(--grey-soft);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.portfolio-1col-fw .portfolio-item .figcaption {
	padding: 25px 45px 35px;

	-webkit-transition: height 0.3s ease;
	-ms-transform: height 0.3s ease;
	transform: height 0.3s ease;

}

.portfolio-1col-fw .portfolio-item .room__detail::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.portfolio-1col-fw .portfolio-item .room__detail .detail__inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

/* tour virtual */
.home .tour-virtual,
.rooms .tour-virtual,
.default-list .tour-virtual {
	margin-left: 10px;
}

.default-item .tour-virtual {
	min-width: 153px;
	margin-top: 10px;
}

.default-item .collapse-group--moreinfo {
	padding-bottom: 0;
}

.portfolio--galery {
	padding-top: 0;
}

body.default-item>.portfolio--galery {
	padding-top: 120px;
}

/* tour virtual */

/*.portfolio-1col-fw .portfolio-item {
			height: auto;
		}*/

.portfolio-1col-boxed .portfolio-item .img-wrapper,
.portfolio-1col-fw .portfolio-item .img-wrapper {
	position: static;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


.portfolio-1col-boxed .portfolio-item .pull-left,
.portfolio-1col-boxed .portfolio-item .pull-right {
	float: none !important;
}


.portfolio-1col-boxed .portfolio-item .figcaption {
	padding: 25px 45px 35px;
}

/* Relax zones */
.circles-counters {
	background-image: url(../images/default/parallax/parallax_01.jpg);
	padding-top: var(--margin-section) !important;
	padding-bottom: var(--margin-section);
}

.circles-counters .container{
	margin-bottom: 0px;
}

.circles-counters.section {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: var(--margin-section);
}

#counters.slick-slider {
	margin-left: 15px;
	margin-right: 15px;
}

#counters.slick-slider .slick-list {
	padding: 0 30px;
}

.circles-counters:before {
	background-color: var(--dark-deep-low-opacity);
}

.circles-counters .circle-item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.circles-counters .circle-item .circle-text {
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: 10px;
	color: var(--white);
}

.circles-counters .circle-item .chart .circle-icon {
	width: 50%;
	height: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 22%;
	filter: invert(84%) sepia(99%) saturate(0%) hue-rotate(23deg) brightness(107%) contrast(100%);
}

.slick-prev, .slick-next {
	position: absolute;
	top: 50%;

	display: block;

	width: 40px;
	height: 50px;
	padding: 0;
	margin-top: -33px;
	/*-webkit-transform: translate(0, -50%);
			    -ms-transform: translate(0, -50%);
			    transform: translate(0, -50%);*/

	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	color: var(--title-color);
	font-size: 3.333333333333333em;
	line-height: 1em;
	opacity: 0.5;
	text-align: left;
	z-index: 20;

	-webkit-transition: all 0.3s ease;
	-ms-transform: all 0.3s ease;
	transform: all 0.3s ease;

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus:hover,
.slick-next:focus:hover {
	opacity: 1;
}

.slick-prev:focus,
.slick-next:focus {
	opacity: 0.5;
}


.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: .5;
}


.slick-prev {
	left: 0;
	text-align: left;
}

.slick-next {
	right: 0;
	text-align: right;
}



/* Related home sections */
.pfolio-items--related-sections-home {}


.portfolio-masonry-3 figure figcaption,
.portfolio-columns-fw .facility-item figure figcaption,
.portfolio-columns-boxed .portfolio-item figure figcaption {
	background-color: var(--black-low-opacity);
}

.home .portfolio-masonry-3 figure figcaption,
.home .portfolio-columns-fw .facility-item figure figcaption,
.home .portfolio-columns-boxed .portfolio-item figure figcaption,
.default-list .portfolio-masonry-3 figure figcaption,
.default-list .portfolio-columns-fw .facility-item figure figcaption,
.default-list .portfolio-columns-boxed .portfolio-item figure figcaption {
	background-color: var(--black-low-opacity);
	opacity: 1;
	transition: all 0.3s ease;
}

#related-sel figure figcaption {
	background-color: var(--dark-deep-low-opacity);
	opacity: 1;
	transition: all 0.3s ease;
}



.home .portfolio-masonry-3 figure figcaption:hover,
.home .portfolio-columns-fw .facility-item figure figcaption:hover,
.home .portfolio-columns-boxed .portfolio-item figure figcaption:hover,
.default-list .portfolio-masonry-3 figure figcaption:hover,
.default-list .portfolio-columns-fw .facility-item figure figcaption:hover,
.default-list .portfolio-columns-boxed .portfolio-item figure figcaption:hover {
	background-color: var(--black-low-opacity-40);
	transition: 0.5s;
}

.home .portfolio-columns-fw .facility-item figure figcaption{
	background-color: var(--black-low-opacity-40);
}



#related-sel figure figcaption:hover {
	background-color: var(--black-low-opacity);
}

.home #pfolio figcaption h4.title,
.default-list #pfolio figcaption h4.title {
	margin-bottom: 18px;
	color: #FFF;
}

.portfolio-masonry-3 figure figcaption::before,
.portfolio-columns-fw .facility-item figure figcaption::before,
.portfolio-columns-boxed .portfolio-item figure figcaption::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.portfolio-masonry-3 figure figcaption .p-content,
.portfolio-columns-fw .facility-item figure figcaption .p-content,
.portfolio-columns-boxed .portfolio-item figure figcaption .p-content {
	position: static;
	display: inline-block;
	left: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

.portfolio-masonry-3 #related-sel figure figcaption .p-content h4:first-child,
.portfolio-columns-fw #related-sel .facility-item figcaption .p-content h4:first-child,
.portfolio-columns-boxed .portfolio-item figcaption .p-content h4:first-child,
.portfolio-columns-boxed .portfolio-item figcaption .p-content h4 {
	font-size: 1.333333333333333em;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.025em;
	margin-bottom: 7px;
}

.portfolio-masonry-3 figure figcaption .p-content h4:first-child,
.portfolio-columns-fw .facility-item figcaption .p-content h4:first-child,
.portfolio-columns-boxed #related-sel .portfolio-item figcaption .p-content h4:first-child,
.portfolio-columns-boxed #related-sel .portfolio-item figcaption .p-content h4 {
	margin-bottom: 15px;
	color: #FFF;
}

.home .portfolio-masonry-3 figure figcaption .p-content h4:first-child,
.home .portfolio-columns-fw .facility-item figcaption .p-content h4:first-child,
.home .portfolio-columns-boxed .portfolio-item figcaption .p-content h4:first-child,
.home .portfolio-columns-boxed .portfolio-item figcaption .p-content h4 {
	margin-bottom: 18px;
}

.portfolio-columns-boxed #related-sel .portfolio-item figcaption .p-content h4:first-child,
.portfolio-columns-boxed #related-sel .portfolio-item figcaption .p-content h4 {
	margin-bottom: 18px;
}

.portfolio-masonry-3 figure figcaption .p-content .subheading,
.portfolio-columns-fw figure figcaption .p-content .subheading,
.portfolio-columns-boxed figure figcaption .p-content .subheading {
	font-size: 1.066666666666667em;
	line-height: 1.5625em;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 18px;
}

.portfolio-columns-boxed figure figcaption .p-content .subheading.important {
	font-size: 1.066666666666667em !important;
	line-height: 1.5625em !important;
	text-transform: uppercase !important;
	color: var(--white) !important;
	letter-spacing: 0 !important;
	font-weight: 400 !important;
	margin-bottom: 18px !important;
}


/*.portfolio-masonry-3 figure figcaption .open-btn {}*/





/* Promotional video */
.section--promotional-video {
	height: 350px;
	background-image: url(/themes/default/images/default/parallax/parallax_01.jpg);
	background-position: center center;
}

.promotional-video__title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    color: white;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 400;
}

.play-btn {
	padding-top: 5px;
}

.play-btn:hover .play-icon {
	color: var(--primary-color);
}


/* Newsletter Captcha */
#captchaform .result {
	position: relative;
	margin-block: 16px 0;
	font-family: 'Montserrat', arial;
	color: #EB6C73;
	text-align: left;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#captchaform .result p {
	margin: 0;
}

#captchaform .result .fa {
	margin-inline: 0 4px;
}

#captchaform {
	display: none;
}

#captchaform .mfp-close {
	right: 20px;
	top: 20px;
	background: #ffffff;
	opacity: 1;
	color: #0c4362;
	border: 1px solid var(--text-color);
	position: fixed;
}

#captchaform .realperson-text {
	color: #0c4362;
	display: inline-block;
	margin: 0 15px 0 0;
	font-family: "Courier New", monospace;
	font-size: 6px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 3px;
}

#captchaform .realperson-regen {
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 5px;
	color: #000;
}

#captchaPopupForm .form-group .realperson-challenge {
	margin: 0 0 12px;
}

#captchaform #defaultRealCaptcha {
	border: 1px solid #0c4362 !important;
	border-radius: 0;
	font-family: 'Montserrat', arial;
	font-size: 17px;
	color: rgb(102, 102, 102);
	font-weight: 400;
}

#captchaform .newscheckbox-message {
	font-family: 'Montserrat', arial;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#captchaform input[type="checkbox"] {
	margin: 4px 5px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	display: inline-block;
	width: auto;
}

#captchaform #sendNewsletter {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: #ffffff;
	padding: 5px 15px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin-top: 24px;
}

#captchaform #sendNewsletter:hover {
	background-color: var(--primary-color);
	color: #ffffff;
	border: 1px solid var(--primary-color);
}

#captchaPopupForm {
	background: #fff;
	padding: 28px;
	width: 370px;
	margin: 0 auto;
	border: 1px solid #0c4362;
}

/* End Newsletter captcha */


/* Newsletter */
.cta-newsletter {}

.cta-newsletter .bg-overlay {
	background-color: var(--grey-soft);
}

.cta-newsletter .cta-wrapper {
	padding-top: var(--margin-section);
	padding-bottom: var(--margin-section);
}

.cta-newsletter .cta-wrapper .btn-ghost__btn-ghost-purple{
	margin-bottom: 0px;
}


.cta-newsletter__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.19047619047619em;
	color: var(--text-color);
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.cta-newsletter .cta-wrapper input[type="text"] {
	display: block;
	margin-inline: 0;
	padding-block: 10px;
	background: 0 0;
	border: none;
	font-weight: 400;
	text-align: center;
	-webkit-transition: border-color .4s;
	transition: border-color .4s;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4em;
	line-height: 1.19047619047619em;
	color: var(--text-color);
	border-bottom: 1px solid var(--subtitle-color);
	width: auto;
	/* margin-bottom: 35px; */
}
.cta-newsletter .cta-wrapper input[type="text"]:focus {
	outline: none;
	border-color: var(--text-color);
}


.cta-newsletter .cta-wrapper input[type="email"] {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.19047619047619em;
	color: var(--text-color);
	border-bottom: 1px solid var(--subtitle-color);
	width: 400px;
	margin-bottom: 0;
	padding-block: 10px;
}

.cta-newsletter .cta-wrapper input[type="email"]:focus {
	outline: none;
	border-color: var(--text-color);
}

.cta-newsletter .cta-wrapper ::-webkit-input-placeholder {
	letter-spacing: 0.05em;
	color: var(--dark-deep-low-opacity);
}

.cta-newsletter .cta-wrapper :-moz-placeholder {
	letter-spacing: 0.05em;
	color: var(--dark-deep-low-opacity);
}

.cta-newsletter .cta-wrapper ::-moz-placeholder {
	letter-spacing: 0.05em;
	color: var(--dark-deep-low-opacity);
}

.cta-newsletter .cta-wrapper :-ms-input-placeholder {
	letter-spacing: 0.05em;
	color: var(--dark-deep-low-opacity);
}

.cta-newsletter .input-row {
	width: fit-content;
	margin-inline: auto;
}
.cta-newsletter .input-row + .input-row {
	margin-top: 35px;
}
.cta-newsletter .input-row .error-input:not(:empty) {
	display: block;
	font-size: 0.8em;
	padding-top: 4px;
	line-height: 1.25em;
	color: red;
}

#newsletter-form span {
	display: block;
	margin-block: calc(20px + var(--margin-btn)) 20px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: var(--text-color);
	letter-spacing: 0.2em;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 400;
}

.message-news {
	margin: 20px;
}

.message-news:not(:empty) {
	padding-block: 8px;
	max-width: fit-content;
	margin-inline: auto;
}

.message-news i {
	padding: 10px;
}

/* Contact */
.section--subsection-contact {
	padding-top: var(--margin-section);
	padding-bottom: 0px;
	background-color: var(--grey-soft);
}


/* Footer */
.footer {}

.footer__contact-container {
	padding-top: var(--margin-section);
	padding-bottom: var(--margin-section);
}

.footer address {
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer address ul li .adr-icon {
	line-height: 1em;
	color: var(--title-color);
	padding-right: 15px;
}

.footer address ul li .adr-icon,
.footer address ul li .adr-group {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.footer address ul li .adr-group .adr-heading {
	color: var(--title-color);
	font-size: 0.9333333333333333em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-bottom: 3px;
}

.footer address ul li .adr-group .adr-info {
	color: var(--subtitle-color);
	font-size: 0.8666666666666667em;
	line-height: 1.538461538461538em;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0;
}


.footer-social-links ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer-social-links ul li {
	border: 0;
	font-size: 3.333333333333333em;
	margin-right: 0;
	padding-right: 15px;
	vertical-align: middle;
}

.footer-social-links ul li a {
	color: var(--subtitle-color);
}

.footer-social-links ul li a:hover {
	color: var(--text-color);
}

/* KIT DIGITAL */
.logo-kitdigital {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.logo-kitdigital__images {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	height: 100px;

}

.logo-kitdigital__images img {
	max-width: 177px;
	height: auto;
}

.logo-kitdigital__images__unioneuropea {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 57px;
}

.logo-kitdigital__images__logorecuperacion  {
	margin-left: 18px;
}


/* Ajuste en el contenedor del kit digital */
@media only screen and (max-width: 768px) {
	.logo-kitdigital__images {
		max-width: 100%;
		margin: 0 auto; /* Centra el contenido y elimina márgenes laterales */
		padding: 0 1rem;
		box-sizing: border-box;
	}

	.logo-kitdigital__images img {
		width: 100%; /* Forzamos que las imágenes no excedan el ancho del contenedor */
		max-width: 100%; /* Evitamos desbordamientos */
		height: auto; /* Ajustamos la altura automáticamente */
	}

	.logo-kitdigital__images__unioneuropea,
	.logo-kitdigital__images__logorecuperacion {
		margin: 0 0.5rem;
	}


}

/* Para ajustar el espacio y evitar que el kit digital quede cubierto */
@media only screen and (max-width: 959px) {
	.logo-kitdigital {
		margin-right: 0 !important;
	}
}
/* END KIT DIGITAL */

.copyright {
	background-color: #111111;
	padding-top: calc(var(--margin-section) / 2);
	padding-bottom: calc(var(--margin-section) / 2);
}

.copyright small {
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.833333333333333em;
	color: var(--white);
	letter-spacing: 0;
	text-transform: none;
}

.copyright small a,
.copyright small a:link {
	color: var(--white);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.7;
}


.copyright small a:hover {
	opacity: 1;
}

.copyright small .neobookings-logo {
	display: inline-block;
	vertical-align: text-bottom;
	width: 78px;
	height: 12px;
	background: url(../images/design/logoneo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 6px;
	opacity: 1 !important;
}

.copyright .to-the-top {
	text-transform: uppercase;
}

.copyright .to-the-top>i {
	margin-top: 2px;
}


/****** MENU HAMBURGESA **********/
:root {
	--hamburger-width: 400px;
	--hamburger-right-out-of-screen: -400px;
	--hamburger-white: #fff;
	--hamburger-mobile-width: 100vw;
}
.d-none {
	display: none !important;
}
#menu-hamburger {
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1090;
	background-color: var(--hamburger-white);
	width: var(--hamburger-width);
	transition: all 0.4s;
}
#menu-hamburger.out-of-screen {
	right: var(--hamburger-right-out-of-screen);
}
.menu-hamburger__close {
	padding: 15px 35px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 22px;
}
.menu-hamburger__close span {
	cursor: pointer;
}
.menu-hamburger__container {
	height: calc(100vh - 55px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.menu-hamburger__logo img {
	max-width: 100%;
	display: flex;
	/*padding: 30px 120px 30px 120px;*/
}
.menu-hamburger__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	list-style: none;
	padding: 0px;
}
.menu-hamburger__item a {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--title-color);
	position: relative;
	padding: 20px 7px;
	display: flex;
}
.menu-hamburger__item a::after {
	content: "";
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 30px);
	background-color: transparent;
	transition: all 0.4s;

}
.menu-hamburger__item:hover a {
	color: var(--primary-color);
}
.menu-hamburger__item:hover a::after {
	background-color: var(--primary-color);

}
.menu-hamburger__item a:hover,
.menu-hamburger__item a:active,
.menu-hamburger__item a:visited,
.menu-hamburger__item a:focus {
	text-decoration: none;
}
.menu-hamburger__background {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
}

@media (max-width: 767px) {
	#menu-hamburger {
		width: var(--hamburger-mobile-width);
	}
    #menu-hamburger.out-of-screen {
        right: -100%;
    }
}

/****** FIN MENU HAMBURGESA **********/

/* MODAL */
:root {
    --modal-main-color: #4a4848;
    --modal-complement-color: #a7a7a7;
    --modal-font-family: Ubuntu,sans-serif;
    --white-color: #ffffff;
    --modal-font-title:  Montserrat,sans-serif;
}

.mfp-bg.custom-mfp {
    opacity: 1;
    background-color: rgba(21, 21, 24, 0.45);
    z-index: 16000;
}

.mfp-wrap {
    z-index: 99999;
}
.nb-modal {
    background-color: var(--white-color);
    width: 600px;
    height: auto;
    background-blend-mode: luminosity;
    background-size: cover;
    color: var(--modal-complement-color);
    text-align: justify;
    padding: 50px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
    z-index: 1600;
    margin: 0 auto;
    position: relative;
}
.nb-modal .mfp-close,
.nb-modal .mfp-arrow {
    color: #ffffff;
    background-color: var(--primary-color);
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 32px;
    padding-left: 2px;
}
.nb-modal .mfp-arrow:hover,
.nb-modal .mfp-close:hover{
    background-color: var(--modal-main-color);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.nb-modal .mfp-close {
    right: 0;
}
.nb-modal-image {}
.nb-modal-main {
    position: relative;
    width: 100%;
}
.nb-modal-content {}
.nb-modal__logo {
    padding: 0;
    margin: 0 0 10px 0!important;
    display: inline-block;
    position: static;
}
.nb-modal__logo img {
    max-width: 180px;
    height: auto;
}
.nb-modal__title {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-family: Montserrat,sans-serif;
    font-family: var(--modal-font-title);
    font-weight: 700;
    line-height: 30px;
    color: #4a4848;
    color: var(--modal-main-color);
    text-align: center;
    word-break: break-word;
}
.nb-modal__subtitle {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-family: Ubuntu,sans-serif;
    font-family: var(--modal-font-family);
    line-height: 30px;
    color: #727176;
    color: var(--modal-complement-color);
    text-align: center;
    word-break: break-word;
    font-weight: 500;
}
.nb-modal__description {
    word-break: break-word;
    text-align: inherit;
}
.nb-modal__description > * {
    font-family: Ubuntu, sans-serif;
    font-family: var(--modal-font-family);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #4a4848;
    color: var(--modal-main-color);
    margin-bottom: 10px;
}
.nb-modal__description p {
    background-color: transparent;
    overflow: visible;
    padding: 0;
    max-height: none;
    color: #4a4848;
    color: var(--modal-main-color);
    margin-bottom: 10px;
}
.nb-modal__description ul {
    padding-left: 17px;
    list-style: disc;
}
.nb-modal__description li {
    margin-top: 10px;
}
.nb-modal__description li:first-child {
    margin-top: 0;
}
.nb-modal__description a {
    color: var(--modal-main-color);
    text-decoration: underline;
    border-bottom: 0 none;
}
.nb-modal__description a:hover,
.nb-modal__description a:visited,
.nb-modal__description a:focus {
    color: var(--modal-main-color);
    border-bottom: 0 none;
}

.nb-modal__moreinfo a,
.nb-modal__moreinfo a:visited {
    text-transform: uppercase;
    color: #0093DC;
    color: var(--primary-color);
    padding: 0 35px;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    display: inline-block;
    line-height: 50px;
    border: 2px solid #0093DC;
    border: 2px solid var(--primary-color);
    font-family: "Montserrat", sans-serif;
    font-family: var(--modal-font-title);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    transition: all 0.5s ease;
}
.nb-modal__moreinfo a:hover,
.nb-modal__moreinfo a:visited:hover{
    color: var(--white-color);
    background-color: var(--primary-color);
    border-width: 2px;
    border-color: var(--primary-color);
}

.nb-modal--with-image {
    padding: 0;
    display: flex;
    align-items: stretch;
    width: 800px;
}
.nb-modal-image {
    flex: 0 auto;
    width: 40%;
    position: relative;
}
.nb-modal-image__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nb-modal--with-image  .nb-modal-main {
    padding: 40px 30px;
    flex: 0 auto;
    width: 60%;
}

@media all and (max-width: 1200px) {
    .nb-modal {
        width: 70%;
    }
}
@media all and (max-width: 992px) {
    .nb-modal {
        width: 75%;
    }
}
@media all and (max-width: 767px) {
    .nb-modal {
        width: 95%;
        padding: 15px;
    }
    .nb-modal-main {
        height: auto;
        max-height: 80vh;
        overflow-y: auto;
    }
    .nb-modal-main::-webkit-scrollbar {
        width: 6px;
        border-radius: 5px;
        background-color: #F5F5F5;
    }
    .nb-modal-main::-webkit-scrollbar-thumb {
        background-color: #868686;
        border-radius: 5px;
    }
    .nb-modal-main::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .nb-modal-content {
        padding: 15px;
    }

    .nb-modal--with-image {
        padding: 0;
    }

    .nb-modal-image {
        display: none;
    }

    .nb-modal--with-image  .nb-modal-main {
        width: 100%;
        padding: 30px;
    }
    .nb-modal--with-image  .nb-modal-content {
        padding: 0;
    }
}

/**
* Fade-zoom animation for first dialog
*/
.mfp-bg,.mfp-container,.mfp-wrap{height:100% !important;width:100%}
.mfp-bg, .mfp-wrap {
    position: fixed !important;
    left: 0;
    top: 0;
}
.mfp-container {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: opacity 0.3s ease-out; -moz-transition: opacity 0.3s ease-out; -o-transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nb-modal {
        color: #51504D;
    }

    .nb-modal--with-image .nb-modal-main{
        background-color: white;
    }

    .nb-modal .mfp-close,
    .nb-modal .mfp-arrow {
        background-color: rgba(93, 98, 55, .9);
    }

    .nb-modal .mfp-arrow:hover,
    .nb-modal .mfp-close:hover{
        background-color: #51504D;
    }

    .nb-modal__title {
        color: rgba(93, 98, 55, .9);
    }

    .nb-modal__description > * {
        font-family: 'Muli-Regular';
    }

    .nb-modal__moreinfo a:hover,
    .nb-modal__moreinfo a:visited:hover{
        background-color: rgba(93, 98, 55, .9);
        font-family: 'Muli-Regular';
    }

    .nb-modal__description a {
        color: rgba(93, 98, 55, .9);
    }
    .nb-modal__description a:hover {
        color: rgba(93, 98, 55, .9);
    }

    .nb-modal__moreinfo a,
    .nb-modal__moreinfo a:visited {
        color: #51504D;
    }

}


/* home - facilities image carousel */
.facilities-image {}
.facilities-image__item {}
.facilities-image__item img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.facilities-image-carousel {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.facilities-image-carousel .slick-arrow {
    color: #ffffff;
    opacity: 0.8;
}
.facilities-image-carousel .slick-prev {
    left: 30px;
}
.facilities-image-carousel .slick-next {
    right: 30px;
}

@media (max-width: 767px) {
    .facilities-image__item img {
        aspect-ratio: 16 / 9;
    }
}
/* end home - facilities image carousel */

/* SOBREESCRITURA DE BENEFITS */
/* Eliminamos el efecto Hover */

.portfolio-item--no-effect img {
	transform: none  !important;
}

/* FIN SOBREESCRITURA DE BENEFITS */


.facility-item.big-image figure{
	max-height: 550px !important;
}

.ft-layout-50 .ft-item .ft-img-wrapper {
	height: auto;
}


/* zig zag special list */

.section--subsection-clubbing-list .clubbing-list__item{
	display: flex;
	flex-direction: row;
}
.section--subsection-clubbing-list .clubbing-list__item:nth-child(2n){
	flex-direction: row-reverse;
}

@media(max-width: 992px){
	.section--subsection-clubbing-list .clubbing-list__item{
		flex-direction: column;
		gap: 24px;
	}
	.section--subsection-clubbing-list .clubbing-list__item:nth-child(2n){
		flex-direction: column;
	}

	.ft-layout-50 .ft-item .ft-content-wrapper{
		height: auto;
		padding: 24px;
	}

	
}