/*************************************



1. MAIN STYLE



 ************************************/

 @font-face {
	font-family: 'Lato-Bold';
	src: url(../fonts/lato/Lato-Bold.ttf);
}


/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

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

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.no-padding-right {
	padding-right: 0 !important;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {}

.alignright {
	display: block;
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 16px auto;
}

.padding-100-160 {
	padding: 100px 0 160px;
}

.padding-100-60 {
	padding: 100px 0 60px;
}

.padding-100-25 {
	padding: 100px 0 25px;
}

.padding-65-65 {
	padding: 65px 0 65px;
}

.padding-65-35 {
	padding: 65px 0 35px;
}

.padding-top-65 {
	padding: 65px 0 0;
}

.padding-bottom-65 {
	padding: 0 0 65px;
}

.padding-bottom-45 {
	padding: 0 0 45px;
}

.padding-25-25 {
	padding: 25px 0 25px;
}

.padding-top-25 {
	padding: 25px 0 0;
}

.padding-bottom-25 {
	padding: 0 0 25px;
}

.padding-top-5 {
	padding: 5px 0 0;
}

.separador-bottom {
	margin-bottom: 100px;
}

.separador-bottom-75 {
	margin-bottom: 75px;
}

.separador-bottom-50 {
	margin-bottom: 50px;
}

.separador-bottom-25 {
	margin-bottom: 25px;
}

.separador-bottom-15 {
	margin-bottom: 15px;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}

pre,
code {
	background: #f0f0f0;
	color: #999;
	font-family: "Courier New", Courier, monospace;
	padding: 10;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	font-family: 'lato-regular' !important;
	background: #ffffff;
	color: #252525;
	font-size: 16px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #252525;
	font-weight: 700;
	line-height: 1.4em;
}

h1 {
	font-size: 54px;
	line-height: 1.2em;
}

h2 {
	font-size: 48px;
	line-height: 1.2em;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}

p a {
	color: #06dfc8;
	border-bottom: 1px solid #06dfc8;
}

p a:hover {
	color: #f49207;
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.none {
	display: none;
}

blockquote {
	font-size: 2.5rem;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	color: #252525;
	position: relative;
	border: none;
	margin: 42px 0;
	padding: 0 32px;
}

blockquote:before {
	display: block;
	font-family: "FontAwesome";
	content: "\f10d";
	line-height: 1;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0px;
}

blockquote cite,
.wp-caption-text {
	color: #999999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
	margin-top: 24px;
	text-transform: none;
	font-style: italic;
}

.wp-caption {
	margin-bottom: 24px;
}

p,
ul,
ol,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-bottom: 24px;
}

div p:last-of-type {
	margin-bottom: 0;
}

.padding-tb54 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.padding-tb32 {
	padding-top: 32px;
	padding-bottom: 32px;
}

.padding-tb24 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.padding-t24b50 {
	padding-top: 24px;
	padding-bottom: 50px;
}

.padding-lr1830 {
	padding-left: 18px !important;
	padding-right: 30px !important;
}

.margin-tb54 {
	margin: 54px 0;
}

.margin-t54 {
	margin-top: 54px;
}

.margin-t36 {
	margin-top: 36px;
}

.margin-t32 {
	margin-top: 32px;
}

.margin-t24 {
	margin-top: 24px;
}

.margin-b54 {
	margin-bottom: 54px !important;
}

.margin-b36 {
	margin-bottom: 36px;
}

.margin-b32 {
	margin-bottom: 32px;
}

.margin-b24 {
	margin-bottom: 24px;
}

.margin-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.color-gray {
	color: #99999a;
}


/* definition lists */

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}


/* tables */

table {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	width: 100%;
	text-align: center;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table th,
table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}

a,
.menu-post .menu-grid-img:after,
.gallery-post .gallery-bkg:after,
.gallery-post .gallery-mglass,
#submit,
.wpcf7-submit,
.menu-title-section,
.grid-overlay,
.home-featured-img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.languages {
	position: relative;
	top: 0;
	right: 0;
	z-index: 1032;
	height: 30px;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Montserrat, serif;
	font-weight: 600;
	font-size: 11px;
}

.languages .iconlang {
	font-size: 41px;
	margin: 0;
	line-height: 60px;
	display: inline-block;
	vertical-align: top
}

.languages .iconlang:before {
	font-size: 41px
}

.languages .textlang {
	font-size: 17px;
	margin: 0;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

.languages .languages__current-lang {
	text-transform: uppercase!important;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: auto;
	background: #ebebeb;
	border-radius: 0;
	padding: 0 0 0 10px;
}

.languages .languages__current-lang.es {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 5px 0 0 5px;
}

.languages .languages__current-lang.en {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 5px 0 0 5px;
}

.languages .languages__current-lang.it {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 5px 0 0 5px;
}

.languages .languages__current-lang.fr {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 5px 0 0 5px;
}

.languages .languages__current-lang.de {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 5px 0 0 5px;
}

#header-3.sticky .languages .languages__current-lang {
	background: transparent;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 3px 0 0 5px;
}

.languages .languages__current-lang::after {
	display: none;
}

.languages .languages__current-lang:hover {
	color: #43b0cd
}

.languages .upper-nav__languages>a>i {
	margin: 0 6px;
	vertical-align: top;
	display: inline-block;
	line-height: 25px;
	font-size: 21px;
}

.languages .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	left: inherit;
	z-index: 1000;
	min-width: unset;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	text-align: center;
	background-color: #ebebeb;
	border: 0 solid;
	border-radius: 0;
	text-transform: uppercase;
	width: auto;
}

.languages .dropdown-menu>.active>a,
.languages .dropdown-menu>.active>a:focus,
.languages .dropdown-menu>.active>a:hover {
	background-color: #ebebeb;
	border-radius: 0;
}

.languages .dropdown-menu>.active>a {
	color: #43b0cd!important;
	font-size: 13px;
	line-height: normal;
	padding: 10px 10px;
	height: auto;
	width: auto;
	display: block;
}

.languages .dropdown-menu li a {
	color: #43b0cd!important;
	font-size: 13px;
	line-height: normal;
	padding: 10px 10px;
	height: auto;
	width: auto;
	display: block;
}


/*************************************



2. HEADER



************************************/

.navbar {
	text-align: left;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	min-height: 0;
	display: flex;
	padding: 0 15px !important;
	height: 150px;
}

.logo-txt {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
}

.logo-txt a:hover {
	text-decoration: none;
}

.nav-holder {
	text-align: center;
}

.menu-nav {
	margin: 0;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 0;
	text-align: center;
	border-top: 0px solid #fff;
	padding: 0;
	width: auto;
	display: block;
}

#header-3.sticky .menu-nav {
	padding: 5px 0 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s;
	vertical-align: top;
}

#header-3.sticky .menu-nav li {
	font-size: 12px;
}

.telfheader {
	font-weight: 500;
	text-align: center;
}

.telfheader i {
	border: 2px solid #282625;
	border-radius: 100%;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	margin: 0 10px 0 0;
}

.langmenu ul.languages:hover {
	background: #06dfc8;
}

.menu-nav li:hover>ul.languages {
	display: block;
	padding: 0 0 0 15px;
}

.menu-nav li>ul.languages li.dropdown {
	background: transparent;
	margin: 0 !important;
	width: inherit !important;
}

.menu-nav li:hover>ul.languages li.dropdown {
	background: transparent;
}

.menu-nav li:hover>ul.languages .dropdown-menu {
	display: none;
}

.menu-nav li:hover>ul.languages .dropdown-menu.show {
	display: block;
	padding: 0;
}

.languages .dropdown-menu.show {
	transform: none;
}

.menu-nav li:hover>ul.languages:before {
	display: none;
}

.menu-nav li:hover>ul.languages .dropdown-menu.show:before {
	display: none;
}

.langmenu {
	width: auto !important;
}

.langmenu ul.languages {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	transform: none;
	border-left: 1px solid #fff;
	padding: 0 0 0 15px;
}

.menu-nav li:first-child {
	margin-left: 0px;
}

.menu-nav li a {
	color: #282625;
	padding: 7px 10px 7px 10px;
	display: block;
	border-bottom: 0px solid rgba(241, 158, 9, 0);
}

.menu-nav li a:hover,
.menu-nav li a:focus {
	background: none;
	text-decoration: none;
}

.menu-nav>li:hover>a,
.menu-nav li.current-menu-item>a {
	color: #06dfc8;
	/*border-bottom: 0px solid #f19e09;*/
}

.sticky .menu-nav>li:hover>a,
.sticky .menu-nav li.current-menu-item>a {
	color: #fff;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: none !important;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 540px;
	position: absolute;
	top: 35px;
	left: 50%;
	text-align: center;
	background: transparent;
	z-index: 5;
	transform: translateX(-50%);
}

.menu-nav ul.sub-menu .sub-menu-wrap {
	background: #06dfc8;
	column-count: 2;
	padding: 20px;
	column-gap: 40px;
}

.menu-nav ul.sub-menu .menu-item>a:hover {
	color: #282625;
}

.sticky .menu-nav ul.sub-menu {
	top: 30px;
}

.menu-nav ul.sub-menu .menu-item {
	text-align: left;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
	background: #06dfc8;
}

#header-1.active .menu-nav ul li {
	font-size: 11px;
	line-height: 1.5;
}

.menu-nav ul li>a {
	display: block;
	padding: 8px 16px;
	color: #fff;
}

.menu-nav ul>li:first-child>a {
	padding-top: 16px;
}

.menu-nav ul>li:last-child>a {
	border: none;
	padding-bottom: 16px;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.menu-nav li .sub-menu:hover,
.menu-nav li:hover>ul {
	display: block;
	padding: 15px 0 0 0;
}

.menu-nav li:hover>ul:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 0 solid #06dfc8;
	border-right: 1.3em solid transparent;
	border-bottom: 1.3em solid #06dfc8;
	border-left: 1.3em solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}

.navbar li ul ul {
	left: 100%;
	top: 0px;
	padding: 0;
}

.navbar-toggle {
	float: none;
	margin: 0;
	padding: 8px 0 0 0;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #252525;
}

.category-hotels {}

.category-hotels ul {
	list-style: none;
	margin: 0;
	margin-top: 0;
}

.category-hotels ul li {
	margin: 0 0 7px 45px;
}

.category-hotels ul a {
	color: #282625;
}

.category-hotels ul a i {
	margin: 0 5px 0 0;
}

.category-hotels ul a span {
	color: #282625;
	font-weight: 500;
	font-size: 16px;
}

#header-3.sticky .category-hotels ul li {
	margin: 0 0 0 45px;
}

#header-3.sticky .category-hotels ul a i {
	margin: 0 5px 0 0;
	font-size: 22px;
}

#header-3.sticky .category-hotels ul a span {
	color: #282625;
	font-weight: 500;
	font-size: 0px;
	display: none
}

.search-social {
	text-align: right;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	transition: all 0.3s;
}

#header-3.sticky .search-social {
	text-align: right;
	position: fixed;
	top: 100px;
	right: 0;
	width: 60px;
}

.search-social ul {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 0;
}

.search-social ul li {
	margin: 10px !important;
	width: 50px !important;
	text-align: center;
}

.search-social .btn-secondary {
	color: #06dfc8;
	background-color: #ebebeb;
	border-color: #ebebeb;
	border-radius: 0;
	padding: 0 10px;
	font-weight: 500;
	font-size: 18px;
}

.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 16px;
}

.get-social {
	margin-top: 0;
}

.search-social ul li,
.footer-social li {
	display: inline-block;
	font-size: 26px;
	margin-left: 0px;
}

.search-social ul li a,
.footer-social li a {
	border: 0 solid #4d4d4d;
	color: #4d4d4f;
	border-radius: 50%;
	width: 45px;
	height: 36px;
	text-align: left;
	line-height: 39px;
	display: inline-block;
}

.search-social ul li a {
	width: auto;
	font-size: 21px;
	font-family: Montserrat, arial;
	letter-spacing: 2px;
}

.search-social ul li a i {
	font-size: 27px;
	margin: 0px 10px 0 0;
	position: relative;
	top: 3px;
	text-shadow: 1px 1px 6px #fff;
}

.search-social ul li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

.booking-mask.active .benefits {
	display: none;
}

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

.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: 95px;
	overflow: hidden
}

.benefit-list__slider .benefit>* {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.benefit-list__slider .benefit {
	position: relative
}

.ft-boxed-hover .benefit .ft-icon {
	font-size: 2em;
	color: rgba(255, 255, 255, 05)
}

.section--section-benefits .benefit:hover {
	background: rgba(255, 255, 255, .15)
}

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

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

.section--section-benefits:not(.section--section-benefits-modal) {
	bottom: 0;
	position: absolute;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.section--section-benefits .section-benefits__benefit-list .benefit-list__slider {
	padding: 0;
}

.ft-boxed-hover .benefit .ft-icon {
	font-size: 70px
}


#benefits.openmodal {
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

#benefits a.popup-with-zoom-anim.trigger.popupmask {
	background-color: rgba(0, 0, 0, 0)
}

#benefits .content-inner-benefit.translate-xy {
	min-width: 120px;
	white-space: nowrap;
}

#benefits.openmodal .box-perenne .link-modal i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s
}

#benefits .benefits-items {
	width: 0;
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

#benefits.openmodal .benefits-items {
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

#benefits .benefit-list__slider {
	width: 100%;
	margin: 0;
	position: relative;
	height: auto;
}

#benefits .container {
	width: 100%;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.section--section-benefits:not(.section--section-benefits-modal) {
	margin-top: 0px
}

.section--section-benefits {
	padding-top: 0;
	padding-bottom: 0
}

.section-benefits__benefit-list {
	background: 0 0;
	background-blend-mode: multiply;
	text-align: left
}

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

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

.benefit-list__slider .benefit>* {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

a.popup-with-zoom-anim.trigger.popupmask {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4)
}

.small-dialog {
	padding: 0;
	text-align: left;
	max-width: 808px;
	margin: 0 auto;
	background-color: #e6e4e1;
	position: relative
}

.ft-boxed-hover .benefit .ft-icon {
	font-size: 28px;
	color: #fff;
	display: inline-block;
	height: auto;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ft-boxed-hover .benefit .ft-icon:before {
	font-size: 28px;
	line-height: 28px;
	display: block;
	color: #fff;
	margin: 0
}



.section--section-benefits .benefit:hover {
	background: rgba(255, 255, 255, .15)
}

.benefit-list__slider .slick-prev {
	left: 0
}

.benefit-list__slider .slick-next {
	right: 0
}

#somedialog .benefit-popup-head {
	background: rgba(78, 83, 89, .6);
	color: #fff;
	margin: 0;
	padding: 13px;
	font-family: CormorantGaramond, sans-serif;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center
}

#somedialog .btn-close-dialog {
	font-family: CormorantGaramond, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(78, 83, 89, .6);
	background: #2a2626;
	border: 0;
	padding: 0;
	width: 145px;
	height: 38px;
	display: block;
	margin: 15px auto 0;
	font-weight: 900
}

#somedialog #benefits_rd.section--section-benefits {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	background: 0 0;
	padding: 0
}

#somedialog .section-benefits__benefit-list {
	padding: 0
}

#somedialog .desc {
	text-align: center;
	padding: 0 10px;
	color: #636363;
	font-family: CormorantGaramond, sans-serif
}

#somedialog .desc h3 {
	background: 0 0;
	color: rgba(78, 83, 89, .6);
	margin: 15px 0 0 0;
	font-family: CormorantGaramond, sans-serif;
	letter-spacing: 0;
	font-size: 16px;
	text-align: center;
	padding: 13px 13px 30px;
	text-transform: none;
	font-weight: 600;
	position: relative
}

#somedialog .desc h3:before {
	content: '';
	display: block;
	background: rgba(78, 83, 89, .6);
	width: 130px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

#somedialog .benefit div.desc p {
	margin: 25px 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}

#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd .benefit {
	background-color: transparent;
	border: 0;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	position: relative;
	float: none;
	font-size: 70px;
	vertical-align: middle;
	width: 85%!important;
	margin: 10px 3px;
	height: auto;
	padding: 10px 10px;
	color: rgba(191, 184, 0, 1)
}

#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd .benefit:nth-child(3):after,
#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd .benefit:nth-child(5):after {
	background: 0 0
}

#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd .benefit .icon-inner {
	font-size: 45px;
	color: rgba(78, 83, 89, .6);
	margin: 10px 3px;
	padding: 0;
	display: block
}

#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd .benefit .icon-inner:before {
	font-size: 45px;
	color: rgba(78, 83, 89, .6);
	margin: 0
}

#somedialog #benefits_rd.section--section-benefits .benefit-list__slider_rd {
	text-align: center
}

#somedialog #benefits_rd.section--section-benefits .benefit__title {
	font-weight: 400;
	color: rgba(191, 184, 0, 1);
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none;
	font-family: Montserrat, sans-serif;
	margin: 0;
	text-align: center;
	position: relative;
	top: 0;
	transform: inherit;
	padding-top: 15px
}

#somedialog #benefits_rd.section--section-benefits .benefit__title span {
	display: block;
	font-family: CormorantGaramond, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #636363
}

#somedialog .benefit__title small {
	color: #636363;
	font-size: 17px!important
}

#small-dialog button.mfp-close {
	background-color: #000!important;
	color: #fff!important;
	top: 0!important;
	font-style: normal;
	font-size: 30px;
	font-family: initial;
	font-weight: lighter
}

#small-dialog .logo-dialog {
	display: block;
	text-align: center;
	max-width: 260px;
	height: auto;
	margin: 20px auto
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

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

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}


/* ---- MASK DESKTOP ---- */

.booking-form-wrapper .benefits {
	position: absolute;
	top: 0;
	color: #fff;
	width: calc(90% - 60px);
	font-family: Montserrat, arial;
	font-size: 18px;
	font-weight: 500;
}

.booking-form-wrapper .benefits .item-benefit {
	padding: 0 25px;
}

.booking-form-wrapper .benefits .item-benefit i {
	padding: 0 15px;
	font-size: 25px;
}

.booking-form-wrapper .tipo-servicio select {
	border: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	font-family: Montserrat, arial;
	font-weight: 500;
	color: #282625;
	font-size: 17px;
	text-transform: uppercase;
}


/* ----------------------------------------------- */
.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}


.popover.left {
	margin-left: -10px
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: inherit;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: inherit;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popoversticky-content,
.popover-content {
	padding: 0;
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}


.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}


.popover.bs-popover-top>.arrow {
	bottom: -20px;
}







#fancyTabWidget {
	position: relative;
}

#fancyTabWidget .fancyTabContent {
	border-color: transparent;
	box-shadow: none;
	padding: 30px 15px 15px;
	position: relative;
	background-color: #fff;
}

#fancyTabWidget .fancyTabContent .scroll150 {
	max-height: 150px;
	overflow: auto;
}

#fancyTabWidget .fancyTabContent .title-hoteles-bk {
	color: #06dfc8;
	font-size: 15px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 15px;
	font-weight: 500;
}

#fancyTabWidget .fancyTabContent a {
	font-size: 13px;
	display: block;
	line-height: 23px;
	font-family: 'Montserrat', arial, serif;
	cursor: pointer;
}

#fancyTabWidget .fancyTabContent a:hover {
	color: #f19e09;
}

#fancyTabWidget .fancyTabContent .popoversticky-val {
	display: block;
}

#fancyTabWidget .fancyTabs {
	margin: 0;
	border: 0 solid;
}

#fancyTabWidget .fancyTabs li {
	width: calc(100% / 2);
	top: 0;
	padding: 0;
}

#fancyTabWidget .fancyTab a.active {
	background: #fff;
	box-shadow: none;
}

#fancyTabWidget .fancyTab {
	text-align: center;
	padding: 15px 0;
	background-color: #eee;
	box-shadow: none;
	top: 15px;
	transition: top .2s;
}

#fancyTabWidget .fancyTab a.active .fa {
	color: #06dfc8;
}

#fancyTabWidget .fancyTab .fa {
	font-size: 20px;
	width: auto;
	padding: 0 15px 0 0;
	color: #666;
}

#fancyTabWidget li.fancyTab a {
	padding-top: 0;
	top: 0;
	padding-bottom: 0;
}

#fancyTabWidget .fancyTabs li>a {
	margin-right: 0;
	border-top: 0;
	padding: 20px 0;
	margin-bottom: 0;
	border-right: 2px solid #fff;
	display: block;
}

#fancyTabWidget .fancyTab.active .arrow-down {
	display: none;
}

#fancyTabWidget .fancyTab a {
	font-family: 'Montserrat', arial, serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	transition: .2s;
	color: #06dfc8;
}

.fancyTab {
	text-align: center;
	padding: 15px 0;
	background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top: 15px;
	transition: top .2s;
}

.fancyTab.active {
	top: 0;
	transition: top .2s;
}

.whiteBlock {
	display: none;
}

.fancyTab.active .whiteBlock {
	display: block;
	height: 2px;
	bottom: -2px;
	background-color: #fff;
	width: 99%;
	position: absolute;
	z-index: 1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size: 1.65em;
	font-weight: 300;
	transition: .2s;
	color: #333;
}


/*.fancyTab .hidden-xs {

	white-space:nowrap;

  }*/

.fancyTabs {
	border-bottom: 2px solid #ddd;
	margin: 15px 0 0;
}

li.fancyTab a {
	padding-top: 15px;
	top: -15px;
	padding-bottom: 0;
}

li.fancyTab.active a {
	padding-top: inherit;
}

.fancyTab .fa {
	font-size: 20px;
	width: auto;
	padding: 0;
	color: #666;
}

.fancyTab.active .fa {
	color: #cfb87c;
}

.fancyTab a:focus {
	outline: none;
}

.fancyTabContent {
	border-color: transparent;
	box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
	padding: 30px 15px 15px;
	position: relative;
	background-color: #fff;
}

.nav-tabs>li.fancyTab.active>a,
.nav-tabs>li.fancyTab.active>a:focus,
.nav-tabs>li.fancyTab.active>a:hover {
	border-width: 0;
}

.nav-tabs>li.fancyTab:hover {
	background-color: #f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs>li.fancyTab.active:hover {
	background-color: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs>li.fancyTab:hover a {
	border-color: transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
	background-color: transparent;
	border-bottom: 0;
}

.nav-tabs>li.fancyTab:hover a {
	border-right: 1px solid transparent;
}

.nav-tabs>li.fancyTab>a {
	margin-right: 0;
	border-top: 0;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

.nav-tabs>li.fancyTab {
	margin-right: 0;
	margin-bottom: 0;
}

.nav-tabs>li.fancyTab:last-child a {
	border-right: 1px solid transparent;
}

.nav-tabs>li.fancyTab.active:last-child {
	border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
	box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow: none;
	top: 0;
}

.fancyTab.active {
	background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
	padding-bottom: 30px;
}

#fancyTabWidget .fancyTabContent .fade.in {
	opacity: 1;
}

.dropdown-menu.rooms-mask {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
}

.dropdown-rooms.dropdown .dropdown-menu {
	top: 51px;
}

.dropdown-rooms.dropup .dropdown-menu {
	bottom: 54px;
	top: inherit !important;
	transform: none !important;
}

.dropdown-rooms .dropdown-menu {
	width: 552px;
}

.rooms-mask {
	width: 550px;
	border-radius: 0;
	padding: 15px 20px 20px;
}

.rooms-mask>.content {
	padding: 20px 0;
}

.rooms-mask>.content>.pax-rooms {
	margin: 0;
	border-bottom: 1px solid #565857;
	/* padding: 10px 15px 20px 0; */
}

.rooms-mask>.content>.pax-rooms .right-side {
	padding: 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item.good {
	margin: 20px 0;
	border-top: 1px solid #e6e7e8;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .title {
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 15px;
}

.room-list {
	overflow: hidden;
}

.rooms-mask .footer .add-room {
	color: #06dfc8;
	padding: 0;
	line-height: normal;
	height: auto;
}

.rooms-mask .footer .add-room .fa {
	margin-right: 5px;
}

.rooms-mask button.close {
	font-size: 30px !important;
	position: absolute;
	right: 15px;
	top: 4px;
}

.rooms-mask button::after {
	display: none !important;
}

.dropdown-rooms .rooms-mask .form-control {
	padding: 6px;
	height: 32px;
	border-bottom: 1px solid #06dfc8 !important;
	border-radius: 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item.good:not(.first)>div {
	margin: 20px 0 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.fake-item>div {
	margin: 0;
}

.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .removeRoom {
	color: #eb443d;
	position: absolute;
	right: 10px;
	top: 25%;
	font-size: 20px;
	line-height: normal;
	height: auto;
	padding: 0;
}

.booking-mask .label-rooms .input-group {
	width: 100%;
	cursor: pointer;
	margin: 0 auto;
}

.booking-mask form .input-group-addon>i {
	color: #06dfc8;
	font-size: 20px;
}

.booking-mask form .input-group-addon {
	background-color: #fff;
	border-left: 0!important;
	border: none;
	/*border-bottom: 1px solid #504F54;*/
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	cursor: pointer;
}

.neo-select:after,
.neo-select:before {
	position: absolute;
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-top: -5.5px;
	pointer-events: none;
	z-index: 1000;
}

.dropdown-rooms .neo-dropdown {
	color: #565759;
	background-color: #ffffff;
}

.dropdown-rooms .neo-dropdown .fake-item .removeRoom {
	display: none;
}

.dropdown-rooms .neo-dropdown .fake-item {
	margin-bottom: 20px;
}


/* ----------------------------------------------- */

.select2-container {
	width: 90% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #282625;
	line-height: 70px;
	font-family: Montserrat, arial;
	font-weight: 500;
	font-size: 17px;
	text-transform: uppercase;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: auto;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0px solid #aaa;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 25px;
	padding: 0;
	margin: 0;
	position: absolute;
	height: 15px;
	line-height: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 50%;
	right: 1px;
	width: 20px;
	transform: translateY(-50%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f19e09;
	color: white;
	font-size: 12px;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 12px;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	width: 350px !important;
}

.booking-form-wrapper .tipo-destino {
	position: relative;
	text-align: left;
	margin: 0 25px;
	background: #fff;
	border-radius: 3px;
	padding: 6px 15px 6px 15px;
	width: 155px;
}

.booking-form-wrapper .tipo-destino select {
	border: 0;
	width: 100%;
	background: #fff;
}

.booking-form-wrapper .nombre-hotel {
	position: relative;
	text-align: left;
	margin: 0 25px 0 0;
	background: #fff;
	border-radius: 3px;
	padding: 6px 15px 6px 15px;
	width: 155px;
}

.booking-form-wrapper .nombre-hotel select {
	border: 0;
	width: 100%;
	background: #fff;
}

.booking-form-wrapper .solo-ida {
	position: relative;
	text-align: left;
	margin: 0 25px 0 25px;
	background: #fff !important;
	border-radius: 3px;
	padding: 6px 15px 6px 15px;
	width: 155px;
	font-family: inherit !important;
}

.booking-form-wrapper .solo-ida.wpcf7-form [type="checkbox"]+label {
	position: relative!important;
	padding-left: 30px!important;
	cursor: pointer!important;
	display: inline-block!important;
	height: 21px!important;
	line-height: 21px!important;
	font-size: 15px !important;
	user-select: none;
	margin: 0 !important;
}
.box-rooms .label-rooms {
	padding: 0 0 32px;
	width: 90%;
}
.box-rooms .form-control i {
	position: absolute;
	top: 5px;
	font-size: 18px;
	color: #06dfc8;
	right: 0px;
}
.box-promocode .input-promotion {
	margin: 0 auto;
	display: inline-block;
	padding: 0;
	position: relative;
	width: 90%;
}
.box-promocode .input-promotion i {
	position: absolute;
	top: 4px;
	font-size: 20px;
	color: #06dfc8;
	right: 5px;
}
.box-promocode .input-promotion .prof-btn {
	position: relative;
	width: 100%;
	display: block;
	font-size: 12px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 8px 44px 6px 25px;
	color: #282625;
	text-transform: uppercase;
	font-weight: 500;
}

.box-promocode .input-promotion .prof-btn i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #06dfc8;
	right: 5px;
}

.box-promocode .input-promotion .form-control {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 44px 6px 25px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: #282625;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	border-bottom: 1px solid #282625;
	border-radius: 0;
	transition: none;
	font-family: Montserrat, arial;
	text-transform: none;
	margin: 0 auto;
	text-align: center;
}

.booking-form-wrapper .panel-dropdown {
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 90px;
}

.booking-form-wrapper .panel-dropdown a {
	color: #282625;
	font-weight: 500;
	transition: all 0.3s;
	display: block;
	position: relative;
	background: #fff;
	border-radius: 0;
	padding: 6px 50px 6px 15px;
	height: 90px;
	line-height: 90px;
	font-family: Montserrat, arial;
	text-transform: uppercase;
}

.booking-form-wrapper .panel-dropdown:before {
	content: '';
	width: 3px;
	position: absolute;
	height: 70%;
	background: #a7a9ac;
	z-index: 1;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.booking-form-wrapper .panel-dropdown a:after {
	top: -2px;
}
.box-date-range .scoopnav {
	opacity: 1;
	padding: 0px;
}

.box-date-range #two-inputs .label-calendar .title-label {
	color: #5e503c;
	font-family: Montserrat, serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
}
.datesad {
	background: #fff;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.datesad input {
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
}



.box-date-range #two-inputs .label-calendar .info .plus {
	position: absolute;
	top: 30px;
	right: 20px;
	cursor: pointer;
}

.box-date-range #two-inputs .label-calendar .info .plus i:before,
.box-date-range #two-inputs .label-calendar .info .min i:before {
	color: #8c0b36;
}

.box-date-range #two-inputs .label-calendar .info .min {
	position: absolute;
	bottom: 30px;
	right: 20px;
	cursor: pointer;
}



.box-date-range #two-inputs .label-calendar .info .day2 {
	font-size: 11px;
	font-weight: 500;
	color: #4b4b4b;
	display: inline-block;
	text-transform: lowercase;
	font-style: normal;
	margin-top: 0;
	margin-left: 5px;
	position: absolute;
	top: -1px;
}



.box-date-range #two-inputs .label-calendar .info .day #adults_tiles {
	width: 55px;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 50px;
	border: 0 solid;
	padding: 0 0 26px;
	margin: 0;
	height: 35px;
	vertical-align: top;
	background: transparent;
	position: relative;
	top: 12px;
}


.box-date-range #date-range-container .date-picker-wrapper .drp_top-bar {
	display: none;
}

.box-date-range #date-range-container .date-picker-wrapper .drp_top-bar .default-top,
.box-date-range #date-range-container .date-picker-wrapper .drp_top-bar.normal .normal-top {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	font-style: italic;
	margin-top: 0;
	margin-left: 5px;
	text-align: center;
}





.box-date-range #date-range-container .date-picker-wrapper .gap {
	display: none;
}



.box-date-range #date-range-container .date-picker-wrapper .month-wrapper table .week-name th {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
}

.box-date-range #date-range-container .date-picker-wrapper .month-wrapper table th {
	border: 0 solid;
}


.box-date-range #date-range-container .date-picker-wrapper .month-wrapper table .day {
    vertical-align: middle;
    text-align: center;
    padding: 0;
    color: rgba(94, 80, 60, 0.09);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    font-style: normal;
    border: 0px solid rgba(170, 134, 79, 0.2);
    margin: 1px;
    line-height: 26px;
}

.box-date-range #date-range-container .date-picker-wrapper .month-wrapper table td,
.box-date-range #date-range-container .date-picker-wrapper .month-wrapper table th {
	width: 14%;
}

.box-date-range #date-range-container .date-picker-wrapper .month-wrapper .next i:before {
	font-weight: 100;
}

.box-date-range #date-range-container .date-picker-wrapper .month-wrapper .prev i:before {
	font-weight: 100;
}


.box-date-range #date-range-container .date-picker-wrapper table .caption th {
	position: relative;
}

.box-date-range #date-range-container .date-picker-wrapper table .caption .next,
.box-date-range #date-range-container .date-picker-wrapper table .caption .prev {
	position: absolute;
}

.box-date-range #date-range-container .date-picker-wrapper table .caption .next i:before,
.box-date-range #date-range-container .date-picker-wrapper table .caption .prev i:before {
	margin: 0;
}



.box-date-range #date-range-container .date-picker-wrapper .drp_top-bar .apply-btn {
	right: 6px;
}

.qtyTotal {
	background-color: #06dfc8;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: 0;
	left: 2px;
	height: 18px;
	width: 18px;
}

.panel-dropdown .panel-dropdown-content.right {
	left: auto;
	right: 0;
}

.panel-dropdown .panel-dropdown-content {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 99;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
	padding: 15px 15px 0 15px;
	white-space: normal;
	width: 280px;
}

.panel-dropdown .panel-dropdown-content:after {
	bottom: 101%;
	left: 32px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #06dfc8;
	border-width: 21px;
	margin-left: -7px;
}

.panel-dropdown.active .panel-dropdown-content {
	opacity: 1;
	visibility: visible;
}

.panel-dropdown .panel-dropdown-content.right:after {
	left: auto;
	right: 15px;
}

.qtyButtons {
	display: flex;
	margin: 0 0 13px 0;
}

.qtyButtons label {
	font-weight: 500;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
	color: #727b82;
}

.qtyInc,
.qtyDec {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	font-size: 1.75rem;
	background-color: #f2f2f2;
	color: #333;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-family: 'ElegantIcons';
}

.qtyDec:before {
	content: "-";
}

.qtyButtons input {
	outline: 0;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	width: 50px;
	height: 36px !important;
	color: #333;
	line-height: 36px;
	margin: 0 !important;
	padding: 0 5px !important;
	border: none;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
	border: none !important;
}

.qtyInc:before {
	content: "+";
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}

/* HEADER 1 */

#header-1 {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 16px;
	background: rgba(0, 0, 0, 0.20);
	transition: all 0.5s;
}

#header-1.active {
	position: fixed;
	background: rgba(113, 113, 113, 0.92);
}

#header-1.active .logo-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#header-1.active .nav-holder.nav-holder-1.nav-holder-desktop {
	margin: 0 0 0 115px;
}

#header-1.active .menu-nav {
	margin: 0;
	margin-top: 3px;
	font-size: 0;
	margin-bottom: 20px;
}

#header-1.active .menu-nav li {
	font-size: 15px;
}

.navbar-1 {
	display: block;
}

.nav-holder-1 {
	flex-grow: 0;
}

.nav-content-1 {
	width: 80%;
	float: left;
	text-align: center;
}

.nav-content-1 img {
	margin: 0 auto;
}

.book-now,
.top-location {
	width: 10%;
	color: #ffffff;
}

.book-now {
	float: right;
	padding-right: 15px;
	text-align: right;
	width: 10%;
	height: 1px;
}

.top-location {
	float: left;
	padding-left: 15px;
	display: block;
	width: 10%;
	height: 1px;
}

.menu-nav-1 li a {
	color: #ffffff;
	border: 1px solid transparent;
}

.info-txt {
	font-size: 12px;
	font-weight: 700;
	display: none;
	letter-spacing: 1px;
}

.navbar-toggle-1 .icon-bar {
	background: #ffffff;
}

.nav-btn-mobile {
	display: none;
}

.nav-btn-mobile.active {
	padding-right: 0px;
}


/* END HEADER 1 */


/* HEADER 2 */

#header-2 {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding-top: 16px;
	padding-left: 15px;
}

.logo-2 {
	float: left;
}

.nav-button-holder {
	float: right;
	padding-right: 0;
	cursor: pointer;
}

.menu-txt {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	top: -7px;
	position: relative;
}

.nav-button {
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.nav-button .icon-bar {
	display: block;
	height: 2px;
	width: 15px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -5px;
	-ms-transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.nav-button .icon-bar:after {
	bottom: -5px;
	top: auto;
}

.nav-button.active .icon-bar {
	background: none;
}

.nav-button.active .icon-bar:before {
	left: -4px;
	top: -6px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 120%;
}

.nav-button.active .icon-bar:after {
	left: -4px;
	top: 7px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 120%;
}

body.has-active-menu {
	overflow: hidden;
}

#header-2.is-active .nav-button-holder {
	padding-right: 30px;
}

.mask-nav-2 {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	width: 0;
	height: 0;
	background-color: #252525;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	-ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask-nav-2.is-active {
	width: 100%;
	height: calc(100% - 65px);
	opacity: 0.95;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 99999;
}

.navbar-2 {
	display: block;
	border-right: 1px solid #ffffff;
}

.nav-holder-2,
.search-social-2 {
	flex-grow: 0;
}

.navbar-2,
.rightside-nav-2 {
	position: relative;
	width: 50%;
	float: left;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-nav-2 {
	/*padding: 0 50px;*/
	margin: 0;
}

.menu-nav-2 li {
	font-size: 28px;
	display: block;
	margin-left: 0;
	letter-spacing: 1px;
}

.menu-nav-2 li a {
	color: #ffffff;
	padding: 4px 0;
}

.menu-nav-2 li a:hover,
.menu-nav-2 li a:focus {
	background: none;
}

.menu-nav-2>li:hover>a,
.menu-nav-2 li.current-menu-item>a {
	color: #06dfc8;
}

.menu-nav-2>li.menu-item-has-children>a.opencollapse:after {
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	margin-left: 7px;
	margin-right: 0;
}

.menu-nav-2 ul {
	margin-left: 0px;
	padding-bottom: 4px;
}

.menu-nav-2>li>ul {
	display: none;
	background: none;
	left: auto;
	position: relative;
	top: auto;
	width: auto;
	text-align: center;
	z-index: 5;
	line-height: 1;
}

.menu-nav-2>li.menu-open>ul {
	display: block;
}

.menu-nav-2 ul li {
	font-size: 14px;
	padding-top: 0px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	display: inline-block;
}

.menu-nav-2 ul li>a {
	display: block;
	padding: 4px 8px;
}

.menu-nav-2 ul li a:hover,
.menu-nav-2 li:hover ul li a:hover {
	color: #06dfc8;
}

.menu-nav-2 ul>li:first-child>a {
	padding-top: 4px;
}

.menu-nav-2 ul>li:last-child>a {
	padding-bottom: 4px;
}

a.opencollapse {
	margin: 0 0 0 10px;
}

.rightside-nav-2 {
	padding: 0 24px;
	color: #ffffff;
	text-align: center;
}

.rightside-nav-2 h3 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 24px;
}

.right-side-contact {
	margin: 0;
}

.rightside-nav-2 ul li {
	list-style: none;
}

.search-social-2 {
	text-align: center;
	margin: 24px 0 0 0;
}

.search-social-2 li {
	display: inline-block;
	margin: 0 8px;
}

.search-social-2 li a {
	color: #ffffff;
}

.nav-mobile .upper-nav__languages .dropdown-menu.show {
	display: block;
	width: 100%;
}

.nav-mobile .upper-nav__languages .dropdown-toggle::after {
	display: none;
}

.nav-mobile li.dropdown.upper-nav__languages {
	border-top: 1px solid #fff;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}

.nav-mobile li.dropdown.upper-nav__languages a .textlang {
	text-transform: uppercase;
}

.nav-mobile li.dropdown.upper-nav__languages a i {
	margin: 0 0 0 10px;
}

.nav-mobile .languages__current-lang.es {
	background: transparent url(../fonts/language/es.svg) no-repeat;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 0 0 0 35px;
}

.nav-mobile .languages__current-lang.en {
	background: transparent url(../fonts/language/en.svg) no-repeat;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 0 0 0 35px;
}

.nav-mobile .languages__current-lang.it {
	background: transparent url(../fonts/language/it.svg) no-repeat;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 0 0 0 35px;
}

.nav-mobile .languages__current-lang.fr {
	background: transparent url(../fonts/language/fr.svg) no-repeat;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 0 0 0 35px;
}

.nav-mobile .languages__current-lang.de {
	background: transparent url(../fonts/language/de.svg) no-repeat;
	background-position: 6px 7px;
	background-size: 20px;
	padding: 0 0 0 35px;
}


/* END HEADER 2 */


/* HEADER 3 */

#header-3 {
	background: #fff;
	padding: 0;
	z-index: 101;
	/*position: absolute;*/
	width: 100%;
	transition: all 0.3s;
}

#header-3.sticky {
	position: fixed;
	width: 100%;
	box-shadow: 0 0 20px #06dfc8;
	z-index: 9999;
	background: #06dfc8;
}

#header-3.sticky .navbar {
	text-align: left;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	min-height: 0;
	display: flex;
	padding: 0 15px !important;
	height: 65px;
}

#header-3.sticky .bullet-ahorra {
	display: none
}

#header-3.sticky .logo-3 img {
	margin: 0 auto;
	padding-top: 0;
	height: 45px;
}

.has-active-menu .bullet-ahorra {
	display: none;
}

.logo-3,
.nav-holder,
.search-social {
	flex-grow: 1;
}

.logo-3 a {
	display: inline-block;
	color: #151515;
	line-height: 1;
}

.logo-3 img {
	margin: 0 auto;
	padding-top: 0;
	height: auto;
	transition: all 0.3s;
}

.logo-3 .logo-txt {
	line-height: 1;
}


/* END HEADER 3 */


/*************************************



3. HOME



************************************/


/* SLIDER */


/* END SLIDER */

.view-more,
#submit,
.wpcf7-submit {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 24px;
	color: #4d4d4d;
	border: 2px solid #4d4d4d;
	background: none;
}

.more-white {
	color: #ffffff;
	border: 2px solid #f19e09;
}

.view-more:hover,
#submit:hover,
.wpcf7-submit:hover {
	color: #ffffff;
	border: 2px solid #f19e09;
	background: #f19e09;
}


/* Home Sections */

.home-widget {
	padding: 25px 0;
}

.home-widget p {
	color: #4d4d4d;
}

.home-widget .desc-parallax {
	color: #fff;
	font-weight: 400;
	font-size: 19px;
}

.home-widget .desc-parallax p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
}

.home-widget .desc-parallax p span {
	color: #fff;
}

.img-shadow {
	box-shadow: 10px 10px 65px #adabab;
}

.home-widget img,
.single-post-content img,
.custom-page-template img,
.team-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.section-h1 {
	position: relative;
}

.section-h1 .box-intro {
	padding: 0;
}

#section-menutitle {
	position: relative;
}

.imageballradius-small {
	background-size: cover;
	background-position: center;
	width: 200px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 90px;
	border-radius: 0px 400px 400px 0px;
}

.section-benefit-home {
	margin: 100px 0 0;
}

.benefit-home-slider {
	width: 60% !important;
	margin: 0 auto;
}

.benefit-home-slider a:hover {
	color: #06dfc8;
	text-decoration: none;
}

.benefit-home-slider .item-content-bkg {
	border-radius: 100%;
	background: #f1f1f1;
	width: 160px;
	height: 160px;
	position: relative;
	margin: 0 auto;
}

.benefit-home-slider a:hover .label-benefit-home {
	color: #06dfc8;
}

.benefit-home-slider .label-benefit-home {
	text-align: center;
	color: #4d4d4d;
	padding: 15px 0 0 0;
}

.benefit-home-slider .img-fluid {
	width: 90px !important;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-title-h1 {
	font-size: 35px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 1px;
}

.home-title {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-subtitle {
	font-size: 21px !important;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #99999a;
	margin: 0 0 30px;
}



.inner-subtitle {
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #000000;
	margin: 0 0 30px;
}

#collapseExample {
	max-height: 250px;
	overflow: auto;
	font-family: Montserrat, arial;
	color: #4d4d4d;
	margin: 20px 0;
	text-align: center;
}

.btn.btn-primary {
	padding: 0px 35px 0 !important;
	line-height: 35px;
	margin: 0;
	background: transparent;
	color: #282625;
	display: inline-block;
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 22px;
	border: 2px solid #06dfc8;
}

.btn-primary:hover {
	color: #fff;
	background-color: #06dfc8 !important;
	border-color: #06dfc8 !important;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}


.breadcrumb .level {
	display: inline-block;
	vertical-align: middle;
	color: #282625;
}



.breadcrumb .level a:hover {
	color: #06dfc8;
}

.home section.home-widget.section-hoteles {
	background-position: bottom;
	background-size: cover;
	position: relative;
	z-index: 2;
	padding-bottom: 125px;
}

.section-hoteles .gallery-holder-fs {
	padding: 0 5px;
	width: 80%;
	margin: 0 auto;
}

.section-hoteles .owl-carousel .owl-item {
	padding: 10px;
}

.section-hoteles .item-hotel-carousel {
	padding: 15px;
	background: #fff;
}

.section-hoteles .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 226px;
}

.home .section-ofertas.separador-bottom {
	margin-bottom: 60px;
}

.section-hoteles .item-hotel-carousel .imghotel .btn {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	line-height: 35px;
	padding: 0 20px !important;
}

.section-hoteles .item-hotel-carousel .namehotel {
	padding: 0 0 15px;
	font-family: Montserrat, arial;
	font-weight: 500;
	font-size: 20px;
	color: #4d4635;
	text-transform: uppercase;
	width: 100%;
	display: block;
	position: relative;
}

.section-hoteles .item-hotel-carousel .namehotel:before {
	content: '\f0d9';
	display: block;
	position: absolute;
	font-family: FontAwesome;
	left: -22px;
	font-size: 25px;
	color: #06dfc8;
	line-height: 31px;
}

.section-hoteles .item-hotel-carousel .deschotel {
	color: #4d4635;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 25px;
	line-height: 23px;
	max-height: 265px;
	overflow: hidden;
}

.section-hoteles .item-hotel-carousel .deschotel p {
	margin: 0;
	width: 100%;
}

.ofertas .section-hoteles .item-hotel-carousel .contenthotel {
	min-height: 90px;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel {
	padding: 10px 0 0;
	font-family: Montserrat, arial;
	font-weight: 600;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	overflow: hidden;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0px solid #000000;
	display: block;
	width: 45%;
	text-transform: lowercase;
	float: left;
	margin: 0 0 5px;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack:first-letter {
	text-transform: uppercase;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack:nth-of-type(2n) {
	float: right;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack a {
	font-family: Montserrat, arial;
	color: #282625;
	display: block;
	padding: 0 0 5px;
	position: relative;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack a:before {
	content: '';
	display: block;
	width: 15%;
	height: 1px;
	background: rgba(82, 82, 81, 0.7);
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack a:hover {
	color: #06dfc8;
	text-decoration: none;
}

.ofertas .section-hoteles .item-hotel-carousel .namehotel .pack a:hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
}

.section-hoteles .item-hotel-carousel .zonehotel {
	padding: 0;
	font-family: Montserrat, arial;
	font-weight: 500;
	font-size: 16px;
	color: #99999a;
	font-style: normal;
	margin: 5px 0 0;
}

.section-hoteles .item-hotel-carousel .more {
	color: #57585b;
	border: 2px solid #57585b;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 37px;
	font-size: 35px;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-hoteles .item-hotel-carousel .more:hover {
	background: #57585b;
	color: #fff;
}

.section-hoteles .item-hotel-carousel .contenthotel {
	padding: 0 25px;
}

.section-hoteles .item-hotel-carousel .imghotel {
	height: 400px;
	background-size: cover;
	background-position: center;
}

.fons-center-rows {
	position: absolute !important;
	background: #f3f2ed;
	height: calc(100% * 2 + 80px) !important;
	top: -80px;
	flex: 0 0 78% !important;
	max-width: 78% !important;
}

.section-hoteles .item-hotel-carousel:nth-child(odd) {
	align-items: flex-start!important;
}

.section-hoteles .item-hotel-carousel:nth-child(even) {
	align-items: flex-end!important;
	margin-top: -100px !important;
	padding-bottom: 180px !important;
}

.section-hoteles .item-hotel-carousel:nth-child(even) .namehotel:before {
	content: '\f0da';
	display: block;
	position: absolute;
	font-family: FontAwesome;
	left: inherit;
	right: -22px;
	line-height: 31px;
}

.section-hoteles .item-hotel-carousel:nth-child(odd) .imghotel {
	order: 1;
	padding: 0 25px 0 25px;
	background-position: -25px center;
	background-repeat: no-repeat;
}

.section-hoteles .item-hotel-carousel:nth-child(odd) .contenthotel {
	order: 2;
}

.section-hoteles .item-hotel-carousel:nth-child(even) .imghotel {
	order: 2;
	padding: 0 0 0 25px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.section-hoteles .item-hotel-carousel:nth-child(even) .contenthotel {
	order: 1;
	text-align: right;
	padding: 0 45px 0 0;
	justify-content: flex-end!important;
}

.section-hoteles .item-hotel-carousel:nth-child(even) .contenthotel .linkhotel {
	text-align: right;
}

.ofertas .filter-isotope .filter-button-group {
	background: rgba(255, 255, 255, 0.43);
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel {
	position: relative;
	width: 100%;
	max-width: unset;
	overflow: hidden;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: inherit;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	z-index: 0;
	opacity: 1;
	bottom: 0px;
	margin: 0;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .bulloferta {
	background: #282625;
	color: #fff;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 5px 15px;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .namehotel {
	padding: 10px 0 0;
	font-family: Montserrat, arial;
	font-weight: 700;
	font-size: 33px;
	color: #06dfc8;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .namehotel .label {
	font-family: Montserrat, arial;
	font-weight: 700;
	font-size: 25px;
	color: #06dfc8;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 0 15px;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .namehotel .nameoffer {
	font-family: Amarillo, arial;
	font-weight: 400;
	font-size: 22px;
	color: #282625;
	text-transform: lowercase;
	padding: 0 0 5px;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer {
	position: absolute;
	top: 15px;
	bottom: inherit;
	right: 15px;
	left: inherit;
	border: 2px solid #282625;
	width: 115px;
	height: 115px;
	border-radius: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer .discounttext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer .discounttext:before {
	content: '';
	display: block;
	height: 1px;
	width: 60%;
	background: #282625;
	position: absolute;
	top: 58px;
	right: 8px;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer .discounttext label {
	font-family: Montserrat, arial;
	font-weight: 600;
	color: #282625;
	font-size: 13px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	width: 70%;
	margin: 0 auto;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer .discounttext span {
	font-family: Montserrat, arial;
	font-weight: 700;
	color: #282625;
	font-size: 33px;
	line-height: 35px;
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .discountoffer .discounttext .europrice {
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 22px;
	color: #282625;
	font-weight: 700;
	margin: 1px 0 0 4px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .img-fluid {
	max-width: 100% !important;
	height: 410px !important;
	width: 100% !important;
}

.section-hoteles .item-hotel-carousel .imghotel .img-fluid {
	max-width: 100% !important;
	height: auto !important;
	width: 100% !important;
}

.section-hoteles .item-hotel-carousel .imghotel .categorias {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.section-hoteles .item-hotel-carousel .imghotel .categorias li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.80);
	border-radius: 100%;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.section-hoteles .item-hotel-carousel .imghotel .categorias li i:before {
	font-size: 25px;
}

.section-hoteles .item-hotel-carousel .imghotel .precio {
	position: absolute;
	width: 200px;
	height: 200px;
	overflow: hidden;
	bottom: 30px;
	left: 30px;
}

.section-hoteles .item-hotel-carousel .imghotel .precio:before {
	content: '';
	position: absolute;
	border: 3px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	width: 200px;
	height: 200px;
}

.section-hoteles .item-hotel-carousel .imghotel .precio label {
	display: block;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat, arial;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	margin: 0;
	line-height: 16px;
}

.section-hoteles .item-hotel-carousel .imghotel .precio .pricebox {
	display: block;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 40px;
	color: #000;
	font-weight: 700;
	margin: 0;
	line-height: 50px;
}

.section-hoteles .item-hotel-carousel .imghotel .precio .pricebox span {
	display: inline-block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 25px;
	color: #000;
	font-weight: 700;
	margin: 0 0 0 4px;
	line-height: 40px;
	vertical-align: top;
}

.section-hoteles .item-hotel-carousel .contenthotel .cat_star {
	margin: 1px 0 0 10px;
	font-size: 11px;
}

.section-hoteles .item-hotel-carousel .contenthotel .cat_star i {
	color: #000;
}

.section-hoteles .item-hotel-carousel .contenthotel .linkhotel {
	text-align: left;
	height: 20px;
	position: relative;
}

.section-hoteles .item-hotel-carousel .contenthotel .padding-footer-fecilities {
	padding: 0;
}

.section-hoteles .owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #fff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.section-hoteles .owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #fff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.section-hoteles .owl-theme .owl-nav button.owl-prev {
	left: -15px;
}

.section-hoteles .owl-theme .owl-nav button.owl-next {
	right: -15px;
}

.section-hoteles.packs-list .item-hotel-carousel .namehotel {
	padding: 10px 0 0;
	font-family: Montserrat, arial;
	font-weight: 700;
	font-size: 33px;
	color: #06dfc8;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.section-hoteles.packs-list .item-hotel-carousel .namehotel .label {
	font-family: Montserrat, arial;
	font-weight: 700;
	font-size: 33px;
	color: #06dfc8;
	text-transform: uppercase;
}

.section-hoteles.packs-list .item-hotel-carousel .namehotel .nameoffer {
	font-family: Amarillo, arial;
	font-weight: 400;
	font-size: 27px;
	color: #282625;
	text-transform: lowercase;
}

.section-hoteles.packs-list .item-hotel-carousel .imghotel:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: inherit;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	z-index: 0;
	opacity: 1;
	bottom: 0px;
	margin: 0;
}

.section-hoteles.packs-list .item-hotel-carousel .imghotel .link-packficha {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sibling-grid .round-title {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 40px !important;
	height: 40px;
	top: 10px;
	left: calc(100% - 10px);
	border-radius: 100%;
	transform: translate(-100%, 0);
	transition: all 0.5s;
	font-size: 30px;
	font-weight: 500;
}

.sibling-grid .round-title:before {
	opacity: 1;
	content: '+';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1.7px;
	transition: all 0.5s;
	font-size: 33px;
	font-weight: 400;
	text-align: center;
}

.sibling-grid:hover .round-title {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 250px !important;
	height: 250px;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.sibling-grid:hover .round-title:before {
	opacity: 0;
	content: '+';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1.7px;
	transition: all 0.5s;
	font-size: 0px;
	font-weight: 400;
	text-align: center;
}

.sibling-grid .round-title span {
	opacity: 0;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	text-transform: uppercase;
	font-size: 22px;
}

.sibling-grid:hover .round-title span {
	opacity: 1;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	text-transform: uppercase;
	font-size: 22px;
}

.sibling-grid .link-sibling-grid {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.esencial {
	height: 450px;
	background: url(../images/theme/hoteles/esencial.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
}

.esencial .esencial-content {
	padding: 0px 60px !important;
	position: relative;
}

.esencial .esencial-content:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 177, 201, 0.5);
	z-index: 0;
	mix-blend-mode: multiply;
}

.esencial .logo-ficha-hotel {
	width: 100%;
	height: 140px;
	background-position: center !important;
	background-size: contain !important;
}

.esencial .esencial-content .column-esencial {
	padding: 0 50px;
	position: inherit;
}

.esencial .esencial-content .column-esencial:first-of-type:before {
	content: '';
	display: none;
	position: absolute;
}

.esencial .esencial-content .column-esencial:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: calc(100% - 60px);
	transform: translateY(-50%);
	z-index: 0;
	background: #fff;
}

.esencial .esencial-content .column-esencial .content-column {
	padding: 50px 0;
}

.esencial .esencial-content .column-esencial .content-column h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px;
}

.esencial .esencial-content .column-esencial .content-column {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 29px;
	color: #fff;
}

.esencial .esencial-content .column-esencial .content-column ul {
	margin: 0;
	list-style: none;
}

.hoteles-ficha footer,
.hoteles-ficha-rooms footer,
.hoteles-ficha-bonos footer,
.hoteles-ficha-offers footer,
.hoteles-ficha-offers-ficha footer,
.hoteles-ficha-gallery footer {
	position: relative;
	z-index: 0;
	top: 0;
}

.section-hoteles .provincia-box {
	height: 350px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.section-hoteles .provincia-box label {
	text-align: center;
	padding: 25px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-shadow: 0 0 5px #666;
	letter-spacing: 2px;
}

.section-hoteles .provincia-box .provincia-sidehotels {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	transition: transform 0.7s;
	padding: 0 45px;
}

.section-hoteles .provincia-box:hover .provincia-sidehotels {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.section-hoteles .provincia-box .provincia-sidehotels .titlesection {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
}

.section-hoteles .provincia-box .provincia-sidehotels .titlesection:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.section-hoteles .provincia-box .provincia-sidehotels .linksection {
	margin: 20px 0 0 0;
}

.section-hoteles .provincia-box .provincia-sidehotels .linksection a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #06dfc8;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding: 0 0 3px;
}

.section-hoteles .provincia-box .provincia-sidehotels .linksection a:hover {
	text-decoration: none;
	border-bottom: 1px solid #caad65;
}

.section-hoteles .provincia-box .provincia-sidehotels .linksection a i {
	margin: 0 0 0 10px;
}

.section-hoteles .provincia-box .provincia-sidehotels .linksection a i:before {
	font-size: 10px;
	font-weight: 600;
}

.section-hoteles .provincia-box .provincia-sidehotels .title-sidehotels {
	color: #282625;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 5px 0;
}

.section-hoteles .provincia-box .provincia-sidehotels .title-sidehotels a {
	color: #282625;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.section-hoteles .provincia-box .provincia-sidehotels .title-sidehotels a:hover {
	color: #e67e3c;
}

.section-hoteles .provincia-box .provincia-sidehotels .title-sidehotels,
.section-hoteles .provincia-box .provincia-sidehotels .list-sidehotels {
	opacity: 1;
}

.section-hoteles .provincia-box:hover .provincia-sidehotels .title-sidehotels,
.section-hoteles .provincia-box:hover .provincia-sidehotels .list-sidehotels {
	opacity: 1;
}

.section-hoteles .provincia-box .provincia-sidehotels .list-sidehotels {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-hoteles .provincia-box .provincia-sidehotels .list-sidehotels li {
	color: #282625;
	text-transform: none;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 11px;
}

.section-hoteles .provincia-box .provincia-sidehotels .list-sidehotels li a {
	color: #282625;
	text-decoration: none;
}

.section-hoteles .provincia-box .provincia-sidehotels .list-sidehotels li a:hover {
	color: #06dfc8;
	text-decoration: none;
}

.slider-hotel-bloc {
	background: #f3f2ed;
	position: relative;
}


.hoteles-ficha .slider-hotel-bloc:before {
	content: '';
	position: absolute;
	display: none;
}

.section-hoteles.slider-hotel-bloc .titlesection {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
}

.boxinfo-category {
	padding: 0 65px 0 0px;
}

.slider-hotel-bloc .title {
	font-weight: 500;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
	color: #4d4635;
	/*position: absolute;*/
	top: 25px;
}

.boxinfo-category .subtitle {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
	color: #312f2e;
	margin: 25px 0 25px;
}

.boxinfo-category .subtitle:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.boxinfo-category .description {
	color: #282625;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 23px;
}

.boxinfo-category .description p strong {
	font-weight: 500 !important;
}

.boxinfo-category .link-plus {
	border-radius: 0px;
	width: auto;
	display: inline-block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #06dfc8;
	text-decoration: none;
	border: 0 solid;
	border-bottom: 1px solid transparent;
	padding: 0 0 3px;
}

.boxinfo-category .link-plus:hover {
	text-decoration: none;
	border-bottom: 1px solid #caad65;
	background: transparent;
}

.boxinfo-category .link-plus i {
	margin: 0 0 0 10px;
}

.boxinfo-category .link-plus i:before {
	font-size: 10px;
	font-weight: 600;
}

#pills-tab {
	margin: 0 !important;
	height: 0;
	overflow: hidden;
}

.tab-pane .imgcategory {
	width: 100%;
}

.tab-pane .input-group.group-end {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: right;
	transform: translateY(-50%);
}

.tab-pane .input-group.group-end .nav-arrows {
	background: rgba(0, 0, 0, 0.3);
}

.tab-pane .input-group.group-end .nav-arrows .btn {
	padding: 0px .75rem;
}

.tab-pane .input-group.group-end .nav-arrows i {
	color: #fff;
}

.nav-pills .nav-item .nav-link.active {
	color: #e67e3c!important;
	background-color: transparent!important;
}

.nav-pills .nav-item .nav-link {
	display: block;
	padding: 10px 13px !important;
	border-radius: 0 !important;
	color: #282625 !important;
	background-color: transparent !important;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}

.nav-pills .nav-item .nav-link:hover {
	color: #e67e3c !important;
	background-color: transparent !important;
}

.nav-pills .nav-item .nav-link:before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #99999a;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.nav-pills .nav-item:first-of-type .nav-link:after {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #99999a;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#section-menutitle-ficha {
	padding-left: 10%;
	padding-right: 10%;
}

.facilities-ficha {
	background: #06dfc8;
	padding: 30px 40px;
	color: #fff;
	margin: 0 0 0 80px;
}

.facilities-ficha .title {
	font-size: 30px;
	margin: 0 0 18px;
}

.label-facilitie {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 13px 0 0 20px;
}

.hoteles-ficha .gallery-4colgrid-content .gallery-holder-fs {
	padding: 40px 10%;
}

.hoteles-ficha .gallery-4colgrid-content .gallery-4col .gallery-post {
	height: 275px;
	width: 25%;
}

#section-menutitle-ficha .hoteles-facilities-slider {
	height: 35px;
	display: block !important;
	position: absolute !important;
	width: 50% !important;
	border: 0px solid red;
	bottom: 0px;
	left: 12px;
}

.resort-page {
	position: relative;
}

.resort-page:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0px;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	z-index: 0;
}

.other-page {
	position: relative;
}

.other-page:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(16%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	z-index: 0;
}

.resort-page .resort-blocks {
	position: relative;
	z-index: 1;
}

.other-page .resort-blocks {
	position: relative;
	z-index: 1;
}

.precio_pack {
	border-top: 1px solid #06dfc8;
	border-bottom: 1px solid #06dfc8;
	color: #06dfc8;
	font-weight: 700;
	font-family: Montserrat, arial;
	font-size: 25px;
	text-transform: uppercase;
	padding: 10px 0;
}

.precio_pack span {
	padding: 0 10px 0 0;
}

.typeroom_pack {}

.typeroom_pack .typeroom_pack_box {
	position: relative;
}

.typeroom_pack .typeroom_pack_box:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #06dfc8;
	position: absolute;
	top: 0;
	left: 50%;
}

.typeroom_pack .column_section_pack {
	padding: 0 20px !important;
}

.typeroom_pack .column_section_pack .title {
	color: #282625;
	font-weight: 600;
	font-family: Montserrat, arial;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0 15px;
}

.typeroom_pack .column_section_pack ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.typeroom_pack .column_section_pack li {
	color: #282625;
	font-weight: 500;
	font-family: Montserrat, arial;
	font-size: 13px;
	text-transform: uppercase;
}

.btnreservar_pack {
	padding: 0px 35px 0 !important;
	line-height: 35px;
	margin: 0;
	background: transparent;
	color: #fff;
	display: inline-block;
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0px;
	background: #06dfc8;
	border: 2px solid #06dfc8;
}

.btnreservar_pack:hover {
	background: #282625;
	border: 2px solid #282625;
	color: #fff;
	text-decoration: none;
}

.slider-pack-ficha {
	height: 700px;
}

section.siblings {
	background: transparent;
	border-top: 1px solid #06dfc8;
	border-bottom: 1px solid #06dfc8;
}

section.siblings .menu-nav {
	margin: 0;
	margin-top: 20px;
	font-size: 0;
	margin-bottom: 20px;
	text-align: center;
}

section.siblings .menu-nav li {
	display: inline-block;
	position: relative;
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

section.siblings .menu-nav li:first-of-type {
	margin-left: 0;
}

section.siblings .menu-nav li:last-of-type:before {
	display: none;
}

section.siblings .menu-nav li:before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #99999a;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.siblings .menu-nav li a {
	display: block;
	padding: 10px 23px !important;
	border-radius: 0 !important;
	color: #4d4635 !important;
	background-color: transparent !important;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	border: 0 solid;
	cursor: pointer;
}

.siblings .menu-nav>li:hover>a,
.siblings .menu-nav li.current-menu-item>a {
	color: #06dfc8 !important;
	border-bottom: 0px solid;
}

.siblings .menu-nav {
	margin-top: 10px;
	border-top: 0px solid #fff;
}

.subtitle-decoration {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
	color: #312f2e;
	margin: 25px 0 25px;
}

.subtitle-decoration:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.section-galeria {
	position: relative;
	z-index: 2;
}

.section-galeria .menu-post {
	margin-bottom: 50px;
	height: 325px;
}

.section-galeria .menu-post .gallery-img a .zoom {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	background: #06dfc8;
}

.section-galeria .menu-post .gallery-img a .zoom:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../images/theme/hoteles/arrow-zoom.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-galeria .menu-post .title-galleryhotel {
	color: #282625 !important;
	font-family: Montserrat, arial;
	font-size: 15px;
	font-weight: 500;
	margin: 15px 0 0 0;
}

.section-destino-ficha {
	height: 500px;
}

.section-destino-ficha .box-info {
	padding: 25px 35px;
}

.section-destino-ficha .titledestino {
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	color: #282625;
	font-size: 18px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 25px;
}

.section-destino-ficha .titledestino:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.section-destino-ficha .description {
	color: #282625;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 45px;
	line-height: 23px;
}

.section-location-ficha {
	height: 500px;
}

.section-location-ficha .box-info {
	padding: 25px 50px 25px 0;
}

.section-location-ficha .titlelocation {
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	color: #4d4635;
	font-size: 18px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 25px;
}

.section-location-ficha .titlelocation:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.section-location-ficha .description {
	color: #282625;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 45px;
	line-height: 23px;
}

.section-location-ficha .description .desc {
	margin: 0 0 25px;
}

.section-location-ficha .description .moreinfo {
	column-count: 2;
}

.section-location-ficha .description .moreinfo p {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

.section-ofertas {
	position: relative;
	background-size: cover !important;
}

.section-ofertas .container {
	position: relative;
	top: 0;
}

.section-ofertas .slider-offers-home {
	position: relative;
	top: 0;
}

.section-ofertas.relateds .container {
	position: relative;
	top: 0px;
}

.section-ofertas.relateds .slider-offers-home {
	position: relative;
	top: 0px;
	margin: 0 0 50px;
}

.owl-theme.relateds-home-slider .owl-dots {
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-o-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.owl-theme.relateds-home-slider .owl-nav button.owl-prev {
	left: -80px;
	transform: translateY(-50%);
	width: 80px;
	height: 85px;
}

.owl-theme.relateds-home-slider .owl-nav button.owl-next {
	right: -80px;
	transform: translateY(-50%);
	width: 80px;
	height: 85px;
}

.owl-theme.relateds-home-slider .owl-nav button.owl-prev:before {
	content: '';
	border: solid #282828;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 25px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: relative;
	top: 4px;
}

.owl-theme.relateds-home-slider .owl-nav button.owl-next:before {
	content: '';
	border: solid #282828;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.section-ofertas-ficha .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	height: auto;
}

.section-ofertas .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	height: 1050px;
	margin-left: 8px;
}

.section-ofertas-ficha .menu-3col-grid-image .menu-post,
.section-ofertas .menu-3col-grid-image .menu-post {
	padding: 0;
}

.section-ofertas-ficha .owl-carousel .owl-item,
.section-ofertas .owl-carousel .owl-item {
	padding: 0px;
	height: 500px;
	position: relative;
}

.section-ofertas-ficha .img-shadow,
.section-ofertas .img-shadow {
	box-shadow: none;
}

.section-ofertas-ficha .gallery-post .gallery-bkg:after,
.section-ofertas .gallery-post .gallery-bkg:after {
	content: '';
	border: 0px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 10px;
}

.section-ofertas-ficha .gallery-holder-fs,
.section-ofertas .gallery-holder-fs {
	padding: 0 5px;
	width: 80%;
	margin: 0 auto;
}

.section-ofertas-ficha .gallery-1col .gallery-post,
.section-ofertas .gallery-1col .gallery-post {
	height: 500px;
	width: 100%;
}

.section-ofertas-ficha .gallery-img:before,
.section-ofertas .gallery-img:before {
	content: '';
	background: rgba(133, 134, 136, 0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.section-ofertas-ficha .info-offer,
.section-ofertas .info-offer {
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	transition: all 0.5s;
}

.section-ofertas.relateds .gallery-1col .gallery-post2 {
	height: 500px;
	width: 100%;
}

.section-ofertas-ficha .gallery-1col .gallery-post2 {
	height: 500px;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	transform: translateX(0%);
	height: 100%;
	opacity: 1;
}

.section-ofertas .gallery-1col .gallery-post2 {
	height: 500px;
	width: calc(100% * 2);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	transform: translateX(0%);
	height: 100%;
	opacity: 1;
}

.section-ofertas-ficha .owl-item.active:nth-child(odd)>div {
	top: 0;
	left: 0;
}

.section-ofertas .owl-item.active:nth-child(odd)>div {
	top: calc(100% + 20px);
	left: calc(-100% + -17px);
	transform: translateX(calc(50% + 17px));
}

.section-ofertas-ficha .owl-item.active:nth-child(even)>div,
.section-ofertas .owl-item.active:nth-child(even)>div {
	top: 0;
	left: calc(-100% + -18px);
}

.section-ofertas-ficha .gallery-1col .gallery-post2 a,
.section-ofertas .gallery-1col .gallery-post2 a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.section-ofertas-ficha .owl-item.active .item-content-bkg,
.section-ofertas .owl-item.active .item-content-bkg {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.section-ofertas-ficha .gallery-1col .gallery-post2 .gallery-img,
.section-ofertas .gallery-1col .gallery-post2 .gallery-img,
.section-ofertas.relateds .gallery-1col .gallery-post2 .gallery-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}

.section-ofertas-ficha .gallery-1col .gallery-post2:hover .gallery-img,
.section-ofertas .gallery-1col .gallery-post2:hover .gallery-img,
.section-ofertas.relateds .gallery-1col .gallery-post2:hover .gallery-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.section-ofertas-ficha .gallery-1col .gallery-post2:hover .info-offer,
.section-ofertas .gallery-1col .gallery-post2:hover .info-offer {
	background: #fff;
	padding: 60px 25px 10px;
	transition: all 0.5s;
}

.section-ofertas-ficha .gallery-1col .gallery-post2:hover .info-offer .nameoffer:before,
.section-ofertas .gallery-1col .gallery-post2:hover .info-offer .nameoffer:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #caad65;
	position: absolute;
	bottom: 0;
}

.section-ofertas .gallery-1col .gallery-post2:hover .info-offer .descoffer,
.section-ofertas .gallery-1col .gallery-post2:hover .info-offer .btnreservar,
.section-ofertas .gallery-1col .gallery-post2:hover .info-offer .discountoffer {
	opacity: 1;
	transition: all 0.5s;
}

.section-ofertas-ficha .gallery-1col .gallery-post2:hover .info-offer .descoffer,
.section-ofertas-ficha .gallery-1col .gallery-post2:hover .info-offer .btnreservar,
.section-ofertas-ficha .gallery-1col .gallery-post2:hover .info-offer .discountoffer {
	opacity: 1;
	transition: all 0.5s;
}

.section-ofertas.relateds .item-content-bkg:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	top: inherit;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 51, 48, 1) 60%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(50, 51, 48, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 51, 48, 1) 60%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 51, 48, 1) 60%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(50, 51, 48, 1) 60%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(50, 51, 48, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	z-index: 0;
	opacity: 1;
	bottom: 0px;
	margin: 0;
}

.section-ofertas.relateds .info-offer {
	position: absolute;
	bottom: 20px;
	top: inherit;
	left: 20px;
	z-index: 1;
}

.section-ofertas.relateds .discountoffer {
	position: absolute;
	top: 15px;
	bottom: inherit;
	right: inherit;
	left: 15px;
	border: 3px solid #fff;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	text-align: center;
	background: rgba(82, 82, 81, 0.5);
}

.hoteles-ficha-offers-ficha .section-ofertas.relateds .info-offer {
	position: absolute;
	bottom: inherit;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.hoteles-ficha-offers-ficha .section-ofertas.relateds .discountoffer {
	position: absolute;
	top: inherit;
	bottom: 15px;
	left: inherit;
	right: 15px;
	border: 3px solid #fff;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	text-align: center;
	background: rgba(21, 177, 201, 0.25);
}

.hoteles-ficha-offers-ficha .section-ofertas.relateds .item-content-bkg:after {
	content: '';
	display: none;
}

.hoteles-ficha-offers-ficha .section-ofertas.relateds .nameoffer {
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
	padding: 0 0 25px;
	position: relative;
}

.hoteles-ficha-offers-ficha .infomapabola {
	background: transparent;
	background-size: cover;
	width: 100%;
	height: 635px;
	padding: 0 70px;
	z-index: 1;
	position: relative;
}

.hoteles-ficha-offers-ficha .infomapabola:before {
	content: '';
	display: none;
}

.hoteles-ficha-offers-ficha .infomapabola:after {
	content: '';
	display: none;
}

.hoteles-ficha-offers-ficha .infomapabola .mapabola {
	border-radius: 100%;
	overflow: hidden;
	width: 450px;
	height: 450px;
	border: 0px solid;
	z-index: 2;
}

.hoteles-ficha-offers-ficha .adress-infomapabola {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	color: #282625;
	margin: 0 0 18px;
	padding: 0px 0 0px 100px;
	position: relative;
	left: -40px;
	background: transparent;
	width: auto;
}

.hoteles-ficha-offers-ficha .adress-infomapabola .desccontact {
	border-top: 1px solid rgba(82, 82, 81, 0.7);
	border-bottom: 1px solid rgba(82, 82, 81, 0.7);
	padding: 20px 0;
	margin: 10px 0;
}

.section-ofertas.relateds .nameoffer {
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	color: #06dfc8;
	font-size: 20px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
	padding: 0 0 25px;
	position: relative;
}

.section-ofertas.relateds .zonehotel {
	font-family: Montserrat, arial;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	font-size: 17px;
	font-style: normal;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}

.section-ofertas.relateds .menu-post .link-plus {
	color: #06dfc8;
	border: 2px solid #06dfc8;
	background: transparent;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 50px;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 1;
	transition: all 0.3s;
}

.section-ofertas.relateds .menu-post:hover .link-plus {
	color: #fff;
	border: 2px solid #06dfc8;
	background: #06dfc8;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 50px;
	text-decoration: none;
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index: 1;
}

.section-ofertas-ficha .nameoffer,
.section-ofertas .nameoffer {
	font-family: Montserrat, arial;
	font-weight: 600;
	text-transform: uppercase;
	color: #4d4635;
	font-size: 18px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
	padding: 0 0 15px;
	position: relative;
}

.section-ofertas-ficha .nameoffer:before,
.section-ofertas .nameoffer:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #4d4635;
	position: absolute;
	bottom: 0;
}

.section-ofertas-ficha .descoffer,
.section-ofertas .descoffer {
	font-family: Montserrat, arial;
	font-weight: 500;
	text-transform: none;
	color: #312f2e;
	font-size: 13px;
	padding: 25px 0 10px;
	line-height: 22px;
	opacity: 0;
	transition: all 0.5s;
	height: 250px;
}

.section-ofertas-ficha .descoffer ul,
.section-ofertas .descoffer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-ofertas-ficha .btnreservar,
.section-ofertas .btnreservar {
	font-family: Montserrat, arial;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #06dfc8;
	font-size: 17px;
	padding: 10px;
	line-height: 22px;
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
}

.section-ofertas-ficha .namehotel,
.section-ofertas .namehotel {
	font-family: Montserrat, arial;
	font-weight: 400;
	color: #fff;
	font-size: 17px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}

.section-ofertas-ficha .zonehotel,
.section-ofertas .zonehotel {
	font-family: Montserrat, arial;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.6);
}

.section-ofertas-ficha .discountoffer,
.section-ofertas .discountoffer {
	position: absolute;
	top: 0;
	right: 25px;
	border: 0px solid #fff;
	width: 95px;
	height: 60px;
	border-radius: 0;
	text-align: center;
	background: #06dfc8;
	opacity: 0;
	transition: all 0.5s;
}

.ofertas-list .discountoffer .discounttext,
.section-ofertas-ficha .discountoffer .discounttext,
.section-ofertas .discountoffer .discounttext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.ofertas-list .discountoffer .discounttext label,
.section-ofertas-ficha .discountoffer .discounttext label,
.section-ofertas .discountoffer .discounttext label {
	font-family: Montserrat, arial;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	line-height: 14px;
}

.ofertas-list .discountoffer .discounttext span,
.section-ofertas-ficha .discountoffer .discounttext span,
.section-ofertas .discountoffer .discounttext span {
	font-family: Montserrat, arial;
	font-weight: 600;
	color: #fff;
	font-size: 28px;
	line-height: 35px;
}

.ofertas .section-ofertas .menu-3col-grid-image .menu-post {
	margin: 1%;
}

.ofertas .menu-3col-grid-image .menu-post {
	width: 30.33%;
}

.popupleaflet {
	width: 250px;
	height: 250px;
	background-size: cover !important;
}

.popupleaflet label {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	color: #06dfc8;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
	display: block;
	background: #fff;
	padding: 5px 10px;
}

.popupleaflet img {
	width: 100%;
}

.popupleaflet a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 0 0;
	background: #f19e09;
	text-align: center;
	position: absolute;
	width: calc(100% + 1px);
	bottom: 0;
	padding: 10px;
}

.popupleaflet a:hover {
	background: #06dfc8;
	color: #fff;
}

.hoteles-list .leaflet-popup-content,
.ofertas .leaflet-popup-content {
	margin: -1px -2px;
	line-height: 1.4;
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
	display: none;
}

.parallax.section-barco {
	background-color: rgba(70, 179, 210, 0.75);
	background-blend-mode: multiply;
	position: relative;
}

.parallax.section-barco:before {
	content: '';
	background-color: rgba(70, 179, 210, 0.50);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.parallax,
.no-parallax {
	background-repeat: repeat;
	background-position: center center !important;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax {
	position: relative;
	height: 650px;
}

.parallax-content {
	color: #ffffff;
	position: relative;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.parallax-content h4 {
	color: #ffffff;
	letter-spacing: 1px;
}

.parallax-content .info-contact {
	margin: 25px 0 0 0;
}

.parallax-content .info-contact div {
	margin: 0 25px;
}

.parallax-content .info-contact div i {
	font-size: 50px;
	margin: 0 0 15px 0;
}

.parallax-content .info-contact div p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}


/* HEADER PAGES */

.topSingleBkg {
	width: 100%;
	height: 450px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 54px;
}

.single-post-title {
	color: #ffffff;
	text-transform: uppercase;
}

.post-subtitle {
	color: #ffffff;
	opacity: 0.8;
}

.item-content-bkg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.inner-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* END HEADER PAGES */


/* HOME STYLE 1 */

.home-features {
	background: #f4f4f4;
	padding: 54px 0;
}

.small-feature-icon {
	float: left;
	display: block;
}

.small-feature-desc {
	margin-left: 64px;
}

.small-feature-desc h5 {
	text-transform: uppercase;
}

.title-headline {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	color: #282625;
}

.title-headline-intro {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	color: #282625;
}

.title-headline-intro.ficha {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0;
	color: #06dfc8;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.home-subtitle.ficha {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: #4d4d4d;
	margin: 0 0 25px;
	font-style: italic;
}

.home-subtitle.ficha i {
	margin: 0 10px 0 0;
}

#section-menutitle-ficha .desc-ficha {
	margin: 0 0 40px;
}

.title-style-1 {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 24px;
}

.img-center img {
	margin: 0 auto;
}

#home-content-4 .our-menu {
	text-align: left;
	margin-top: 36px;
}

.parallax-content .title-headline:before,
.parallax-content .title-headline:after {
	background: #ffffff;
}


/* END HOME STYLE 1 */


/* HOME STYLE 2 */

.home-featured-item {
	position: relative;
	height: 250px;
	overflow: hidden;
	margin-bottom: 24px;
}

.home-featured-item .home-featured-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.grid-overlay {
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.home-featured-item:hover .grid-overlay {
	background: rgba(0, 0, 0, 0.2);
}

.featured-item-content {
	bottom: 30px;
	left: 30px;
	margin-right: 16px;
	position: absolute;
	z-index: 2;
}

.home-featured-item:hover .home-featured-img {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.featured-item-content h5 {
	text-transform: uppercase;
	color: #ffffff;
}

.featured-short-desc {
	font-style: italic;
	color: #ffffff;
}

.home-about-2 {
	background: #f4f4f4;
}

.about-2-content {
	padding: 54px;
}

.home-featured-item-2 {
	height: 700px;
	position: relative;
	overflow: hidden;
}

.home-featured-img-2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.home-menu {
	text-align: left;
	margin-top: 54px;
}

.home-menu .categ-name h2:before,
.home-menu .categ-name h2:after {
	display: none;
}


/* END HOME STYLE 2 */

#home-gallery {
	background: #252525;
}

.home-blog {
	padding-bottom: 0;
}

section.mapsection:before {
	content: '';
	background: rgba(177, 14, 14, 0.57);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.section-categoryhotel-home .menu-post {
	height: 290px;
}

.section-categoryhotel-home .menu-post .item-content-bkg {
	background-size: cover;
	background-position: center;
	position: relative;
}

.section-categoryhotel-home .menu-post .item-content-bkg .link-category {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.section-categoryhotel-home .menu-post .item-content-bkg i {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	right: 5px;
	top: 10px;
	line-height: 50px;
	border: 3px solid #282625;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.section-categoryhotel-home .menu-post .item-content-bkg i:before {
	font-size: 40px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #282625;
	transform: translate(-50%, -50%);
}

.section-categoryhotel-home .menu-post .item-content-bkg .round-title {
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.section-categoryhotel-home .menu-post .item-content-bkg:hover .round-title {
	opacity: 1;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 250px;
	height: 250px;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.section-categoryhotel-home .menu-post .item-content-bkg .round-title span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	text-transform: uppercase;
	font-size: 22px;
}


/*************************************



4. MENU PAGES



************************************/

.categ-name {
	text-align: center;
	margin-bottom: 54px;
}

.headline {
	margin-bottom: 54px;
}

.categ-name h2,
.headline h2 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
}

.menu-holder {
	margin-bottom: 36px;
}
.menu-post h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 50px;
	position: relative;
}

.menu-price {
	position: absolute;
	top: 0px;
	right: 0;
}

.menu-title {
	position: relative;
}

.menu-title,
.menu-price {
	background: #ffffff;
	z-index: 2;
}

.menu-dots {
	position: absolute;
	top: 14px;
	left: 80px;
	right: 0;
	margin: 0;
	border: 0;
	height: 5px;
	display: block;
	background: radial-gradient(#d5d5d5 40%, transparent 10%);
	background-position: 0 0;
	background-size: 4px 4px;
	background-repeat: repeat-x;
}

.menu-post-img {
	display: block;
	float: left;
	position: relative;
	top: -5px;
}

.menu-post-img img {
	border-radius: 99em;
	height: 60px;
	width: 60px;
}

.menu-post-desc {
	margin-left: 70px;
}

.menu-text {
	font-size: 14px;
	font-style: italic;
}


/* menu 2 col */

.menu-2col .menu-post {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	margin-left: -4px;
	vertical-align: top;
}

.menu-2col .menu-post.last {
	margin-right: 0;
}

.menu-2col .menu-post:nth-last-child(1),
.menu-2col .menu-post:nth-last-child(2) {
	margin-bottom: 0;
}


/* end menu 2 col */


/* menu 3 col */

.menu-3col .menu-post {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	margin-left: -4px;
	vertical-align: top;
}

.menu-3col .menu-post.last {
	margin-right: 0;
}

.menu-3col .menu-post-desc {
	margin-left: 0;
}

.menu-3col .menu-post:nth-last-child(1),
.menu-3col .menu-post:nth-last-child(2),
.menu-3col .menu-post:nth-last-child(3) {
	margin-bottom: 0;
}


/* end menu 3 col */


/* menu 3 col grid image */

.menu-3col-grid-image {
	margin-bottom: 100px;
}

.menu-3col-grid-image .menu-post {
	height: 400px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 33.33%;
	margin: 0;
	padding: 5px;
}

.menu-grid-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.menu-grid-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.menu-grid-img:after {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 10px;
}

.menu-post:hover .menu-grid-img:after {
	opacity: 1;
}

.menu-3col-grid-image .menu-post-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	margin-left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-3col-grid-image h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding: 0;
}

.menu-3col-grid-image .menu-price {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-top: 32px;
	color: #ffffff;
	background: none;
	display: block;
}

.menu-3col-grid-image .menu-text {
	color: #ffffff;
}


/* end menu 3 col grid image */


/* menu accordion */

.our-menu {
	padding: 0;
	margin: 0;
}

.our-menu li {
	list-style: none;
	margin-bottom: 24px;
}

.our-menu li:last-child {
	margin-bottom: 0px;
}

.menu-title-section {
	letter-spacing: 1px;
	padding: 8px 24px;
	text-transform: uppercase;
	cursor: pointer;
	border: 5px solid #252525;
	background: #ffffff;
}

.menu-title-section:hover {
	background: #ffffff;
}

.menu-title-section:before {
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 8px;
}

.menu-title-section a {
	color: #252525;
}

.menu-title-section.active,
.menu-title-section:hover {
	background: #252525;
}

.menu-title-section.active:before {
	content: "\f106";
	color: #ffffff;
}

.menu-title-section.active a,
.menu-title-section:hover a,
.menu-title-section:hover:before {
	color: #ffffff;
}

.menu-accordion {
	padding: 24px 12px 0 12px;
	margin-bottom: 0;
}


/* end menu accordion */


/*************************************



HOTELES LIST



************************************/

.hoteles-list #section-menutitle,
.category-ficha #section-menutitle {
	position: relative;
	z-index: 9;
}

.filter-isotope {}

.filter-isotope .filter-button-group {
	background: #fff;
	border-top: 1px solid #06dfc8;
	border-bottom: 1px solid #06dfc8;
	padding: 0;
	padding-top: 20px;
	font-size: 0;
	padding-bottom: 20px;
	text-align: center;
    z-index: 9;
    margin-bottom: 40px;
}

.filter-isotope .filter-button-group .button {
	display: block;
	padding: 10px 10px !important;
	border-radius: 0 !important;
	color: #4d4635 !important;
	background-color: transparent !important;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	border: 0 solid;
	cursor: pointer;
}

.filter-isotope .filter-button-group .button.is-checked {
	color: #06dfc8 !important;
}

.filter-isotope .filter-button-group .button:hover {
	color: #06dfc8 !important;
}

.filter-isotope .filter-button-group .button:before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #99999a;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.ofertas .section-hoteles .item-hotel-carousel {
	padding: 15px;
	background: #fff;
	display: inline-block;
	margin: 10px;
	position: relative;
	vertical-align: top;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	width: 450px;
}

.hoteles-list .section-hoteles .item-hotel-carousel,
.hoteles-ficha-bonos .section-hoteles .item-hotel-carousel,
.hoteles-ficha-offers .section-hoteles .item-hotel-carousel,
.category-ficha .section-hoteles .item-hotel-carousel {
	padding: 0;
	background: transparent;
	margin: 0;
	position: relative;
	vertical-align: top;
	box-shadow: none;
	width: 100%;
}

.ofertas .section-hoteles .item-hotel-carousel .imghotel .btn,
.hoteles-list .section-hoteles .item-hotel-carousel .imghotel .btn,
.hoteles-ficha-bonos .section-hoteles .item-hotel-carousel .imghotel .btn,
.hoteles-ficha-offers .section-hoteles .item-hotel-carousel .imghotel .btn,
.category-ficha .section-hoteles .item-hotel-carousel .imghotel .btn {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 15px;
	line-height: 35px;
	padding: 0 20px !important;
}

.ofertas .section-hoteles .gallery-holder-fs {
	padding: 40px 5px 100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.hoteles-list .section-hoteles .gallery-holder-fs,
.hoteles-ficha-bonos .section-hoteles .gallery-holder-fs,
.hoteles-ficha-offers .section-hoteles .gallery-holder-fs,
.category-ficha .section-hoteles .gallery-holder-fs {
	padding: 40px 0px 100px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.hoteles-facilities-slider {
	height: 35px;
	display: block !important;
	position: absolute !important;
	width: 70% !important;
	border: 0px solid red;
	bottom: 10px;
	left: 12px;
	padding: 0 10px;
}

.hoteles-facilities-slider i {
	color: #6d6e71;
}

.hoteles-facilities-slider i:before {
	margin: 0 !important;
	color: #6d6e71;
}

.hoteles-facilities-slider .owl-nav button.owl-prev {
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.hoteles-facilities-slider .owl-nav button.owl-next {
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.section-hoteles .hoteles-list .item-hotel-carousel .owl-carousel .owl-item {
	padding: 2px !important;
}

.section-hoteles .hoteles-list .item-hotel-carousel .hoteles-facilities-slider .owl-nav button.owl-prev:before {
	content: '';
	border: solid #8ad0f0;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin: 0 0 0 5px;
}

.section-hoteles .hoteles-list .item-hotel-carousel .hoteles-facilities-slider .owl-nav button.owl-next:before {
	content: '';
	border: solid #8ad0f0;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0 5px 0 0;
}

.section-hoteles .hoteles-list .item-hotel-carousel .hoteles-facilities-slider.noarrows {
	padding: 0;
	left: 0;
	width: 68% !important;
}

.infomap {
	background: #f4f4f4;
	width: 100%;
	height: 635px;
	padding: 0 70px;
}

#mapid {
	width: 100%;
	height: 635px;
	z-index: 9;
}

.title-infomap {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4d4d4d;
	text-transform: uppercase;
	margin: 0 0 20px;
	width: 350px;
	line-height: 37px;
}

.subtitle-infomap {
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0;
	color: #06dfc8;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.adress-infomap {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	color: #595959;
	margin: 0 0 18px;
}

.adress-infomap p {
	margin: 0 0 10px;
}

.ofertas-list .room-row:nth-child(even) {
	background: #ffffff;
}

.ofertas-list .room-row:nth-child(odd) {
	background: #eeeeee;
}

.room-row {
	position: relative;
	z-index: 1;
}

.room-row .home-featured-item-2 {
	height: 100%;
	min-height: 420px;
}

.room-row .gallery-room:first-of-type {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.room-row .gallery-room {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	cursor: url(../images/design/cursor-zoom-in-small-white.png), auto;
}

.room-row .title-room {
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	color: #000000;
}

.room-row .desc-room {
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 29px;
	color: #282625;
}

.room-row .desc-room p {
	margin: 0;
}

.room-row .desc-room p strong {
	font-weight: 500 !important;
}

.room-row .desc-room .options-set {
	position: relative;
	height: auto;
	margin: 35px 0 0 0;
}

.room-row .desc-room .options-set .btn-primary:hover {
	color: #fff;
	background-color: #06dfc8 !important;
	border-color: #06dfc8 !important;
}

.room-row:nth-of-type(odd) .col-image-room {
	order: 2;
}

.room-row:nth-of-type(odd) .col-content-room {
	order: 1;
}

.room-row:nth-of-type(even) .col-image-room {
	order: 1;
}

.room-row:nth-of-type(even) .col-content-room {
	order: 2;
}

.room-row .col-content-room .about-2-content {
	width: 100%;
	height: 100%;
}

.room-row .room-facilities-slider {
	height: 35px;
	display: block !important;
	border: 0px solid red;
	bottom: 0;
	left: 0;
	margin: 40px 0 0 0;
}

.room-row .owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: 30px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	transform: translateY(-50%);
}

.room-row .room-facilities-slider i:before {
	font-size: 30px;
}

.owl-theme.room-facilities-slider .owl-nav button.owl-prev:before {
	content: '';
	border: solid #06dfc8;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: relative;
	top: 2px;
}

.owl-theme.room-facilities-slider .owl-nav button.owl-next:before {
	content: '';
	border: solid #06dfc8;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: 2px;
}

.servicios-list {
	position: relative;
}

.servicios-list .estrella {
	display: block;
	width: 260px;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: -320px;
	overflow: hidden;
}

.servicios-list .estrella:before {
	content: '';
	display: block;
	background: url(../images/theme/servicios/estrella.png) no-repeat;
	background-size: cover;
	width: 320px;
	height: 350px;
	transform: rotate(17deg);
	position: absolute;
}

.infomapabola {
	background: none;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 1;
	position: relative;
}

#mapidhotel {
	width: 100%;
	height: 500px;
}

.infomapabola .mapabola {
	border-radius: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 0px solid;
	z-index: 2;
}

#section-servicios-ficha {
	width: 85%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#section-servicios-ficha .title-headline-intro {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	color: #06dfc8;
}

#section-servicios-ficha .title-section {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#section-servicios-ficha .img-servicios-ficha img {
	width: 100%;
}

#section-servicios-ficha .box-content {
	border: 5px solid #f19e09;
	padding: 30px;
}

#section-servicios-ficha .box-content h2 {
	color: #f19e09;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

div#contact-form-holder {
	border-top: 1px solid #6b6c6f;
	padding: 50px 0 0 0;
}

.iconos-decor {
	position: relative;
}

.iconos-decor .palmeras {
	display: block;
	width: 260px;
	height: 400px;
	position: absolute;
	right: 0;
	bottom: 100px;
	overflow: hidden;
}

.iconos-decor .palmeras:before {
	content: '';
	display: block;
	background: url(../images/theme/servicios/palmeras.png) no-repeat;
	background-size: cover;
	background-position: 19px;
	width: 320px;
	height: 350px;
	transform: rotate(0deg);
	position: absolute;
}

.servicios-ficha .section-hoteles.relateds {
	position: relative;
}

.servicios-ficha .section-hoteles.relateds .estrella {
	display: block;
	width: 260px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.servicios-ficha .section-hoteles.relateds .estrella:before {
	content: '';
	display: block;
	background: url(../images/theme/servicios/estrella.png) no-repeat;
	background-size: cover;
	background-position: -140px;
	width: 320px;
	height: 350px;
	transform: rotate(0deg);
	position: absolute;
}

.isla-ficha .section-hoteles.relateds .owl-carousel .owl-item,
.servicios-ficha .section-hoteles.relateds .owl-carousel .owl-item {
	padding: 20px;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel {
	padding: 15px;
	background: #fff;
	box-shadow: 3px 5px 25px #adabab;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel {
	position: relative;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio {
	position: absolute;
	width: 150px;
	height: 100px;
	overflow: hidden;
	bottom: 0;
	left: 10px;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio:before,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio:before {
	content: '';
	position: absolute;
	border: 10px solid rgba(64, 177, 208, 0.6);
	background: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	width: 150px;
	height: 150px;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio .price-align,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio .price-align {
	position: absolute;
	top: calc(50% + 12px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio label,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio label {
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat, arial;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 500;
	margin: 0;
	line-height: 16px;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio span,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .imghotel .precio span {
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 42px;
	color: #4d4d4d;
	font-weight: 700;
	margin: 0;
	line-height: 50px;
}

.isla-ficha .section-hoteles.relateds .owl-theme .owl-nav button.owl-prev:before,
.servicios-ficha .section-hoteles.relateds .owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #8ad0f0;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.isla-ficha .section-hoteles.relateds .owl-theme .owl-nav button.owl-next:before,
.servicios-ficha .section-hoteles.relateds .owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #8ad0f0;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .contenthotel,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .contenthotel {
	height: 100px;
	position: relative;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .zonehotel,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .zonehotel {
	padding: 0 40px 0 0;
	font-family: Montserrat, arial;
	font-weight: 500;
	font-size: 13px;
	color: #6d6e71;
	font-style: italic;
	margin: 0 0 10px;
}

.isla-ficha .section-hoteles.relateds .item-hotel-carousel .contenthotel .linkhotel,
.servicios-ficha .section-hoteles.relateds .item-hotel-carousel .contenthotel .linkhotel {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.intro-related .title-section {
	font-family: 'Montserrat', sans-serif;
	font-size: 33px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	color: #06dfc8;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.banners-ficha {
	padding: 67px 0 0 20%;
}

.banners-ficha img {
	width: 100%;
}


/*************************************



5. GALLERY + TEAM



************************************/

.gallery-holder-fs {
	padding: 0 5px;
}

.gallery-mglass {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99em;
	color: #8ad0f0;
	display: inline-block;
	background: #ffffff;
	margin-top: 24px;
	opacity: 0;
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.gallery-post:hover .gallery-mglass {
	opacity: 1;
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


.gallery-img:before {
	content: '';
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.gallery-post .gallery-bkg:after {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 10px;
}

.gallery-post:hover .gallery-bkg:after {
	opacity: 1;
}

.gallery-post .gallery-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform 0.5s ease-in-out 0s;
	-moz-transition: transform 0.5s ease-in-out 0s;
	-o-transition: transform 0.5s ease-in-out 0s;
	-ms-transition: transform 0.5s ease-in-out 0s;
	transition: transform 0.5s ease-in-out 0s;
}

.gallery-post:hover .gallery-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.gallery-1col .gallery-post {
	height: 300px;
	width: 100%;
}

.gallery-4col .gallery-post {
	height: 400px;
	width: 25%;
}

.gallery-5col .gallery-post {
	height: 300px;
	width: 20%;
}

.section-menus-home .gallery-holder-fs {
	padding: 0;
}

.section-menus-home .menu-3col-grid-image .menu-post {
	padding: 3px 0;
}


/* TEAM */

.team-post {
	margin-bottom: 54px;
}

.team-img img {
	margin: 0 auto;
}

.team-content {
	text-align: center;
}

.team-content h4 {
	margin-top: 24px;
	font-weight: 600;
	font-size: 24px;
}

.team-position {
	font-size: 14px;
	font-style: italic;
}

.team-details {
	list-style: none;
	margin-left: 0;
	margin-top: 24px;
}

.team-details li {
	font-size: 12px;
}

.team-details li span {
	font-weight: 700;
	text-transform: uppercase;
}

.masonry-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	max-height: 350px;
	overflow: hidden;
}

.masonry-columns .masonrycard {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.masonry-columns .masonrycard {
	margin-bottom: .75rem;
}

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

.masonry-columns .masonrycard .card-img-top {
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.distinciones-slider {
	width: 65% !important;
	margin: 60px auto 0;
}

.distinciones-slider .owl-stage {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.distinciones-slider .item-img-distincion {
	text-align: center;
}

.distinciones-slider .img-distincion {
	width: auto !important;
	display: inline-block !important;
}

.distinciones-slider .owl-nav button {
	position: absolute;
	top: 0%;
	left: 30px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1 !important;
}

.distinciones-slider .owl-nav button.owl-next span,
.distinciones-slider .owl-nav button.owl-prev span {
	display: none;
}

.distinciones-slider .owl-nav button.owl-next:before {
	content: '';
	border: solid #ff1d25 !important;
	border-width: 0 1px 1px 0 !important;
	display: inline-block;
	padding: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.distinciones-slider .owl-nav button.owl-prev:before {
	content: '';
	border: solid #ff1d25 !important;
	border-width: 0 1px 1px 0 !important;
	display: inline-block;
	padding: 20px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#section-proximidad {
	position: relative;
	top: -75px;
}


/*************************************



6. BLOG



************************************/

.blog-widget {}

.blog-widget .post-image {
	margin: 0 0 40px;
}

.blog-widget .about-2-content {
	padding: 0px 54px 54px 54px;
}

.posts-holder {
	padding-right: 35px;
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 35px;
}

.article-title {
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	margin: 8px 0;
}

.article-title a {
	color: #252525;
}

.article-title a:hover {
	color: #ff1d25;
}

.post-category {
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
}

.post-category a:hover {
	border-bottom: 1px solid #ff1d25;
}

.post-meta {
	margin: 0;
	list-style: none;
	margin-bottom: 24px;
	text-align: center;
}

.post-meta li {
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
}

.post-author img {
	border-radius: 99em;
}

.post-holder-all,
.blog-item-1col-list {
	margin: 36px 0;
	padding-bottom: 36px;
	border-bottom: 1px solid #f2f2f2;
}

.more-btn {
	text-align: center;
}

.post-holder-all .view-more {
	margin-top: 36px;
}


/*** BLOG LIST ***/

.blog-item-1col-list .post-image {
	width: 40%;
	height: 300px;
	float: left;
	overflow: hidden;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 60%;
	float: left;
	padding-left: 24px;
	margin-top: 0;
}

.blog-item-1col-list .article-title {
	font-size: 24px;
	text-align: left;
}

.blog-item-1col-list .view-more {
	padding: 10px 24px;
	margin-top: 24px;
}

.blog-item-1col-list .post-category,
.blog-item-1col-list .post-meta,
.blog-item-1col-list .more-btn {
	text-align: left;
}


/*** END BLOG LIST ***/


/*** BLOG GRID ***/

.blog-item-2col-grid {
	margin-bottom: 36px;
	padding-bottom: 0px;
	border-bottom: 0px solid #f2f2f2;
}

.blog-item-2col-grid .article-title {
	font-size: 24px;
}

.blog-item-2col-grid .view-more {
	padding: 10px 24px;
}

.content-grid {
	margin: 24px 0;
}

.post-content.content-grid:after {
	content: '';
	width: 20%;
	height: 5px;
	background: #ff1d25;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.view-more-link {
	color: #ff1d25;
}


/*** END BLOG GRID ***/


/*** SIDEBAR ***/

aside {
	padding: 0px;
}

aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 36px;
}

aside>ul>li:first-child {
	margin-top: 0;
}

.widgettitle {
	font-size: 16px;
	margin-bottom: 24px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}

.widgettitle:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #252525;
	bottom: 0;
	left: 0;
	position: absolute;
}

.widgettitle:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #252525;
	bottom: -5px;
	left: 0;
	position: absolute;
}

.widget ul li {
	margin-bottom: 8px;
}

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

.widget ul li a {
	color: #252525;
}

.widget ul li a:hover {
	text-decoration: none;
	color: #ff1d25;
}

.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
	color: #252525;
	padding-bottom: 8px;
	border-bottom: 1px solid #f2f2f2;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
	border: none;
}

.search-string {
	padding: 10px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.tagcloud a,
.tags-single-page a {
	display: inline-block;
	font-size: 11px !important;
	color: #252525;
	border: 3px solid #252525;
	padding: 3px 12px;
	text-align: center;
	margin: 0 3px 7px 0;
}

.tagcloud a:hover,
.tags-single-page a:hover {
	background: #f2f2f2;
	text-decoration: none;
}

.flickr div {
	float: left;
	margin: 0px 7px 7px 0px;
}

.flickr img {
	width: 60px;
	height: 60px;
}

.flickr div a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
}

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

aside .instagram-pics {
	text-align: center;
}

aside .instagram-pics li {
	display: inline-block;
	margin: 0px 7px 7px 0px;
}

aside .instagram-pics li img {
	width: 60px;
	height: 60px;
}


/*** END SIDEBAR ***/


/*** PREV-NEXT PAGE NAVIGATION ***/

.prev-next {
	margin-top: 54px;
}

.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.page-numbers,
.nav-page a {
	color: #252525;
	margin: 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #d5d5d5;
}


/*** SINGLE PAGE ***/

.topSingleBkg .post-category a {
	color: #ffffff;
}

.topSingleBkg .post-category a:hover {
	border-color: #ffffff;
}

.topSingleBkg .post-meta,
.topSingleBkg .post-meta a {
	color: rgba(255, 255, 255, 0.8);
}

.dropcap:first-letter,
.single-post-content>p:first-child:first-letter {
	display: block;
	float: left;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0 5px 0 0;
	margin-bottom: -8px;
}

.tags-single-page {
	margin-top: 42px;
}

.author-single-page {
	margin-top: 42px;
	padding: 24px;
	border: 2px solid #f2f2f2;
}

.author-avatar {
	display: block;
	float: left;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 110px;
}

.author-single-page h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.author-single-page h4 a {
	color: #252525;
}

.author-single-page h4 a:hover {
	color: #ff1d25;
}

.meta-nav-holder {
	margin-top: 42px;
}

.meta-nav {
	padding: 0 16px;
}

.meta-nav h4 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.meta-nav-right {
	text-align: right;
}

.single-subtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 16px;
	margin-top: 42px;
}


/* comments + contact fields */

.comm-field,
.contact-field,
#msg-contact {
	width: 100%;
	padding: 10px 7px;
	border: 1px solid #e5e5e5;
	margin-top: 21px;
}

.contact-btn,
.form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0px;
}

.comm-title-2 .section-title {
	margin-top: 28px;
}

.output2 {
	margin-top: 21px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 21px;
}

#submit {
	padding: 10px 24px;
}

.submit {
	margin-top: 24px;
}

.comm-send {
	margin-top: 35px;
}

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

.message.error {
	position: absolute;
	bottom: -22px;
}

.message {
	position: absolute;
	bottom: -22px;
}

.realperson-text {
	font-family: monospace;
	font-size: 6px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 3px;
}

.realperson-text {
	letter-spacing: 0px;
	font-size: 4px;
	line-height: 2px;
	font-family: "Courier New", monospace !important;
}

.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border: 0px solid red;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0;
	background: url(https://img.icons8.com/ios-glyphs/24/000000/synchronize.png);
	position: absolute;
	top: -5px;
	right: 0;
}

.realperson-challenge {
	position: relative;
	padding: 0 45px 0 0;
}

.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 .close-button,
.alert-box.error .icons {
	color: #d35858
}

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

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

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

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

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

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

.col-check {
	-ms-flex: 0 0 4.333333%;
	flex: 0 0 4.333333%;
	max-width: 4.333333%;
}

.col-labelcheck {
	-ms-flex: 0 0 95.666667%;
	flex: 0 0 95.666667%;
	max-width: 95.666667%;
}

.contactchecktext label {
	font-family: Montserrat, arial;
	font-weight: 400;
	color: rgba(175, 49, 49, 0.85);
	letter-spacing: normal;
	text-transform: none;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	margin: 0;
	position: relative;
	top: -2px;
}





input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	-webkit-transition-delay: 9999s;
}


.contenedor-formulario .formulario .input-group input[type="text"].error,
.contenedor-formulario .formulario .input-group input[type="email"].error,
.contenedor-formulario .formulario .input-group input[type="password"].error {
	border-bottom: 2px solid #D32F2F;
}

.contenedor-formulario .formulario .input-group input[type="text"].error+label,
.contenedor-formulario .formulario .input-group input[type="email"].error+label,
.contenedor-formulario .formulario .input-group input[type="password"].error+label {
	color: #D32F2F;
}

.contenedor-formulario .formulario .input-group label {
	color: #4d4d4d;
}

.contenedor-formulario .formulario .input-group label.label {
	transition: all 0.3s ease;
	margin-left: 0;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

.contenedor-formulario .formulario .input-group label.labelcaptcha {
	margin-left: 15px;
}

.contenedor-formulario .formulario .input-group label.label.active {
	top: -18px;
	font-size: 12px;
	line-height: 12px;
	color: #B6B6B6;
}

.contenedor-formulario .formulario .input-group.checkbox label,
.contenedor-formulario .formulario .input-group.radio label {
	display: inline-block;
	cursor: pointer;
	color: rgb(169, 14, 19);
	position: relative;
	padding: 5px 15px 5px 51px;
	font-size: 1em;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.contenedor-formulario .formulario .input-group.checkbox label:hover,
.contenedor-formulario .formulario .input-group.radio label:hover {
	background: #bbdefb;
}

.contenedor-formulario .formulario .input-group.checkbox label:before,
.contenedor-formulario .formulario .input-group.radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 15px;
	top: 9px;
	border-radius: 50%;
	background: none;
	border: 2px solid rgb(169, 14, 19);
}

.contenedor-formulario .formulario .input-group.error label {
	color: #D32F2F;
}

.contenedor-formulario .formulario .input-group.error label:hover {
	background: rgba(211, 47, 47, 0.2);
}

.contenedor-formulario .formulario .input-group.error label:before {
	border: 2px solid #D32F2F;
}

.contenedor-formulario .formulario .input-group.radio input[type="radio"] {
	display: none;
}

.contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked+label:before {
	display: none;
}

.contenedor-formulario .formulario .input-group.radio input[type="radio"]:checked+label {
	padding: 5px 15px;
	background: #303F9F;
	border-radius: 2px;
	color: #f2f2f2;
}

.contenedor-formulario .formulario .input-group.checkbox label:before {
	border-radius: 3px;
}

.contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"] {
	display: none;
}

.contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked+label:before {
	display: none;
}

.contenedor-formulario .formulario .input-group.checkbox input[type="checkbox"]:checked+label {
	background: rgb(169, 14, 19);
	color: #f2f2f2;
	padding: 5px 15px;
}

.contenedor-formulario .formulario input[type="submit"] {
	background: #303F9F;
	border-radius: 1px;
	border: 2px solid #f2f2f2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", Arial;
	font-size: 16px;
	padding: 15px;
	width: 100%;
	transition: all 0.3s ease;
}

.contenedor-formulario .formulario input[type="submit"]:hover {
	background: #1976D2;
}

.contactchecktext #check1 {
	margin: 0 8px 0 0;
}




/**** COMMENTS STYLES*****/

.commentlist {
	margin: 0
}

.commentlist li {
	list-style: none;
	margin: 0;
	margin-top: 28px;
}

.children li.depth-2 {
	margin: 0 0 0px 63px
}

.children li.depth-3 {
	margin: 0 0 0px 63px
}

.children li.depth-4 {
	margin: 0 0 0px 63px
}

.children li.depth-5 {
	margin: 0 0 0px 63px
}

.children li.depth-6 {
	margin: 0 0 0px 63px
}

.children li.depth-7 {
	margin: 0 0 0px 63px
}

.children li.depth-8 {
	margin: 0 0 0px 63px
}

.children li.depth-9 {
	margin: 0 0 0px 63px
}

.children li.depth-10 {
	margin: 0 0 0px 63px
}

.comment-body {
	margin-bottom: 28px;
	padding-bottom: 21px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-details {
	position: relative;
	margin-left: 72px
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-right {}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author span,
.comment-author .author a {
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-style: normal;
}

.comment-author .author a:hover {
	color: #ff1d25;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 7px;
	color: #999999;
}

.reply {
	text-align: right;
	margin-top: 7px;
}

.comment-reply-link {
	margin-top: 7px;
	text-decoration: none;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #252525;
	background: none;
	border: 2px solid #252525;
	padding: 4px 8px;
	text-align: center;
}

.comment-reply-link:hover {
	border: 2px solid #ff1d25;
	color: #ffffff;
	background: #ff1d25;
	text-decoration: none;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.commentlist .children {
	margin: 0
}

#comments_wrap {
	margin-top: 16px
}

#cancel-comment-reply {
	float: right;
	margin-top: 14px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 7px;
}

.children #commentform textarea {
	width: 95.6%
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}


/**** END COMMENTS STYLES*****/


/*** END SINGLE PAGE ***/


/*************************************



7. FOOTER



************************************/

footer {
	padding: 0;
}

.footer-logo img {
	margin: 0 auto;
}

.footer-social {
	text-align: left;
	margin-bottom: 10px;
}

.footer-content {
	margin-top: 32px;
}

.footer-columns {
	background: #f3f2ed;
	height: 500px;
	position: relative;
}


.hoteles-ficha .footer-columns:before {
	content: '';
	position: absolute;
	display: none;
}

.footer-columns .column-logo {
	position: relative;
}

.footer-columns .column-logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	width: 1px;
	height: 90%;
	border-right: 1px solid #06dfc8;
}

.footer-columns .column-info {}


.footer-columns .column-info .links_terms {
	position: absolute;
	bottom: 20px;
	padding: 15px 15px 0 15px;
	text-align: center;
}

.footer-columns .column-info .links_terms a {
	text-transform: uppercase;
	color: #4d4635;
	text-decoration: none;
	font-size: 15px;
}

.footer-columns .column-links {
	position: relative;
}

.footer-columns .column-links:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	top: -25px;
}

.footer-newsletter {
	background: url(../images/footer/fons_newsletter.jpg) no-repeat;
	background-size: cover;
}

.img-round {
	width: 100%;
	height: 385px;
	border-radius: 0px 0px 600px 600px;
	background-position: -90px -180px;
	background-size: 140%;
}

.title-bloc-column .footer-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	color: #4d4d4d;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.title-bloc-column .footer-title i {
	font-size: 35px;
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
}

.ventajas-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ventajas-list li {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	color: #595959;
	margin: 0 0 18px;
}

.ventajas-list li span {
	display: inline-block;
	border: 1px solid #4d4d4d;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	margin: 0 10px 0 0;
}

#newsletter-form fieldset {
	position: relative;
}

.cta-newsletter {
	padding: 60px 100px;
}

.cta-newsletter .title-bloc-column .footer-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4d4635;
	text-transform: uppercase;
	margin: 0;
}

.cta-newsletter .cta-newsletter__description p {
	line-height: 23px;
	margin: 10px 0 15px;
	text-transform: none;
	letter-spacing: 0px;
	font-family: Montserrat, arial;
	font-size: 15px;
	font-weight: 500;
	color: #4d4635;
}

.cta-newsletter .cta-wrapper input[type="email"] {
	text-align: left;
	text-transform: lowercase;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.533333333333333em;
	border: 0px solid #737373;
	border-bottom: 1px solid #a19c90;
	width: 100%;
	margin: 10px 0;
	background-color: transparent;
	padding: 6px 50px 6px 0px;
}


/* Placeholder text color */

.cta-newsletter .cta-wrapper input[type="email"]::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #fff;
}

.cta-newsletter .cta-wrapper input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.cta-newsletter .cta-wrapper input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.cta-newsletter .cta-wrapper input[type="email"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.cta-newsletter .cta-wrapper input[type="email"]::-ms-input-placeholder {
	/* Edge */
	color: #fff;
}

.cta-newsletter .cta-wrapper input[type="email"]:placeholder-shown {
	/* Standard one last! */
	color: #fff;
}

.cta-newsletter #btn-news {
	background-color: transparent;
	border: none;
	color: #595959;
	margin-top: 0;
	width: 50px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	padding: 0;
}

.cta-newsletter .message-news .info {
	border: 2px solid #EB6C73!important;
	background: #FEEAEB;
	color: #EB6C73;
	margin-bottom: 0;
	padding: 5px 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	width: 100%;
	margin: 0 auto;
}

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


/* Newsletter Captcha */

#captchaform .result {
	position: relative;
	margin-bottom: 20px;
	font-family: 'Work Sans', arial;
	color: #EB6C73;
	text-align: center;
	font-size: 16px;
}

#captchaform {
	display: none;
}

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

#captchaform .realperson-text {
	letter-spacing: 0px;
	font-size: 4px;
	line-height: 2px;
	color: #0c4362;
	display: inline-block;
	margin: 0 15px 0 0;
	font-family: "Courier New", monospace !important;
}

#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;
	border-radius: 0;
	font-family: 'Work Sans', arial;
	font-size: 17px;
	color: rgb(102, 102, 102);
	font-weight: 400;
}

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

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

#captchaform #sendNewsletter {
	border: 1px solid #0c4362;
	color: #0c4362;
	padding: 5px 15px;
	height: 27px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}

#captchaform #sendNewsletter:hover {
	background-color: #0c4362;
	color: #ffffff;
	border: 1px solid #0c4362;
}

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


/* End Newsletter captcha */



.footer-bottom .text-footer {
	color: #fff;
	font-size: 23px;
	padding: 0 100px;
}

.card-columns.links-hotels-footer {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}

.row-links-logo {
	border-top: 2px solid #999899;
	border-bottom: 2px solid #999899;
	padding: 50px 0;
}

.links-hotels-footer .provincia-footer a {
	color: #282625;
	padding: 3px 10px 4px 10px !important;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
}

.links-hotels-footer .hotel-footer a {
	color: #999899;
	padding: 1px 10px 1px 10px !important;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 18px;
}

.contact-label-footer {
	color: #282625;
	padding: 3px 10px 4px 10px !important;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.contact-label-footer label {
	margin-right: 15px;
}

.contact-label-footer a {
	margin-right: 15px;
	display: inline-block;
	border: 0 solid #4d4d4d;
	color: #4d4d4f;
	border-radius: 50%;
	width: 45px;
	height: 36px;
	text-align: center;
	line-height: 39px;
	display: inline-block;
}

.contact-label-footer a i {
	font-size: 28px;
	color: #282625;
}

.text-logo-footer {
	font-size: 11px;
}

.card-columns.links-terms-footer {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}

.row-links2-logo {
	border-top: 0px solid #999899;
	border-bottom: 2px solid #999899;
	padding: 25px 0;
}

.row-links2-logo .card-columns .card {
	margin-bottom: 0;
}

.links-terms-footer .terms-footer a {
	color: #999899;
	padding: 1px 10px 1px 10px !important;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 600;
	line-height: 18px;
}

.footer-bottom .title-bloc-column .footer-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	color: #282625;
	text-transform: uppercase;
	margin: 0;
}

.footer-bottom .title-bloc-column .footer-title label {
	margin: 0 15px 0 0;
}

.footer-bottom .title-bloc-column {
	font-family: 'Montserrat', sans-serif;
	color: #282625;
	font-size: 14px;
}

.footer-bottom .title-bloc-column .footer-title i {
	font-size: 28px;
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
}

.footer-bottom .footer-social li a i {
	font-size: 28px;
	color: #282625;
}



/* -------------Neobookings Icons-----------*/

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

[class^="neoicons-"],
[class*=" neoicons-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'neobookings' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*************************************



8. OTHER



************************************/

.error-404 {
	text-align: center;
}

.reservation_txt {
	margin-top: 54px;
}

.reservation-fields,
.wpcf7-text,
.wpcf7-textarea {
	margin-bottom: 16px;
	padding: 8px;
	width: 100%;
	border: 2px solid #e5e5e5;
}

select.reservation-fields {
	height: 47px;
}

.antispam {
	display: none;
}

.output2 {
	border: 1px solid #ff0000;
	padding: 10px 8px;
	margin: 24px 0;
}

.wpcf7-form label {
	display: block;
}


/*flexible embeds*/

.video-widget,
.gmaps {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	/* 16:9 ratio*/
	overflow: hidden;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #252525;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	z-index: 110;
}

.pp_social {
	display: none;
}


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #282625;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #282625;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #282625;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #282625;
}

::-ms-input-placeholder {
	/* Edge */
	color: #282625;
}

:placeholder-shown {
	/* Standard one last! */
	color: #282625;
}


/**

 * Owl Carousel v2.3.4

 */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}


/* Owl Carousel Default Nav */

.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 24px;
}

.slider-container .owl-theme .owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 50px;
	z-index: 100;
	width: auto;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-container .owl-theme .owl-dots .owl-dot {
	margin: 0px 5px;
	zoom: 1;
	display: inline-block;
}

.slider-container .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}

.slider-container .owl-theme .owl-dots .owl-dot.active span,
.slider-container .owl-theme .owl-dots .owl-dot:hover span {
	background: #5e09c7;
	opacity: 1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-theme .owl-dots {
	position: relative;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 0px;
	z-index: 100;
	width: auto;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
	margin: 0px 8px;
	zoom: 1;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background: #282625;
	display: block;
	border-radius: 99em;
	opacity: 1;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #06dfc8;
	opacity: 1;
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.owl-theme .owl-nav button {
	position: absolute;
	top: 50%;
	left: 30px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}

.owl-theme:hover .owl-nav button {
	opacity: 1;
}

.owl-theme .owl-nav button.owl-next {
	right: 30px;
	left: auto;
}


.benefits-items .owl-theme .owl-nav button.owl-prev:before {
	content: '';
	border: solid #fff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: relative;
	top: 3px;
	z-index: 10001;
}

.benefits-items .owl-theme .owl-nav button.owl-next:before {
	content: '';
	border: solid #fff;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	top: 3px;
}

.benefits-items .owl-theme .owl-nav button.owl-next {
	right: 0px;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
}

.benefits-items .owl-theme .owl-nav button.owl-prev {
	left: 0;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
}



.owl-theme.home-slider .owl-nav button.owl-prev {
	left: 20px;
}

.owl-theme.home-slider .owl-nav button.owl-next {
	right: 20px;
}

.clientes-slider .owl-nav button {
	position: absolute;
	top: 0%;
	left: 30px;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
}

.clientes-slider .owl-nav button.owl-next span,
.clientes-slider .owl-nav button.owl-prev span {
	display: none;
}

.clientes-slider .owl-nav button.owl-next:before {
	content: '';
	border: solid #ff1d25;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.clientes-slider .owl-nav button.owl-prev:before {
	content: '';
	border: solid #ff1d25;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 20px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


/**

 * Magnific PopUp

 */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .9
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}


.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}


/* Ofertas */

.list-wrap {
	margin: 0 auto;
}

.ofertas-list .about-2-content {
	padding: 10px 54px;
}

.ofertas-list .nameoffer:before {
	content: '';
	width: 35px;
	height: 3px;
	background: #06dfc8;
	position: absolute;
	bottom: 0;
}

.ofertas-list .nameoffer {
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.offer-hotel-title {
	text-transform: uppercase;
	font-weight: bold;
}

.ofertas-list .namehotel {
	color: #06dfc8;
}

.ofertas-list .about-2-content>.row,
.ofertas-list .desc-room {
	height: 100%;
}

.ofertas-list .section-namehotel {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.ofertas-list .linkhotel {
	padding-top: 5px;
}

.ofertas-list .nameoffer a {
	color: #000;
}

.ofertas-list .discountoffer {
	position: absolute;
	top: 25px;
	right: 25px;
	border: 0px solid #fff;
	width: 95px;
	height: 60px;
	border-radius: 0;
	text-align: center;
	background: #06dfc8;
	transition: all 0.5s;
}

.ofertas-list .room-row:nth-child(2):before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/theme/offers/gafas.png) no-repeat;
	width: 390px;
	height: 190px;
	top: -150px;
	right: 50px;
	z-index: 1;
	-webkit-background-size: contain;
	background-size: contain;
}

.ofertas-list .room-row:nth-child(4):before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/theme/offers/caballito.png) no-repeat;
	width: 190px;
	height: 420px;
	top: -265px;
	left: 100px;
	z-index: 1;
	-webkit-background-size: contain;
	background-size: contain;
}

.ofertas .footer-columns:before {
	content: none;
}

.ofertas .descoffer {
	margin-bottom: 90px;
}

.ofertas .section-namehotel:before {
	content: '';
	width: 100%;
	top: -10px;
	height: 2px;
	background: #06dfc8 !important;
	position: absolute;
}

.ofertas-list .room-row:nth-child(2):before {
	width: 325px;
	height: 159px;
}

.home .section-ofertas .btnreservar {
	margin-top: 5px;
}

.section-ofertas-ficha .descoffer,
.home .section-ofertas .descoffer {
	overflow-y: scroll;
}

.nav-btn-mobile-3 {
	margin-top: 5px;
}

.section-facilities {
    margin-top: 50px;
    margin-bottom: 100px;
}
.section-ofertas-ficha .subtitle-decoration {
    margin-top: 0;
}

.section-facilities ul>li>div {
	text-align: left !important;
	color: #4d4635;
}

.section-facilities ul li {
	list-style-type: none;
	break-inside: avoid-column;
}

.section-facilities .facilities-wrapper [class^=facilities-]:before {
	font-size: 30px;
}

.section-facilities .facilities-wrapper:before {
	content: '';
	position: absolute;
	display: block;
	background: url(../images/theme/home/faro.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 151px;
	height: 315px;
	left: -60px;
	top: -55px;
	z-index: 1;
}

.section-facilities .facilities-wrapper {
	background-color: #f3f2ed;
	padding: 25px;
	position: relative;
}

.section-facilities .card-columns .card .ft-icon {
	padding: 0 15px;
}



.section-facilities .card-columns .card {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 15px 15px;
	text-align: left !important;
	color: #4d4635;
	padding: 0 0 0 30px;
	position: relative;
	background: transparent !important;
}

.section-facilities .card-columns .card .ft-icon {
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
}

.section-facilities .facilities-wrapper [class^=facilities-]:before {
	font-size: 20px;
}

.hoteles-ficha-rooms .footer-columns:before {
	content: none;
}

.hoteles-ficha-offers .section-ofertas-ficha .owl-item.active:nth-child(even)>div,
.hoteles-ficha .section-ofertas-ficha .owl-item.active:nth-child(even)>div,
.hoteles-ficha .section-ofertas .owl-item.active:nth-child(even)>div {
	left: auto;
}

.facilities-block ul {
	margin-left: 0;
	margin-top: 15px;
}

.facilities-block ul>li .ft-icon {
	padding-right: 15px;
	color: #fff;
}

.facilities-block ul>li {
	list-style-type: none;
	color: #06dfc8;
	text-transform: uppercase;
	font-size: 15px;
}

.facilities-block .hotel-title-list {
	text-align: center;
}

.facilities-block-wrapper {
	opacity: 0;
	transition: opacity 0.3s linear;
	width: 100%;
	text-align: right;
	padding-right: 25px;
}

.facilities-block {
	display: inline-block;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 20px;
	font-family: Lato-Bold;
	text-align: left;
}

.imghotel:hover .facilities-block-wrapper {
	display: block;
	opacity: 1;
}

.hoteles-ficha-rooms footer {
	margin-top: 75px;
}

.sticky .lang-wrap {
	margin-bottom: 0 !important;
}

.sticky .lang-wrap li>a {
	color: #fff;
}

.lang-wrap li>a {
	color: #06dfc8;
	text-decoration: none;
}

.lang-wrap li.active {
	border-bottom: 1px solid #06dfc8;
}

.sticky .lang-wrap li.active {
	border-bottom: 1px solid #fff;
}

.lang-wrap li {
	padding: 0 5px;
	display: inline;
	text-transform: uppercase;
}

.promo-slider {
	position: absolute;
	top: 0;
	width: 240px;
	right: 25px;
}

.hoteles-list .section-hoteles .item-hotel-carousel:last-child {
	padding-bottom: 0 !important;
}

#submit-form {
	cursor: pointer;
}

.gallery-home-slider.owl-theme .owl-nav {
	top: calc(50% - 22px);
}

#collapseExample p {
	font-size: 14px;
	line-height: 23px;
}

.h2,
h2 {
	font-size: 1.55rem !important;
}

.input-group.inputcaptcha {
	margin-bottom: 0px !important;
}

.ofertas #section-menutitle.padding-25-25 {
	padding: 50px 0 50px !important;
}

.terms .menu-post {
	overflow-y: auto;
}




.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .discountoffer {
	position: absolute;
	top: 0;
	right: 25px;
	border: 0px solid #fff;
	width: 95px;
	height: 60px;
	border-radius: 0;
	text-align: center;
	background: #06dfc8;
	opacity: 0;
	transition: all 0.5s;
}

.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .discountoffer .discounttext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .discountoffer .discounttext label {
	font-family: Montserrat, arial;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	line-height: 14px;
}

.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .btnreservar {
	font-family: Montserrat, arial;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #06dfc8;
	font-size: 17px;
	padding: 10px;
	line-height: 22px;
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px !important;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none !important;
}

/*************************************
MEDIA QUERIES
************************************/

@media (max-width: 1760px) and (min-width: 1500px) {
	.booking-mask .booking-form-wrapper.col-xl-9 {
		flex: 0 0 85%;
		max-width: 85%;
	}
}

@media (max-width: 1900px) {
	.ofertas-list .room-row:nth-child(2):before {
		width: 280px;
		height: 137px;
		right: 10px;
	}
}

@media (max-width: 1600px) {
	.footer-columns:before {
		width: 330px !important;
		height: 185px !important;
		top: -185px !important;
	}
}

@media (max-width: 1499px) {
	.ofertas-list .room-row:nth-child(2):before {
		width: 250px;
		height: 107px;
	}
	.ofertas-list .room-row:nth-child(4):before {
		left: 50px;
	}
}

@media (max-width: 1200px) {
	.hoteles-ficha .section-galeria {
		margin-bottom: 25px;
	}
	.section-destino-ficha .box-info {
		padding: 25px 60px;
	}
	.section-location-ficha .box-info {
		padding: 15px 60px;
	}
	.section-location-ficha {
		height: auto;
	}
	.hoteles-ficha .section-destino-ficha.separador-bottom {
		margin-bottom: 0px !important;
	}
	.hoteles-ficha .section-destino-ficha .gallery-img {
		height: 300px;
	}
	.section-destino-ficha {
		height: auto;
	}
	.ofertas-list .room-row:nth-child(4):before,
	.ofertas-list .room-row:nth-child(2):before {
		content: none;
	}
	.slider-hotel-bloc:before {
		content: none;
	}
}

@media (max-width: 1350px) {
	.menu-nav li {
		font-size: 12px;
	}
	.menu-nav .sub-menu {
		top: 30px;
	}
}

@media (min-width: 1200px) {
	.bullet-ahorra {
		right: -100px;
	}
	.parallax {
		background-attachment: fixed !important;
	}
	.home-featured-item-2 {
		height: 550px;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.col-xl-6.slider-offers-home {
		-ms-flex: 0 0 50%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

@media (min-width: 768px) and (max-width: 1500px) {
	.ofertas-list .room-row:nth-child(odd) .about-2-content {
		padding: 10px 30px 10px 30px;
	}
	.ofertas-list .room-row:nth-child(even) .about-2-content {
		padding: 10px 30px 10px 30px;
	}
}

@media (min-width: 1025px) and (max-width: 1500px) {
	.logo-3 {
		/*position: absolute;*/
		/*top: 5px;*/
	}
	.booking-mask-box {
        position: absolute;
        bottom: 30px;
        z-index: 9;
        width: 100%;
        height: 193px;
        left: 50%;
        transform: translateX(-50%);
	}

}

@media (min-width: 1024px) {
	.telfheader {
		text-align: right !important;
	}
	#boton-reservar-movile {
		display: none;
	}
}

@media (max-width: 1024px) {
	.footer-columns {
		background: #f3f2ed;
		height: 330px;
		position: relative;
	}
	.cta-newsletter {
		padding: 60px 20px !important;
	}
	.section-facilities ul li {
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 15px 15px;
	}
	.section-facilities ul>li>div {
		text-align: left !important;
		color: #4d4635;
		padding: 0 0 0 30px;
		position: relative;
	}
	.section-facilities ul>li .ft-icon {
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.section-facilities .facilities-wrapper [class^=facilities-]:before {
		font-size: 20px;
	}
	.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .descoffer {
		font-size: 11px;
		padding: 17px 0 5px;
		line-height: 17px;
	}
	.rooms-mask {
		width: 100%;
		border-radius: 0;
		padding: 15px 20px 20px;
	}
	.dropdown-rooms.dropup .dropdown-menu {
        bottom: inherit;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: fixed !important;
        width: 80% !important;
        height: auto;
        z-index: 10001 !important;
        background: #fff;
	}
	.lang-wrap {
		display: none;
	}
	.telfheader {
		position: absolute !important;
		right: 90px;
		text-align: right;
	}
	.logo-3 img {
		height: 45px;
	}
	.bullet-ahorra {
		top: 65px;
	}
	.navbar {
		height: 65px;
	}
	.has-active-menu .nav-mobile {
		height: 100%;
	}
	.booking-form-wrapper.col-md-11 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	header {
		padding-left: 15px;
	}
	.nav-btn-mobile {
		display: block;
		order: 2;
	}
	.menu-nav-2 li {
		margin-bottom: 10px;
	}
	/* HEADER 1 */
	.nav-holder-desktop,
	.book-now,
	.top-location {
		display: none;
	}
	.nav-content-1 {
		float: none;
		text-align: left;
		width: 100%;
	}
	/* END HEADER 1 */
	.nav-mobile {
		border-right: 0px solid #ffffff !important;
		justify-content: center !important;
		float: none !important;
		width: 100% !important;
	}
	/* HEADER 3 */
	.navbar-3 {
		display: flex;
	}
	.search-social-3 {
		display: none;
	}
	.nav-btn-mobile-3 .menu-txt {
		color: #000;
	}
	.nav-btn-mobile-3 .nav-button .icon-bar,
	.nav-btn-mobile-3 .nav-button .icon-bar:before,
	.nav-btn-mobile-3 .nav-button .icon-bar:after {
		background: #000;
	}
	.nav-btn-mobile-3 .nav-button.active .icon-bar {
		background: none;
	}
	body.has-active-menu #header-3 {
		position: absolute;
		width: 100%;
	}
	body.has-active-menu #header-3.sticky {
		position: fixed;
	}
	/* END HEADER 3 */
	.logo-1 .img-fluid {
		max-width: 100%;
		height: 40px;
	}
	#header-1.active .nav-btn-mobile {
		display: block;
		top: -6px;
		position: relative;
	}
	.home-title {
		font-size: 28px;
	}
	.title-section {
		font-size: 29px;
	}
	.home-featured-item-2 {
		height: 400px;
	}
	#home-wine .col-md-6.padding-tb54.alignr {
		padding: 0 15px;
	}
	.home-featured-item-2 {
		height: 400px;
		position: relative;
		overflow: hidden;
	}
	.distinciones-slider {
		width: 100% !important;
		margin: 60px auto 0;
	}
	.distinciones-slider .item-img-distincion {
		text-align: center;
		display: block;
		width: 100%;
	}
	.distinciones-slider .img-distincion {
		width: 100% !important;
		display: block !important;
	}
	.distinciones-slider .owl-nav button.owl-prev {
		left: -20px !important;
	}
	.distinciones-slider .owl-nav button.owl-next {
		right: -20px !important;
	}
	.section-h1 .kayaks {
		opacity: 0.3;
	}


    .box-date-range.col-12.col-lg-auto {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	#boton-reservar-movile {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: rgba(77, 116, 136, 0.92);
		margin: 0;
		padding: 0;
		display: block;
		box-shadow: 0 0 11px rgba(77, 116, 136, 0.92);
		z-index: 9999;
	}
	#boton-reservar-movile .view-more {
		margin: 10px 0;
		padding: 5px 24px;
		font-size: 15px;
		background: #06dfc8;
		color: #fff;
		border: 0px solid #fff;
	}

	.booking-form-wrapper {
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}

	.booking-mask.active .box-promocode .input-promotion .form-control {
		background-color: transparent;
		border-bottom: 1px solid #06dfc8;
	}
	.booking-mask.active .box-promocode .input-promotion i {
		top: 10px;
	}



    #fancyTabWidget .fancyTabContent .destinos a {
        font-size: 13px;
        display: inline-block;
        line-height: 23px;
        font-family: 'Montserrat', arial, serif;
        cursor: pointer;
        padding: 5px 11px;
        margin: 5px 8px;
        background: rgba(169, 150, 113, 0.11);
        border-radius: 16px;
        width: auto;
    }
    #fancyTabWidget .fancyTabContent .hoteles a {
        font-size: 13px;
        display: block;
        line-height: 23px;
        font-family: 'Montserrat', arial, serif;
        cursor: pointer;
        padding: 5px 11px;
        margin: 5px 8px;
        background: rgba(169, 150, 113, 0.11);
        border-radius: 16px;
        width: auto;
    }

    #fancyTabWidget .fancyTabContent .scroll150 {
        max-height: 270px !important;
        overflow: auto;
    }
    /*FIN MASCARA MOVIL ACTIVA ---------------------------------------*/



	.booking-form-wrapper .benefits .item-benefit {
		padding: 0 5px;
	}
	.booking-form-wrapper .benefits {
		width: calc(100% - 60px);
		font-size: 12px;
	}
	.booking-mask.active .booking-form-wrapper .tipo-servicio:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .box-date-range:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown:before {
		display: none;
	}


	.booking-mask.active .box-date-range #date-range-container .date-picker-wrapper .month-wrapper table.month2 {
		width: calc(50% - 20px);
		float: right;
		border: 0;
		margin: 0 auto;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown a {
		color: #282625;
		font-weight: 500;
		transition: all 0.3s;
		display: block;
		position: relative;
		background: #fff;
		border-radius: 0;
		padding: 6px 15px 6px 15px;
		height: 90px;
		line-height: 90px;
		font-family: Montserrat, arial;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #06dfc8;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content {
		width: 100%;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content.right:after {
		left: 50%;
		right: 15px;
	}
	.booking-mask.active .box-promocode .input-promotion {
		margin: 0 auto;
		display: inline-block;
		padding: 8px 0 0 0;
		position: relative;
	}
	.footer-bottom .logo-3 {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.hoteles-ficha .section-ofertas-ficha .descoffer::-webkit-scrollbar,
	.hoteles-ficha-offers .section-ofertas-ficha .descoffer::-webkit-scrollbar,
	.home .section-ofertas .descoffer::-webkit-scrollbar {
		display: none;
	}
	.section-hoteles .tab-pane .input-group.group-end {
		position: absolute;
		left: -100%;
		top: 10px;
		right: auto;
		text-align: right;
		transform: none;
	}
	.section-hoteles .tab-pane .input-group.group-end .nav-arrows {
        background: none;
        position: relative;
        right: -15px;
	}
	.section-hoteles .tab-pane .input-group.group-end .nav-arrows i {
		color: #4f4531;
	}
	.section-hoteles .tab-pane .input-group.group-end .nav-arrows .btn {
		padding: 0px .3rem;
	}
}

@media (max-width: 992px) {
	.footer-columns .column-links {
		padding: 15px 0 5px;
	}
	.hoteles-list .section-hoteles .gallery-holder-fs {
		padding: 40px 0px 50px;
	}

	.section-facilities ul {
		width: 100%;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	.section-facilities .facilities-wrapper:before {
		bottom: -20px;
		top: auto;
	}
	.slider-hotel-bloc:before,
	.footer-columns:before {
		content: none !important;
	}
	.masonry-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.benefit-home-slider {
		width: 80% !important;
		margin: 0 auto;
	}
	.section-hoteles .item-hotel-carousel:nth-child(odd) {
		align-items: flex-center!important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.section-hoteles .item-hotel-carousel:nth-child(even) {
		align-items: flex-center!important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.section-hoteles .item-hotel-carousel:nth-child(odd) {
		align-items: flex-end!important;
		margin-top: 0px !important;
		padding-bottom: 100px !important;
	}
	.section-hoteles .item-hotel-carousel:nth-child(even) {
		align-items: flex-end!important;
		margin-top: 0px !important;
		padding-bottom: 100px !important;
	}
	.section-hoteles .item-hotel-carousel:nth-child(even) .imghotel {
		order: 1;
	}
	.section-hoteles .item-hotel-carousel .contenthotel {
		padding: 25px 25px !important;
	}
	.fons-center-rows {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.tab-pane .imgcategory {
		margin-top: 15px;
	}
	.section-ofertas .owl-item.active:nth-child(odd)>div {
		top: 0;
		left: 0;
		transform: translateX(0px);
	}
	.section-ofertas .gallery-1col .gallery-post2 {
		width: 100%;
		left: -4px !important;
	}
	.section-ofertas .owl-carousel .owl-stage-outer {
		height: auto;
	}
	/*.section-ofertas .owl-item.active:nth-child(even) > div {

		top: calc(100% + 20px);

		left: 0 !important;

		width: 100% !important;

	}



	.section-ofertas .gallery-1col .gallery-post2{

		left: calc(-100% + -17px);

		width: 100% !important;

	}*/
}

@media (max-width: 768px) {
	.section-hoteles .item-hotel-carousel:nth-child(odd) {
		padding-bottom: 50px !important;
	}
	.section-hoteles .item-hotel-carousel:nth-child(even) {
		padding-bottom: 50px !important;
	}
	.separador-bottom-xs-35 {
		margin-bottom: 35px;
	}
	.ofertas-list .room-row:nth-of-type(even) .col-image-room {
		order: 2;
	}
	.ofertas-list .room-row:nth-of-type(even) .col-content-room {
		order: 2;
	}
	.ofertas-list .about-2-content {
		padding: 10px 15px;
	}
	.ofertas-list .list-wrap {
		padding: 0;
	}
	header {
		padding-left: 15px;
	}
	.section-h1 {
		padding: 30px 0 30px !important;
	}
	.section-h1 .home-title-h1 {
		font-size: 35px;
		letter-spacing: 0px;
	}

	.navbar {
		display: block;
	}
	.navbar-3 {
		display: flex;
	}
	.padding-100-160 {
		padding: 50px 0 160px;
	}
	.logo-3,
	.nav-holder,
	.search-social {
		flex-grow: 0;
	}
	.search-social {
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
	}
	.search-social-2 {
		position: relative;
		text-align: center;
	}
	.intro-text {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.intro-text h1 {
		font-size: 54px;
	}
	.navbar-toggle {
		left: 50%;
		margin: 11px 0 0 -24px;
		position: absolute;
		top: 0;
	}
	.nav-holder {
		/*margin-top: 16px;*/
		margin-left: auto;
		margin-right: auto;
	}
	.menu-nav li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.menu-nav li a {
		padding: 8px 0;
	}
	.menu-nav ul {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		background: none;
		border: none !important;
		width: auto;
	}
	.menu-nav ul {
		text-align: center;
	}
	.menu-nav ul li a:hover,
	.menu-nav li:hover ul li a:hover {
		background: none;
	}
	.menu-nav ul>li:first-child>a {
		padding-top: 0px;
	}
	.menu-nav ul>li:last-child>a {
		padding-bottom: 0px;
	}
	.menu-nav ul li>a {
		padding: 4px 0 !important;
	}
	.navbar li ul ul {
		left: 0;
		top: 0;
	}
	.menu-nav ul li>a {
		color: #c5c5c5;
	}
	.parallax {
		height: auto;
	}
	.parallax-content {
		top: auto;
		transform: none;
	}
	.topSingleBkg {
		height: 250px;
	}
	.single-post-title {
		font-size: 36px;
	}
	.menu-2col .menu-post,
	.menu-3col .menu-post {
		display: block;
		width: 100%;
	}
	.menu-2col .menu-post:nth-last-child(2) {
		margin-bottom: 24px;
	}
	.menu-3col-grid-image .menu-post {
		height: 230px;
		float: none;
		width: 100%;
		padding: 5px 0;
	}
	.menu-3col .menu-post:nth-last-child(2),
	.menu-3col .menu-post:nth-last-child(3) {
		margin-bottom: 24px;
	}
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder {
		width: 100%;
		float: none;
	}
	.blog-item-1col-list .post-image {
		height: 300px;
	}
	.blog-item-1col-list .post-holder {
		padding-left: 0;
		margin-top: 24px;
	}
	.blog-item-1col-list .article-title,
	.blog-item-1col-list .post-category,
	.blog-item-1col-list .post-meta,
	.blog-item-1col-list .more-btn {
		text-align: center;
	}
	/* HEADER 2 */
	.navbar-2 {
		width: 100%;
		float: none;
		border: none;
	}
	.rightside-nav-2 {
		display: none;
	}
	/* END HEADER 2 */
	.small-feature {
		margin-bottom: 24px;
	}
	.img-feature {
		margin-top: 36px;
	}
	.slider-caption h1 {
		width: 100%;
		margin: 0;
		font-size: 31px;
		line-height: 37px;
		text-transform: none;
		color: #ffffff;
		font-style: normal;
		font-family: 'Montserrat', arial;
		font-weight: 500;
		text-shadow: none;
		letter-spacing: 0;
		text-align: right;
	}
	.bullet-ahorra {
		display: none !important;
	}
	.imageballradius {
		display: none !important;
	}
	.section-h1 .box-intro {
		padding: 0 10px;
	}
	/*comments*/
	.children {
		margin: 0;
	}
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0
	}
	#section-proximidad {
		position: relative;
		top: 0px;
		margin: 50px 0 0 0;
	}
	#section-proximidad .img-fluid {
		margin: 30px 0 0 0;
	}
	.section-danzasabores-content {
		padding-top: 50px;
	}
	#section-experienciaunica {
		margin: 50px 0;
	}
	.masonry-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		max-height: none;
	}
	.bodega {
		text-align: center !important;
		padding-top: 50px;
	}
	.bodega.alignr .title-headline:after {
		content: '';
		width: 20%;
		height: 5px;
		background: #ff1d25;
		bottom: -20px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
	}
	.clientes-slider .owl-nav button.owl-prev {
		top: 10% !important;
		left: -20px !important;
	}
	.clientes-slider .owl-nav button.owl-next {
		top: 10% !important;
		right: -20px !important;
	}
	.parallax-content .info-contact div {
		margin: 0 25px 30px;
	}
	.distinciones-slider {
		width: 100% !important;
		margin: 60px auto 0;
	}
	#boton-reservar-movile .view-more {
		margin: 10px 0;
		padding: 5px 24px;
		font-size: 15px;
		background: #06dfc8;
		color: #fff;
		border: 0px solid #fff;
	}
	.scrollup i {
		bottom: 10px;
		right: 10px;
		color: #fff;
	}

}

@media (max-width: 768px) {
	.room-row:nth-of-type(even) .col-image-room {
		order: 2;
	}
	.room-row:nth-of-type(even) .col-content-room {
		order: 1;
	}
	.section-facilities {
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.section-facilities ul li {
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 15px 15px;
	}
	.section-facilities ul>li>div {
		text-align: left !important;
		color: #4d4635;
		padding: 0 0 0 30px;
		position: relative;
	}
	.section-facilities ul>li .ft-icon {
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.section-facilities .facilities-wrapper [class^=facilities-]:before {
		font-size: 20px;
	}
	.section-facilities .facilities-wrapper {
		padding: 15px;
	}
	.section-facilities .facilities-wrapper:before {
		content: none;
	}

	.section-facilities .facilities-wrapper .card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}



	.section-hoteles .provincia-box .provincia-sidehotels.list {
		padding: 0 25px;
		overflow-y: scroll;
	}
	.hoteles-list .section-hoteles .item-hotel-carousel {
		width: 100%;
	}

	.booking-mask.active .booking-form-wrapper .tipo-servicio:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .box-date-range:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown a {
		color: #282625;
		font-weight: 500;
		transition: all 0.3s;
		display: block;
		position: relative;
		background: #fff;
		border-radius: 0;
		padding: 6px 15px 6px 15px;
		height: 90px;
		line-height: 90px;
		font-family: Montserrat, arial;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #06dfc8;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content {
		width: 100%;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content.right:after {
		left: 50%;
		right: 15px;
	}
	.booking-mask.active .box-promocode .input-promotion {
		margin: 0 auto;
		display: inline-block;
		padding: 8px 0 0 0;
		position: relative;
	}
	.popover.bs-popover-bottom {
		margin-top: 10px;
		width: 80%;
		left: 0px !important;
	}
	.box-rooms:before {
		display: none;
	}
	.dropdown-rooms.dropup .dropdown-menu {
        bottom: inherit;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: fixed !important;
        width: 100% !important;
        height: auto;
        z-index: 10001 !important;
        background: #fff;
	}
	.rooms-mask {
		width: 100%;
		border-radius: 0;
		padding: 15px 20px 20px;
	}
	.rooms-mask>.content>.pax-rooms .right-side>.room-list>.item .removeRoom {
		top: 5%;
	}
	.section-h1 {
		padding: 30px 0 30px !important;
	}
	.section-h1 .home-title-h1 {
		font-size: 25px;
		letter-spacing: 0px;
	}
	.home-title {
		font-size: 25px;
	}
	.home-subtitle {
		font-size: 20px;
		font-weight: 600;
	}
	.description {
		font-size: 15px;
		font-weight: 500;
		text-transform: none;
		letter-spacing: 0px;
	}
	.section-h1 .barco,
	.section-h1 .ahorra {
		display: none;
	}
	.home-widget .desc-parallax p {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0px;
	}
	.section-ofertas .timon {
		width: 35%;
		height: 214px;
	}
	.slider-caption .slider-text p {
		font-size: 18px;
		line-height: 30px;
	}
	.home-widget {
		padding: 50px 0 100px;
	}
	#section-menutitle {
		/*padding: 50px 0 25px;*/
	}
	.about-2-content {
		padding: 35px;
	}
	.home-featured-item-2 {
		height: 270px;
	}
	.ofertas .section-ofertas .menu-3col-grid-image .menu-post {
		margin: 1% auto 30px;
	}
	.ofertas .menu-3col-grid-image .menu-post {
		width: 95%;
	}
	.section-ofertas .gallery-holder-fs {
		padding: 0 5px;
		width: 90%;
		margin: 0 auto;
	}
	.section-ofertas .gallery-1col .gallery-post {
		height: 300px;
		width: 100%;
	}
	.section-ofertas .nameoffer {
		font-size: 15px;
	}
	.section-ofertas .namehotel {
		font-size: 13px;
	}
	.section-ofertas .zonehotel {
		font-size: 12px;
	}
	.section-ofertas .discountoffer .discounttext span {
		font-size: 26px;
		line-height: 35px;
	}
	.section-ofertas-ficha .gallery-1col .gallery-post2 .info-offer,
	.section-ofertas .gallery-1col .gallery-post2 .info-offer {
		background: rgba(255, 255, 255, 0.85) !important;
		padding: 60px 15px 10px;
		transition: all 0.5s;
	}
	.section-ofertas-ficha .gallery-1col .gallery-post2 .info-offer .descoffer,
	.section-ofertas-ficha .gallery-1col .gallery-post2 .info-offer .btnreservar,
	.section-ofertas-ficha .gallery-1col .gallery-post2 .info-offer .discountoffer,
	.section-ofertas .gallery-1col .gallery-post2 .info-offer .descoffer,
	.section-ofertas .gallery-1col .gallery-post2 .info-offer .btnreservar,
	.section-ofertas .gallery-1col .gallery-post2 .info-offer .discountoffer {
		opacity: 1;
		transition: all 0.5s;
	}
	.section-ofertas-ficha .gallery-1col .gallery-post2 .info-offer .nameoffer:before,
	.section-ofertas .gallery-1col .gallery-post2 .info-offer .nameoffer:before {
		background: #caad65;
	}
	.facilities-ficha {
		margin: 50px 0;
	}
	#section-servicios-ficha .title-section {
		font-size: 25px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	#section-servicios-ficha .title-headline-intro {
		position: relative;
		display: inline-block;
		margin-bottom: 0;
		color: #06dfc8;
	}
	.intro-related .title-section {
		font-family: 'Montserrat', sans-serif;
		font-size: 25px !important;
		font-weight: 600 !important;
		letter-spacing: 0;
		color: #06dfc8;
		text-transform: uppercase;
		margin: 0 0 20px;
	}
	.separador-bottom {
		margin-bottom: 50px;
	}
	.padding-100-60 {
		padding: 50px 0 50px;
	}
	.banners-ficha {
		padding: 67px 0 0 0%;
	}
	.benefit-home-slider {
		width: 95% !important;
		margin: 0 auto;
	}
	.title-bloc-column .footer-title {
		font-size: 20px;
	}
	.ventajas-list li {
		font-size: 15px;
	}
	.infomapabola {
		/*background: url(../images/theme/hoteles/ubicacion.jpg) no-repeat;

		background-size: cover;

		width: 100%;

		height: auto;

		padding: 30px 10px;*/
	}
	.infomapabola .mapabola {
		/*border-radius: 100%;

		overflow: hidden;

		width: 350px;

		height: 350px;

		border: 7px solid #06dfc8;*/
	}
	#mapidhotel {
		width: 100%;
		height: 350px;
	}
	.infomapabola .infocontent {
		width: 100%;
		margin: 35px 0 120px 0;
	}
	.title-infomapabola {
		font-family: 'Montserrat', sans-serif;
		font-size: 35px;
		font-weight: 600;
		letter-spacing: 0;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 50px 0px;
		line-height: 37px;
	}
	.adress-infomapabola {
		font-size: 18px;
		line-height: 18px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0px;
		color: #fff;
		margin: 0 0 18px;
		padding: 20px 0 25px 10px;
		position: relative;
		left: 0;
		background: #06dfc8;
	}
	footer .padding-100-60 {
		padding: 50px 0 10px;
	}
	.cta-newsletter {
		padding: 25px;
	}
	.cta-newsletter .cta-newsletter__description p {
		font-size: 15px;
	}
	#newsletter-form fieldset {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.footer-bottom .logo-3 {
		text-align: center;
	}
}

@media (max-width: 600px) {
	form#bookform {
		padding: 0px 0 0px;
	}
	.booking-form-wrapper .benefits {
		display: none;
	}
	.infomap {
		background: #f4f4f4;
		width: 100%;
		height: 470px;
		padding: 0 20px;
	}
	#section-menutitle-ficha .hoteles-facilities-slider {
		height: 35px;
		display: block !important;
		position: relative !important;
		width: 100% !important;
		border: 0px solid red;
		bottom: 0px;
		left: 0;
		margin: 15px 0 25px;
	}
	.room-row .room-facilities-slider {
		position: relative !important;
		width: 100% !important;
		margin: 40px 0 15px 0;
	}
	.room-row .desc-room .options-set {
		position: relative;
		height: auto;
		margin: 15px 0 0 0;
	}
	.room-row .desc-room .options-set .linkhotel {
		width: 100%;
		display: block;
	}
	.room-row .desc-room .options-set .linkhotel a {
		width: 100%;
		display: block;
	}
	.room-row .title-room {
		font-size: 30px;
	}
	#mapid {
		width: 100%;
		height: 335px;
	}
	.label-facilitie {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		margin: 13px 0 0 10px;
	}
	.facilities-ficha {
		padding: 20px 20px;
	}
	.hoteles-ficha .gallery-4colgrid-content .gallery-4col .gallery-post {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.section-facilities .facilities-wrapper [class^=facilities-]:before {
		font-size: 20px;
	}
	.section-facilities ul {
		width: 80%;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: inherit;
		-webkit-column-gap: inherit;
		column-count: inherit;
		column-gap: inherit;
		margin: 0 auto !important;
	}
}

@media (max-width: 480px) {
	.footer-columns .column-logo {
		position: relative;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 25px 0 0 0;
	}
	.footer-columns .column-links .column-links {
		text-align: center !important;
	}
	.footer-social li a {
		border: 0 solid #4d4d4d;
		color: #4d4d4f;
		border-radius: 50%;
		width: 45px;
		height: 36px;
		text-align: center;
		line-height: 39px;
		display: inline-block;
	}
	.footer-social.text-left.text-lg-left {
		text-align: center !important;
	}
	.swiper-slide {
		height: 455px ;
	}
	.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .nameoffer {
		font-size: 13px;
	}
	.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .descoffer {
		font-size: 11px;
		padding: 17px 0 5px;
		line-height: 17px;
		height: 230px;
	}
	.swiper-container .swiper-wrapper .swiper-slide a .item-content-bkg .info-offer .btnreservar {
		font-size: 17px;
		padding: 4px 10px;
		line-height: 22px;
	}
	.menu-nav-2 li {
		font-size: 22px;
	}
	.section-facilities {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.section-hoteles .item-hotel-carousel .deschotel {
		overflow-y: scroll;
	}
	.padding-bottom-45 {
		padding-bottom: 35px !important;
	}
	.slider-caption .slider-text h2 {
		font-size: 22px;
		line-height: 35px;
	}
	.slider-caption .slider-text h1 {
		font-size: 18px;
	}
	.hoteles-list .section-hoteles .item-hotel-carousel {
		width: calc(100% - 30px);
	}
	.section-hoteles .item-hotel-carousel .imghotel img {
		width: 100%;
	}
	.slider-caption {
		width: 90% !important;
	}
	.infomap {
		background: #f4f4f4;
		width: 100%;
		height: 470px;
		padding: 0 20px;
	}
	.hoteles-ficha .gallery-4colgrid-content .gallery-4col .gallery-post {
		width: 100%;
	}
	.room-row .room-facilities-slider {
		position: relative !important;
		width: 100% !important;
		margin: 40px 0 15px 0;
	}
	.room-row .desc-room .options-set {
		position: relative;
		height: auto;
		margin: 15px 0 0 0;
	}
	.room-row .desc-room .options-set .linkhotel {
		width: 100%;
		display: block;
	}
	.room-row .desc-room .options-set .linkhotel a {
		width: 100%;
		display: block;
	}
	.room-row .title-room {
		font-size: 30px;
	}
	#mapid {
		width: 100%;
		height: 335px;
	}
	#section-menutitle-ficha .hoteles-facilities-slider {
		height: 35px;
		display: block !important;
		position: relative !important;
		width: 100% !important;
		border: 0px solid red;
		bottom: 0px;
		left: 0;
		margin: 15px 0 25px;
	}
	.label-facilitie {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0;
		margin: 13px 0 0 10px;
	}
	.facilities-ficha {
		padding: 20px 20px;
	}
	.facilities-ficha .title {
		font-size: 25px;
		margin: 0 0 18px;
	}
	.booking-mask.active .booking-form-wrapper .tipo-servicio:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .box-date-range:before {
		display: none;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown:before {
		display: none;
	}
	.booking-mask.active .box-date-range #date-range-container {
		width: 100% !important;
		margin: 0;
		position: absolute;
		background: #fff;
		border: 0px solid #06dfc8;
		border-top: 0;
		left: 0;
		transform: none;
		z-index: 999;
	}
	.booking-mask.active .box-date-range #date-range-container .date-picker-wrapper .month-wrapper table {
		width: calc(75% - 20px);
		float: none;
		border: 0;
		margin: 0 auto;
	}
	.booking-mask.active .booking-form-wrapper .panel-dropdown a {
		color: #282625;
		font-weight: 500;
		transition: all 0.3s;
		display: block;
		position: relative;
		background: #fff;
		border-radius: 0;
		padding: 6px 15px 6px 15px;
		height: 90px;
		line-height: 90px;
		font-family: Montserrat, arial;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #06dfc8;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content {
		width: 100%;
	}
	.booking-mask.active .panel-dropdown .panel-dropdown-content.right:after {
		left: 50%;
		right: 15px;
	}
	.booking-mask.active .box-promocode .input-promotion {
		margin: 0 auto;
		display: inline-block;
		padding: 8px 0 0 0;
		position: relative;
    }
	.popover.bs-popover-bottom {
		margin-top: 10px;
		width: 100%;
		left: 5px !important;
	}
	.popover.bs-popover-bottom>.arrow {
		left: 50% !important;
	}
	.section-h1 {
		padding: 30px 0 30px !important;
	}
	.section-h1 .home-title-h1 {
		font-size: 25px;
		letter-spacing: 0px;
	}
	.home-title {
		font-size: 22px;
	}
	.home-subtitle {
		font-size: 20px;
		font-weight: 600;
	}
	.description {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
		letter-spacing: 0px;
		line-height: 23px;
	}
	.section-h1 .barco,
	.section-h1 .ahorra {
		display: none;
	}
	.home-widget .desc-parallax p {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0px;
	}
	.section-ofertas .timon {
		width: 35%;
		height: 214px;
	}
	.slider-caption .slider-text p {
		font-size: 18px;
		line-height: 30px;
	}
	.home-widget {
		padding: 50px 0 100px;
	}
	#section-menutitle {
		/*padding: 50px 0 25px;*/
	}
	.about-2-content {
		padding: 35px;
	}
	.home-featured-item-2 {
		height: 270px;
	}
	.ofertas .section-ofertas .menu-3col-grid-image .menu-post {
		margin: 1% auto 30px;
	}
	.ofertas .menu-3col-grid-image .menu-post {
		width: 95%;
	}
	.section-ofertas .gallery-holder-fs {
		padding: 0 5px;
		width: 90%;
		margin: 0 auto;
	}
	.section-ofertas .gallery-1col .gallery-post {
		height: 300px;
		width: 100%;
	}
	.section-ofertas .nameoffer {
		font-size: 15px;
	}
	.section-ofertas .namehotel {
		font-size: 13px;
	}
	.section-ofertas .zonehotel {
		font-size: 12px;
	}
	.section-ofertas .discountoffer .discounttext span {
		font-size: 22px;
		line-height: 30px;
	}
	.section-ofertas .discountoffer {
		border: 3px solid #fff;
		width: 90px;
		height: 60px;
	}
	.facilities-ficha {
		margin: 50px 0;
	}
	#section-servicios-ficha .title-section {
		font-size: 25px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	#section-servicios-ficha .title-headline-intro {
		position: relative;
		display: inline-block;
		margin-bottom: 0;
		color: #06dfc8;
	}
	.intro-related .title-section {
		font-family: 'Montserrat', sans-serif;
		font-size: 25px !important;
		font-weight: 600 !important;
		letter-spacing: 0;
		color: #06dfc8;
		text-transform: uppercase;
		margin: 0 0 20px;
	}
	.separador-bottom {
		margin-bottom: 50px;
	}
	.padding-100-60 {
		padding: 50px 0 50px;
	}
	.banners-ficha {
		padding: 67px 0 0 0%;
	}
	.benefit-home-slider {
		width: 95% !important;
		margin: 0 auto;
	}
	.title-bloc-column .footer-title {
		font-size: 20px;
	}
	.ventajas-list li {
		font-size: 15px;
	}

	#mapidhotel {
		width: 100%;
		height: 350px;
	}
	.infomapabola .infocontent {
		width: 100%;
		margin: 35px 0 120px 0;
	}
	.title-infomapabola {
		font-family: 'Montserrat', sans-serif;
		font-size: 35px;
		font-weight: 600;
		letter-spacing: 0;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 50px 0px;
		line-height: 37px;
	}
	.adress-infomapabola {
		font-size: 18px;
		line-height: 18px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0px;
		color: #fff;
		margin: 0 0 18px;
		padding: 20px 0 25px 10px;
		position: relative;
		left: 0;
		background: #06dfc8;
	}
	footer .padding-100-60 {
		padding: 50px 0 10px;
	}
	.cta-newsletter .cta-newsletter__description p {
		font-size: 15px;
	}
	#newsletter-form fieldset {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.footer-bottom .logo-3 {
		text-align: center;
	}
	.copyright p a {
		margin: 10px 0 0 0;
		display: block;
	}
}

@media (max-width: 359px) {
	.telfheader {
		display: none;
	}
}


/* FOOTER RESPONSIVE */

@media (min-width: 992px) {
	.lg-h-100 {
		height: 100% !important;
	}
}

@media (max-width: 992px) {
	.footer-columns .column-links:before {
		content: none;
	}

	.footer-columns .column-logo:before {
		content: none;
	}
	.footer-columns {
		height: auto;
	}
	.footer-columns .column-info .links_terms {
		position: initial;
		padding: 15px 15px 0 15px;
		text-align: center;
	}
	footer .column-info {
		padding: 15px;
	}
	footer {
		margin-bottom: 55px;
	}
	.copyright {
		padding: 0 15px;
		text-align: center;
	}
	footer .logo-3 {
		flex-grow: 0;
	}
}


/* MASCARA RESPONSIVE */

@media (min-width: 961px) and (max-width: 1024px) {
	form.booking-mask [class*="col-lg"] {
		flex: none;
		max-width: none;
	}
}

@media (max-width: 1024px) {
	.popover {
		z-index: 99999 !important;
	}
	.box-rooms .label-rooms {
		padding: 0;
	}
	.box-date-range #two-inputs:before {
		z-index: 999;
	}
	.booking-mask .inputdestino {
		left: 0;
	}
	.booking-mask::-webkit-scrollbar {
		display: none;
	}
}


/* Laptop */

@media only screen and (min-width:1200px) and (max-width:1379px) and (max-height:770px) and (min-height:660px) {
	.overlay .logo-white {
		display: none;
	}
}

@media only screen and (min-width:1200px) and (max-width:1379px) and (max-height:910px) and (min-height:500px) {
	.overlay .logo-white {
		display: none;
	}
	.overlay ul li {
		padding: 0 0 14px;
	}
	.overlay ul li a {
		font-size: 18px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1379px) and (max-height:910px) and (min-height:700px) {
	.overlay .logo-white {
		display: block;
	}
	.overlay ul li {
		padding: 0 0 14px;
	}
	.overlay ul li a {
		font-size: 18px;
	}
	.overlay nav {
		top: calc(50% + 35px);
	}
}

@font-face {
	font-family: 'Amarillo';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/amarillo/Amarillo.woff) format('woff');
}

/***********************************************************************************************************
 * Template gallery *
 ************************************************************************************************************/
.gallery {}
.gallery__filters {
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.gallery__filter {
	display: inline-block;
	border-left: 1px solid #eee;
}
.gallery__filter:first-child {
	border-left: 0;
}
.gallery__filter a {
	padding: 15px;
	color: #5a5a5a;
	display: inline-block;
	text-transform: capitalize;
}
.gallery__filter-active a,
.gallery__filter a:hover {
	background-color: var(--font-color-h3);
	color: #000;
	text-decoration: underline;
}

.gallery__items {}
.gallery__item {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.gallery__item video {
	object-fit: cover;
	height: 100%;
}
.gallery__caption {}

.gallery__link {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	transition: all 0.25s ease;
	color: #0b0b0b;
}
.gallery__link  .gallery__btn {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	border: 2px solid var(--font-color-black);
	background-color: transparent;
	border-radius: 0;
	transition: all 0.25s ease;
	text-transform: uppercase;
	padding: 5px 20px;
}
.gallery__link:hover {
	background-color: var(--font-color-standard-transparent);
	color: #0b0b0b;
}
.gallery__link:hover .gallery__btn {
	opacity: 1;
}

body.news-list .etiquetas h2,
body.news .etiquetas h2 {
    margin-bottom: 2rem;
}

body.news-list .etiqueta,
body.news .etiqueta {
    cursor: pointer;
    background-color: var(--font-color-h3);
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
    color: #fff;
    display: inline-block;
}

body.news .apartment-list-item h1 {
	margin-bottom: .5rem !important;
}
body.news .apartment-list-item label {
    font-size: 90% !important;
}

body.news .item-content-bkg h3 a {
    color: var(--font-color-h3);
}

body.news-list .gallery-img,
body.news .gallery-img {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5) inset;
}

body.news-list .calendar-day,
body.news .calendar-day {
    width: 140px;
    display: block;
    text-align: center;
    margin-right: -3rem;
    margin-top: -100px;
    font-size: 13px;
    float: right;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}
body.news .calendar-day {
    margin-right: 0;
    margin-top: -51px;
}
body.news .item-content-bkg {
    overflow: visible;
}

body.news-list .zigzag-item:nth-child(even) .calendar-day,
body.news .zigzag-item:nth-child(even) .calendar-day {
	margin-right: initial;
	float: left;
	margin-left: -3rem;
}

	body.news-list .flaticon-calendar2,
	body.news .flaticon-calendar2 {
		margin-right: 10px;
	}

body.news-list .infoblock,
body.news .infoblock {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

body.news .infoblock {
	margin-top: -3rem;
}

	body.news-list .infoblock .last-news h3,
	body.news .infoblock .last-news h3 {
		line-height: .8em;
	}

	body.news-list .infoblock-text,
	body.news .infoblock-text {
	    height: 309px;
	    overflow: hidden;
	    position: relative;
	}

body.news-list .pagination {
    text-align: center;
    display: inline-block;
    margin-bottom: 70px;
}

	body.news-list .pagination li {
	    float: left;
	    margin: 0 5px;
	}

		body.news-list .pagination a {
			padding: 10px 15px;
			color: #fff;
			background-color: var(--font-color-h3);
			border: 1px solid #fff;
		}

		body.news-list .pagination a:hover,
		body.news-list .pagination li.active a {
			background-color: #fff;
			color: var(--font-color-h3);
			border: 1px solid var(--font-color-h3);
		}

		body.news-list .pagination li.active a {
			pointer-events: none;
		}

	body.news .infoblock-text {
	    height: auto;
	}

		body.news-list .infoblock-text:after {
			content: "...";
			position: absolute;
			display: block;
			width: 100%;
			bottom: 0;
			background-color: #fff;
		}

body.news .arrows {
    text-align: center;
    z-index: 1;
    position: relative;
}

body.news .infoblock-text .no-gutters {
	text-align: right;
    margin: 30px 0;
}

	body.news .infoblock-text a.readmorelink {
		color: var(--font-color-h3);
		display: inline-block;
		width: 100%;
		text-align: center;
	}
body.news .arrows {
	margin-top:2rem;
}

body.news .arrows a {
	color: var(--font-color-h3);
}
body.news .arrows a.disabled {
	opacity: .5;
	pointer-events: none;
}

body.news .infoblock .social-networks h3 {
	color: var(--font-color-h3);
	text-align: center;
}

body.news .infoblock .social-networks ul {
	list-style: none;
	padding-left: 0;
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

	body.news .infoblock .social-networks ul li {
		display: inline-block;
	}

		body.news .infoblock .social-networks ul li a i {
			font-size: 2em;
			margin: .25em;
			color: #000;
		}




body.news .infoblock .last-news h3 {
	color: var(--font-color-h3);
	text-align: center;
	margin-bottom: 25px;
}
body.news .infoblock .last-news a.all-news {
	color: var(--font-color-h3);
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: .25em;
}


body.news .infoblock .item-news img {
	width: 100%;
	height: auto;
}
body.news .infoblock .item-news h4 a {
	color: var(--font-color-h3);
	font-size: .8em;
	display: inline-block;
	margin-top: 10px;
}

body.news .infoblock .section-menutitle {
	width: 100%;
}

body.news .section-menutitle .etiqueta {
    display: inline-flex;
}

body.news .section-menutitle .etiqueta:before {
    display: none;
}

body.news .infoblock .item-news .short-desc > p {
	display: none;
}

body.news .infoblock .item-news .short-desc > p:first-child {
	display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
	margin-bottom: 0;
}

body.news .infoblock .item-news .readmorelink {
	margin-bottom: 20px;
	display: inline-block;
	color: var(--font-color-h3);
	float: right;
}

@media screen and (max-width: 976px){
	body.news .apartment-list-item .gallery-img,
	body.news-list .apartment-list-item .gallery-img {
		width: 100%;
		height:350px;
	}
}

@media screen and (max-width: 976px){
	body.news .apartment-list-item .gallery-img,
	body.news-list .apartment-list-item .gallery-img {
		width: 100%;
		height: 350px;
	}
}

@media screen and (max-width: 592px){
	body.news .apartment-list-item .gallery-img,
	body.news-list .apartment-list-item .gallery-img {
		height:250px;
	}
}
